SearchOrdersFulfillmentFilter

May 8, 2019 ยท View on GitHub

squareconnect.models.search_orders_fulfillment_filter

Description

Filter based on Order Fulfillment information.

Properties

NameTypeDescriptionNotes
fulfillment_typeslist[str]List of fulfillment types to filter for. Will return orders if any of its fulfillments match any of the fulfillment types listed in this field. See OrderFulfillmentType for possible values
fulfillment_stateslist[str]List of fulfillment states to filter for. Will return orders if any of its fulfillments match any of the fulfillment states listed in this field. See OrderFulfillmentState for possible values[optional]

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