ShippingZoneCountryArea
Represents a state/province/region within a country that a shipping zone is limited to.
type ShippingZoneCountryArea implements Node {
id: ID!
country: CountryDisplay!
countryArea: CountryArea!
}
Fields
ShippingZoneCountryArea.id ● ID! non-null scalar
The Globally Unique ID of this object
ShippingZoneCountryArea.country ● CountryDisplay! non-null object
Country information
ShippingZoneCountryArea.countryArea ● CountryArea! non-null object
Country area information
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
ShippingZone object