# Removal of deprecated shop fields — Shopify developer changelog --- ## 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) *Published: December 18, 2024* Tags: API, Breaking API Change Link: https://shopify.dev/changelog/removal-of-unused-deprecated-fields ---