Paytronix · Example Payload

Online Ordering Api Menu Item Search Results Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Online Ordering Api Menu Item Search Results Example is an example object payload from Paytronix, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countresultsfacets

Example Payload

Raw ↑
{
  "count": 34,
  "results": [
    {
      "id": "4b96f1bafc9f100ca79231ef",
      "name": "Chicken Burrito",
      "description": "Grilled chicken, rice, beans, salsa",
      "imageUrl": "string",
      "prices": [
        {
          "name": "Regular",
          "price": 9.5
        }
      ],
      "options": [
        {
          "name": "Add Guacamole",
          "price": 1.5
        }
      ]
    }
  ],
  "facets": {}
}