{ "opencollection": "1.0.0", "info": { "name": "Google Merchant Center Google Merchant Accounts Products API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Google Merchant Center Insert product input", "type": "http" }, "http": { "method": "POST", "url": "https://merchantapi.googleapis.com/products/v1/:parent/productInputs", "params": [ { "name": "parent", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Uploads a product input to the Merchant Center account." }, { "info": { "name": "Google Merchant Center Get product", "type": "http" }, "http": { "method": "GET", "url": "https://merchantapi.googleapis.com/products/v1/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Retrieves the processed version of a product." } ] } ], "bundled": true }