MealMe · Example Payload

Mealme Api Order Example

DeliveryFoodGroceryOrderingRestaurants

Mealme Api Order Example is an example object payload from MealMe, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

order_idcart_idstatustotal

Example Payload

Raw ↑
{
  "order_id": "ord_8f2a1c9b",
  "cart_id": "kQ8vZEd-UnW_gZu6c4iO",
  "status": "unplaced",
  "total": 1299
}