B2BVariantPricing
B2B pricing for a product variant
type B2BVariantPricing {
appliedGroup: CustomerGroup
hasGroupDiscount: Boolean!
retailPrice: Money!
savings: Money!
savingsPercent: Float!
tierName: String
yourPrice: Money!
}
Fields
B2BVariantPricing.appliedGroup ● CustomerGroup object
Applied customer group
B2BVariantPricing.hasGroupDiscount ● Boolean! non-null scalar
Whether this is a group-discounted price
B2BVariantPricing.retailPrice ● Money! non-null object
Regular retail price
B2BVariantPricing.savings ● Money! non-null object
Amount saved
B2BVariantPricing.savingsPercent ● Float! non-null scalar
Savings percentage (0-100)
B2BVariantPricing.tierName ● String scalar
Pricing tier name
B2BVariantPricing.yourPrice ● Money! non-null object
Your group price (best available)
Member Of
B2BPriceDisplay object