stack

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

AdminTypes.MarketRegionCountry interface

A country which comprises a market.

Signature:

export interface MarketRegionCountry extends MarketRegion, Node 

Extends: MarketRegion, Node

Properties

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.