Skip to main content

Download Shipment Packing List CSV

GET 

/api/amazon/:integrationInstance/draft-inbound-plans/:draftInboundPlan/shipments/:planShipment/packing-list.csv

Download the same packing list as a CSV file.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

The column layout matches the packing list Amazon Seller Central exports — a header block (Workflow name, Shipment ID, Shipment name, Ship to, Boxes, SKUs, Units), a blank line, an "Individual units (N boxes)" caption, then the SKU rows with one Box N units column per box.

Response is a text/csv file download named packing-list-{shipmentId}.csv, not JSON.

Authentication: requires a Bearer token.

The file closes with Amazon's own trailing box block — six empty cells, the label in the "Total units" column, then one value per box column: Box ID, Box name, Box weight (lb):, Box length (inch):, Box width (inch):, Box height (inch):. Skipped entirely when the shipment has no boxes.

Request

Responses

OK

Response Headers
    Content-Type
    Content-Disposition