{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Tax Rates API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Tax Rates", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Tax Rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/tax/rates", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id:in", "value": "", "type": "query", "description": "Filter by tax rate `id`. Use a comma-separated CSV string of IDs for multiple tax rates. For example, `5` or `12,34,56`." }, { "name": "tax_zone_id:in", "value": "", "type": "query", "description": "Filter by tax zone `id`. Use a comma-separated CSV string of IDs for multiple tax zones. For example, `5` or `12,34,56`." } ] }, "docs": "Retrieve a list of tax rates." }, { "info": { "name": "BigCommerce Create Tax Rates", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/tax/rates", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create one or more tax rates. Tax rates must be associated with a `tax_zone_id`." }, { "info": { "name": "BigCommerce Update Tax Rates", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/tax/rates", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update one or more tax rates. Only the tax rate `id` field is required. Fields unspecified by the request will retain their current state." }, { "info": { "name": "BigCommerce Delete Tax Rates", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/tax/rates", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id:in", "value": "", "type": "query", "description": "Filter by tax rate `id`. Use a comma-separated CSV string of IDs for multiple tax rates. For example, `5` or `12,34,56`." } ] }, "docs": "Delete one or more tax rates.\n\n> You must specify which rate(s) to delete using the `id:in` query parameter." } ] } ], "bundled": true }