input UpdateInboundShipmentInput

Fields

FieldTypeDescription
customer_account_idString

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

inbound_shipment_idString!
warehouse_idString!
purchase_orders_ids[String]!
carrierString
estimated_truck_arrivalISODateTime
booking_contact_emailString
booking_contact_nameString
booking_contact_numberString
container_sizeString
load_typeString
number_cartonInt
pallets_quantityInt
pro_numberString
shipment_typeString
truck_arrived_atISODateTime

Referenced By

Example

{
  "customer_account_id": "abc123",
  "inbound_shipment_id": "abc123",
  "warehouse_id": "abc123",
  "purchase_orders_ids": "abc123",
  "carrier": "abc123",
  "estimated_truck_arrival": "abc123",
  "booking_contact_email": "abc123",
  "booking_contact_name": "abc123",
  "booking_contact_number": "abc123",
  "container_size": "abc123",
  "load_type": "abc123",
  "number_carton": 987,
  "pallets_quantity": 987,
  "pro_number": "abc123",
  "shipment_type": "abc123",
  "truck_arrived_at": "abc123"
}