plentymarkets / plentymarkets-shopware-connector

plentymarkets shopware connector plugin
http://www.plentymarkets.eu/shopware/
MIT License
30 stars 51 forks source link

set variation stock directly on variation response parser #433

Closed resslinger closed 5 years ago

resslinger commented 5 years ago
Q A
issue or Enhancement Enhancement
Changelog updated? yes
License MIT

What's in this PR?

This PR set the stock of an variation directly on the variation response parser and set it in the shopware request generator. So this enhancement reduce the backlogs, because a transfer command for the variation stock is not needed on a product / variation sync.

Checklist

jochenmanz commented 5 years ago

Langfristig soll alles in einzelne calls ausgelagert werden. Für das zugrunde liegende Problem das im backlog zu viele Daten liegen und der cronjob deshalb länger braucht wird es jedoch noch eine Lösung geben. Ich arbeite hier aktuell an einem neuen backlog ansatz inkl parallelisierung. Weshalb ich diese Anpassung aktuell noch nicht gut heißen kann. Außerdem, integer Stock :D

resslinger commented 5 years ago

Wann bist damit fertig, Morgen? :D Wegen Stock integer, das Feld in Shopware ist auch vom Typ integer, weshalb ich das im Connector auch geändert habe :P