Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.3 KB

OrderModelsOrderQuery.md

File metadata and controls

20 lines (16 loc) · 1.3 KB

OrderModelsOrderQuery

Properties

Name Type Description Notes
updated Date Given a date, only orders updated after the provided date will be returned. [optional]
statusList String Comma separated list of statuses to filter on. [optional]
marketId Int Id of a market. [optional]
paymentName String Name of a payment method [optional]
parcelGroupId Int Id of a parcel group. [optional]
customerId Int The ID of a customer [optional]
email String The email of a customer [optional]
include String Comma separated list of child-collections to also include in the query result. [optional]
externalOrderStatus Int This status can be used by external systems to change the status of an order. Such as failed or done. [optional]
combineProductContainerRows Bool If true, will combine all order rows that are part of a container into a single container row. [optional]
packingLocationId Int The packing place to get orders from. [optional]

[Back to Model list] [Back to API list] [Back to README]