input UpdateInboundShipmentInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers |
inbound_shipment_id | String! | |
warehouse_id | String! | |
purchase_orders_ids | [String]! | |
carrier | String | |
estimated_truck_arrival | ISODateTime | |
booking_contact_email | String | |
booking_contact_name | String | |
booking_contact_number | String | |
container_size | String | |
load_type | String | |
number_carton | Int | |
pallets_quantity | Int | |
pro_number | String | |
shipment_type | String | |
truck_arrived_at | ISODateTime |
Referenced By
- inbound_shipment_update Mutation
Example
{
"customer_account_id": "abc123",
"inbound_shipment_id": "abc123",
"warehouse_id": "abc123",
"purchase_orders_ids": "abc123",
"carrier": "abc123",
"estimated_truck_arrival": "abc123",
"booking_contact_email": "abc123",
"booking_contact_name": "abc123",
"booking_contact_number": "abc123",
"container_size": "abc123",
"load_type": "abc123",
"number_carton": 987,
"pallets_quantity": 987,
"pro_number": "abc123",
"shipment_type": "abc123",
"truck_arrived_at": "abc123"
}