--- displayed_sidebar: servicesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # OrderItemChange An order item change is a change made within an order edit to an order's items. These changes are not reflected on the original order until the order edit is confirmed. ## Constructors ### constructor `**new OrderItemChange**()` An order item change is a change made within an order edit to an order's items. These changes are not reflected on the original order until the order edit is confirmed. ## Properties ## Methods ### beforeInsert `Private **beforeInsert**(): void` #### Returns `void`