When I send GET
request to categories.json
, I get subcategoryIds
of Ids for any category but how do I get the corresponding names of subcategories using the API.
Basically I want the name and id of all the categories/subcategories.
When I send GET
request to categories.json
, I get subcategoryIds
of Ids for any category but how do I get the corresponding names of subcategories using the API.
Basically I want the name and id of all the categories/subcategories.
I am unable to find the corresponding names of subcategories. I have tried to parse the full response of GET
request on /categories.json
and I don’t see any field which gives me subcategory Name.