object CreateShippingLabelOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
shipping_label | ShippingLabel |
Referenced By
- shipment_create_shipping_label Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"shipping_label": ShippingLabel
}