Skip to content
← Back to Index

OnOrderJournal

This hook runs after any order journal entries have been created.

Type

filtrera
{
  hook: 'OnOrderJournal'
  order: Order // The order, including the newly added journal entries
  entries: [OrderJournalEntry] // The journal entries that were added
}

Effects

`effects.common.sendMessage` Sends a message to another actor after the order has been saved. Responses from the target actor is ignored.
`effects.common.scheduleJob` Schedules a job
`effects.common.sendEmail` Queues an email for delivery through the Sendings system

© 2024 Hantera AB. All rights reserved.