Help with on new order function

Where i have to call this function?
export function wixStores_onNewOrder ( event ){ console . log ( event ); let newOrderId = event . orderId ; let totalPrice = event . totals . total ;}