Skip to main content

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 ID of the object

ShippingZoneCountryArea.country ● CountryDisplay! non-null object

ShippingZoneCountryArea.countryArea ● CountryArea! non-null object

Interfaces

Node interface

An object with an ID

Member Of

ShippingZone object

Was this page helpful?