fulfillmentTypes property

List<OrderFulfillmentType>? fulfillmentTypes
final

A list of fulfillment types to filter for. The list returns orders if any of its fulfillments match any of the fulfillment types listed in this field.

Implementation

final List<OrderFulfillmentType>? fulfillmentTypes;