{ "opencollection": "1.0.0", "info": { "name": "Deliverect Channel Accounts Upsell API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.deliverect.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Upsell", "type": "folder" }, "items": [ { "info": { "name": "Deliverect Get Upsell Items", "type": "http" }, "http": { "method": "POST", "url": "https://api.deliverect.com/upsell/channel/:channelLinkId", "params": [ { "name": "channelLinkId", "value": "5e8abc11dec0001a009b", "type": "path", "description": "The unique identifier of a channel link for a store location" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deliverect Get Upsell Items" } ] } ], "bundled": true }