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