DeliveryZone object

A zone is a geographical area that contains delivery methods within a delivery profile.

On this page

Fields

  • countries ([[DeliveryCountry!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycountry))
    The list of countries within the zone.
  • 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 zone.

Types that return DeliveryZone

  • [DeliveryLocationGroupZone.zone](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverylocationgroupzone#zone-2021-01)

Implements

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