API for fetching names and IDs of COC

Hi everyone,

How can we fetch names and IDs of category option combinations (COC) from API?

Regards,

Hi @ferdinandmussavene

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

1 Like

Hi @ferdinandmussavene

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