input UpdateWholesaleOrderInput

Fields

FieldTypeDescription
order_idString!

The id of the order associated with the wholesale order you want to modify

staging_location_idInt
pickup_dateISODateTime
preparation_dateISODateTime
order_typeString
gs1_labels_requiredBoolean
trading_partner_idString
trading_partner_nameString
store_location_numberString
store_address1String
store_cityString
store_countryString
store_stateString
store_zipString
distribution_centerString
distribution_center_numberString
purchase_order_typeString
vendorString
vendor_idString
requested_delivery_dateISODateTime
ship_not_before_dateISODateTime
ship_no_later_than_dateISODateTime
depositor_order_numberString
departmentString
department_numberString
divisionString
service_levelString
internal_supplier_numberString
terms_of_saleString
retailer_notesString
quote_numberString
sales_requirement_codeString
reference_fieldsJSONObjectScalar
wholesale_shipping_detailsWholesaleShippingDetailsInput
wholesale_line_items[UpdateWholesaleLineItemInput]
shipping_optionWholesaleShippingOptions

Referenced By

Example

{
  "order_id": "abc123",
  "staging_location_id": 987,
  "pickup_date": "abc123",
  "preparation_date": "abc123",
  "order_type": "abc123",
  "gs1_labels_required": true,
  "trading_partner_id": "abc123",
  "trading_partner_name": "abc123",
  "store_location_number": "abc123",
  "store_address1": "abc123",
  "store_city": "abc123",
  "store_country": "abc123",
  "store_state": "abc123",
  "store_zip": "abc123",
  "distribution_center": "abc123",
  "distribution_center_number": "abc123",
  "purchase_order_type": "abc123",
  "vendor": "abc123",
  "vendor_id": "abc123",
  "requested_delivery_date": "abc123",
  "ship_not_before_date": "abc123",
  "ship_no_later_than_date": "abc123",
  "depositor_order_number": "abc123",
  "department": "abc123",
  "department_number": "abc123",
  "division": "abc123",
  "service_level": "abc123",
  "internal_supplier_number": "abc123",
  "terms_of_sale": "abc123",
  "retailer_notes": "abc123",
  "quote_number": "abc123",
  "sales_requirement_code": "abc123",
  "reference_fields": "abc123",
  "wholesale_shipping_details": WholesaleShippingDetailsInput,
  "wholesale_line_items": UpdateWholesaleLineItemInput,
  "shipping_option": "COURIER"
}