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