object WholesaleOrderPrintLabelsOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
labels_url | String | URL of the merged shipping labels PDF |
Referenced By
- wholesale_order_print_labels Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"labels_url": "abc123"
}