Skip to main content
POST
/
2026-01
/
return
/
{id}
:cancel
Cancel Return order
curl --request POST \
  --url https://sandbox-api.shipbob.com/2026-01/return/{id}:cancel \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

id
string<int32>
required

Id of the return order

Response

OK