OBJECT
TotalWeightPriceRange
link GraphQL Schema definition
1 type TotalWeightPriceRange implements ShippingPriceRange { 2 : Int! 3 4 : MonetaryValue 5 6 : Float 7 8 : Weight! 9 10 }
link Required by
This element is not required by anyone