BundlePrice
Comprehensive pricing information for bundles and bundle items.
Contains calculated prices including discounts, taxes, and original pricing for comparison. Provides both net and gross pricing with before-and-after discount values.
type BundlePrice {
net: Float
gross: Float
originalNet: Float
originalGross: Float
}
Fields
BundlePrice.net
● Float
scalar
Final net price after applying bundle discounts and tax calculations.
Represents the actual price customers pay excluding taxes.
BundlePrice.gross
● Float
scalar
Final gross price after applying bundle discounts and including taxes.
Represents the total price customers pay including all applicable taxes.
BundlePrice.originalNet
● Float
scalar
Original net price before any bundle discounts are applied.
Used to calculate savings and display discount value to customers.
BundlePrice.originalGross
● Float
scalar
Original gross price before any bundle discounts are applied.
Includes taxes and represents the full retail price without bundle savings.
Member Of
Bundle
object ● BundleItem
object