{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Order Settings API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Order Settings", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Global Order Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settings", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns global order settings." }, { "info": { "name": "BigCommerce Update Global Order Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settings", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates global order settings." }, { "info": { "name": "BigCommerce Get Channel Order Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settings/channels/:channel_id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "Channel ID" } ] }, "docs": "Returns order settings for a specific channel." }, { "info": { "name": "BigCommerce Update Channel Order Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settings/channels/:channel_id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "Channel ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates order settings for a specific channel.\n\n **Note:** You must override both notifications `email_addresses` or neither, i.e. either both notification `email_addresses` are an array of valid email addresses, or both `email_addresses` must be null. You may not have one set to an array of addresses and the other set to `null`." } ] } ], "bundled": true }