Filtering criteria to use for a SearchOrders request. Multiple filters will be ANDed together.
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] |