--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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)