GX-Bug #66640
Von Till Tepelmann vor mehr als 4 Jahren aktualisiert
REST-API liefert bei Ausgabe ausgabe der Produkte und bei einem einzelnen Produkt für specialOffer immer die ArtikelID zurück / REST-API always returns the article ID for the output of the products and for a single product for specialOffer Wenn man die Produkte über v2/products/ abruft, wird als specialOffer immer die selbe ID zurückgeliefert wie bei der ProduktID. Da aber Sonderangebote auch eine eigen ID haben,sollte diese hier auch ausgeben werden. Der Link auf die "specialOffer": "/api.php/v2/specials/1140" is damit auch falsch. If the products are retrieved via v2/products/, the same ID is always returned as specialOfferID as for the ProductID. But since special offers also have their own ID, this ID should also be displayed here. The link to the "specialOffer": "/api.php/v2/specials/1140" is also wrong.