Change types that represent data modifications made to the Standalone Prices entity.
Change types
Change Active
Change triggered by the Change Active update action.
typeString | "StandalonePriceChangeActiveChange" |
changeString | "changeActive" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Change Value
Change triggered by the Change Value update action.
Set Custom Field
Change triggered by the Set Custom Field update action.
typeString | "StandalonePriceSetCustomFieldChange" |
changeString | "setCustomField" |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
Set Custom Type
Change triggered by the Set Custom Type update action.
typeString | "StandalonePriceSetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Discounted Price
Change triggered by the Set Discounted Price update action.
typeString | "StandalonePriceSetDiscountedPriceChange" |
changeString | "setDiscountedPrice" |
stagedBoolean | Indicates if the change was applied to the staged or current price. |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Key
Change triggered by the Set Key update action.
typeString | "StandalonePriceSetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Price Tiers
typeString | "StandalonePriceSetPriceTiersChange" |
changeString | "setPriceTiers" |
addedItemsArray of PriceTier | Elements added to the array. |
removedItemsArray of PriceTier | Elements removed from the array. |
previousValueArray of PriceTier | Value before the change. |
nextValueArray of PriceTier | Value after the change. |
Set Valid From And Until
Change triggered by the Set Valid From and Until update action.
typeString | "StandalonePriceSetValidFromAndUntilChange" |
changeString | "setValidFromAndUntil" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Valid From
Change triggered by the Set Valid From update action.
typeString | "StandalonePriceSetValidFromChange" |
changeString | "setValidFrom" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Valid Until
Change triggered by the Set Valid Until update action.
typeString | "StandalonePriceSetValidUntilChange" |
changeString | "setValidUntil" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |