object OrderShipmentMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
shipment | Shipment | Shipment associated with this order shipment. |
Referenced By
- order_fulfill Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"shipment": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}
}