cURL
curl --request GET \ --url https://api.shipbob.com/2.0/return/{id}/statushistory \ --header 'Authorization: Bearer <token>'
[ { "status": "AwaitingArrival", "time_stamp": "2019-08-24T14:15:22Z" } ]
Authentication using Personal Access Token (PAT) token
Channel Id for Operation
Id of the return order
Success
AwaitingArrival
Arrived
Processing
Completed
Cancelled
Date this corresponding return order status was created
Was this page helpful?