--- title: >- Moving the Shop.assignedFulfillmentOrders connection to QueryRoot - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/moving-the-shop-assignedfulfillmentorders-connection-to-queryroot md: >- https://shopify.dev/changelog/moving-the-shop-assignedfulfillmentorders-connection-to-queryroot.md metadata: effectiveApiVersion: 2024-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: true createdAt: '2024-03-21T16:04:38-04:00' postedAt: '2024-07-01T00:00:00-04:00' updatedAt: '2024-05-14T11:20:01-04:00' effectiveAt: '2024-07-01T00:00:00-04:00' --- July 1, 2024 Tags: * Action Required * Admin GraphQL API * 2024-07 # Moving the Shop.assignedFulfillmentOrders connection to QueryRoot As of the **2024-07** release of the admin GraphQL, you can access assigned fulfillment orders from `QueryRoot.assignedFulfillmentOrders` instead of the pre-existing `Shop.assignedFulfillmentOrders` connection. This change will include the deprecation of the `Shop.assignedFulfillmentOrders` query in favour of the newly added `QueryRoot.assignedFulfillmentOrders` This change aligns with direction of the admin API moving forward ensuring that domain primitives are available on `QueryRoot` and the `Shop` field is reserved for key information related to the shop in the scope of the request. You can learn more about assigned fulfillment orders [here](https://shopify.dev/api/admin-graphql/2024-07/objects/queryroot#connection-assignedfulfillmentorders).