Skip to main content
This page lists all webhook events available in storekit, grouped by category.

Order Events

Events related to order lifecycle and management.

order.created

Triggered when a new order is placed by a customer.

order.accepted

Triggered when an order is accepted by the store. Has the same payload structure as order.created.

order.preparing

Triggered when an order transitions to the preparing status.

order.ready_for_pickup

Triggered when an order is marked as ready for customer pickup.

order.completed

Triggered when an order is marked as completed. This fires for individual order completions (via the dashboard, Deliverect, iKentoo, or auto-update) as well as bulk completions.

order.pos.dispatch.failed

Triggered when an order fails to dispatch to a POS system.

Store Events

Events related to store status and configuration.

store.opened

Triggered when a store is opened, when a snooze is ended early, or when a timed snooze expires automatically.

store.closed

Triggered when a store is closed or snoozed.

store.opening_hours.updated

Triggered when opening hours are changed for a store.

Item Events

Events related to menu item availability.

item.out_of_stock

Triggered when a menu item becomes unavailable. This can happen through several paths:
  • Manual snooze — an admin snoozes the item from the dashboard
  • Manual disable — an admin sets the item’s availability to off
  • Inventory depletion — the item’s inventory reaches zero after an order
  • Integration sync — a POS or integration (Deliverect, Lightspeed, Zonal) marks the item as unavailable
The reason field indicates why the item went out of stock, and source indicates what triggered it.
The details object varies by reason:
  • snoozed — includes snoozeEnd (ISO 8601 timestamp, or null for indefinite snoozes)
  • inventory_depleted — empty {}
  • disabled — empty {}

Payments Events

Events related to payments and payouts.

payments.payout.created

Triggered when storekit sends a payout to your bank account.
Triggered when a new payment link is created. Only fired for accounts with webhooks enabled.
Triggered when a payment is successfully collected via a payment link. Only fired for accounts with webhooks enabled.
Triggered when a refund is initiated for a payment link payment. The refund is pending at this point — confirmation arrives via payment_link.refund.succeeded or payment_link.refund.failed once the payment gateway processes it asynchronously.
Triggered when the payment gateway confirms a refund has been successfully processed. This fires asynchronously after payment_link.refund.created.
Triggered when the payment gateway rejects a refund. This fires asynchronously after payment_link.refund.created.

Printer Events

Events related to cloud printer status.

printer.status.offline

Triggered when a connected cloud printer fails to check in to the storekit server for 5 minutes. An email notification is also sent to the venue’s configured email address.

printer.status.online

Triggered when a cloud printer reconnects to our servers after being offline for at least 5 minutes. An email notification is also sent to confirm the printer is back online.