Die XML-Struktur, welche die spezifischen Attributdaten für die Verkaufsplattform Oxid enthält, muss als Kindelement in das Element specific_attribute_data in den Request Daten von updateAttributes eingebettet sein. |
<oxid_attribute_data> <mandator_id>1</mandator_id> <account_id>1628460</account_id> <account_identifier>Oxid_Accountbezeichnung</account_identifier> <shop_id>MEEP</shop_id> <attribute_type>ATTRIBUTE</attribute_type> <identifier>OXIDNAME</identifier> <data_column>COLUMN</data_column> <active>true</active> </oxid_attribute_data> |
Name |
Beschreibung |
Anz. |
Typ |
Sonstiges |
oxid_attribute_data |
Wrapper-Element, das die Oxid-spezifischen Informationen zum Attribut zusammenfasst. |
0..N |
Element |
|
mandator_id |
ID des Mandanten |
1 |
integer |
|
account_id |
ID des Accounts |
1 |
integer |
|
account_identifier |
Bezeichnung des Accounts |
1 |
string |
|
shop_id |
ID des Attributes im Shop. |
0..1 |
string |
|
attribute_type |
Typ des Attributes |
0..1 |
string |
Feste Werte: "Attribut" | "Item" |
identifier |
Bezeichnung des Attributes |
0..1 |
string |
|
data_column |
Datenbankfeld |
0..1 |
string |
|
active |
Aktiv-Flag für das Attribut |
1 |
boolean |
•data_column ist nur verwendbar in Verbindung mit dem attribute_type "Item". •shop_id nur verwenden wenn das Attribut im Shop bereits besteht und die ID bekannt ist. |
Version |
Änderungsbeschreibung |
3.5.37 |
Erweiterung des Calls updateAttributes um Oxid. |
3.5.47 |
Erweiterung des Oxid-spezifischen updateAttribute-Calls um shop_id, attribute_type, identifier und data_column. |