Skip to main content

Get Inbound Shipment Label

GET 

/api/walmart/:integrationInstance/wfs/inbound-shipments/:shipment/label

Download the Walmart inbound receiving label (PDF) for a shipment. The response is streamed as raw PDF bytes (Content-Type: application/pdf, Content-Disposition: attachment), NOT JSON.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Response: binary PDF (application/pdf) as a file attachment named wfs-inbound-<shipment_id>.pdf.

Request

Responses

OK

Response Headers
    Content-Type
    Content-Disposition