GX-Bug #69482
geschlossenREST API für Produktvarianten übernimmt kein Preis bei Kombinationen | REST API for product variants don't apply price for combinations
0%
Preis für Variantenkombinationen wird über die REST API v3 nun korrekt aktualisiert
Beschreibung
Wenn man die REST API v3 benutzt und bei den Varianten eine Komnination aktualisieren möchte, dann wird der Preis für die Kombination nicht übernommen, der Preis wird ignoriert.
Kann wie folgt reproduziert werden:
- Shopversion 4.5.1.1 installieren
- Eine REST API Anfrage an api.php/v3/products/1/variants mit folgendem JSON senden
- Öffne den Artikel Testartikel 1 im Gambio Admin und rufe die Varianten auf
[
{
"id": 1,
"combination": [
{
"optionId": 1,
"optionValueId": 1
},
{
"optionId": 1,
"optionValueId": 1
}
],
"sortOrder": 1,
"modelNumber": "abcdef-12345",
"GTIN": "00012345678905",
"ASIN": "B0006GQ8RW",
"EAN": "401234567890",
"stockType": "only-positive",
"stock": 1337,
"weightType": "replacing",
"weight": 13.37,
"priceType": "replacing",
"price": 13.37,
"vpeScalarValue": 13.37,
"vpeUnitId": 2,
"deliveryTimeId": 1,
"imageListId": 1
}
]
Erwartetes Verhalten:
Wenn man eine Variante mit Kombinationen üpber die REST API aktualisieren möchte und einen Preis übermittelt, sollte der Preis auch mit aktualisiert werden
Tatsächliches Verhalten:
Wenn man über die REST API eine Variante mit Kombinationen aktualisiert, wird der Preis nicht übernommen, der Preis wird ignoriert
When using REST API v3 and want to update a comnination in the variants, the price for the combination is not taken, the price is ignored.
Can be reproduced as follows:
- install shop version 4.5.1.1.
- send a REST API request to api.php/v3/products/1/variants with following JSON
- open the product test article 1 in the Gambio Admin and open the variants
`` javascript
[
{
"id": 1,
"combination": [
{
"optionId": 1,
"optionValueId": 1
},
{
"optionId": 1,
"optionValueId": 1
}
],
}, "sortOrder": 1,
"modelNumber": "abcdef-12345",
}, "GTIN": "00012345678905",
"ASIN": "B0006GQ8RW",
"EAN": "401234567890",
"stockType": "only-positive",
"stock": 1337,
"weightType": "replacing",
"weight": 13.37,
"priceType": "replacing",
"price": 13.37,
"vpeScalarValue": 13.37,
"vpeUnitId": 2,
"deliveryTimeId": 1,
"imageListId": 1
}
]
Expected behavior: If you want to update a variant with combinations via the REST API and submit a price, the price should be updated as well Actual behavior: When updating a variant with combinations via the REST API, the price is not applied, the price is ignored.
Von Till Tepelmann vor fast 3 Jahren aktualisiert
- Status wurde von Gemeldet zu Testing geändert
- Zielversion wurde auf 4.5.2.0 beta1 gesetzt
- Release Notes Langtext aktualisiert (Vergleich)
Von Till Tepelmann vor fast 3 Jahren aktualisiert
- Thema wurde von REST API für Produkvarianten übernimmt kein Preis bei Kombinationen | REST API for product variants does apply price for combinations zu REST API für Produkvarianten übernimmt kein Preis bei Kombinationen | REST API for product variants don't apply price for combinations geändert
Von Till Tepelmann vor fast 3 Jahren aktualisiert
- Thema wurde von REST API für Produkvarianten übernimmt kein Preis bei Kombinationen | REST API for product variants don't apply price for combinations zu REST API für Produktvarianten übernimmt kein Preis bei Kombinationen | REST API for product variants don't apply price for combinations geändert
Von Mirko Janssen vor fast 3 Jahren aktualisiert
- Zugewiesen an wurde auf Mirko Janssen gesetzt
Von Mirko Janssen vor fast 3 Jahren aktualisiert
- Zugewiesen an
Mirko Janssenwurde gelöscht
Von Marvin Muxfeld vor fast 3 Jahren aktualisiert
- Zugewiesen an wurde auf Marvin Muxfeld gesetzt
Von Marvin Muxfeld vor fast 3 Jahren aktualisiert
- Status wurde von Testing zu Erledigt geändert