Die XML-Struktur welche die Abgleichsdaten für die Verkaufsplattform Shopware enthält ist als Kindelement in den Request-Daten von syncPlatformItems eingebettet. |
<sync_shopware_item> <account_id>373361</account_id> <item_id>1</item_id> </sync_shopware_item> |
Name |
Beschreibung |
Anz. |
Typ |
Sonstiges |
---|---|---|---|---|
sync_shopware_item |
Wrapper-Element, das die spezifischen Daten zum Artikelabgleich für die Plattform Shopware zusammenfasst. |
0..N |
Element |
|
account_id |
ID des Accounts |
1 |
integer |
|
item_id |
ID des Artikels |
1 |
integer |
Version |
Änderungsbeschreibung |
---|---|
3.5.47 |
Erweiterung von syncPlatformItems um Shopware-Daten. |