{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses tax_calculators API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "tax_calculators", "type": "folder" }, "items": [ { "info": { "name": "List all tax calculators", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_calculators" }, "docs": "List all tax calculators" }, { "info": { "name": "Retrieve a tax calculator", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_calculators/:taxCalculatorId", "params": [ { "name": "taxCalculatorId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a tax calculator" } ] } ], "bundled": true }