Skip to main content

OrderAddressCountry

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

Fields

It is the id of the country of the address.

codeString

It is the code of the country of the address.

iso2String

It is the two-letter code of the country of the address.

iso3String

It is the three-letter code of the country of the address.

nameString!required

It is the name of the country of the address.