shippingZones
List all shipping zones. Requires MANAGE_SHIPPING permission.
shippingZones(
filter: ShippingZoneFilterInput
before: String
after: String
first: Int
last: Int
): ShippingZoneCountableConnection!
Arguments
shippingZones.filter ● ShippingZoneFilterInput input
shippingZones.before ● String scalar
Returns the items in the list that come before the specified cursor.
shippingZones.after ● String scalar
Returns the items in the list that come after the specified cursor.
shippingZones.first ● Int scalar
Returns the first n items from the list.
shippingZones.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
ShippingZoneCountableConnection object
A connection to a list of items.