{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Tax Settings API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Tax Settings", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Tax Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/tax/settings", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Retrieves global-level tax settings." }, { "info": { "name": "BigCommerce Update Tax Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/tax/settings", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates global-level tax settings." } ] } ], "bundled": true }