Skip to main content

CountryDisplay

Represents country data

type CountryDisplay {
code: String!
country: String!
requiredFields: [String!]
detailedAllowedCountryAreas: [CountryArea!]!
}

Fields

CountryDisplay.code ● String! non-null scalar

Country code (ISO 3166-1 alpha-2)

CountryDisplay.country ● String! non-null scalar

Country name

CountryDisplay.requiredFields ● [String!] list scalar

List of required address fields for the country.

CountryDisplay.detailedAllowedCountryAreas ● [CountryArea!]! non-null object

List of allowed country area choices including codes.

Returned By

countries query

Member Of

Address object ● Geolocalization object ● ShippingZone object ● ShippingZoneCountryArea object ● Shop object ● Voucher object

Was this page helpful?