OBJECT

TaxRule

Product review - related product review

link GraphQL Schema definition

  • type TaxRule {
  • # TaxRule id
  • id: ID
  • # Tax rule code
  • code: String
  • # Tax rates assigned to this rule
  • rates: [TaxRate]
  • # Customer tax class ids assigned to this rule
  • customer_tax_class_ids: [ID]
  • # Product tax class ids assigned to this rule
  • product_tax_class_ids: [ID]
  • # Tax rate ids assigned with this rule
  • tax_rate_ids: [ID]
  • }