object WholesaleOrderPrintLabelsOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
labels_url | String | URL of the merged shipping labels PDF. |
Referenced By
- wholesale_order_print_labels Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"labels_url": "https://example.com/labels/SHIP-1001.pdf"
}