object WholesaleOrderPrintPackingSlipOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
pdf_url | String! | URL of the Packing Slip pdf document |
Referenced By
- wholesale_order_print_packing_slip Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"pdf_url": "abc123"
}