For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • POSTCreate Return Order
      • GETGet Return Orders
      • GETGet Return Order
      • PUTEdit Return Order
      • POSTCancel Return order
    • OpenAPI spec
LogoLogo
API ReferenceReturns

Cancel Return order

||View as Markdown|
POST
/2026-01/return/:id:cancel
POST
/2026-01/return/:id:cancel
$curl -X POST https://api.shipbob.com/2026-01/return/id:cancel \
> -H "Authorization: Bearer <token>"
1{}
Cancels a return order for given return ID
Was this page helpful?
Previous

Edit Return Order

Next

Create Subscription

Built with

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

idstringRequiredformat: "int32"
Id of the return order

Response

OK

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error