shippingZones
List of the shop's shipping zones.
shippingZones(
filter: ShippingZoneFilterInput
before: String
after: String
first: Int
last: Int
): ShippingZoneCountableConnection
Arguments
shippingZones.filter ● ShippingZoneFilterInput input
shippingZones.before ● String scalar
Return the elements in the list that come before the specified cursor.
shippingZones.after ● String scalar
Return the elements in the list that come after the specified cursor.
shippingZones.first ● Int scalar
Return the first n elements from the list.
shippingZones.last ● Int scalar
Return the last n elements from the list.