GitHub

ShopifyCountry

interface

import { ShopifyCountry } from '@daffodil/driver/shopify'

A country.

interface ShopifyCountry {
  __typename: "Country"
  availableLanguages: ShopifyLanguage[]
  currency: ShopifyCurrency
  isoCode: ShopifyCountryCode
  market: ShopifyMarket
  name: string
  unitSystem: ShopifyUnitSystem
}

Properties

__typename
"Country"
availableLanguages
ShopifyLanguage[]

The languages available for the country.

currency
ShopifyCurrency

The currency of the country.

isoCode
ShopifyCountryCode

The ISO code of the country.

market
ShopifyMarket

The market that includes this country.

name
string

The name of the country.

unitSystem
ShopifyUnitSystem

The unit system used in the country.