{ "opencollection": "1.0.0", "info": { "name": "Wix REST Cart Products API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.wix.com/installer/install", "accessTokenUrl": "https://www.wixapis.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Create product", "type": "http" }, "http": { "method": "POST", "url": "https://www.wixapis.com/stores/v3/products" }, "docs": "Create product" }, { "info": { "name": "Query products", "type": "http" }, "http": { "method": "POST", "url": "https://www.wixapis.com/stores/v3/products/query" }, "docs": "Query products" }, { "info": { "name": "Search products", "type": "http" }, "http": { "method": "POST", "url": "https://www.wixapis.com/stores/v3/products/search" }, "docs": "Search products" }, { "info": { "name": "Get product", "type": "http" }, "http": { "method": "GET", "url": "https://www.wixapis.com/stores/v3/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get product" }, { "info": { "name": "Update product", "type": "http" }, "http": { "method": "PATCH", "url": "https://www.wixapis.com/stores/v3/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update product" } ] } ], "bundled": true }