ItsaCheckmate · Example Payload

Marketplace Api Order Item Example

RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

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

Top-level fields

idnamequantityprice

Example Payload

Raw ↑
{
  "id": "id_500123",
  "name": "Downtown Diner",
  "quantity": 1,
  "price": 1099
}