Need to get Product stock quantity in products details using Rest API.
Method: GET
Using API URL: http://127.0.0.1/jaipurart/rest/V1/products?searchCriteria[filter_groups][0][filters][0][field]=name...
Above api returns products details but need also products stock quantity and status.
Any help would be appreciated. Thanks!