cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2: Get Product stock quantity details in Rest API

Magento 2: Get Product stock quantity details in Rest API

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!