Return Expected Date Changed
Description - Notification sent when the expected date of return of an orderItem changes.
EventStructure
{
"returnId" : "",
"eventType" : "return_expected_date_changed",
"source" : "",
"locationId" : "",
"timestamp" : ISO time string,
"attributes" : {
"returnItems" : [{
"orderItemId": "", // order item id for which this return is processed
"expectedDate": "" // new expected date for the return
}]
}
}