GET
/
return
/
{id}
/
statushistory
curl --request GET \
  --url https://api.shipbob.com/1.0/return/{id}/statushistory \
  --header 'Authorization: Bearer <token>'
[
  {
    "status": "AwaitingArrival",
    "time_stamp": "2019-08-24T14:15:22Z"
  }
]

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Headers

shipbob_channel_id
string

Channel Id for Operation

Path Parameters

id
string
required

Id of the return order

Response

200
application/json
Success

The response is of type object[].