Hi everyone,
How can we fetch names and IDs of category option combinations (COC) from API?
Regards,
Hi everyone,
How can we fetch names and IDs of category option combinations (COC) from API?
Regards,
Have a look at the developer documentation on the use of the metadata API.
The endpoint for category option combos is here though:
Regards,
Jason
By using “base url + /api/categoryOptionCombos?fields=id,name” end point you can get names and IDs of category option combinations (COC) from API.
Regards