Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketRegionCountry
A country which comprises a market.
Signature:
export interface MarketRegionCountry extends MarketRegion, Node
Extends: MarketRegion, Node
Property | Modifiers | Type | Description |
---|---|---|---|
code | CountryCode | `${CountryCode}` | The ISO code identifying the country. | |
currency | CurrencySetting | The currency which this country uses given its market settings. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
name | Scalars[‘String’][‘output’] | The name of the region. |