input CreateInboundShipmentInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers.

warehouse_idString!

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

purchase_order_ids[String]

List of public API purchase order IDs identifying related records.

vendor_idString

Public API vendor ID that identifies the related record.

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.

scheduled_atISODateTime

Scheduled at 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_sizeString

Container size for this inbound shipment.

load_typeString

Load type for this inbound shipment.

shipment_typeString

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.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "purchase_order_ids": ["UHVyY2hhc2VPcmRlcjoxMjM0", "UHVyY2hhc2VPcmRlcjo1Njc4"],
  "vendor_id": "VmVuZG9yOjEyMzQ=",
  "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",
  "scheduled_at": "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": "M",
  "load_type": "palletized",
  "shipment_type": "transfer",
  "number_carton": 2,
  "pallets_quantity": 2,
  "people_for_unload": 2,
  "people_for_receiving": 2
}