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