{
"message": "✅ Orden creada con éxito",
"order": {
"_id": "65abc123def456789012345",
"products": [
{
"product": "507f1f77bcf86cd799439011",
"quantity": 2,
"customName": "Special Edition Product"
},
{
"product": "507f191e810c19729de860ea",
"quantity": 1,
"customName": null
}
],
"total": 149.99,
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}
}