This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

shop:onBeforeOrderItemSaved event

Triggered by Shop_OrderItem
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onBeforeOrderItemSaved(Shop_OrderItem $item)
$item Shop_OrderItem specifies the order item object.
Triggered before an order item is saved to the database.