stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Order > fulfillmentOrders

AdminTypes.Order.fulfillmentOrders property

A list of fulfillment orders for a specific order.

[FulfillmentOrder API access scopes](https://shopify.dev/api/admin-graphql/latest/objects/FulfillmentOrder#api-access-scopes) govern which fulfillments orders are returned. An API client will only receive a subset of the fulfillment orders which belong to an order if they don’t have the necessary access scopes to view all of the fulfillment orders. In the case that an API client does not have the access scopes necessary to view any of the fulfillment orders that belong to an order, an empty array will be returned.

Signature:

fulfillmentOrders: FulfillmentOrderConnection;