{ "opencollection": "1.0.0", "info": { "name": "Seel Commerce Protection Bill Merchant API", "version": "2.6.0" }, "request": { "auth": { "type": "apikey", "key": "X-Seel-Api-Key", "value": "{{X-Seel-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Merchant", "type": "folder" }, "items": [ { "info": { "name": "List merchants", "type": "http" }, "http": { "method": "GET", "url": "https://api-test.seel.com/v1/ecommerce/merchants" }, "docs": "List merchants" }, { "info": { "name": "Create a merchant", "type": "http" }, "http": { "method": "POST", "url": "https://api-test.seel.com/v1/ecommerce/merchants" }, "docs": "Create a merchant" }, { "info": { "name": "Get a merchant", "type": "http" }, "http": { "method": "GET", "url": "https://api-test.seel.com/v1/ecommerce/merchants/:merchant_id", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ] }, "docs": "Get a merchant" }, { "info": { "name": "Update a merchant", "type": "http" }, "http": { "method": "PATCH", "url": "https://api-test.seel.com/v1/ecommerce/merchants/:merchant_id", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ] }, "docs": "Update a merchant" } ] } ], "bundled": true }