MealMe · Example Payload

Mealme Api Cart Item Example

DeliveryFoodGroceryOrderingRestaurants

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

Top-level fields

product_idquantityproduct_marked_priceselected_optionsnotes

Example Payload

Raw ↑
{
  "product_id": "prod_5a3e9d12",
  "quantity": 1,
  "product_marked_price": 1299,
  "selected_options": [],
  "notes": "Leave at the front desk"
}