INTERFACE

ShippingPriceRange

link GraphQL Schema definition

1interface ShippingPriceRange {
2id: Int!
3
4shippingPrice: MonetaryValue
5
6orderValuePercent: Float
7
8}