{ "opencollection": "1.0.0", "info": { "name": "Nutshell ProductCategories API", "version": "2.0.0" }, "items": [ { "info": { "name": "ProductCategories", "type": "folder" }, "items": [ { "info": { "name": "List all product categories", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/productcategories", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List all product categories" }, { "info": { "name": "Create a product category", "type": "http" }, "http": { "method": "POST", "url": "https://app.nutshell.com/rest/productcategories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new product category. Product categories are used to organize products into groups." }, { "info": { "name": "Get a product category", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/productcategories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Product Category ID" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a product category" } ] } ], "bundled": true }