object WholesaleGenerateLabelOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
label_batches | [LabelBatchItemType] |
Referenced By
- wholesale_order_generate_label Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"label_batches": LabelBatchItemType
}