{ "opencollection": "1.0.0", "info": { "name": "Rokt Catalog csv API", "version": "1.0.1" }, "items": [ { "info": { "name": "csv", "type": "folder" }, "items": [ { "info": { "name": "csv_download_shopkeep_line_items_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopcanal.com/platform/csv/download_shopkeep_line_items/", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "csv_download_unfulfilled_supplier_line_items_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopcanal.com/platform/csv/download_unfulfilled_supplier_line_items/", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "csv_product_template_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopcanal.com/platform/csv/product/template/", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }