stack

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

AdminTypes.DeliveryCountryCodeOrRestOfWorld interface

The country code and whether the country is a part of the ‘Rest Of World’ shipping zone.

Signature:

export interface DeliveryCountryCodeOrRestOfWorld 

Properties

Property Modifiers Type Description
countryCode?   Maybe<CountryCode | `${CountryCode}`> (Optional) The country code in the ISO 3166-1 alpha-2 format.
restOfWorld   Scalars[‘Boolean’][‘output’] Whether the country is a part of the ‘Rest of World’ shipping zone.