{ "opencollection": "1.0.0", "info": { "name": "Tiendanube / Nuvemshop Categories Product Images API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authentication", "value": "{{Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Product Images", "type": "folder" }, "items": [ { "info": { "name": "List product images", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiendanube.com/v1/{store_id}/products/:product_id/images", "params": [ { "name": "product_id", "value": "", "type": "path" } ] }, "docs": "List product images" }, { "info": { "name": "Add a product image", "type": "http" }, "http": { "method": "POST", "url": "https://api.tiendanube.com/v1/{store_id}/products/:product_id/images", "params": [ { "name": "product_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attach an image by src URL or base64 attachment, with position." } ] } ], "bundled": true }