---
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
metadata:
  effectiveApiVersion: 2022-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2021-12-10T12:24:33-05:00'
  postedAt: '2021-12-10T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:32-05:00'
  effectiveAt: '2021-12-10T00:00:00-05:00'
---

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`
