DeliveryCountry - admin-graphql - OBJECT
Version: 2024-10
Description:
A country that is used to define a shipping zone.
Access Scopes
Fields
code
: DeliveryCountryCodeOrRestOfWorld! - A two-letter country code in ISO 3166-1 alpha-2 standard. It also includes a flag indicating whether the country should be a part of the 'Rest Of World' shipping zone.
id
: ID! - A globally-unique ID.
name
: String! - The full name of the country.
provinces
: DeliveryProvince! - The list of regions associated with this country.
translatedName
: String! - The translated name of the country. The translation returned is based on the system's locale.
Connections
Related queries
Related mutations
Related Unions
Examples