The type that defines the fields for the order filters.
Types that use OrderFilterCriteria
CreateOrderTaskRequestOrderTask
Calls that use OrderFilterCriteria
Fields
creationDateRange
The creation date range of the orders you want returned. Set the date range so it contains less than 10 days (maximum). If you do not specify a DateRange, results from the last 10 days will be returned by default.
modifiedDateRange
The modified date range of the orders you want returned.
Note: This container is for future use. At this time, the createOrderTask method only supports order creation date filters and not modified order date filters.
orderStatus
The order status of the orders returned. If the filter is omitted from createOrderTask call, orders that are in both
ACTIVE
and COMPLETED
states are returned.