{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Abandoned Cart Settings API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Abandoned Cart Settings", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Global Abandoned Cart Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/abandoned-carts/settings", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns the global abandoned cart settings of a store." } ] } ], "bundled": true }