ShippingZone Object
Represents a shipping zone in the shop. Zones are the concept used only for grouping shipping methods in the dashboard, and are never exposed to the customers directly.
Fields
#
countryAreas
[ ShippingZoneCountryArea !]!
Non-null
List of country areas this shipping zone is limited to.
metadata
[ MetadataItem !]!
Non-null
List of public metadata items. Can be accessed without permissions.
privateMetadata
[ MetadataItem !]!
Non-null
List of private metadata items.Requires proper staff permissions to access.
shippingMethods
[ ShippingMethod !]!
Non-null
List of shipping methods available for orders shipped to countries within this shipping zone.
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field shippingZone from Query
- Field node from ShippingZoneCountableEdge
- Field shippingZone from ShippingPriceCreate