object WholesaleOrderPrintPackingSlipOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
pdf_url | String! | URL of the Packing Slip pdf document. |
Referenced By
- wholesale_order_print_packing_slip Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"pdf_url": "https://example.com/packing-slips/PK-100045.pdf"
}