onOrderStarted( )


Notes:

Triggered when an order reaches its startDate. Applies to both purchased and free orders.

Permissions
Manage Orders
Read Orders
Manage Events
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?