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

messageActor Sends a message to another actor.
scheduleJob Schedules a job.
sendEmail Queues an email for delivery through the Sendings system.

© 2024 Hantera AB. All rights reserved.