{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Abandoned Cart Emails", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get all abandoned cart email templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/marketing/abandoned-cart-emails", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "query", "description": "Channel ID to use for channel-level data." } ] }, "docs": "An array of abandoned cart emails pertaining to a store." }, { "info": { "name": "BigCommerce Create abandoned cart email template", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/marketing/abandoned-cart-emails", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "query", "description": "Channel ID to use for channel-level data." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Abandoned Cart Email template." }, { "info": { "name": "BigCommerce Get an email template", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/marketing/abandoned-cart-emails/:id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Abandoned Cart Email template." } ] }, "docs": "Get a single Abandoned Cart Email template." }, { "info": { "name": "BigCommerce Update an email template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/marketing/abandoned-cart-emails/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Abandoned Cart Email template." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an email template." }, { "info": { "name": "BigCommerce Delete email template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/marketing/abandoned-cart-emails/:id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Abandoned Cart Email template." } ] }, "docs": "Delete Abandoned Cart Email template." }, { "info": { "name": "BigCommerce Get default email template", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/marketing/abandoned-cart-emails/default", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Return default Abandoned Cart Email template." } ] } ], "bundled": true }