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

Latest commit

 

History

History
15 lines (8 loc) · 817 Bytes

SearchOrdersFulfillmentFilter.md

File metadata and controls

15 lines (8 loc) · 817 Bytes

SearchOrdersFulfillmentFilter

Description

Filter based on Order Fulfillment information.

Properties

Name Type Description Notes
fulfillmentTypes List<String> 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
fulfillmentStates List<String> 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]