OBJECT

PriceList

link GraphQL Schema definition

  • type PriceList {
  • # Country code
  • countryCode: String!
  • # Price which the user needs to pay to get its dropoff letterbox parcel returned
  • dropoffLetterboxPrice: Int
  • # Price which the user needs to pay to get its dropoff normal size parcel returned
  • dropoffParcelPrice: Int
  • # Shipping provider
  • network: String!
  • # Price that can be taken or not
  • optionalPrice: Int
  • # Price which the user needs to pay to get its pickup parcel returned
  • pickupParcelPrice: Int
  • }

link Require by