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
      • GETGet a Warehouse Receiving Order by Purchase Order Number (DEPRECATED)
      • POSTCreate Warehouse Receiving Order (DEPRECATED)
      • GETGet Warehouse Receiving Order Box Labels (DEPRECATED)
      • POSTCancel Warehouse Receiving Order (DEPRECATED)
      • GETGet Warehouse Receiving Order (DEPRECATED)
      • GETGet Fulfillment Centers
LogoLogo
API ReferenceReceiving

Cancel Warehouse Receiving Order (DEPRECATED)

||View as Markdown|
POST
https://sandbox-api.shipbob.com/1.0/receiving/:id/cancel
POST
/1.0/receiving/:id/cancel
$curl -X POST https://sandbox-api.shipbob.com/1.0/receiving/1/cancel \
> -H "Authorization: Bearer <token>"
1{}

This endpoint is deprecated. Please use /2.0/receiving/{id}/cancel

Was this page helpful?
Previous

Get Warehouse Receiving Order Box Labels (DEPRECATED)

Next

Get Warehouse Receiving Order (DEPRECATED)

Built with

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

idintegerRequired
Id of the receiving order to cancel

Response

Success

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error