object CreateInboundShipmentOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
inbound_shipment | InboundShipment |
Referenced By
- inbound_shipment_create Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"inbound_shipment": InboundShipment
}