onOrderStarted( )


Notes:

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

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

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

Did this help?