CartItemPriceRange
Represent the price range containing the min/max units configuration and price
This page contains
Fields
minUnits: Decimal! | Minimum number of units for the range |
maxUnits: Decimal | Maximum number of units for the range, null for unlimited |
price: Decimal! | Price amount |
Parent objects of CartItemPriceRange
CartItemPriceDefinition PREVIEW | Represents the price definition for the price used in cart item |