OBJECT

ShippingZone

A shipping area defined in the marketplace which consists of multiple postcodes

link GraphQL Schema definition

  • type ShippingZone implements Node {
  • # Description for the shipping zone
  • description: String
  • id: ID!
  • # The name used to identify the shipping zone
  • name: String!
  • postcodes: [String!]
  • # The seller who created the shipping zone. If null then it was created by the
  • # marketplace owner
  • seller: Seller
  • }