Tags:
- API
- 2021-07
New code for unrecognized currencies
As of API version 2021-07, the GraphQL Admin API returns in response to an unrecognized currency code. is the ISO code used to denote transactions that involve no currency.
In mutations, a input value of is invalid. 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 object.
Was this section helpful?