{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Product Group API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Product Group", "type": "folder" }, "items": [ { "info": { "name": "List all Product Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/productgroups", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page you want to display" }, { "name": "limit", "value": "", "type": "query", "description": "Items per page" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all Product Groups" }, { "info": { "name": "Create a new Product Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/productgroups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new Product Group" }, { "info": { "name": "Find Product Group by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/productgroups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find Product Group by Id" }, { "info": { "name": "Update Product Group by Id", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ready2order.com/v1/productgroups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID to find" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Product Group by Id" }, { "info": { "name": "Delete Product Group by Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ready2order.com/v1/productgroups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete Product Group by Id" }, { "info": { "name": "Find With Products By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/productgroups/:id/products", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find With Products By Id" } ] } ], "bundled": true }