OBJECT

TotalItemsPriceRange

link GraphQL Schema definition

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

link Required by

This element is not required by anyone