Stock Service
Stockup/Correction
POST /api/stock/stockup/:cloudId/:warehouseId
POST /v2/clouds/:cloudId/warehouses/:warehouseId/stockups
Get Warehouse list
GET /api/stock/:cloudId/list
GET /v2/clouds/:cloudId/warehouses?filter=enabled|eq|true
Product sale
POST /api/product/sale
POST /v2/clouds/:cloudId/warehouses/:warehouseId/sales
Upload delivery note
POST /api/stock/delivery-note/upload/:cloudId/:branchId
POST /v2/clouds/:cloudId/branches/:branchId/delivery-note-uploads
Last updated