Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.21 KB

SearchOrdersFilter.md

File metadata and controls

16 lines (11 loc) · 1.21 KB

SquareConnect.SearchOrdersFilter

Description

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

Properties

Name Type Description Notes
state_filter SearchOrdersStateFilter Filter by ``OrderState``. [optional]
date_time_filter 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]
fulfillment_filter SearchOrdersFulfillmentFilter Filter by fulfillment type or state. [optional]
source_filter SearchOrdersSourceFilter Filter by source of order. [optional]
customer_filter SearchOrdersCustomerFilter Filter by customers associated with the order. [optional]