Last updated 7 months ago
GET https://api.cloudinvoice.net/products/:id/stocks/
GET
https://api.cloudinvoice.net/products/:id/stocks/
id*
integer
O ID do produto que pretende.
{ // Response }
curl https://api.cloudinvoice.net/products/:id/stocks/ -H "Content-Type: application/json"
{ "id": 1, "code": "PROD1", "do_stock_management": true, "can_have_negative_stock": true, "physical_qty": 10.0, "cust_ordered_qty": 1.0, "supp_ordered_qty": 0.0, "total_entry_qty": 16.0, "total_exit_qty": 6.0, "cust_consigned_qty": 0.0, "supp_consigned_qty": 0.0, "supp_avail_consigned_qty": 0.0, "available_qty": 9.0 }
Para ver exemplos de pedidos nas várias linguagens, consulte a página