stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryZone

AdminTypes.DeliveryZone interface

A zone is a group of countries that have the same shipping rates. Customers can order products from a store only if they choose a shipping destination that’s included in one of the store’s zones.

Signature:

export interface DeliveryZone extends Node 

Extends: Node

Properties

Property Modifiers Type Description
countries   Array<DeliveryCountry> The list of countries within the zone.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
name   Scalars[‘String’][‘output’] The name of the zone.