Magidoc

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.

Fields

#

countries

Non-null

List of countries available for the method.

countryAreas

Non-null

List of country areas this shipping zone is limited to.

default

Default shipping zone will be used for countries not covered by other zones.

id

ID !
Non-null

The ID of the object

metadata

Non-null

List of public metadata items. Can be accessed without permissions.

name

Non-null

priceRange

Non-null

Lowest and highest prices for the shipping.

privateMetadata

Non-null

List of private metadata items.Requires proper staff permissions to access.

seller

Non-null

shippingMethods

Non-null

List of shipping methods available for orders shipped to countries within this shipping zone.

warehouses

Non-null

List of warehouses for shipping zone.

Interfaces

#

Also implements Node , ObjectWithMetadata .

Usages

#

References

#

  • Field shippingZone from Query