Inventories Change Types

Change types that represent data modifications made to the Inventories entity.

Change types

Change Quantity

Change triggered by the Change Quantity update action.
type
String
"ChangeQuantityChange"
change
String
"changeQuantity"
previousValue

Value before the change.

nextValue

Value after the change.

Set Custom Field

Change triggered by the following update actions:

type
String
"SetCustomFieldChange"
change
String
"setCustomField"
previousValue
Any

Value before the change.

nextValue
Any

Value after the change.

name
String
Name of the Custom Field.
customTypeId
String
id of the referenced Type.

Set Custom Type

Change triggered by the following update actions:

type
String
"SetCustomTypeChange"
change
String
"setCustomType"
previousValue

Value before the change.

nextValue

Value after the change.

Set Expected Delivery

Change triggered by the Set ExpectedDelivery update action.
type
String
"SetExpectedDeliveryChange"
change
String
"setExpectedDelivery"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Key

Change triggered by the following update actions:

type
String
"SetKeyChange"
change
String
"setKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Max Cart Quantity

Change triggered by the Set Inventory Limits update action.
type
String
"SetMaxCartQuantityChange"
change
String
"setMaxCartQuantity"
previousValue
Int

Value before the change.

nextValue
Int

Value after the change.

Set Min Cart Quantity

Change triggered by the Set Inventory Limits update action.
type
String
"SetMinCartQuantityChange"
change
String
"setMinCartQuantity"
previousValue
Int

Value before the change.

nextValue
Int

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.
type
String
"SetReservationsChange"
change
String
"setReservations"
previousValue
Array of Reservation

Value before the change.

nextValue
Array of Reservation

Value after the change.

addedItems
Array of Reservation

Elements added to the array.

removedItems
Array of Reservation

Elements removed from the array.

Set Restockable In Days

Change triggered by the Set RestockableInDays update action.
type
String
"SetRestockableInDaysChange"
change
String
"setRestockableInDays"
previousValue
Int

Value before the change.

nextValue
Int

Value after the change.

Set Supply Channel

Change triggered by the Set SupplyChannel update action.
type
String
"SetSupplyChannelChange"
change
String
"setSupplyChannel"
previousValue

Value before the change.

nextValue

Value after the change.