put https://{domain}/rest/product_stock
Permite a atualização de determinado produto (por ID)
Log in to see full request history
Response
Permite a atualização de determinado produto (por ID)
xxxxxxxxxx
curl --request PUT \
--url https://your-domain.com/rest/product_stock \
--header 'Authorization: Bearer [your_token]' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: