Meals
Meal plan catalog (e.g. Breakfast, Half-board, Full-board). Per-channel/per-tag pricing lives in Meal Costs; per-channel availability lives in channel_meal.
📄️ List all meal catalog entries
List all meal catalog entries
📄️ Upsert a meal
Creates or overwrites by `id`. Per-channel pricing/availability is managed separately.
📄️ Get a meal by id
Get a meal by id
📄️ Delete a meal
Removes the meal from the catalog. Per-channel rows may need to be cleaned up separately.