---
title: New code for unrecognized currencies - 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/new-code-for-unrecognized-currencies'
  md: 'https://shopify.dev/changelog/new-code-for-unrecognized-currencies.md'
metadata:
  effectiveApiVersion: 2021-07
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2021-06-30T11:00:40-04:00'
  postedAt: '2021-06-30T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:32-05:00'
  effectiveAt: '2021-06-30T00:00:00-04:00'
---

June 30, 2021

Tags:

* API
* 2021-07

# New code for unrecognized currencies

As of API version 2021-07, the GraphQL Admin API returns `XXX` in response to an unrecognized currency code. `XXX` is the ISO code used to denote transactions that involve no currency.

In mutations, a `CurrencyCode` input value of `XXX` is invalid. `XXX` can only be returned as a result and not as an input value.

This change prevents order pages from breaking if payments include a currency code that's not in the list of [supported values for the `CurrencyCode` object](api/admin/reference/common-objects/currencycode).
