{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Settings API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Global Cart Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settings", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns the global cart settings of a store." }, { "info": { "name": "BigCommerce Update Global Cart Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settings", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the global cart settings of a store." }, { "info": { "name": "BigCommerce Get Channel Cart Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settings/channels/:channel_id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The channel ID of the settings overrides." } ] }, "docs": "Returns the per-channel overrides for the cart settings of a store." }, { "info": { "name": "BigCommerce Update Channel Cart Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settings/channels/:channel_id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The channel ID of the settings overrides." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the per-channel overrides for the cart settings of a store." } ] } ], "bundled": true }