stack

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

AdminTypes.DeliveryCountry interface

A country that is used to define a shipping zone.

Signature:

export interface DeliveryCountry extends Node 

Extends: Node

Properties

Property Modifiers Type Description
code   DeliveryCountryCodeOrRestOfWorld A two-letter country code in ISO 3166-1 alpha-2 standard. It also includes a flag indicating whether the country should be a part of the ‘Rest Of World’ shipping zone.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
name   Scalars[‘String’][‘output’] The full name of the country.
provinces   Array<DeliveryProvince> The list of regions associated with this country.
translatedName   Scalars[‘String’][‘output’] The translated name of the country. The translation returned is based on the system’s locale.