Hallo Leute,
ich versuche via Rest Api meine Varianten zu updaten. Hier der Jsonstring den ich sende:
{
“id”: 1713,
“articleId”: 21,
“unitId”: 6,
“number”: “SW11000.1”,
“supplierNumber”: “”,
“kind”: 2,
“additionalText”: “”,
“active”: true,
“inStock”: 50,
“stockMin”: 1,
“weight”: “0.000”,
“width”: “0.000”,
“len”: “0.000”,
“height”: “0.000”,
“ean”: “”,
“purchasePrice”: “0”,
“position”: 0,
“minPurchase”: 1,
“maxPurchase”: 0,
“purchaseUnit”: “0.0500”,
“referenceUnit”: “1.000”,
“packUnit”: “0”,
“shippingFree”: false,
“shippingTime”: “1-3”,
“prices”: [
{
“articleId”: 21,
“articleDetailsId”: 1713,
“customerGroupKey”: “EK”,
“from”: 1.0,
“to”: “beliebig”,
“price”: 4.19327736,
“pseudoPrice”: 0.0,
“basePrice”: 0.0,
“percent”: 0.0
}
],
“configuratorOptions”: [
{
“id”: 338,
“groupId”: 22
}
],
“attribute”: {}
}
bekomme als response immer nur: A new configurator option requires a name
Die Sache ist das es gar keine neue Option ist und selbst wenn ich den Namen mitschicke nach groupID kommt die gleiche Meldung.
Jemand eine Idee?
LG