---
title: Removal of deprecated shop fields - 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/removal-of-unused-deprecated-fields'
  md: 'https://shopify.dev/changelog/removal-of-unused-deprecated-fields.md'
metadata:
  effectiveApiVersion: 2025-01
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Breaking API Change
    handle: breaking-api-change
  indicatesActionRequired: false
  createdAt: '2024-12-12T09:43:37-05:00'
  postedAt: '2024-12-18T10:00:00-05:00'
  updatedAt: '2024-12-18T11:03:43-05:00'
  effectiveAt: '2024-12-18T10:00:00-05:00'
---

December 18, 2024

Tags:

* Admin GraphQL API
* 2025-01

# Removal of deprecated shop fields

As of Admin GraphQL API `2025-01`, some previously deprecated fields have been removed which have replacements:

* [`Shop.collectionByHandle`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-collectionbyhandle) → [`QueryRoot.collectionByHandle`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/collectionByHandle)
* [`Shop.collectionSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#connection-collectionsavedsearches) → [`QueryRoot.collectionSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/collectionSavedSearches)
* [`Shop.customerSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#connection-customersavedsearches) → [`QueryRoot.customerSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/customerSavedSearches)
* [`Shop.draftOrderSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#connection-draftordersavedsearches) → [`QueryRoot.draftOrderSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/draftOrderSavedSearches)
* [`Shop.marketingEvents`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#connection-marketingevents) → [`QueryRoot.marketingEvents`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/marketingEvents)
* [`Shop.orderSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#connection-ordersavedsearches) → [`QueryRoot.orderSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/orderSavedSearches)
* [`Shop.productByHandle`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-productbyhandle) → [`QueryRoot.productByHandle`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productByHandle)
* [`Shop.productSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#connection-productsavedsearches) → [`QueryRoot.productSavedSearches`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productSavedSearches)
