Rule Hook
OnOrderJournal
Back to IndexThis hook runs after any order journal entries have been created.
Type
{ hook: 'OnOrderJournal' order: Order // The order, including the newly added journal entries entries: [OrderJournalEntry] // The journal entries that were added}
Effects
Sends a message to another actor after the order has been saved. Responses from the target actor is ignored.effects.common.sendMessage
Calls a reactor method after the customer has been saved. Responses from the reactor is ignored.effects.common.callReactor