{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses tax_categories API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "tax_categories", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the tax categories associated to the avalara account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/avalara_accounts/:avalaraAccountId/tax_categories", "params": [ { "name": "avalaraAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the tax categories associated to the avalara account" }, { "info": { "name": "Retrieve the tax categories associated to the stripe tax account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/stripe_tax_accounts/:stripeTaxAccountId/tax_categories", "params": [ { "name": "stripeTaxAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the tax categories associated to the stripe tax account" }, { "info": { "name": "List all tax categories", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_categories" }, "docs": "List all tax categories" }, { "info": { "name": "Create a tax category", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_categories", "body": { "type": "json", "data": "{}" } }, "docs": "Create a tax category" }, { "info": { "name": "Retrieve a tax category", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_categories/:taxCategoryId", "params": [ { "name": "taxCategoryId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a tax category" }, { "info": { "name": "Update a tax category", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_categories/:taxCategoryId", "params": [ { "name": "taxCategoryId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a tax category" }, { "info": { "name": "Delete a tax category", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_categories/:taxCategoryId", "params": [ { "name": "taxCategoryId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a tax category" }, { "info": { "name": "Retrieve the tax categories associated to the taxjar account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/taxjar_accounts/:taxjarAccountId/tax_categories", "params": [ { "name": "taxjarAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the tax categories associated to the taxjar account" } ] } ], "bundled": true }