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