OBJECT

TaxRules

Tax rules collection

link GraphQL Schema definition

  • type TaxRules implements ESResponseInterface {
  • # The number of tax rules returned
  • total_count: Int
  • # An array of tax rules that match the specified search criteria
  • items: [TaxRule]
  • # Document returned by this search query hits
  • hits: JSON
  • # Search suggest feature
  • suggest: JSON
  • # Aggregations returned when filter have been applied
  • aggregations: JSON
  • }