Item Doc Review Rejected
This notification is received when the document review for an order item is rejected.
Payload
{
"eventType": "com.example..OrderItemDocReviewRejected",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "1.0",
"eventID": "e9447632-0af1-4ccc-be7c-731860bb75b1",
"source": "api/v1/order/EXAMPLE-ORDER-123456",
"contentType": "application/json",
"data": {
"orderNumber": "EXAMPLE-ORDER-123456",
"itemId": "item-123",
"rejectionReason": {
"agentFeedback": [],
"agentNotes": "An error has occurred in workflow execution: https://app.example.com/workflows/wk-12345678-1234-1234-1234-123456789012/executions/ex-12345678-1234-1234-1234-123456789012"
},
"internalFiles": [
"https://api.example.com/v2/assets/Dk2PMXhCX2Ynjj0mCjqRx~200?signature=dummysignature"
],
"currency": "EUR"
},
"eventTime": "2024-07-22T06:48:35.178Z"
}