Renders a partial packing slip for a fulfillment as an HTML document (which can be
printed or converted to PDF).
Unlike the full packing slip, a partial packing slip includes only the specified subset
of sale line items and the exact quantities being packed. This is useful when a
fulfillment is shipped across multiple parcels or in multiple stages.
Each entry in packed_line_items must reference a valid sale line item and specify a
positive quantity that does not exceed the quantity already packed on the pick lists.
Use the optional lang field to control the language of the static template strings.
When omitted or invalid, the packing slip defaults to en-US.
🔒 Requires: sales:read scope
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Bad Request — one of the following:
- the fulfillment ID is missing, non-numeric, or not a positive integer
- the request body is missing or empty
packed_line_itemsis empty or contains an item without asale_line_item_id- a packed line item quantity is not a positive finite number
- a packed line item quantity exceeds the quantity packed on the pick lists
401Unauthorized
403Forbidden
404Not Found — the fulfillment does not exist
406Not Acceptable — the fulfillment has no items to render
