Skip to main content

CustomerAddressCountry

type CustomerAddressCountry {
id: String
code: String
iso2: String
iso3: String
name: String!
}

Fields

codeString

The two-letter country code corresponding to the customer's country.

iso2String

The two-letter country code corresponding to the customer's country.

iso3String

The two-letter country code corresponding to the customer's country.

nameString!required

The customer's normalized country name.