object WholesaleOrderPrintPackingListOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
packing_list_url | String! | URL of the packing list |
Referenced By
- wholesale_order_print_packing_list Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"packing_list_url": "abc123"
}