Download Packing Instructions¶
Download the generated Packing Instructions (PI) file for a completed order.
Note
PI is typically ready within a few minutes after order creation. Poll this endpoint or wait before fetching; the order must be fully processed first.
Endpoint¶
GET {base url}/api/v1/orders/download-packing-instructions/{order}/
Authentication Requirements¶
Requires a valid API key. See API Authentication.
Path Parameters¶
|
Parameter |
Type |
Description |
|---|---|---|
|
|
Integer |
Order ID (required). |
Success Response (200 OK)¶
Returns the PI file as a downloadable attachment (e.g. PDF). If the order is still
processing, you may receive 404 or an error — retry after a short delay.
Error Responses¶
403 Forbidden — No permission to access the order.
404 Not Found — Order does not exist.