Skip to main content

Order Item Printing In Progress

This notification is received when the printing of an order item is in progress.

Payload

{
  "eventType": "com.example..OrderItemPrintingInProgress",
  "cloudEventsVersion": "0.1",
  "eventTypeVersion": "1.0",
  "eventID": "a1b2c3d4-e5f6-7g8h-9i0j-k1l2m3n4o5p6",
  "source": "api/v1/order/EXAMPLE-ORDER-123456",
  "contentType": "application/json",
  "data": {
    "orderNumber": "EXAMPLE-ORDER-123456",
    "merchantOrderId": "example-merchant-order-1234",
    "internalOrderState": "Printing",
    "orderCancelState": "None",
    "totalPrice": 47.5,
    "taxedPrice": 57.95,
    "fakeOrder": true
  },
  "eventTime": "2024-10-11T10:24:50.702Z"
}