object InboundShipment
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | |||||||||||||||||||||||||||||||
legacy_id | Int | |||||||||||||||||||||||||||||||
account_id | String | |||||||||||||||||||||||||||||||
warehouse_id | String | |||||||||||||||||||||||||||||||
status | InboundShipmentStatus | |||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||
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 | InboundShipmentContainerSize | |||||||||||||||||||||||||||||||
load_type | InboundShipmentLoad | |||||||||||||||||||||||||||||||
shipment_type | InboundShipmentShipment | |||||||||||||||||||||||||||||||
number_carton | Int | |||||||||||||||||||||||||||||||
pallets_quantity | Int | |||||||||||||||||||||||||||||||
people_for_unload | Int | |||||||||||||||||||||||||||||||
people_for_receiving | Int | |||||||||||||||||||||||||||||||
vendor_id | String | |||||||||||||||||||||||||||||||
created_at | ISODateTime | |||||||||||||||||||||||||||||||
scheduled_at | ISODateTime | |||||||||||||||||||||||||||||||
status_updated_at | ISODateTime | |||||||||||||||||||||||||||||||
warehouse | Warehouse | |||||||||||||||||||||||||||||||
purchase_orders | PurchaseOrderConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- CreateInboundShipmentOutput Type
- InboundShipmentEdge Type
- InboundShipmentQueryResult Type
- UpdateInboundShipmentOutput Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"warehouse_id": "abc123",
"status": "PENDING_ARRIVAL",
"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",
"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": "S20CTR",
"load_type": "CTN_CARTON",
"shipment_type": "PARCEL",
"number_carton": 987,
"pallets_quantity": 987,
"people_for_unload": 987,
"people_for_receiving": 987,
"vendor_id": "abc123",
"created_at": "abc123",
"scheduled_at": "abc123",
"status_updated_at": "abc123",
"warehouse": Warehouse,
"purchase_orders": PurchaseOrderConnection
}