input CreateInboundShipmentInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers |
warehouse_id | String! | |
purchase_order_ids | [String] | |
vendor_id | String | |
carrier | String | |
pro_number | String | |
bol_reference | String | |
bol_url | String | |
expected_dock | String | |
dock_used | String | |
container_number | String | |
notes | String | |
estimated_truck_arrival | ISODateTime | |
scheduled_at | ISODateTime | |
truck_arrived_at | ISODateTime | |
truck_unload_started_at | ISODateTime | |
truck_unload_finished_at | ISODateTime | |
truck_departure_at | ISODateTime | |
booking_contact_email | String | |
booking_contact_name | String | |
booking_contact_number | String | |
container_size | String | |
load_type | String | |
shipment_type | String | |
number_carton | Int | |
pallets_quantity | Int | |
people_for_unload | Int | |
people_for_receiving | Int |
Referenced By
- inbound_shipment_create Mutation
Example
{
"customer_account_id": "abc123",
"warehouse_id": "abc123",
"purchase_order_ids": "abc123",
"vendor_id": "abc123",
"carrier": "abc123",
"pro_number": "abc123",
"bol_reference": "abc123",
"bol_url": "abc123",
"expected_dock": "abc123",
"dock_used": "abc123",
"container_number": "abc123",
"notes": "abc123",
"estimated_truck_arrival": "abc123",
"scheduled_at": "abc123",
"truck_arrived_at": "abc123",
"truck_unload_started_at": "abc123",
"truck_unload_finished_at": "abc123",
"truck_departure_at": "abc123",
"booking_contact_email": "abc123",
"booking_contact_name": "abc123",
"booking_contact_number": "abc123",
"container_size": "abc123",
"load_type": "abc123",
"shipment_type": "abc123",
"number_carton": 987,
"pallets_quantity": 987,
"people_for_unload": 987,
"people_for_receiving": 987
}