---
title: Changes to GraphQL API MoneyV2-related 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/changes-to-graphql-api-moneyv2-related-fields'
  md: >-
    https://shopify.dev/changelog/changes-to-graphql-api-moneyv2-related-fields.md
metadata:
  effectiveApiVersion: 2022-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: false
  createdAt: '2022-08-25T11:10:40-04:00'
  postedAt: '2022-08-29T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:34-05:00'
  effectiveAt: '2022-08-29T00:00:00-04:00'
---

August 29, 2022

Tags:

* API
* 2022-10

# Changes to GraphQL API MoneyV2-related fields

As of 2022-10, the `Money` scalar is being removed from the Storefront API. It was previously used for monetary fields that do not have a V2 suffix (`<name>: Money`). As a result, the following changes are being made:

* Non-V2 fields will now use `MoneyV2` objects for their type (`<name>: MoneyV2`).
* Monetary fields that do have the `V2` suffix (`<name>V2: MoneyV2`) are being deprecated in favor of the `<name>: MoneyV2` equivalent. These fields will be removed in subsequent releases.

These changes will help improve consistency of the API and avoid confusion when using these fields.
