HasLocalizationExtensionsForDraftOrders interface

Localization extensions associated with the specified resource. For example, the tax id for government invoice.

Fields

  • localizationExtensions ([LocalizationExtensionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/translations/localizationextensionconnection))
    List of localization extensions for the resource.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
countryCodes
(
[[CountryCode!]](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)

)
The country codes of the extensions.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
purposes
(
[[LocalizationExtensionPurpose!]](https://shopify.dev/docs/admin-api/graphql/reference/translations/localizationextensionpurpose)

)
The purpose of the extensions.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
  • Types that implement HasLocalizationExtensionsForDraftOrders

  • [DraftOrder](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorder)