Hi is possible to update multi metafiled? I have a product with 5 metafiled is possibile update all togheter?
I try with php
$data = array('metafield' =>
array(
'namespace' => 'custom',
'key' => 'Genere',
'value' => 'Uomo',
'type' => 'single_line_text_field'
),
array(
'namespace' => 'custom',
'key' => 'style',
'value' => 'Sport',
'type' => 'single_line_text_field'
)
);
but the read only the first…