OBJECT

OrderTotalPriceRange

link GraphQL Schema definition

1type OrderTotalPriceRange implements ShippingPriceRange {
2id: Int!
3
4shippingPrice: MonetaryValue
5
6orderValuePercent: Float
7
8fromPrice: MonetaryValue!
9
10}

link Required by

This element is not required by anyone