Paytronix · Example Payload

Online Ordering Api Order Item Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

menuItemIdnamequantitypriceoptions

Example Payload

Raw ↑
{
  "menuItemId": "4b96f1bafc9f100ca79231ef",
  "name": "Chicken Burrito",
  "quantity": 2,
  "price": 9.5,
  "options": [
    {
      "name": "string",
      "price": 0
    }
  ]
}