Skip to main content

ShippingZone

type ShippingZone {
countryId: String!
postalCodes: [String!]
states: [ShippingZoneState!]
}

Fields

countryIdString!required
postalCodes[String!]