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