binshops / prestashop-rest

PrestaShop REST API module to expose your PrestaShop website's REST endpoints
https://www.binshops.com/prestashop-api
Academic Free License v3.0
95 stars 33 forks source link

API for product stocks #22

Closed totti240282 closed 2 years ago

totti240282 commented 2 years ago

You can implement this endpoints ?

samberrry commented 2 years ago

can you please explain it? thanks

totti240282 commented 2 years ago

Make a GET call and receive product stock.

samberrry commented 2 years ago

I think we do not have a related business logic in PrestaShop with product stock. If you want to fetch product stock through API you should use native PrestaShop Webservices. thanks