object WholesaleOrder
Fields
| Field | Type | Description | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | ||||||||||||||||||||||||||||||||||||
legacy_id | Int | ||||||||||||||||||||||||||||||||||||
version | WholesaleOrderVersion | ||||||||||||||||||||||||||||||||||||
fulfillment_flow | WholesaleFulfillmentFlowOptions | ||||||||||||||||||||||||||||||||||||
shipping_option | WholesaleShippingOptions | ||||||||||||||||||||||||||||||||||||
staging_location_id | Int | ||||||||||||||||||||||||||||||||||||
picking_flow | WholesaleOrderPickingFlow | ||||||||||||||||||||||||||||||||||||
outbound_progress | WholesaleOrderOutboundProgress | ||||||||||||||||||||||||||||||||||||
pickup_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
status | WholesaleOrderStatus | ||||||||||||||||||||||||||||||||||||
status_message | String | ||||||||||||||||||||||||||||||||||||
preparation_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
packing_layout | GenericScalar | We will return this field only after the packing layout is completely defined, which happens once the order is in 'packed' status or has moved further along in the processing line. | |||||||||||||||||||||||||||||||||||
order_type | String | ||||||||||||||||||||||||||||||||||||
gs1_labels_required | Boolean | ||||||||||||||||||||||||||||||||||||
trading_partner_id | String | ||||||||||||||||||||||||||||||||||||
trading_partner_name | String | ||||||||||||||||||||||||||||||||||||
store_location_number | String | ||||||||||||||||||||||||||||||||||||
store_address1 | String | ||||||||||||||||||||||||||||||||||||
store_city | String | ||||||||||||||||||||||||||||||||||||
store_country | String | ||||||||||||||||||||||||||||||||||||
store_state | String | ||||||||||||||||||||||||||||||||||||
store_zip | String | ||||||||||||||||||||||||||||||||||||
distribution_center | String | ||||||||||||||||||||||||||||||||||||
distribution_center_number | String | ||||||||||||||||||||||||||||||||||||
purchase_order_type | String | ||||||||||||||||||||||||||||||||||||
vendor | String | ||||||||||||||||||||||||||||||||||||
vendor_id | String | ||||||||||||||||||||||||||||||||||||
requested_delivery_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
ship_not_before_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
ship_no_later_than_date | ISODateTime | ||||||||||||||||||||||||||||||||||||
depositor_order_number | String | ||||||||||||||||||||||||||||||||||||
department | String | ||||||||||||||||||||||||||||||||||||
department_number | String | ||||||||||||||||||||||||||||||||||||
division | String | ||||||||||||||||||||||||||||||||||||
service_level | String | ||||||||||||||||||||||||||||||||||||
internal_supplier_number | String | ||||||||||||||||||||||||||||||||||||
terms_of_sale | String | ||||||||||||||||||||||||||||||||||||
retailer_notes | String | ||||||||||||||||||||||||||||||||||||
quote_number | String | ||||||||||||||||||||||||||||||||||||
sales_requirement_code | String | ||||||||||||||||||||||||||||||||||||
reference_fields | JSONObjectScalar | ||||||||||||||||||||||||||||||||||||
order_id | String | The id of the order associated with the wholesale order | |||||||||||||||||||||||||||||||||||
order | Order | ||||||||||||||||||||||||||||||||||||
wholesale_shipping_details | [WholesaleShippingDetails] | ||||||||||||||||||||||||||||||||||||
wholesale_line_items | WholesaleLineItemsQuerySpecConnection | ||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Referenced By
- MergeableOrder Type
- Order Type
- WholesaleOrderEdge Type
- WholesaleOrderImportPackingLayoutOutput Type
- WholesaleOrderMutationOutput Type
- WholesaleOrderQueryResult Type
Example
{
"id": "abc123",
"legacy_id": 987,
"version": "LEGACY",
"fulfillment_flow": "B2B_FULFILLMENT",
"shipping_option": "COURIER",
"staging_location_id": 987,
"picking_flow": "DESKTOP",
"outbound_progress": "AWAITING_SCHEDULE",
"pickup_date": "abc123",
"status": "pending",
"status_message": "abc123",
"preparation_date": "abc123",
"packing_layout": "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",
"order_id": "abc123",
"order": Order,
"wholesale_shipping_details": WholesaleShippingDetails,
"wholesale_line_items": WholesaleLineItemsQuerySpecConnection
}