{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Channel Assignments API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Channel Assignments", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Products Channel Assignments", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products/channel-assignments", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "product_id:in", "value": "", "type": "query" }, { "name": "channel_id:in", "value": "", "type": "query" } ] }, "docs": "Returns a list of products channel assignments." }, { "info": { "name": "BigCommerce Create Products Channel Assignments", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products/channel-assignments", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates products channel assignments." }, { "info": { "name": "BigCommerce Delete Products Channel Assignments", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products/channel-assignments", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "product_id:in", "value": "", "type": "query" }, { "name": "channel_id:in", "value": "", "type": "query" } ] }, "docs": "Delete products channel assignments. A filter must be supplied." } ] } ], "bundled": true }