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
      • POSTSet ExternalSync flag for Wros
      • GETGet Multiple Warehouse Receiving Orders
      • POSTCreate Warehouse Receiving Order
      • POSTCancel Warehouse Receiving Order
      • GETGet Fulfillment Centers
      • GETGet Warehouse Receiving Order
      • GETGet Warehouse Receiving Order Boxes
      • GETGet Warehouse Receiving Order Box Labels
      • GETGet Inventory Distributions by WRO ID
LogoLogo
API ReferenceReceiving

Get Warehouse Receiving Order Box Labels

||View as Markdown|
GET
https://sandbox-api.shipbob.com/2026-01/receiving/:id/labels
GET
/2026-01/receiving/:id/labels
$curl https://sandbox-api.shipbob.com/2026-01/receiving/1/labels \
> -H "Authorization: Bearer <token>"
1"string"
Returns a PDF containing box labels for a specific warehouse receiving order.
Was this page helpful?
Previous

Get Warehouse Receiving Order Boxes

Next

Get Inventory Distributions by WRO ID

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