DeliveryProvince object

A region that is used to define a zone.

On this page

Fields

  • code ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The code of this region.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the region.
  • translatedName ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the region, translated based on the user locale.

Types that return DeliveryProvince

  • [DeliveryCountry.provinces](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycountry#provinces-2021-01)

Implements

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)