stack

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

AdminTypes.DeliveryCountryCodesOrRestOfWorld interface

The list of country codes and information whether the countries are a part of the ‘Rest Of World’ shipping zone.

Signature:

export interface DeliveryCountryCodesOrRestOfWorld 

Properties

Property Modifiers Type Description
countryCodes   Array<CountryCode | `${CountryCode}`> List of applicable country codes in the ISO 3166-1 alpha-2 format.
restOfWorld   Scalars[‘Boolean’][‘output’] Whether the countries are a part of the ‘Rest of World’ shipping zone.