Hallo,
ich habe das Problem, dass Shopware, wenn ich nur ein Mengenupdate machen möchte, automatisch auch nach weiteren Feldern fragt. Gibt es eine Möglichkeit, einfach mit einem JSON string wie "{"mainDetail":{"inStock":5}}" ein Lagerupdate zu machen? Immer den kompletten Artikel neu nochzuladen scheint mir etwas überzogen, nur um die Lagermenge anzupassen.
Über jede Hilfe würde ich mich freuen
___
Hello,
while trying to update the stock of articles via REST, I stumbled upon the following problem: If I just upload the relevent Data, ie. "{"mainDetail":{"inStock":5}}", Shopware always asks for more information about the article. There must ba another way to simply update the stock without uploading the whole article again, right?
Id love to hear some suggestions about this