Die XML-Struktur welche die spezifischen Attributdaten für die Verkaufsplattform Shopware enthält ist als Kindelement in das Element specific_attribute_set_data in den Response-Daten von fetchAttributeSets eingebettet. Sie besitzt folgende Struktur: |
<shopware_attribute_set> <account_id>1628184</account_id> <shopware_attribute_set_identifier>Shopware spezifische Attribut-Set Bezeichnung</shopware_attribute_set_identifier> <active>false</active> <comparable>false</comparable> <position>0</position> <sort_mode>ALPHA_NUMERIC</sort_mode> </shopware_attribute_set> |
Name |
Beschreibung |
Anz. |
Typ |
Sonstiges |
shopware_attribute_set |
Wrapper-Element, das die Shopware spezifischen Daten zu dem Attribut-Set zusammenfasst. |
1..N |
Element |
|
account_id |
ID des Shopware Accounts. |
1 |
integer |
|
shopware_attribute_set_identifier |
Shopware spezifische Bezeichnung des Attribut-Sets. |
1 |
string |
|
active |
Gibt an ob das Set für diesen Account aktiv ist. |
1 |
boolean |
|
comparable |
Gibt an ob das Attribut-Set im Shop zum Vergleichen herangezogen werden kann. |
1 |
boolean |
|
position |
Nummer über die eine Sortierung der Attribut-Sets im Shop hergestellt werden kann. |
1 |
integer |
|
sort_mode |
Gibt an über was das Attribut-Set im Shop sortiert wird. |
1 |
string |
Feste Werte = "ALPHA_NUMERIC" | "POSITION" | "NUMERIC" | "QUANTITY" |
•Den sort_mode "QUANTITY" gibt es ausschließlich bei Shopware-Shops mit der Version 4.x. |
Version |
Änderungsbeschreibung |
3.6.3 |
Erweiterung der Response um Shopware spezifische Daten. |