GraphQL OBJECT
Pricing
Pricing information for the product.
link Definition
- type Pricing {
- # Pricing information for all units of the product.
- : Price!
- # Pricing information for one single unit of the product, including shipping and
- # discounts.
- : Price!
- # Promotional pricing for the product.
- : Price
- # Shipping pricing for the product.
- : Price
- # Complete pricing for all units of the product, including shipping and discounts.
- : Price!
- # Complete pricing for all units of the product, but without discounts.
- : Price!
- # Discount pricing.
- #
- # Arguments
- # includedDiscountTypes: Input to filter for specific discount
- # types only.
- (: [DiscountPriceTypeEnum!]): [TypedPrice]
- }
link Required by
- OrderItemInterfacenull
- PurchaseTransaction data related to the purchase.
- PurchaseItemItem purchased by the customer.
- PurchaseTransactionOne transaction related to the customer’s purchase.
- RenewalQuoteRenewalQuote.
- RenewalQuoteItemRenewalQuoteItem.
- SubscriptionThe subscription.
- SubscriptionItemItem of a subscription.
- SubscriptionQuoteSubscriptionQuote.