Skip to main content

shippingZone Query

Look up a shipping zone by ID.

Requires the MANAGE_SHIPPINGpermission.
shippingZone(
id: ID!
channel: String
): ShippingZone
Show return type

Arguments

id ● ID!

ID of the shipping zone.

channel ● String

Slug of a channel for which the data should be returned.

Type

ShippingZone

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.