Skip to content
← Back to Index

OnSkuDeleted

This hook runs after a Sku Actor has been deleted.

Type

filtrera
{
  hook: 'OnSkuDeleted'
  sku: Sku // State of the sku before deletion
}

Effects

[`messageActor`](/resources/components/runtimes/rule-effects/messageActor) Sends a message to another actor after the sku has been deleted. Responses from the target actor is ignored.
[`scheduleJob`](/resources/components/runtimes/rule-effects/scheduleJob) Schedules a job.

© 2024 Hantera AB. All rights reserved.