Die XML-Struktur, welche die Daten für die Verkaufsplattform Shopware enthält, ist als Kindelement in den Request-Daten von updateAttributeSets eingebettet. Sie besitzt folgende Struktur: |
<shopware_set significant_key="attribute_set_identifier" reference_id="ABC123"> <mandator_id>1</mandator_id> <set_id>88516</set_id> <account_id>37634</account_id> <active>true</active> <comparable>true</comparable> <identifier>T-Shirts</identifier> <position>9</position> <sort_mode>quantity</sort_mode> </shopware_set> |
Name |
Beschreibung |
Anz. |
Typ |
sonstiges |
shopware_set |
Wrapper-Element, das die spezifischen Daten eines Attribut-Sets für den Verkaufskanal Shopware zusammenfasst. |
0..N |
Element |
|
significant_key |
Gibt an welches Feld zur Identifikation des Attribut-Sets genutzt wird. |
1 |
string |
Feste Werte: "attribute_set_identifier" | "attribute_set_id" |
reference_id |
Optionales Attribut des Elements "shopware_set". In diesem Feld kann eine beliebige ID angegeben werden die später im zugehörigen Report-Block der Response-Daten wieder erscheint. |
0..1 |
string |
|
mandator_id |
Die ID des Mandanten. |
1 |
integer |
|
set_id |
Die ID des Attribut-Sets. |
1 |
integer |
|
account_id |
Die ID des Shopware-Accounts. |
1 |
integer |
|
active |
Flag ob das Attribut-Set aktiv geschalten werden soll. |
0..1 |
boolean |
|
comparable |
Flag ob das Attribut-Set im Shop vergleichbar ist. |
0..1 |
boolean |
|
identifier |
Shopware spezifische Bezeichnung des Attribut-Sets. |
0..1 |
string |
|
position |
Nummer zur Sortierung des Attribut-Sets. Wird nur bei sort_mode 'position' angwendet. |
0..1 |
integer |
|
sort_mode |
Gibt an welche Sortierung verwendet werden soll. |
0..1 |
string |
Feste Werte: "alpha_numeric" | "numeric" | "position" | "quantity" |
<shopware_set> <shopware_set_id>88516</shopware_set_id> <mandator_id>1</mandator_id> <account_id>37634</account_id> <identifier>T-Shirts</identifier> </shopware_set> |
Name |
Beschreibung |
Anz. |
Typ |
sonstiges |
---|---|---|---|---|
shopware_set |
Wrapper-Element, das die spezifischen Daten eines Attribut-Sets für den Verkaufskanal Shopware zusammenfasst. |
0..N |
Element |
|
shopware_set_id |
ID des Attribute-Sets. |
1 |
integer |
|
mandator_id |
ID des Mandanten. |
1 |
integer |
|
account_id |
ID des Accounts. |
1 |
integer |
|
identifier |
Bezeichnung des Attribut-Sets. |
1 |
string |
•Der sort_mode "quantity" ist nur in Shopware-Shops mit Versionen < 5 verfügbar. •Um Shopware-spezifische Daten zu einem Attribut-Set hinzuzufügen, muss das Attribut-Set bereits bestehen. |
Version |
Änderungsbeschreibung |
---|---|
3.6.17 |
Erweiterung des Calls updateAttributeSets um Shopware-spezifische Daten. |