ItsaCheckmate · Example Payload

Marketplace Api Menu Item Example

Quarter-pound beef patty with cheddar.

RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

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

Top-level fields

idnamedescriptionpriceavailable

Example Payload

Raw ↑
{
  "id": "id_500123",
  "name": "Downtown Diner",
  "description": "Quarter-pound beef patty with cheddar.",
  "price": 1099,
  "available": true
}