OBJECT
Product review - related product review
type TaxRule {# TaxRule idid: ID # Tax rule codecode: String # Tax rates assigned to this rulerates: [TaxRate] # Customer tax class ids assigned to this rulecustomer_tax_class_ids: [ID] # Product tax class ids assigned to this rule product_tax_class_ids: [ID] # Tax rate ids assigned with this ruletax_rate_ids: [ID] }