object WholesaleOrderPrintPackingListOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
packing_list_url | String! | URL of the packing list. |
Referenced By
- wholesale_order_print_packing_list Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"packing_list_url": "https://example.com/resource"
}