shippingZone
Look up a shipping zone by ID.
shippingZone(
id: ID!
channel: String
): ShippingZone
Arguments
shippingZone.id ● ID! non-null scalar
ID of the shipping zone.
shippingZone.channel ● String scalar
Slug of a channel for which the data should be returned.
Type
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.
Was this page helpful?