Get a category by product
-
How to get a category by the id of its product or slug?
-
Hello @drimtim5390
Get the category by id by requesting to
http(s)://example.com/public/api/categories/1
or read more here, https://devdocs.bagisto.com/api_category.html
-
@Vaishali-Agarwal, please, read question again. I'm looking for something like
http(s)://example.com/public/api/categories/{product_id}.
I have PRODUCT. I want to get it's CATEGORY. Without using Web API preferably. -