| using this methode we can do Category details from the netsuite |
Retrieve Items by Commerce Categories
commercecategoryid— You can use the parametercommercecategoryidto retrieve items that belong the specified Commerce Category ID.http://www.mywebstore.com/api/items?commercecategoryid=12345commercecategoryurl— You can use the parametercommercecategoryurlto retrieve items that belong the specified Commerce Category URL.http://www.mywebstore.com/api/items?commercecategoryurl=/apparel/partywear/shoescommercecategoryname— You can use the parametercommercecategorynameto retrieve items that belong the specified Commerce Category.http://www.mywebstore.com/api/items?commercecategoryname=Summer SaleThis parameter is dependent on the Commerce Category facet field being defined in the Web Site Setup record. For more information, see Add Commerce Categories to Website Search Index.
Note:
For a sample search query and response on Commerce Categories, see Sample Search Query for Returning Categories.