Stock Geral - Get
Obter Stock Geral de Produto
Obter Informação do Stock Geral de um Produto a partir do seu :id.
Path Parameters
Name
Type
Description
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
}Last updated