stack

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

AdminTypes.QueryRoot.fulfillmentOrders property

The paginated list of all fulfillment orders. The returned fulfillment orders are filtered according to the [fulfillment order access scopes](https://shopify.dev/api/admin-graphql/latest/objects/fulfillmentorder#api-access-scopes) granted to the app.

Use this query to retrieve fulfillment orders assigned to merchant-managed locations, third-party fulfillment service locations, or all kinds of locations together.

For fetching only the fulfillment orders assigned to the app’s locations, use the [Shop.assignedFulfillmentOrders](https://shopify.dev/api/admin-graphql/latest/objects/Shop#connection-shop-assignedfulfillmentorders) connection.

Signature:

fulfillmentOrders: FulfillmentOrderConnection;