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.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?