{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses tax_rules API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "tax_rules", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the tax rules associated to the manual tax calculator", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/manual_tax_calculators/:manualTaxCalculatorId/tax_rules", "params": [ { "name": "manualTaxCalculatorId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the tax rules associated to the manual tax calculator" }, { "info": { "name": "List all tax rules", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_rules" }, "docs": "List all tax rules" }, { "info": { "name": "Create a tax rule", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a tax rule" }, { "info": { "name": "Retrieve a tax rule", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_rules/:taxRuleId", "params": [ { "name": "taxRuleId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a tax rule" }, { "info": { "name": "Update a tax rule", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_rules/:taxRuleId", "params": [ { "name": "taxRuleId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a tax rule" }, { "info": { "name": "Delete a tax rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_rules/:taxRuleId", "params": [ { "name": "taxRuleId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a tax rule" } ] } ], "bundled": true }