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