Ich möchte das Feld ‚attr4‘ (Freitext) über die REST-API befüllen:
$minimalTestArticle = array( 'name' =\> 'ABC', 'active' =\> true, 'taxId' =\> 1, 'supplier' =\> 'XYZ', 'attr4' =\> 199, 'categories' =\> array( array('id' =\> 2), ), 'mainDetail' =\> array( 'number' =\> '123456', 'prices' =\> array( array( 'customerGroupKey' =\> 'H', 'price' =\> 139, 'pseudoPrice' =\> 199, ), array( 'customerGroupKey' =\> 'EK', 'price' =\> 239, 'pseudoPrice' =\> 299, ), ), ), 'filterGroupId' =\> 3, 'propertyValues' =\> $propertyValues, );
Auch bei denVarianten geht das nicht.
Ist das nicht möglich oder mache Ich da etwas falsch?