--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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 (`: Money`). As a result, the following changes are being made: * Non-V2 fields will now use `MoneyV2` objects for their type (`: MoneyV2`). * Monetary fields that do have the `V2` suffix (`V2: MoneyV2`) are being deprecated in favor of the `: 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.