LocalizationExtension object

Represents the value captured by a localization extension, like a tax id.

On this page

Fields

  • countryCode ([CountryCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
    Country ISO 3166-1 alpha-2 code.
  • key ([LocalizationExtensionKey!](https://shopify.dev/docs/admin-api/graphql/reference/translations/localizationextensionkey))
    The localized extension keys that are allowed.
  • purpose ([LocalizationExtensionPurpose!](https://shopify.dev/docs/admin-api/graphql/reference/translations/localizationextensionpurpose))
    The purpose of this localization extension.
  • title ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The localized extension title.
  • value ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The value of the field.

Types that return LocalizationExtension

  • [DraftOrder.localizationExtensions](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorder#localizationextensions-2021-01)
  • [Order.localizationExtensions](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#localizationextensions-2021-01)