Create packing slip
Packing slip
Create packing slip
Generate a packing slip document for an order.
Use this endpoint right before packing/dispatch to produce a printable artifact.
Input behavior:
- Accepts optional
formatquery parameter. - Supports document output in
pdforcsvdepending on request format.
Rules:
- Order must belong to the authenticated seller.
- Returns
404when the order cannot be found.
Response:
- Returns generated document bytes with a format-appropriate content type.
GET
Create packing slip
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Order ID
Query Parameters
Format to generate the packing slip in
Available options:
pdf, csv Response
Packing Slip
Packing slip document in PDF format