{
"status": "success",
"message": "Items fetched successfully",
"data": {
"items": [
{
"_id": "507f1f77bcf86cd799439011",
"name": "Delicious Pizza",
"description": "Fresh pizza with premium ingredients",
"basePrice": 25.99,
"optionName": "Size",
"parentItem": null,
"isVariant": false,
"prepTime": "15 minutes",
"discount": {
"type": "percentage",
"value": 20,
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"isActive": true
},
"isActive": true,
"isAvailable": true,
"isGroupAvailable": true,
"order": 1,
"category": "507f1f77bcf86cd799439012",
"vendor": "507f1f77bcf86cd799439013",
"imagePath": "/uploads/items/image.jpg",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 25,
"totalPages": 3
}
}
}