{ "opencollection": "1.0.0", "info": { "name": "Mercado Pago REST Authentication Merchant Orders API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Merchant Orders", "type": "folder" }, "items": [ { "info": { "name": "Create A Merchant Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.mercadopago.com/merchant_orders" }, "docs": "Create A Merchant Order" }, { "info": { "name": "Search Merchant Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/merchant_orders/search" }, "docs": "Search Merchant Orders" }, { "info": { "name": "Get A Merchant Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/merchant_orders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get A Merchant Order" }, { "info": { "name": "Update A Merchant Order", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mercadopago.com/merchant_orders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update A Merchant Order" } ] } ], "bundled": true }