# REST-API: Speichern des Image Attribute

**URL:** https://forum.shopware.com/t/rest-api-speichern-des-image-attribute/43917
**Category:** Programmierung
**Created:** [21. Februar 2017 um 16:22 UTC](https://forum.shopware.com/t/rest-api-speichern-des-image-attribute/43917 "2017-02-21T16:22:10Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dasunding](https://avatars.discourse-cdn.com/v4/letter/d/96bed5/32.png) [@dasunding](https://forum.shopware.com/u/dasunding)
#### Post date: [21. Februar 2017 um 16:22 UTC](https://forum.shopware.com/t/rest-api-speichern-des-image-attribute/43917/1 "2017-02-21T16:22:10Z")

</div>

Guten Tag,

leider scheint es keine Möglichkeit zu geben, das Image Attribute mit über die REST API zu speichern.

Gibt es hier bereits Ansätze oder Lösungsvorschläge für eine Realisierung? Die Ausgabe ist noch relativ einfach per Anpassung an der API zu realisieren.

Beste Grüße

---

<div class="post-metadata">

### Author: ![Kobresia](https://avatars.discourse-cdn.com/v4/letter/k/da6949/32.png) [@Kobresia](https://forum.shopware.com/u/Kobresia)
#### Post date: [14. Mai 2019 um 12:58 UTC](https://forum.shopware.com/t/rest-api-speichern-des-image-attribute/43917/2 "2019-05-14T12:58:44Z")

</div>

```
 'images' =\> [['link' =\> '', 'main' =\> 1, 'position' =\> 3, 'description' =\> 'content', 'attribute' =\> [ //solche Möglichkeit 'attribute1' =\> 'attribute1', 'attribute2' =\> 'attribute2', 'attribute3' =\> 'attribute3'] ],

```

&nbsp;
