CountryDisplay
No description
type CountryDisplay {
code: String!
country: String!
vat: VAT @deprecated
}
Fields
CountryDisplay.code
● String!
non-null scalar
Country code.
CountryDisplay.country
● String!
non-null scalar
Country name.
CountryDisplay.vat
● VAT
deprecated object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
TaxClassCountryRate
type to manage tax rates per country.Country tax.
Member of
Address
object ● Channel
object ● ShippingZone
object ● Shop
object ● Voucher
object
Was this page helpful?