Die XML-Struktur welche die spezifischen Artikeldaten für die Verkaufsplattform OTTO Market enthält ist als Kindelement in das Element specific_item_data in den Response-Daten von fetchItems eingebettet. Sie besitzt folgende Struktur: |
<ottomarket_item_data> <brand>Amber</brand> <!-- Zur Abwärtskompatibilität verfügbar. Bitte Marke über die accountspezifischen Daten auslesen. --> <max_order_quantity>10</max_order_quantity> <max_order_quantity_period>30</max_order_quantity_period> <release_date>2020-09-10T14:16:12</release_date> <production_date>2020-09-10T14:16:15</production_date> <product_line>test linie123</product_line> <multi_pack>true</multi_pack> <bundle>true</bundle> <fsc_certified>false</fsc_certified> <disposal>true</disposal> <pzn>12345678</pzn> <product_url>https://my.product.url.com</product_url> <otto_category_group>20_1_3_Jacken</otto_category_group> <otto_category>Lederjacke (20_1_3_Jacken)</otto_category> <attributes> <attribute> <attribute_name>Farbe</attribute_name> <additional_attribute>true</additional_attribute> <attribute_values> <attribute_value>rot</attribute_value> <attribute_value>schwarz</attribute_value> </attribute_values> </attribute> <attribute> <attribute_name>Ausgabegröße</attribute_name> <attribute_values> <attribute_value>XXL</attribute_value> <attribute_value>XL</attribute_value> </attribute_values> </attribute> </attributes> <account_specific_data> <account_specific> <account_id>168909</account_id> <brand_name>Hyundai</brand_name> <brand_api_id>SLHHY625</brand_api_id> <standard_price>10.50</standard_price> <recommended_price>8.50</recommended_price> <sale_price>7.50</sale_price> <sale_start_date>2020-09-30T10:00:00</sale_start_date> <sale_end_date>2020-10-10T10:00:00</sale_end_date> </account_specific> </account_specific_data> </ottomarket_item_data> |
Name |
Beschreibung |
Anz. |
Typ |
sonstiges |
---|---|---|---|---|
ottomarket_item_data |
Wrapper-Element, das die spezifischen Artikeldaten für die Verkaufsplattform OTTO Market enthält. |
0..1 |
Element |
|
brand |
Marke - Marken sind mittlerweile Accountspezifisch. In diesem Feld wird die Markenbezeichnung der Marke des Standardaccounts ausgegeben. |
0..1 |
string |
|
max_order_quantity |
Maximale Bestellmenge |
0..1 |
integer |
|
max_order_quantity_period |
Zeitfenster für eine erneute Bestellung, bei erreichen der maximalen Bestellmenge. |
0..1 |
integer |
|
release_date |
Veröffentlichungsdatum |
0..1 |
dateTime |
|
production_date |
Produktionsdatum |
0..1 |
dateTime |
|
product_line |
Modellname |
0..1 |
string |
|
multi_pack |
Multipack |
0..1 |
boolean |
|
bundle |
Set |
0..1 |
boolean |
|
fsc_certified |
FSC-Zertifizierung |
0..1 |
boolean |
|
disposal |
Entsorgungshinweis |
0..1 |
boolean |
|
pzn |
Pharmazentralnummer |
0..1 |
string |
|
product_url |
Produkt-URL |
0..1 |
string |
|
otto_category_group |
Kategoriegruppe |
0..1 |
string |
|
otto_category |
Marktplatzkategorie |
0..1 |
string |
|
attributes |
Wrapper-Element, das die OTTO Market-Attribute zusammenfasst. |
0..1 |
Element |
|
attribute |
Wrapper-Element, das die seitenspezifischen Daten der OTTO Market-Attribute nach ihren Namen zusammenfasst. |
1..N |
Element |
|
attribute_name |
Attributbezeichnung |
1 |
string |
|
additional_attribute |
Dieses Flag gibt an, ob es sich um ein vordefiniertes Attribut von OTTO (false) oder um ein eigenes Attribut des Verkäufers (true) geht. |
1 |
boolean |
|
attribute_values |
Wrapper-Element, das Informationen über die OTTOMarket Attributwerte des Artikels zusammenfasst. |
1 |
Element |
|
attribute_value |
Attributwert |
1..N |
string |
|
account_specific_data |
Wrapper-Element, das die Account-spezifischen Daten des OTTO Market-Artikels nach Accounts zusammenfasst. |
1 |
Element |
|
account_specific |
Wrapper-Element, das die Account-spezifischen Daten eines Accounts zusammenfasst. |
1..N |
Element |
|
account_id |
Account-ID |
1 |
integer |
|
brand_name |
Bezeichnung der Marke |
0..1 |
string |
|
brand_api_id |
OTTOMarket Marken ID |
0..1 |
string |
|
standard_price |
Standard-Preis |
1 |
decimal |
|
recommended_price |
UVP |
1 |
decimal |
|
sale_price |
Sonderpreis |
1 |
decimal |
|
sale_start_date |
Startdatum |
0..1 |
dateTime |
|
sale_end_date |
Endedatum |
0..1 |
dateTime |
Version |
Änderungsbeschreibung |
---|---|
4.10.48 |
FetchItems wurde um OTTO Market erweitert. |
4.13.10 |
Die Ausgabe wurde um: max_order_quantity_period, pzn, brand_name und brand_api_id erweitert. |