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

Latest commit

 

History

History
20 lines (12 loc) · 1.37 KB

SearchOrdersFilter.md

File metadata and controls

20 lines (12 loc) · 1.37 KB

Square.Connect.Model.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]

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