onOrderEndDatePostponed( )


Notes:

Triggered when an order's endDate is postponed.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: OrderEndDatePostponedEnvelope): void | Promise<void>

Did this help?