Events
Events that are fired from a Wix Store. Learn more.
Additional information about this section
Perform actions on an object
- onCartCreated( )
An event that fires when a cart is created.
- onCartCompleted( )
An event that fires when a visitor completes a purchase from a shopping cart.
- onCartRecovered( )
An event that fires when a visitor completes a purchase from an abandoned shopping cart.
- onCollectionCreated( )
An event that fires when a product collection is created.
- onCollectionDeleted( )
An event that fires when a product collection is deleted.
- onCollectionUpdated( )
An event that fires when a product collection is updated.
- onProductCreated( )
An event that fires when a product is created.
- onProductUpdated( )
An event that fires when a product is updated.
- onProductDeleted( )
An event that fires when a product is deleted.
- onVariantsUpdated( )
An event that fires when variant information for a product is updated.
- onInventoryItemUpdated( )
An event that fires when an inventory item's information is updated.
- onInventoryVariantUpdated( )
An event that fires when the inventory information of a product variant is updated.
- onNewOrder( )
An event that fires when a new order is placed.
- onOrderPaid( )
An event that fires when an order is marked as paid.
- onOrderRefunded( )
An event that fires when an order is refunded.
- onOrderCanceled( )
An event that fires when an order is canceled.
- onFulfillmentCreated( )
An event that fires when an order fulfillment is created.
- onFulfillmentUpdated( )
An event that fires when an order fulfillment is updated.
- onFulfillmentDeleted( )
An event that fires when an order fulfillment is deleted.