Order Item Reprint Requested
This notification is received when a reprint has been requested for an order item.
Payload
{
"eventType": "com.example..OrderItemReprintRequested",
"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"
}