문제

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

도움이 되었습니까?

해결책

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--' \
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top