GraphQL OBJECT
Price
Pricing information for the product.
link Definition
- type Price {
- # Price, not including taxes.
- CurrencyAmount! :
- # Taxes.
- CurrencyAmount! :
- # Taxes.
- CurrencyAmount! @deprecated( reason: "Renamed to tax" ) :
- # Price, including taxes.
- CurrencyAmount! :
- # Taxes split up by tax type.
- TaxTypePrice] : [
- }
link Required by
- AlignmentCustomerPricePrices to be paid on alignment.
- CartPreview of shopping cart with product and pricing information.
- CartItemnull
- DiscountDiscount information for the item in the cart.
- PricingPricing information for the product.
- PurchaseSearchResultItemPurchase that matches the search parameters.
- RenewalQuoteSearchResultItemThe flat renewal quote as result of a search.
- SubscriptionThe subscription.
- SubscriptionIntervalDataInterval data of the subscription.
- SubscriptionIntervalDataItemInterval data of the subscription item.
- SubscriptionItemItem of a subscription.
- TotalPriceTaxGroupPricing information for all items within this tax group. A tax group is a collection of taxes that can be applied as a single set of rules, for example, a product is subject to a state sales tax, and a local sales tax.
- TypedPricenull
- UpgradeSubscriptionResultSubscription upgrade information.