Retrieving Product Category Name

When I use the one product endpoint (/products/id) I can get the product category which show as an integer, is there any way to get the name associated to this category when it was set up in the UI?

Hey @James_H-Hall!

If you use the GET/productFields endpoint, you should be able to find the category key in the body and within the options it will show what each ID corresponds to.

1 Like

Thanks @David , realised this yesterday!