Die XML-Struktur welche die spezifischen Attributdaten für die Verkaufsplattform Shopware enthält ist als Kindelement in das Element specific_attribute_data in den Response-Daten von fetchAttributes eingebettet. Sie besitzt folgende Struktur: |
<shopware_attribute_data> <account_id>37610</account_id> <active>true</active> <filterable>true</filterable> <shop_id>55</shop_id> <identifier>Shopware_Attributbezeichnung</identifier> </shopware_attribute_data> |
Name |
Beschreibung |
Anz. |
Typ |
Sonstiges |
shopware_attribute_data |
Wrapper-Element, das die Shopware-spezifischen Attributdaten zusammenfasst. |
0..N |
Element |
|
account_id |
ID des Shopware Accounts. |
1 |
integer |
|
active |
Flag das die Aktivschaltung des Attributes für Shopware angibt. |
1 |
boolean |
|
filterable |
Flag das anzeigt ob das Attribut im Shop als Filter verwendet werden kann. |
1 |
boolean |
|
shop_id |
ID des Attributes im Shop. |
1 |
integer |
|
identifier |
Bezeichnung des Attributes für Shopware. |
0..1 |
string |
Version |
Änderungsbeschreibung |
3.6.3 |
Erweiterung der Response um Shopware-spezifische Daten. |