Skip to main content
GET
/
1.0
/
return
/
{id}
/
statushistory
Get One Return's status history
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"
  }
]
API 1.0 is deprecated and will be sunset on July 31, 2026. Please migrate to the latest API version. See our Versioning Policy for details.

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Headers

shipbob_channel_id
string<int32>

Channel Id for Operation

Path Parameters

id
string<int32>
required

Id of the return order

Response

Success

status
enum<string>
Available options:
AwaitingArrival,
Arrived,
Processing,
Completed,
Cancelled
time_stamp
string<date-time>

Date this corresponding return order status was created