--- title: Cleaning up deprecations in the Storefront API - 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/cleaning-up-deprecations-in-the-storefront-api md: https://shopify.dev/changelog/cleaning-up-deprecations-in-the-storefront-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 10, 2021 Tags: * Action Required * API * 2022-04 # Cleaning up deprecations in the Storefront API At this year's Unite conference, we announced that we wanted to make some sweeping changes and improvements to the Storefront API. Today we're taking another step towards that goal. The following previously deprecated fields have been removed from the `unstable` and `2022-04` versions of the Storefront API: * `Article.url` * `Blog.url` * `Checkout.customer` * `Page.url` * `Product.presentmentPriceRanges` * `ProductVariant.available` * `ProductVariant.presentmentPrices` * `ProductVariant.presentmentUnitPrices` * `ScriptDiscountApplication.description` * `Shop.articles` * `Shop.blogs` * `Shop.collectionByHandle` * `Shop.collections` * `Shop.currencyCode` * `Shop.productByHandle` * `Shop.productTags` * `Shop.productTypes` * `Shop.products` * `Shop.shopifyPaymentsAccountId` Additionally, the arguments `scale`, `maxWidth`, `maxHeight`, and `crop` are no longer available on the following fields: * `Collection.image` * `ProductVariant.image` * `Product.images` * `Article.image`