{
"success": true,
"message": "Supplier fetch successful",
"data": {
"supplier": {
"_id": "63ecd086b1fb23a239f5b0df",
"userId": "63eb45d6b541b071a9706184",
"name": "tofumi onaks",
"phone_number": "9897934758394",
"createdAt": "2023-02-15T12:31:02.486Z",
"updatedAt": "2023-02-15T12:31:02.486Z",
"__v": 0
},
"products": [
{
"_id": "63ecd0e0b1fb23a239f5b0e3",
"product_name": "macbook bro",
"userId": "63eb45d6b541b071a9706184",
"supplierId": "63ecd086b1fb23a239f5b0df",
"current_cost": "1000000",
"current_total": "2000000",
"total_cost": "0",
"current_quantity": 2,
"type": "bought",
"color": "white",
"size": "medium",
"stock": [
{
"cost": "2000000",
"quantity": 2,
"initial_cost_per_item": "1000000",
"date": "2023-01-27T08:31:13.487Z",
"time": "1:20pm",
"_id": "63ecd0e0b1fb23a239f5b0e5"
}
],
"createdAt": "2023-02-15T12:32:32.614Z",
"updatedAt": "2023-02-15T12:32:32.639Z",
"__v": 1
},
{
"_id": "63ecd117b1fb23a239f5b0e9",
"product_name": "headset",
"userId": "63eb45d6b541b071a9706184",
"supplierId": "63ecd086b1fb23a239f5b0df",
"current_cost": "1000000",
"current_total": "2000000",
"total_cost": "0",
"current_quantity": 2,
"type": "bought",
"color": "black",
"size": "medium",
"stock": [
{
"cost": "2000000",
"quantity": 2,
"initial_cost_per_item": "1000000",
"date": "2023-01-27T08:31:13.487Z",
"time": "1:20pm",
"_id": "63ecd117b1fb23a239f5b0eb"
}
],
"createdAt": "2023-02-15T12:33:27.103Z",
"updatedAt": "2023-02-15T12:33:27.113Z",
"__v": 1
}
]
}
}