{ "opencollection": "1.0.0", "info": { "name": "Tiendanube / Nuvemshop Categories Shipping Carriers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authentication", "value": "{{Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipping Carriers", "type": "folder" }, "items": [ { "info": { "name": "List shipping carriers", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiendanube.com/v1/{store_id}/shipping_carriers" }, "docs": "List shipping carriers" }, { "info": { "name": "Register a shipping carrier", "type": "http" }, "http": { "method": "POST", "url": "https://api.tiendanube.com/v1/{store_id}/shipping_carriers", "body": { "type": "json", "data": "{}" } }, "docs": "Register a shipping carrier" } ] } ], "bundled": true }