Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 1.19 KB

SearchOrdersFilter.md

File metadata and controls

18 lines (11 loc) · 1.19 KB

SearchOrdersFilter

Description

Filtering criteria to use for a SearchOrders request. Multiple filters will be ANDed together.

Properties

Name Type Description Notes
stateFilter SearchOrdersStateFilter Filter by ``OrderState``. [optional]
dateTimeFilter SearchOrdersDateTimeFilter Filter for results within a time range. Important: If you filter for orders by time range, you must set SearchOrdersSort to sort by the same field. Learn more about filtering orders by time range [optional]
fulfillmentFilter SearchOrdersFulfillmentFilter Filter by fulfillment type or state. [optional]
sourceFilter SearchOrdersSourceFilter Filter by source of order. [optional]
customerFilter SearchOrdersCustomerFilter Filter by customers associated with the order. [optional]