onOrderResumed( )


An event that triggers when an order resumes.

The onOrderResumed() event handler runs when an order resumes. The received OrderResumedEvent object contains information about the order that is resumed.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventOrderResumedEventRequired

Information about the order that is resumed and metadata for the event.

Was this helpful?
Yes
No