Standalone Prices Change Types

Change types that represent data modifications made to the Standalone Prices entity.

Change types

Change Active

Change triggered by the Change Active update action.
type​
String​
"StandalonePriceChangeActiveChange"
change​
String​
"changeActive"
previousValue​
Boolean​

Value before the change.

nextValue​
Boolean​

Value after the change.

Change Value

Change triggered by the Change Value update action.
type​
String​
"StandalonePriceChangeValueChange"
change​
String​
"changeValue"
staged​
Boolean​

Indicates if the change was applied to the staged or current price.

previousValue​

Value before the change.

nextValue​

Value after the change.

Set Custom Field

Change triggered by the Set Custom Field update action.
Change triggered by the Set Custom Field update action.
type​
String​
"StandalonePriceSetCustomFieldChange"
change​
String​
"setCustomField"
name​
String​
Name of the Custom Field.
customTypeId​
String​
id of the referenced Type.
previousValue​
Any​

Value before the change.

nextValue​
Any​

Value after the change.

Set Custom Type

Change triggered by the Set Custom Type update action.
Change triggered by the Set Custom Type update action.
type​
String​
"StandalonePriceSetCustomTypeChange"
change​
String​
"setCustomType"
previousValue​

Value before the change.

nextValue​

Value after the change.

Set Discounted Price

Change triggered by the Set Discounted Price update action.
type​
String​
"StandalonePriceSetDiscountedPriceChange"
change​
String​
"setDiscountedPrice"
staged​
Boolean​

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.
type​
String​
"StandalonePriceSetKeyChange"
change​
String​
"setKey"
previousValue​
String​

Value before the change.

nextValue​
String​

Value after the change.

Set Price Tiers

Change triggered by the Add Price Tier, Remove Price Tier, or Set Price Tiers update action.
type​
String​
"StandalonePriceSetPriceTiersChange"
change​
String​
"setPriceTiers"
addedItems​
Array of PriceTier​

Elements added to the array.

removedItems​
Array of PriceTier​

Elements removed from the array.

previousValue​
Array of PriceTier​

Value before the change.

nextValue​
Array of PriceTier​

Value after the change.

Set Valid From And Until

Change triggered by the Set Valid From and Until update action.
type​
String​
"StandalonePriceSetValidFromAndUntilChange"
change​
String​
"setValidFromAndUntil"
previousValue​

Value before the change.

nextValue​

Value after the change.

Set Valid From

Change triggered by the Set Valid From update action.
type​
String​
"StandalonePriceSetValidFromChange"
change​
String​
"setValidFrom"
previousValue​
String​

Value before the change.

nextValue​
String​

Value after the change.

Set Valid Until

Change triggered by the Set Valid Until update action.
type​
String​
"StandalonePriceSetValidUntilChange"
change​
String​
"setValidUntil"
previousValue​
String​

Value before the change.

nextValue​
String​

Value after the change.