Question

I need to retrieve categories and child-category list per store. I have two store have store code grocery and fruit.

Was it helpful?

Solution

Method :GET 
  URL: http://yourdomain/index.php/rest/store-code/V1/categories \
  -H 'authorization: Bearer token--string--' \

for store grocery call api

Method :GET 
  URL: http://yourdomain/index.php/rest/grocery/V1/categories \
  -H 'authorization: Bearer token--string--' \

for store fruit call api

Method :GET 
  URL: http://yourdomain/index.php/rest/fruit/V1/categories \
  -H 'authorization: Bearer token--string--' \
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top