---
title: Moving the Shop.fulfillmentOrders 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-fulfillmentorders-connection-to-queryroot
  md: https://shopify.dev/changelog/moving-the-shop-fulfillmentorders-connection-to-queryroot.md
---

January 1, 2023

Tags:

* API
* 2023-01

# Moving the Shop.fulfillmentOrders connection to QueryRoot

As of the **2023-01** release of the admin GraphQL, you can access fulfillment orders from `QueryRoot.fulfillmentOrders` in addition to the pre-existing `Shop.fulfillmentOrders` connection.

This change will also include the deprecation of the `Shop.fulfillmentOrders` query in favour of the newly added `QueryRoot.fulfillmentOrders`

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 fulfillment orders [here](https://shopify.dev/api/admin-graphql/2023-01/connections/FulfillmentOrderConnection#connection-fulfillmentorderconnection-edges)