SearchOrdersFulfillmentFilter
May 28, 2020 ยท View on GitHub
Description
Filter based on Order Fulfillment information.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| fulfillment_types | getFulfillmentTypes() | setFulfillmentTypes($value) | 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 | [optional] |
| fulfillment_states | getFulfillmentStates() | setFulfillmentStates($value) | 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] |
Note: All properties are protected and only accessed via getters and setters.