fulfillments property

List<OrderFulfillment>? fulfillments
final

Details about order fulfillment.

Orders can only be created with at most one fulfillment. However, orders returned by the API might contain multiple fulfillments.

Implementation

final List<OrderFulfillment>? fulfillments;