Revel Systems · JSON Structure

Revel Webhooks Order Finalized Payload Structure

OrderAllInOne object with items, modifiers, taxes, payments, and order history.

Type: object Properties: 2
POSRestaurantRetailiPad

OrderFinalizedPayload is a JSON Structure definition published by Revel Systems, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

event id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-structure/revel-webhooks-order-finalized-payload-structure.json",
  "name": "OrderFinalizedPayload",
  "description": "OrderAllInOne object with items, modifiers, taxes, payments, and order history.",
  "type": "object",
  "properties": {
    "event": {
      "type": "string",
      "const": "order.finalized"
    },
    "id": {
      "type": "int32",
      "example": 1
    }
  }
}