Change types that represent data modifications made to the Inventories entity.
Change types
Change Quantity
Change triggered by the Change Quantity update action.
typeString | "ChangeQuantityChange" |
changeString | "changeQuantity" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Custom Field
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
Set Custom Type
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Expected Delivery
Change triggered by the Set ExpectedDelivery update action.
typeString | "SetExpectedDeliveryChange" |
changeString | "setExpectedDelivery" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Max Cart Quantity
Change triggered by the Set Inventory Limits update action.
typeString | "SetMaxCartQuantityChange" |
changeString | "setMaxCartQuantity" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Set Min Cart Quantity
Change triggered by the Set Inventory Limits update action.
typeString | "SetMinCartQuantityChange" |
changeString | "setMinCartQuantity" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Set Reservations
This change is initiated by background processes after the Add Quantity, Remove Quantity, or Change Quantity update action is performed.
typeString | "SetReservationsChange" |
changeString | "setReservations" |
previousValueArray of Reservation | Value before the change. |
nextValueArray of Reservation | Value after the change. |
addedItemsArray of Reservation | Elements added to the array. |
removedItemsArray of Reservation | Elements removed from the array. |
Set Restockable In Days
Change triggered by the Set RestockableInDays update action.
typeString | "SetRestockableInDaysChange" |
changeString | "setRestockableInDays" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Set Supply Channel
Change triggered by the Set SupplyChannel update action.