{ "opencollection": "1.0.0", "info": { "name": "Binarly Assistant Product API", "version": "4.275.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/products" }, "docs": "List Products" }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create Product" }, { "info": { "name": "Bulk Archive Products", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/products:bulkArchive", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Archive Products" }, { "info": { "name": "Bulk Unarchive Products", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/products:bulkUnarchive", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Unarchive Products" }, { "info": { "name": "Get Product by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" } ] }, "docs": "Get Product by ID" }, { "info": { "name": "Update Product by ID", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v4/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Product by ID" } ] } ], "bundled": true }