input CreateInboundShipmentInput

Fields

FieldTypeDescription
customer_account_idString

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

warehouse_idString!
purchase_order_ids[String]
vendor_idString
carrierString
pro_numberString
bol_referenceString
bol_urlString
expected_dockString
dock_usedString
container_numberString
notesString
estimated_truck_arrivalISODateTime
scheduled_atISODateTime
truck_arrived_atISODateTime
truck_unload_started_atISODateTime
truck_unload_finished_atISODateTime
truck_departure_atISODateTime
booking_contact_emailString
booking_contact_nameString
booking_contact_numberString
container_sizeString
load_typeString
shipment_typeString
number_cartonInt
pallets_quantityInt
people_for_unloadInt
people_for_receivingInt

Referenced By

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
}