|
Hi
I am trying to use this API : catalog_category.assignedProducts
$result = $client->call($session, ‘catalog_category.assignedProducts’, array($categoryId));
return result:
Array
(
[0] => Array
(
[product_id] => 276
[type] => simple
[set] => 67
[sku] => private-wifi-30-0-m
[position] =>
)
[1] => Array
(
[product_id] => 278
[type] => simple
[set] => 67
[sku] => datamask-by-44-30-0
[position] =>
)
[2] => Array
(
[product_id] => 282
[type] => simple
[set] => 67
[sku] => system-mechanic
[position] =>
)
it doesn’t showing position...any idea?
|