{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Site API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Site", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get a Channel Site", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/channels/:channel_id/site", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of a channel." } ] }, "docs": "Alias of `GET /sites?channel_id=channel_id`\n\nReturns site data for the specified channel.\n" }, { "info": { "name": "BigCommerce Create a Channel Site", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/channels/:channel_id/site", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of a channel." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Alias of POST `/sites`. Creates a site for provided channel." }, { "info": { "name": "BigCommerce Update a Channel Site", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/channels/:channel_id/site", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of a channel." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a site for provided channel." }, { "info": { "name": "BigCommerce Delete a Channel Site", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/channels/:channel_id/site", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of a channel." } ] }, "docs": "Deletes the Channelʼs site." } ] } ], "bundled": true }