Skip to main content

CountryDisplay

No description

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

Fields

CountryDisplay.code ● String! non-null scalar

Country code.

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?