Authorization: Bearer ********************curl --location --request POST '/products/new-product-bulk-upload' \
--header 'Authorization: Bearer <token>' \
--form 'docs=@""'{
"success": true,
"message": "Your inventory is being processed. We'll let you know when it's ready. ",
"data": {
"processedProduct": {
"totalProducts": 2,
"okCount": 2,
"errorCount": 0,
"formattedProducts": [
{
"productName": "Derica Sachets",
"quantity": "235",
"costPrice": "7300",
"sellingPrice": "7400",
"supplierName": "Caraway foods",
"rowNumber": 8
},
{
"productName": "Tasty tom Sachet",
"quantity": "307",
"costPrice": "7000",
"sellingPrice": "7100",
"supplierName": "Caraway foods",
"rowNumber": 9
}
],
"errors": []
},
"processedService": {
"totalServices": 0,
"okCount": 0,
"errorCount": 0,
"formattedServices": [],
"errors": []
}
}
}