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

Get Warehouse Receiving Order Box Labels (DEPRECATED)

||View as Markdown|
GET
https://sandbox-api.shipbob.com/1.0/receiving/:id/labels
GET
/1.0/receiving/:id/labels
$curl https://sandbox-api.shipbob.com/1.0/receiving/1/labels \
> -H "Authorization: Bearer <token>"
1"string"

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

Was this page helpful?
Previous

Create Warehouse Receiving Order (DEPRECATED)

Next

Cancel 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

Response

Success

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error