get https://{domain}/rest/product_stock
Permite a listagem de estoques de produtos que condizem com os filtros especificados
Log in to see full request history
Response
Permite a listagem de estoques de produtos que condizem com os filtros especificados
xxxxxxxxxx
curl --request GET \
--url 'https://your-domain.com/rest/product_stock?limit=100&page=1' \
--header 'Authorization: Bearer [your_token]' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: