Fix and update forecasting details
This commit is contained in:
@@ -575,7 +575,7 @@ router.get('/forecast', async (req, res) => {
|
||||
JSON_ARRAYAGG(
|
||||
JSON_OBJECT(
|
||||
'product_id', pm.product_id,
|
||||
'name', pm.title,
|
||||
'title', pm.title,
|
||||
'sku', pm.sku,
|
||||
'stock_quantity', pm.stock_quantity,
|
||||
'total_sold', pm.total_sold,
|
||||
|
||||
Reference in New Issue
Block a user