onOrderPaused( )


An event that triggers when an order is paused.

The onOrderPaused() event handler runs when an order is paused. The received OrderPausedEvent object contains information about the order that is paused.

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

Method Declaration
Copy
Method Parameters
eventOrderPausedEventRequired

Information about the order that is paused 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?