object UpdateInboundShipmentOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
inbound_shipment | InboundShipment | Inbound shipment returned by this operation. |
Referenced By
- inbound_shipment_update Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"inbound_shipment": {id: "SW5ib3VuZFNoaXBtZW50OjEyMzQ="}
}