object OrderShipmentMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
shipment | Shipment |
Referenced By
- order_fulfill Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"shipment": Shipment
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
shipment | Shipment |
{
"request_id": "abc123",
"complexity": 987,
"shipment": Shipment
}