mobify / commercecloud-ocapi-client

Salesforce Commerce Cloud Open Commerce API (OCAPI) for Node and browsers 🛒
MIT License
69 stars 31 forks source link

Question: is it possible to get online categories for a navigation menu #12

Closed kroneman closed 6 years ago

kroneman commented 6 years ago

Heya,

Been testing out this repo with my current sandbox.

I'm trying to get the categories to render a main navigation menu.

Is it possible to get all the online categories for a specified site via the apis documented in https://mobify.github.io/commercecloud-ocapi-client/?

I've been reading through the documentation but can't seem to find a method.

thanks in advance.

ranveer5289 commented 6 years ago

Hey,

I am not entirely sure but did you tried getCategoriesByID using category ID root ?

Thanks

kroneman commented 6 years ago

yep, that works.

Thanks!