object InboundShipment

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

account_idString

Public API account ID that identifies the related record.

warehouse_idString

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

statusInboundShipmentStatus

Current status; use the API status values returned by this field when filtering or updating.

carrierString

Carrier name or carrier code used for shipping.

pro_numberString

Pro number for this inbound shipment.

bol_referenceString

Bol reference for this inbound shipment.

bol_urlString

URL for the BOL URL resource.

expected_dockString

Expected dock for this inbound shipment.

dock_usedString

Dock used for this inbound shipment.

container_numberString

Container number for this inbound shipment.

notesString

Human-readable notes for this inbound shipment.

estimated_truck_arrivalISODateTime

Estimated truck arrival as an ISO-8601 datetime, returned in UTC unless otherwise noted.

truck_arrived_atISODateTime

Truck arrived at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

truck_unload_started_atISODateTime

Truck unload started at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

truck_unload_finished_atISODateTime

Truck unload finished at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

truck_departure_atISODateTime

Truck departure at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

booking_contact_emailString

Email address for the booking contact contact.

booking_contact_nameString

Booking contact name for this inbound shipment.

booking_contact_numberString

Booking contact number for this inbound shipment.

container_sizeInboundShipmentContainerSize

Container size for this inbound shipment.

load_typeInboundShipmentLoad

Load type for this inbound shipment.

shipment_typeInboundShipmentShipment

Shipment type for this inbound shipment.

number_cartonInt

Number carton as a whole-unit count.

pallets_quantityInt

Pallets quantity as a whole-unit count.

people_for_unloadInt

People for unload as a whole-unit count.

people_for_receivingInt

People for receiving as a whole-unit count.

vendor_idString

Public API vendor ID that identifies the related record.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

scheduled_atISODateTime

Scheduled at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

status_updated_atISODateTime

Status updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

warehouseWarehouse

Warehouse display value or nested warehouse object for this record. Use warehouse_id when passing a warehouse reference.

purchase_ordersPurchaseOrderConnection

List of purchase orders associated with this inbound shipment.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "account_id": "SW5ib3VuZFNoaXBtZW50OjEyMzQ=",
  "warehouse_id": "SW5ib3VuZFNoaXBtZW50OjEyMzQ=",
  "status": "{id: \"SW5ib3VuZFNoaXBtZW50U3RhdHVzRW51bToxMjM0\"}",
  "carrier": "ups",
  "pro_number": "PRO1234567",
  "bol_reference": "BOL-100045",
  "bol_url": "https://example.com/resource",
  "expected_dock": "Dock 3",
  "dock_used": "Dock 3",
  "container_number": "CONT-100045",
  "notes": "Customer requested expedited handling.",
  "estimated_truck_arrival": "2026-07-09T15:30:00Z",
  "truck_arrived_at": "2026-07-09T15:30:00Z",
  "truck_unload_started_at": "2026-07-09T15:30:00Z",
  "truck_unload_finished_at": "2026-07-09T15:30:00Z",
  "truck_departure_at": "2026-07-09T15:30:00Z",
  "booking_contact_email": "customer@example.com",
  "booking_contact_name": "Inbound Shipment 1001",
  "booking_contact_number": "+1-555-0100",
  "container_size": "{id: \"SW5ib3VuZFNoaXBtZW50Q29udGFpbmVyU2l6ZUVudW06MTIzNA==\"}",
  "load_type": "{id: \"SW5ib3VuZFNoaXBtZW50TG9hZEVudW06MTIzNA==\"}",
  "shipment_type": "{id: \"SW5ib3VuZFNoaXBtZW50U2hpcG1lbnRFbnVtOjEyMzQ=\"}",
  "number_carton": 2,
  "pallets_quantity": 2,
  "people_for_unload": 2,
  "people_for_receiving": 2,
  "vendor_id": "SW5ib3VuZFNoaXBtZW50OjEyMzQ=",
  "created_at": "2026-07-09T15:30:00Z",
  "scheduled_at": "2026-07-09T15:30:00Z",
  "status_updated_at": "2026-07-09T15:30:00Z",
  "warehouse": {id: "V2FyZWhvdXNlOjEyMzQ=", identifier: "Primary Warehouse"},
  "purchase_orders": [{id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}]
}