{ "opencollection": "1.0.0", "info": { "name": "Fudo Customers Product Modifiers API", "version": "v1alpha1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Product Modifiers", "type": "folder" }, "items": [ { "info": { "name": "Get product modifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.fu.do/v1alpha1/product-modifiers", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number and size." }, { "name": "sort", "value": "", "type": "query", "description": "Comma-separated list. See pattern for possible values." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list. See pattern for possible values." } ] }, "docs": "Get product modifiers" }, { "info": { "name": "Create product modifier", "type": "http" }, "http": { "method": "POST", "url": "https://api.fu.do/v1alpha1/product-modifiers", "body": { "type": "json", "data": "{}" } }, "docs": "Create product modifier" }, { "info": { "name": "Get product modifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.fu.do/v1alpha1/product-modifiers/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list. See pattern for possible values." } ] }, "docs": "Get product modifier" }, { "info": { "name": "Update product modifier", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fu.do/v1alpha1/product-modifiers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update product modifier" } ] } ], "bundled": true }