INPUT_OBJECT

TaxRuleInput

TaxRuleInput specifies the tax rules information to search

link GraphQL Schema definition

  • input TaxRuleInput {
  • # An ID that uniquely identifies the tax rule
  • id: FilterTypeInput
  • # The unique identifier for an tax rule. This value should be in lowercase letters
  • # without spaces.
  • code: FilterTypeInput
  • # Cunstomer tax class ids of the tax rule
  • customer_tax_class_ids: FilterTypeInput
  • # Products tax class ids of the tax rule
  • product_tax_class_ids: FilterTypeInput
  • # Tax rates ids of the tax rule
  • tax_rate_ids: FilterTypeInput
  • }