OBJECT
PriceList
link GraphQL Schema definition
- type PriceList {
- # Country code
- : String!
- # Price which the user needs to pay to get its dropoff letterbox parcel returned
- : Int
- # Price which the user needs to pay to get its dropoff normal size parcel returned
- : Int
- # Shipping provider
- : String!
- # Price that can be taken or not
- : Int
- # Price which the user needs to pay to get its pickup parcel returned
- : Int
- }