DEV

Type.

ShippingZone

A ShippingZone is a group of countries that will be serviced by a FulfillmentCenter.

Fields

countryCodes

[CountryCode!]

A list of two-letter ISO country codes that are supported by this ShippingZone.

createdAt

DateTime!

Required

When the ShippingZone was created.

createdBy

ID!

Required

The user who created the ShippingZone.

fulfillmentCenter

FulfillmentCenter

The default FulfillmentCenter that services the ShippingZone.

id

ID!

Required

A unique identifier for the ShippingZone.

landedCostConfiguration

ZoneLandedCostConfiguration!

Required

What should dictate what landed cost method should be used.

mode

Mode!

Required

Specifies whether the ShippingZone is in live or test mode.

name

String!

Required

The humanly-memorable display name for the ShippingZone.

organization

ID!

Required

The Organization associated with the ShippingZone.
A list of shipping profiles associated with the ShippingZone.

updatedAt

DateTime!

Required

When the ShippingZone was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the ShippingZone.

Was this page helpful?