MealMe · Schema
CartRequest
CartRequest schema from MealMe Food Ordering API
DeliveryFoodGroceryOrderingRestaurant
Properties
| Name | Type | Description |
|---|---|---|
| cart_id | string | ID of an existing cart to update. |
| items | array | |
| pickup | boolean | Fulfillment type. true for pickup, false for delivery. |
| driver_tip_cents | integer | |
| user_latitude | number | |
| user_longitude | number | |
| user_street_num | string | |
| user_street_name | string | |
| user_apt_num | string | |
| user_city | string | |
| user_state | string | |
| user_country | string | |
| user_zipcode | string | |
| user_dropoff_notes | string | |
| user_name | string | |
| user_email | string | |
| user_phone | integer | |
| user_id | string | Unique self-provided customer user ID. |
| disable_sms | boolean | |
| customer_order_id | string | |
| autofill_selected_options | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/mealme/refs/heads/main/json-schema/mealme-api-cart-request-schema.json",
"title": "CartRequest",
"description": "CartRequest schema from MealMe Food Ordering API",
"type": "object",
"properties": {
"cart_id": {
"type": "string",
"description": "ID of an existing cart to update.",
"example": "kQ8vZEd-UnW_gZu6c4iO"
},
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CartItem"
}
},
"pickup": {
"type": "boolean",
"description": "Fulfillment type. true for pickup, false for delivery.",
"example": false
},
"driver_tip_cents": {
"type": "integer",
"default": 100,
"example": 100
},
"user_latitude": {
"type": "number",
"example": 37.7786357
},
"user_longitude": {
"type": "number",
"example": -122.3918135
},
"user_street_num": {
"type": "string",
"example": "188"
},
"user_street_name": {
"type": "string",
"example": "King Street"
},
"user_apt_num": {
"type": "string",
"example": "example"
},
"user_city": {
"type": "string",
"example": "San Francisco"
},
"user_state": {
"type": "string",
"example": "CA"
},
"user_country": {
"type": "string",
"enum": [
"US",
"CA"
],
"example": "US"
},
"user_zipcode": {
"type": "string",
"example": "94107"
},
"user_dropoff_notes": {
"type": "string",
"example": "Leave at the front desk"
},
"user_name": {
"type": "string",
"example": "Steve Jobs"
},
"user_email": {
"type": "string",
"format": "email",
"example": "diner@example.com"
},
"user_phone": {
"type": "integer",
"example": 14155550123
},
"user_id": {
"type": "string",
"description": "Unique self-provided customer user ID.",
"example": "user_abc123"
},
"disable_sms": {
"type": "boolean",
"default": false,
"example": false
},
"customer_order_id": {
"type": "string",
"example": "id_7b2c4e"
},
"autofill_selected_options": {
"type": "boolean",
"default": false,
"example": false
}
},
"required": [
"items",
"pickup",
"user_id"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mealme-api-cart-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.