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

Get Warehouse Receiving Order Box Labels

||View as Markdown|
GET
/2026-01/receiving/:id/labels
GET
/2026-01/receiving/:id/labels
$curl https://api.shipbob.com/2026-01/receiving/id/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

Cancel Warehouse Receiving Order

Built with

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

idstringRequiredformat: "int32"
Id of the receiving order

Response

Success

Errors

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