Closed JumpLink closed 10 years ago
Okay jetzt bin ich sicher, das passiert beim update eines produktes, welches noch nicht im cache existiert.
error: attribute code 'type' not found in 'ProductAttributes.json'
Das Attribute "type" wird bei den Attributen scheinbar nicht aufgezählt, allerdings besitzt jedes Produkt dieses Attribute, z.B.:
{ id: 16097,
sku: '211-941-038/C',
name: 'Scheinwerfer US-Version VW Bus -\'67 OE-Qualität rechts',
set: 4,
sku_type: null,
type: 'simple', <===
[...]
Standard Attribute "type" meiner API hinzugefügt
I think this crash was after an product update in the magento admin site. The product was not found in the mongodb cache before.