CustomerAddressCountry
type CustomerAddressCountry {
id: String
code: String
iso2: String
iso3: String
name: String!
}
Fields
id
Stringcode
StringThe two-letter country code corresponding to the customer's country.
iso2
StringThe two-letter country code corresponding to the customer's country.
iso3
StringThe two-letter country code corresponding to the customer's country.
The customer's normalized country name.