GET
/
return
/
{id}
curl --request GET \
  --url https://api.shipbob.com/2.0/return/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Headers

shipbob_channel_id
string

Path Parameters

id
string
required

Query Parameters

api-version
string

The requested API version

Response

200

Success

Was this page helpful?