GraphQL OBJECT

TotalPriceTaxGroup

Pricing 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.

link Definition

  • type TotalPriceTaxGroup {
  • # Total price of all items within this group.
  • totalPrice: Price!
  • # Vat rate of all items within this group.
  • vatRate: Percentage! @deprecated( reason: "Renamed to taxRate." )
  • # Tax rate of all items within this group.
  • taxRate: Percentage!
  • }