-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
any of rest api is not working for category, i tried for the api calls:
- http://MYHOST/magento2/rest/default/V1/categories
2.http://MYHOST/magento2/rest/default/V1/categories?searchCriteria[filter_groups][0][filters][0][field]=categoryId&searchCriteria[filter_groups][0][filters][0][value]=3
and various other search criteria but in all cases it returns only the first record of the categories list
- i am not able to fetch the list of product by categoryId, i tried the api call
http://MYHOST/magento2/rest/default/V1/categories/3/products, but the result is a blank array( [] )
Metadata
Metadata
Assignees
Labels
No labels