Skip to main content

Print WFS Inbound Carrier Label

POST 

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

Print the carrier label for a booked WFS inbound shipment. The response is the raw label document itself — binary PDF bytes streamed as a file download (Content-Type: application/pdf, Content-Disposition: attachment), NOT a JSON envelope. Scoped to the integration instance (404 if the shipment belongs to another instance).

Authorization

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

Request body:

  • ship_date (optional, nullable, date) — the ship date to stamp on the label; defaults to today (UTC) when omitted.

Responses:

  • 200: the PDF label bytes (binary download).
  • 404: the shipment does not belong to the given integration instance.
  • 422: ship_date is not a valid date.

Requires a Bearer token.

Request

Responses

OK

Response Headers
    Content-Type
    Content-Disposition