object CreateShippingLabelOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
shipping_label | ShippingLabel | Shipping label for this shipping label. |
Referenced By
- shipment_create_shipping_label Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"shipping_label": {tracking_number: "1Z999AA10123456784", carrier: "ups"}
}