Category Structure in Magento API You will get OutPut like this Array ( [category_id] => 1 [parent_id] => 0 [name] => Root [is_active] => [position] => 0 [level] => 0 [children] => Array ( [0] => Array ( [category_id] => 2 [parent_id] => 1 [name] => [is_active] => [position] => 1 [level] => 1 [children]
(Read More…)






