Skip to content
← Back to Index

OnOrderDeleted

This hook runs after an Order Actor has been deleted.

Type

filtrera
{
  hook: 'OnOrderDeleted'
  order: Order // State of the order before deletion
}

Effects

messageActor Sends a message to another actor after the order has been deleted. Responses from the target actor is ignored.
scheduleJob Schedules a job.

© 2024 Hantera AB. All rights reserved.