Render Packing Slip

Renders a packing slip for a fulfillment as an HTML document (which can be
printed or converted to PDF).

A packing slip lists the items to be packed and shipped for a fulfillment, along with
the customer delivery address and any relevant serial number custom fields.

Use the optional lang query parameter to control the language of the static template
strings (labels and headings). When omitted or invalid, the packing slip defaults to
en-US.

🔒 Requires: sales:read scope

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

The unique identifier of the fulfillment to render a packing slip for. Must be a positive integer.

Query Params
string

BCP 47 language tag used to localize the static template strings on the packing slip. Defaults to en-US when omitted or unrecognized.

Responses

400

Bad Request — the fulfillment ID is missing, non-numeric, or not a positive integer

401

Unauthorized

403

Forbidden

404

Not Found — the fulfillment does not exist

406

Not Acceptable — the fulfillment has no items to render

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/html