Skip to main content
Skip to main content

OrderEditItemChangeType

The type of the order edit item change.

Enumeration Members

ITEM_ADD

ITEM_ADD = "item_add"

A new item to be added to the original order.

ITEM_REMOVE

ITEM_REMOVE = "item_remove"

An existing item to be removed from the original order.

ITEM_UPDATE

ITEM_UPDATE = "item_update"

An existing item to be updated in the original order.

Was this section helpful?