onOrderApproved( )

An event that triggers when an order is approved.

The onOrderApproved() event handler runs when an order is created and its status is updated to "APPROVED". The received OrderApprovedEvent object contains information about the order that was approved and event metadata.

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

Method Declaration
Copy
Method Parameters
eventOrderApprovedEvent

Information about the order that was approved and metadata for the event.

Was this helpful?
Yes
No