Change Types
Changes describe data modifications in the Audit Log Change History API.
Representations
Representations are JSON objects submitted or received as payload to API requests or responses.
Change
Difference between the previous and next version of a resource represented by previousValue (omitted, for example, on creations) and nextValue of the associated change. A Change can also contain extra fields that provide further information.
They are not identical to the actual update actions sent.
typeString | Unique discriminator value to reliably deserialize the data type. |
changeString | Type of change on a resource that is similar to the update action it relates to, where possible.
It is not a unique identifier for the data structure, for example, the Records can be filtered by this value using the |
ChangeValue
AssetChangeValue
idString |
|
name | Name of the Asset. |
CustomFieldExpandedValue
Only present if expand is set to true.
nameString | Name of the Custom Field. |
valueAny | CustomFieldValue based on the FieldType. |
label | User-defined label of the Custom Field. |
CustomShippingMethodChangeValue
nameString | Name of the Custom ShippingMethod. |
DeliveryChangeValue
itemsArray of DeliveryItem | Line Items or Custom Line Items shipped in the Delivery. |
address | Address to which the parcels are delivered. |
parcelsArray of Parcel | Parcels included in the Delivery. |
ParcelChangeValue
idString |
|
createdAtString | Date and time (UTC) the Parcel was created. |
ShippingMethodChangeValue
idString |
|
nameString | Name of the ShippingMethod. |
TransactionChangeValue
idString |
|
interactionIdString | Identifier used by the interface that manages the Transaction (usually the PSP). |
timestampString | Date and time (UTC) the Transaction took place. |
ChangeValueChangeValue
Indicates how a Cart or Product is discounted:
- ChangeValueAbsoluteChangeValue for Cart or Product discounted by an absolute value
- ChangeValueRelativeChangeValue for Cart or Product discounted by a relative value
- ChangeValueGiftLineItemChangeValue for free Line Item added as a gift to the Cart
- ChangeValueExternalChangeValue for Product discounted by an external service
ChangeValueAbsoluteChangeValue
typeString | "absolute" |
moneyArray of Money | Money values in different currencies. |
ChangeValueRelativeChangeValue
typeString | "relative" |
permyriadInt | Fraction (per ten thousand) the price is reduced by. For example, 1000 results in a 10% price reduction. |
ChangeValueGiftLineItemChangeValue
typeString | "giftLineItem" |
product | Reference to a Product. |
variantIdInt |
|
supplyChannel | Channel with ChannelRoleEnum |
distributionChannel | Channel with ChannelRoleEnum |
ChangeValueExternalChangeValue
typeString | "external" |
ChangeTargetChangeValue
Indicates the segment of the Cart that is discounted:
- ChangeTargetLineItemsChangeValue for LineItems
- ChangeTargetCustomLineItemsChangeValue for CustomLineItems
- ChangeTargetShippingChangeValue for ShippingInfo
- ChangeTargetMultiBuyLineItemsChangeValue for MultiBuyLineItemsTarget
- ChangeTargetMultiBuyCustomLineItemsChangeValue for MultiBuyCustomLineItemsTarget
- ChangeTargetPatternChangeValue for CartDiscountPatternTarget
ChangeTargetLineItemsChangeValue
typeString | "lineItems" |
predicateString | Valid LineItem target predicate. |
ChangeTargetCustomLineItemsChangeValue
typeString | "customLineItems" |
predicateString |
ChangeTargetShippingChangeValue
typeString | "shipping" |
ChangeTargetMultiBuyLineItemsChangeValue
typeString | "multiBuyLineItems" |
predicateString | Valid LineItem target predicate. |
triggerQuantityInt | Quantity of Line Items that triggered the application of the discount. |
discountedQuantityInt | Quantity of Line Items discounted per application of this discount. |
maxOccurrenceInt | Maximum number of times the discount is applicable. |
selectionMode | SelectionMode based on which particular Line Items were discounted. |
ChangeTargetMultiBuyCustomLineItemsChangeValue
typeString | "multiBuyCustomLineItems" |
predicateString | |
triggerQuantityInt | Quantity of Custom Line Items that triggered the application of the discount. |
discountedQuantityInt | Quantity of Custom Line Items discounted per application of this discount. |
maxOccurrenceInt | Maximum number of times the discount is applicable. |
selectionMode | SelectionMode based on which particular Custom Line Items were discounted. |
ChangeTargetPatternChangeValue
typeString | "pattern" |
triggerPatternArray of PatternComponent | Defines the set of units of (Custom) Line Items in a Cart that triggered the discount application. |
targetPatternArray of PatternComponent | Defines the set of units of (Custom) Line Items in a Cart on which the Discount is applied. |
maxOccurrenceInt | Maximum number of times the Discount applies on a Cart. If empty, the Discount applies indefinitely. |
selectionMode | Indicates which of the matching units of (Custom) Line Items were discounted. |
Embedded values
AttributeValue
nameString | Name of the Attribute set. |
valueAny | Value set for the Attribute determined by the AttributeType:
|
EnumValue
keyString | Key of the value used as a programmatic identifier. |
labelString | Descriptive label of the value. |
LocalizedEnumValue
keyString | Key of the value used as a programmatic identifier. |
label | Descriptive localized label of the value. |
FieldDefinitionOrderValue
nameString | Name of the FieldDefinition. |
label | Descriptive label of the field. |
InventoryQuantityValue
quantityOnStockInt | Overall amount of stock ( |
availableQuantityInt | Available amount of stock ( |
ShoppingListLineItemValue
idString |
|
name | Name of the corresponding Product the Product Variant belongs to. |
variantIdInt |
|
SetCartClassificationShippingRateInputValue
keyString | Key of the value used as a programmatic identifier. |
typeString | "Classification" |
label | Descriptive localized label of the value. |
SetCartScoreShippingRateInputValue
typeString | "Score" |
scoreInt | Abstract value for categorizing a Cart. |
ShippingMethodTaxAmountChangeValue
taxedPrice | Taxed price for the Shipping Method based on |
taxRate | Tax rate set externally for the Shipping Method. |
TaxedPrice
TextLineItemValue
idString |
|
name | Name of the TextLineItem. |
ValidFromAndUntilValue
validFromString | Date and time (UTC) from when the Discount is effective. |
validUntilString | Date and time (UTC) until when the Discount is effective. |
Type of Change
Associate Roles
ChangeBuyerAssignableChange
Change triggered by the Change BuyerAssignable update action.
typeString | "ChangeBuyerAssignableChange" |
changeString | "changeBuyerAssignable" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
SetNameChange
Change triggered by the Set Name update action.
typeString | "SetNameChange" |
changeString | "setName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetPermissionsChange
Change triggered by the Set Permissions, Add Permission, and Remove Permission update actions.
typeString | "SetPermissionsChange" |
changeString | "setPermissions" |
previousValueArray of Permission | Value before the change. |
nextValueArray of Permission | Value after the change. |
Business Units
AddAssociateChange
Change triggered by the Add Associate update action.
typeString | "AddAssociateChange" |
changeString | "addAssociate" |
nextValue | Value after the change. |
AddInheritedAssociateChange
Change triggered by the Add Associate update action on a parent of a Business Unit in cases where inheritance applies.
typeString | "AddInheritedAssociateChange" |
changeString | "addInheritedAssociate" |
nextValue | Value after the change. |
ChangeAssociateChange
Change triggered by the Change Associate update action.
ChangeInheritedAssociateChange
Change triggered by the Change Associate update action on a parent of a Business Unit in cases where inheritance applies.
typeString | "ChangeInheritedAssociateChange" |
changeString | "changeInheritedAssociate" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeAssociateModeChange
Change triggered by the Change Associate Mode update action.
typeString | "ChangeAssociateModeChange" |
changeString | "changeAssociateMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeParentUnitChange
Change triggered by the Change Parent Unit update action.
typeString | "ChangeParentUnitChange" |
changeString | "changeParentUnit" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeStatusChange
Change triggered by the Change Status update action.
typeString | "ChangeStatusChange" |
changeString | "changeStatus" |
previousValue | Value before the change. |
nextValue | Value after the change. |
RemoveAssociateChange
Change triggered by the Remove Associate update action.
typeString | "RemoveAssociateChange" |
changeString | "removeAssociate" |
previousValue | Value before the change. |
RemoveInheritedAssociateChange
Change triggered by the Remove Associate update action on a parent of a Business Unit in cases where inheritance applies.
typeString | "RemoveInheritedAssociateChange" |
changeString | "removeInheritedAssociate" |
previousValue | The value before the change. |
SetAddressCustomFieldChange
Change triggered by the Set Address Custom Field update action.
typeString | "SetAddressCustomFieldChange" |
changeString | "setAddressCustomField" |
address | Address which was extended. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
SetAddressCustomTypeChange
Change triggered by the Set Address Custom Type update action.
typeString | "SetAddressCustomTypeChange" |
changeString | "setAddressCustomType" |
address | Address which was extended. |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetStoreModeChange
Change triggered by the Set Store Mode update action.
typeString | "SetStoreModeChange" |
changeString | "setStoreMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetContactEmailChange
Change triggered by the Set Contact Email update action.
typeString | "SetContactEmailChange" |
changeString | "setContactEmail" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Cart Discounts
ChangeCartPredicateChange
Change triggered by the Change Cart Predicate update action.
typeString | "ChangeCartPredicateChange" |
changeString | "changeCartPredicate" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeIsActiveChange
Change triggered by the following update actions:
- Change IsActive on Cart Discounts.
- Change IsActive on Discount Codes.
- Change IsActive on Product Discounts.
typeString | "ChangeIsActiveChange" |
changeString | "changeIsActive" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeRequiresDiscountCodeChange
Change triggered by the Change Requires DiscountCode update action.
typeString | "ChangeRequiresDiscountCodeChange" |
changeString | "changeRequiresDiscountCode" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
ChangeSortOrderChange
Change triggered by the following update actions:
- Change Sort Order on Cart Discounts.
- Change Sort Order on Product Discounts.
typeString | "ChangeSortOrderChange" |
changeString | "changeSortOrder" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeStackingModeChange
Change triggered by the Change Stacking Mode update action.
typeString | "ChangeStackingModeChange" |
changeString | "changeStackingMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeTargetChange
Change triggered by the Change Target update action.
typeString | "ChangeTargetChange" |
changeString | "changeTarget" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeValueChange
Change triggered by the following update actions:
- Change Value on Cart Discounts.
- Change Value on Product Discounts.
typeString | "ChangeValueChange" |
changeString | "changeValue" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetValidFromChange
Change triggered by the following update actions:
- Set Valid From on Cart Discounts.
- Set Valid From on Discount Codes.
- Set Valid From on Product Discounts.
typeString | "SetValidFromChange" |
changeString | "setValidFrom" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetValidFromAndUntilChange
Change triggered by the following update actions:
- Set Valid From and Until on Cart Discounts.
- Set Valid From and Until on Discount Codes.
- Set Valid From and Until on Product Discounts.
typeString | "SetValidFromAndUntilChange" |
changeString | "setValidFromAndUntil" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetValidUntilChange
Change triggered by the following update actions:
- Set Valid Until on Cart Discounts.
- Set Valid Until on Discount Codes.
- Set Valid Until on Product Discounts.
typeString | "SetValidUntilChange" |
changeString | "setValidUntil" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Categories
AddAssetChange
ChangeAssetNameChange
Change triggered by the following update actions:
- Change Asset Name on Categories.
- Change Asset Name on Products.
typeString | "ChangeAssetNameChange" |
changeString | "changeAssetName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
ChangeAssetOrderChange
Change triggered by the following update actions:
- Change Asset Order on Categories.
- Change Asset Order on Products.
typeString | "ChangeAssetOrderChange" |
changeString | "changeAssetOrder" |
previousValueArray of LocalizedString | Value before the change. |
nextValueArray of LocalizedString | Value after the change. |
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeOrderHintChange
Change triggered by the Change OrderHint update action.
typeString | "ChangeOrderHintChange" |
changeString | "changeOrderHint" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeParentChange
Change triggered by the Change Parent update action.
ChangeSlugChange
Change triggered by the following update actions:
- Change Slug on Categories.
- Change Slug on Products.
typeString | "ChangeSlugChange" |
changeString | "changeSlug" |
previousValue | Value before the change. |
nextValue | Value after the change. |
RemoveAssetChange
Change triggered by the following update actions:
- Remove Asset on Categories.
- Remove Asset on Products.
typeString | "RemoveAssetChange" |
changeString | "removeAsset" |
previousValue | Value before the change. |
SetAssetCustomFieldChange
Change triggered by the following update actions:
- Set Asset CustomField on Categories.
- Set Asset CustomField on Products.
typeString | "SetAssetCustomFieldChange" |
changeString | "setAssetCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
asset | Information about the updated Asset. |
SetAssetCustomTypeChange
Change triggered by the following update actions:
- Set Asset Custom Type on Categories.
- Set Asset Custom Type on Products.
typeString | "SetAssetCustomTypeChange" |
changeString | "setAssetCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
SetAssetDescriptionChange
Change triggered by the following update actions:
- Set Asset Description on Categories.
- Set Asset Description on Products.
typeString | "SetAssetDescriptionChange" |
changeString | "setAssetDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
SetAssetKeyChange
Change triggered by the following update actions:
- Set Asset Key on Categories.
- Set Asset Key on Products.
typeString | "SetAssetKeyChange" |
changeString | "setAssetKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
asset | Information about the updated Asset. |
SetAssetSourcesChange
Change triggered by the following update actions:
- Set Asset Sources on Categories.
- Set Asset Sources on Products.
typeString | "SetAssetSourcesChange" |
changeString | "setAssetSources" |
previousValueArray of AssetSource | Value before the change. |
nextValueArray of AssetSource | Value after the change. |
asset | Information about the updated Asset. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetExternalIdChange
Change triggered by the following update actions:
- Set External ID on Categories.
- Set External ID on Customers.
typeString | "SetExternalIdChange" |
changeString | "setExternalId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetMetaDescriptionChange
Change triggered by the following update actions:
- Set Meta Description on Categories.
- Set Meta Description on Products.
typeString | "SetMetaDescriptionChange" |
changeString | "setMetaDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetMetaKeywordsChange
Change triggered by the following update actions:
- Set Meta Keywords on Categories.
- Set Meta Keywords on Products.
typeString | "SetMetaKeywordsChange" |
changeString | "setMetaKeywords" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetMetaTitleChange
Change triggered by the following update actions:
- Set Meta Title on Categories.
- Set Meta Title on Products.
typeString | "SetMetaTitleChange" |
changeString | "setMetaTitle" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Channels
ChangeLocalizedDescriptionChange
Change triggered by the Change Description update action.
typeString | "ChangeLocalizedDescriptionChange" |
changeString | "changeDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeKeyChange
Change triggered by the following update actions:
- Change Key on Channels.
- Change State key on States.
- Change Key on Types.
typeString | "ChangeKeyChange" |
changeString | "changeKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeReviewRatingStatisticsChange
typeString | "ChangeReviewRatingStatisticsChange" |
changeString | "changeReviewRatingStatistics" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetAddressChange
Change triggered by the Set Address update action.
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetGeoLocationChange
Change triggered by the Set GeoLocation update action.
typeString | "SetGeoLocationChange" |
changeString | "setGeoLocation" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetChannelRolesChange
Change triggered by the Set Roles update action.
typeString | "SetChannelRolesChange" |
changeString | "setRoles" |
previousValueArray of ChannelRoleEnum | Value before the change. |
nextValueArray of ChannelRoleEnum | Value after the change. |
AddChannelRolesChange
Change triggered by the Add Roles update action.
typeString | "AddChannelRolesChange" |
changeString | "addRoles" |
previousValueArray of ChannelRoleEnum | Value before the change. |
nextValueArray of ChannelRoleEnum | Value after the change. |
RemoveChannelRolesChange
Change triggered by the Remove Roles update action.
typeString | "RemoveChannelRolesChange" |
changeString | "removeRoles" |
previousValueArray of ChannelRoleEnum | Value before the change. |
nextValueArray of ChannelRoleEnum | Value after the change. |
Custom Objects
AddPropertyChange
Change triggered by the Update CustomObject request when a new property is added.
typeString | "AddPropertyChange" |
changeString | "addProperty" |
nextValueAny | Value after the change. |
pathString | Path to the new property that was added. |
RemovePropertyChange
Change triggered by the Update CustomObject request when an existing property is removed.
typeString | "RemovePropertyChange" |
changeString | "removeProperty" |
previousValueAny | Value before the change. |
pathString | Path to the property that was removed. |
SetPropertyChange
Change triggered by the Update CustomObject request when an existing property is updated.
typeString | "SetPropertyChange" |
changeString | "setProperty" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
pathString | Path to the property that was updated. |
SetValueChange
Change triggered by the Update CustomObject request when a value of a property is updated.
typeString | "SetValueChange" |
changeString | "setValue" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
Customers
AddAddressChange
Change triggered by the Add Address update action.
typeString | "AddAddressChange" |
changeString | "addAddress" |
nextValue | Value after the change. |
AddBillingAddressIdChange
Change triggered by the Add Billing Address ID update action.
typeString | "AddBillingAddressIdChange" |
changeString | "addBillingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address added to |
AddShippingAddressIdChange
Change triggered by the Add Shipping Address ID update action.
typeString | "AddShippingAddressIdChange" |
changeString | "addShippingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address added to |
ChangeAddressChange
Change triggered by the Change Address update action.
ChangeEmailChange
Change triggered by the Change Email update action.
typeString | "ChangeEmailChange" |
changeString | "changeEmail" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
RemoveAddressChange
Change triggered by the Remove Address update action.
typeString | "RemoveAddressChange" |
changeString | "removeAddress" |
previousValue | Value before the change. |
RemoveBillingAddressIdChange
Change triggered by the Remove Billing Address ID update action.
typeString | "RemoveBillingAddressIdChange" |
changeString | "removeBillingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address removed from |
RemoveShippingAddressIdChange
Change triggered by the Remove Shipping Address ID update action.
typeString | "RemoveShippingAddressIdChange" |
changeString | "removeShippingAddressId" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
address | Address removed from |
SetCompanyNameChange
Change triggered by the Set Company Name update action.
typeString | "SetCompanyNameChange" |
changeString | "setCompanyName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomerGroupChange
Change triggered by the Set CustomerGroup update action.
SetCustomerNumberChange
Change triggered by the Set Customer Number update action.
typeString | "SetCustomerNumberChange" |
changeString | "setCustomerNumber" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetDateOfBirthChange
Change triggered by the Set Date of Birth update action.
typeString | "SetDateOfBirthChange" |
changeString | "setDateOfBirth" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetDefaultBillingAddressChange
Change triggered by the Set Default Billing Address update action.
SetDefaultShippingAddressChange
Change triggered by the Set Default Shipping Address update action.
SetExternalIdChange
Change triggered by the following update actions:
- Set External ID on Categories.
- Set External ID on Customers.
typeString | "SetExternalIdChange" |
changeString | "setExternalId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetFirstNameChange
Change triggered by the Set First Name update action.
typeString | "SetFirstNameChange" |
changeString | "setFirstName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetLastNameChange
Change triggered by Set Last Name update action.
typeString | "SetLastNameChange" |
changeString | "setLastName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetLocaleChange
Change triggered by the following update actions:
- Set Locale on Customers.
- Set Locale on Orders.
- Set Locale on Staged Orders.
- Set Locale on Reviews.
SetMiddleNameChange
Change triggered by the Set Middle Name update action.
typeString | "SetMiddleNameChange" |
changeString | "setMiddleName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetSalutationChange
Change triggered by the Set Salutation update action.
typeString | "SetSalutationChange" |
changeString | "setSalutation" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetStoresChange
Change triggered by the Set Stores update action.
SetTitleChange
SetVatIdChange
Change triggered by the Set Vat ID update action.
typeString | "SetVatIdChange" |
changeString | "setVatId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
VerifyEmailChange
Change triggered by a Customer email verification.
typeString | "VerifyEmailChange" |
changeString | "verifyEmail" |
SetAuthenticationModeChange
Change triggered by the Set AuthenticationMode update action.
typeString | "SetAuthenticationModeChange" |
changeString | "setAuthenticationMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Customer Groups
ChangeNameChange
Change triggered by the following update actions:
- Change Name on Customer Groups.
- Change Name on Product Types.
- Change Name on Tax Categories.
- Change Name on Zones.
typeString | "ChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Discount Codes
ChangeCartDiscountsChange
Change triggered by the Change CartDiscounts update action.
ChangeGroupsChange
Change triggered by the Change Groups update action.
typeString | "ChangeGroupsChange" |
changeString | "changeGroups" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
ChangeIsActiveChange
Change triggered by the following update actions:
- Change IsActive on Cart Discounts.
- Change IsActive on Discount Codes.
- Change IsActive on Product Discounts.
typeString | "ChangeIsActiveChange" |
changeString | "changeIsActive" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
SetCartPredicateChange
Change triggered by the Set Cart Predicate update action.
typeString | "SetCartPredicateChange" |
changeString | "setCartPredicate" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetLocalizedNameChange
Change triggered by the following update actions:
- Set Name on Discount Codes.
- Set State Name on States.
- Set Name on Stores.
typeString | "SetLocalizedNameChange" |
changeString | "setName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetMaxApplicationsChange
Change triggered by the Set Max Applications update action.
typeString | "SetMaxApplicationsChange" |
changeString | "setMaxApplications" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
SetMaxApplicationsPerCustomerChange
Change triggered by the Set Max Applications Per Customer update action.
typeString | "SetMaxApplicationsPerCustomerChange" |
changeString | "setMaxApplicationsPerCustomer" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
SetValidFromChange
Change triggered by the following update actions:
- Set Valid From on Cart Discounts.
- Set Valid From on Discount Codes.
- Set Valid From on Product Discounts.
typeString | "SetValidFromChange" |
changeString | "setValidFrom" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetValidFromAndUntilChange
Change triggered by the following update actions:
- Set Valid From and Until on Cart Discounts.
- Set Valid From and Until on Discount Codes.
- Set Valid From and Until on Product Discounts.
typeString | "SetValidFromAndUntilChange" |
changeString | "setValidFromAndUntil" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetValidUntilChange
Change triggered by the following update actions:
- Set Valid Until on Cart Discounts.
- Set Valid Until on Discount Codes.
- Set Valid Until on Product Discounts.
typeString | "SetValidUntilChange" |
changeString | "setValidUntil" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetApplicationVersionChange
Change triggered automatically due to a user-initiated change.
typeString | "SetApplicationVersionChange" |
changeString | "setApplicationVersion" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
Inventories
ChangeQuantityChange
Change triggered by the Change Quantity update action.
typeString | "ChangeQuantityChange" |
changeString | "changeQuantity" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetExpectedDeliveryChange
Change triggered by the Set ExpectedDelivery update action.
typeString | "SetExpectedDeliveryChange" |
changeString | "setExpectedDelivery" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetRestockableInDaysChange
Change triggered by the Set RestockableInDays update action.
typeString | "SetRestockableInDaysChange" |
changeString | "setRestockableInDays" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
SetSupplyChannelChange
Change triggered by the Set SupplyChannel update action.
SetReservationsChange
typeString | "SetReservationsChange" |
changeString | "setReservations" |
previousValueArray of Reservation | Value before the change. |
nextValueArray of Reservation | Value after the change. |
Orders
AddDeliveryChange
Change triggered by the Add Delivery update action.
typeString | "AddDeliveryChange" |
changeString | "addDelivery" |
previousValue | Value before the change. |
nextValue | Value after the change. |
AddItemShippingAddressesChange
Change triggered by the following update actions:
- Add ItemShippingAddress on Orders.
- Add ItemShippingAddress on Staged Orders.
AddParcelToDeliveryChange
Change triggered by the following update actions:
- Add Parcel on Orders.
- Add Parcel on Staged Orders.
AddPaymentChange
Change triggered by the following update actions:
- Add Payment on Orders.
- Add Payment on Staged Orders.
typeString | "AddPaymentChange" |
changeString | "addPayment" |
previousValue | Value before the change. |
nextValue | Value after the change. |
AddReturnInfoChange
Change triggered by the following update actions:
- Add ReturnInfo on Orders.
- Add ReturnInfo on Staged Orders.
typeString | "AddReturnInfoChange" |
changeString | "addReturnInfo" |
nextValue | Value after the change. |
ChangeOrderStateChange
Change triggered by the following update actions:
- Change OrderState on Orders.
- Change OrderState on Staged Orders.
typeString | "ChangeOrderStateChange" |
changeString | "changeOrderState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangePaymentStateChange
Change triggered by the following update actions:
- Change PaymentState on Orders.
- Change PaymentState on Staged Orders.
typeString | "ChangePaymentStateChange" |
changeString | "changePaymentState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeShipmentStateChange
Change triggered by the following update actions:
- Change ShipmentState on Orders.
- Change ShipmentState on Staged Orders.
typeString | "ChangeShipmentStateChange" |
changeString | "changeShipmentState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
RemoveDeliveryItemsChange
Change triggered by the Remove Delivery update action.
typeString | "RemoveDeliveryItemsChange" |
changeString | "removeDelivery" |
previousValue | Value before the change. |
RemoveItemShippingAddressesChange
Change triggered by the Remove Item Shipping Address update action.
RemoveParcelFromDeliveryChange
Change triggered by the following update actions:
- Remove Parcel From Delivery on Orders.
- Remove Parcel From Delivery on Staged Orders.
RemovePaymentChange
Change triggered by the following update actions:
- Remove Payment on Orders.
- Remove Payment on Staged Orders.
typeString | "RemovePaymentChange" |
changeString | "removePayment" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetBillingAddressChange
Change triggered by the following update actions:
- Set Billing Address on Orders.
- Set Billing Address on Staged Orders.
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomLineItemCustomFieldChange
Change triggered by the following update actions:
- Set CustomLineItem Custom Type on Orders.
- Set CustomLineItem Custom Type on Staged Orders.
typeString | "SetCustomLineItemCustomFieldChange" |
changeString | "setCustomLineItemCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
SetCustomLineItemCustomTypeChange
Change triggered by the following update actions:
- Set CustomLineItem CustomField on Orders.
- Set CustomLineItem CustomField on Staged Orders.
typeString | "SetCustomLineItemCustomTypeChange" |
changeString | "setCustomLineItemCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
SetCustomLineItemShippingDetailsChange
Change triggered by the following update actions:
- Set CustomLineItem ShippingDetails on Orders.
- Set CustomLineItem ShippingDetails on Staged Orders.
typeString | "SetCustomLineItemShippingDetailsChange" |
changeString | "setCustomLineItemShippingDetails" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItemIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomerEmailChange
Change triggered by the following update actions:
- Set Customer Email on Orders.
- Set Customer Email on Staged Orders.
typeString | "SetCustomerEmailChange" |
changeString | "setCustomerEmail" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomerIdChange
Change triggered by the following update actions:
- Set Customer ID on Orders.
- Set Customer ID on Staged Orders.
typeString | "SetCustomerIdChange" |
changeString | "setCustomerId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetDeliveryAddressChange
Change triggered by the following update actions:
- Set DeliveryAddress on Orders.
- Set DeliveryAddress on Staged Orders.
SetDeliveryItemsChange
Change triggered by the following update actions:
- Set Delivery Items on Orders.
- Set Delivery Items on Staged Orders.
typeString | "SetDeliveryItemsChange" |
changeString | "setDeliveryItems" |
previousValueArray of DeliveryItem | Value before the change. |
nextValueArray of DeliveryItem | Value after the change. |
deliveryIdString |
|
SetOrderLineItemCustomFieldChange
Change triggered by the following update actions:
- Set LineItem CustomField on Orders.
- Set LineItem CustomField on Staged Orders.
typeString | "SetOrderLineItemCustomFieldChange" |
changeString | "setLineItemCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
customTypeIdString |
|
nameString | Name of the Custom Field. |
lineItem | Name of the Product the Line Item is based on. |
variantString |
|
SetOrderLineItemCustomTypeChange
Change triggered by the following update actions:
- Set LineItem Custom Type on Orders.
- Set LineItem Custom Type on Staged Orders.
typeString | "SetOrderLineItemCustomTypeChange" |
changeString | "setLineItemCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the updated Line Item is based on. |
variantString |
|
SetLineItemShippingDetailsChange
Change triggered by the following update actions:
- Set LineItem ShippingDetails on Orders.
- Set LineItem ShippingDetails on Staged Orders.
typeString | "SetLineItemShippingDetailsChange" |
changeString | "setLineItemShippingDetails" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItemIdString |
|
SetLocaleChange
Change triggered by the following update actions:
- Set Locale on Customers.
- Set Locale on Orders.
- Set Locale on Staged Orders.
- Set Locale on Reviews.
SetOrderNumberChange
Change triggered by the following update actions:
- Set Order Number on Orders.
- Set Order Number on Staged Order.
typeString | "SetOrderNumberChange" |
changeString | "setOrderNumber" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetParcelItemsChange
Change triggered by the following update actions:
- Set Parcel Items on Orders.
- Set Parcel Items on Staged Orders.
typeString | "SetParcelItemsChange" |
changeString | "setParcelItems" |
previousValueArray of DeliveryItem | Value before the change. |
nextValueArray of DeliveryItem | Value after the change. |
parcel | Information about the updated Parcel. |
SetParcelMeasurementsChange
Change triggered by the following update actions:
- SetParcelMeasurements on Orders.
- SetParcelMeasurements on Staged Orders.
typeString | "SetParcelMeasurementsChange" |
changeString | "setParcelMeasurements" |
previousValue | Value before the change. |
nextValue | Value after the change. |
parcel | Information about the updated Parcel. |
SetParcelTrackingDataChange
Change triggered by the following update actions:
- Set Parcel Tracking Data on Orders.
- Set Parcel Tracking Data on Staged Orders.
typeString | "SetParcelTrackingDataChange" |
changeString | "setParcelTrackingData" |
previousValue | Value before the change. |
nextValue | Value after the change. |
parcel | Information about the updated Parcel. |
SetReturnPaymentStateChange
Change triggered by the following update actions:
- Set PaymentShipmentState on Orders.
- Set PaymentShipmentState on Staged Orders.
typeString | "SetReturnPaymentStateChange" |
changeString | "setReturnPaymentState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetReturnShipmentStateChange
Change triggered by the following update actions:
- Set ReturnShipmentState on Orders.
- Set ReturnShipmentState on Staged Orders.
typeString | "SetReturnShipmentStateChange" |
changeString | "setReturnShipmentState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetShippingAddressChange
Change triggered by the following update actions:
- Set Shipping Address on Orders.
- Set Shipping Address on Staged Orders.
SetStoreChange
TransitionCustomLineItemStateChange
Change triggered by the following update actions:
typeString | "TransitionCustomLineItemStateChange" |
changeString | "transitionCustomLineItemState" |
previousValueArray of ItemState | Value before the change. |
nextValueArray of ItemState | Value after the change. |
lineItemIdString |
|
stateIdString |
|
TransitionLineItemStateChange
Change triggered by the following update actions:
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
UpdateSyncInfoChange
Change triggered by the following update actions:
- Update SyncInfo on Orders.
- Update SyncInfo on Staged Orders.
SetLineItemProductKeyChange
typeString | "SetLineItemProductKeyChange" |
changeString | "setLineItemProductKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
lineItem | Name of the Product the Line Item is based on. |
lineItemIdString |
|
variantString |
|
SetOrderTaxedPriceChange
typeString | "SetOrderTaxedPriceChange" |
changeString | "setOrderTaxedPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
taxMode |
SetShippingRateInputChange
Change triggered by the Set Shipping Rate Input update action.
typeString | "SetShippingRateInputChange" |
changeString | "setShippingRateInput" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetShippingMethodTaxRateChange
Change triggered by the Set ShippingMethod TaxRate update action.
SetShippingMethodTaxAmountChange
Change triggered by the Set ShippingMethod TaxAmount update action.
typeString | "SetShippingMethodTaxAmountChange" |
changeString | "setShippingMethodTaxAmount" |
previousValue | Value before the change. |
nextValue | Value after the change. |
taxMode |
|
SetShippingMethodChange
Change triggered by the Set ShippingMethod update action.
typeString | "SetShippingMethodChange" |
changeString | "setShippingMethod" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetOrderTotalTaxChange
Change triggered by the Set OrderTotalTax update action.
SetLineItemTotalPriceChange
Change triggered by the Set LineItemTotalPrice update action.
typeString | "SetLineItemTotalPriceChange" |
changeString | "setLineItemTotalPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the updated Line Item is based on. |
SetLineItemTaxRateChange
Change triggered by the Set LineItemTaxRate update action.
typeString | "SetLineItemTaxRateChange" |
changeString | "setLineItemTaxRate" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the Line Item is based on. |
variantString |
|
taxMode |
|
SetLineItemTaxedPriceChange
SetLineItemTaxAmountChange
Change triggered by the Set LineItem TaxAmount update action.
typeString | "SetLineItemTaxAmountChange" |
changeString | "setLineItemTaxAmount" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the Line Item is based on. |
variantString |
|
taxMode |
|
SetLineItemPriceChange
Change triggered by the Set LineItem Price update action.
typeString | "SetLineItemPriceChange" |
changeString | "setLineItemPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the updated Line Item is based on. |
SetLineItemDistributionChannelChange
Change triggered by the Set LineItem DistributionChannel update action.
typeString | "SetLineItemDistributionChannelChange" |
changeString | "setLineItemDistributionChannel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the Line Item is based on. |
variantString |
|
SetCustomShippingMethodChange
Change triggered by the Set Custom ShippingMethod update action.
typeString | "SetCustomShippingMethodChange" |
changeString | "setCustomShippingMethod" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomLineItemTaxRateChange
Change triggered by the Set CustomLineItem TaxRate update action.
typeString | "SetCustomLineItemTaxRateChange" |
changeString | "setCustomLineItemTaxRate" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
taxMode |
|
SetCustomLineItemTaxAmountChange
Change triggered by the Set CustomLineItem TaxAmount update action.
typeString | "SetCustomLineItemTaxAmountChange" |
changeString | "setCustomLineItemTaxAmount" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
taxMode |
|
SetCustomLineItemMoneyChange
Change triggered by the Set CustomLineItem Money update action.
typeString | "SetCustomLineItemMoneyChange" |
changeString | "setCustomLineItemMoney" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
SetCountryChange
Change triggered by the Set Country update action.
typeString | "SetCountryChange" |
changeString | "setCountry" |
previousValue | Value before the change. Pattern:^[A-Z]{2}$ |
nextValue | Value after the change. Pattern:^[A-Z]{2}$ |
RemoveOrderLineItemChange
Change triggered by the Remove Parcel From Delivery update action.
RemoveDiscountCodeChange
Change triggered by the Remove DiscountCode update action.
typeString | "RemoveDiscountCodeChange" |
changeString | "removeDiscountCode" |
previousValue | Value before the change. |
RemoveCustomLineItemChange
Change triggered by the Remove CustomLineItem update action.
typeString | "RemoveCustomLineItemChange" |
changeString | "removeCustomLineItem" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeTaxRoundingModeChange
Change triggered by the Change Tax RoundingMode update action.
typeString | "ChangeTaxRoundingModeChange" |
changeString | "changeTaxRoundingMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeTaxModeChange
Change triggered by the Change TaxMode update action.
ChangeTaxCalculationModeChange
Change triggered by the Change TaxCalculationMode update action.
typeString | "ChangeTaxCalculationModeChange" |
changeString | "changeTaxCalculationMode" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeLineItemQuantityChange
Change triggered by the Change LineItem Quantity update action.
ChangeCustomLineItemQuantityChange
Change triggered by the Change CustomLineItem Quantity update action.
typeString | "ChangeCustomLineItemQuantityChange" |
changeString | "changeCustomLineItemQuantity" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
customLineItem | Name of the CustomLineItem. |
customLineItemIdString |
|
AddCustomLineItemChange
Change triggered by the Add CustomLineItem update action.
typeString | "AddCustomLineItemChange" |
changeString | "addCustomLineItem" |
previousValue | Value before the change. |
nextValue | Value after the change. |
AddDiscountCodeChange
Change triggered by the Add DiscountCode update action.
typeString | "AddDiscountCodeChange" |
changeString | "addDiscountCode" |
nextValue | Value after the change. |
AddOrderLineItemChange
Change triggered by the Add LineItem update action.
SetOrderTotalPriceChange
SetCustomLineItemTaxedPriceChange
typeString | "SetCustomLineItemTaxedPriceChange" |
changeString | "setCustomLineItemTaxedPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
SetCustomLineItemTotalPriceChange
typeString | "SetCustomLineItemTotalPriceChange" |
changeString | "setCustomLineItemTotalPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
SetLineItemProductSlugChange
Change triggered automatically due to a user-initiated change.
typeString | "SetLineItemProductSlugChange" |
changeString | "setLineItemProductSlug" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the updated Line Item is based on. |
variantString |
|
SetLineItemDiscountedPricePerQuantityChange
typeString | "SetLineItemDiscountedPricePerQuantityChange" |
changeString | "setLineItemDiscountedPricePerQuantity" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the Line Item is based on. |
variantString |
|
SetLineItemDiscountedPriceChange
typeString | "SetLineItemDiscountedPriceChange" |
changeString | "setLineItemDiscountedPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Name of the Product the Line Item is based on. |
variantString |
|
SetCustomLineItemTaxCategoryChange
typeString | "SetCustomLineItemTaxCategoryChange" |
changeString | "setCustomLineItemTaxCategory" |
previousValue | Value before the change. |
nextValue | Value after the change. |
customLineItem | Name of the updated CustomLineItem. |
customLineItemIdString |
|
SetShippingInfoPriceChange
SetShippingRateChange
SetShippingInfoTaxedPriceChange
typeString | "SetShippingInfoTaxedPriceChange" |
changeString | "setShippingInfoTaxedPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetPurchaseOrderNumberChange
Change triggered by the following update actions:
- Set Purchase Order Number on Orders.
- Set Purchase Order Number on Staged Orders.
typeString | "SetPurchaseOrderNumberChange" |
changeString | "setPurchaseOrderNumber" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Payments
AddInterfaceInteractionChange
Change triggered by the Add InterfaceInteraction update action.
typeString | "AddInterfaceInteractionChange" |
changeString | "addInterfaceInteraction" |
nextValue | Value after the change. |
AddTransactionChange
Change triggered by the Add Transaction update action.
typeString | "AddTransactionChange" |
changeString | "addTransaction" |
nextValue | Value after the change. |
ChangeAmountPlannedChange
Change triggered by the Change AmountPlanned update action.
ChangeTransactionInteractionIdChange
Change triggered by the Change TransactionInteractionId update action.
typeString | "ChangeTransactionInteractionIdChange" |
changeString | "changeTransactionInteractionId" |
previousValueString | Value after the change. |
nextValueString | Value before the change. |
transaction | Holds information about the updated Transaction. |
ChangeTransactionStateChange
Change triggered by the Change TransactionState update action.
typeString | "ChangeTransactionStateChange" |
changeString | "changeTransactionState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
transaction | Holds information about the updated Transaction. |
ChangeTransactionTimestampChange
Change triggered by the Change TransactionTimestamp update action.
typeString | "ChangeTransactionTimestampChange" |
changeString | "changeTransactionTimestamp" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
transaction | Holds information about the updated Transaction. |
SetAnonymousIdChange
Change triggered by the following update actions:
- Set AnonymousId on Payments.
- Set AnonymousId on Shopping Lists.
typeString | "SetAnonymousIdChange" |
changeString | "setAnonymousId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomerChange
Change triggered by the following update actions:
- Set Customer on Payments.
- Set Customer on Reviews.
- Set Customer on Shopping Lists.
SetInterfaceIdChange
Change triggered by the Set InterfaceId update action.
typeString | "SetInterfaceIdChange" |
changeString | "setInterfaceId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetMethodInfoInterfaceChange
Change triggered by the Set MethodInfoInterface update action.
typeString | "SetMethodInfoInterfaceChange" |
changeString | "setMethodInfoInterface" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetMethodInfoMethodChange
Change triggered by the Set MethodInfoInterface update action.
typeString | "SetMethodInfoMethodChange" |
changeString | "setMethodInfoMethod" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetMethodInfoNameChange
Change triggered by the Set MethodInfoName update action.
typeString | "SetMethodInfoNameChange" |
changeString | "setMethodInfoName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetStatusInterfaceCodeChange
Change triggered by the Set StatusInterfaceCode update action.
typeString | "SetStatusInterfaceCodeChange" |
changeString | "setStatusInterfaceCode" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetStatusInterfaceTextChange
Change triggered by the Set StatusInterfaceText update action.
typeString | "SetStatusInterfaceTextChange" |
changeString | "setStatusInterfaceText" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
Products
AddAssetChange
AddExternalImageChange
Change triggered by the Add External Image update action.
typeString | "AddExternalImageChange" |
changeString | "addExternalImage" |
previousValueArray of Image | Value before the change. |
nextValueArray of Image | Value after the change. |
catalogDataString |
|
AddPriceChange
Change triggered by the Add Price update action.
typeString | "AddPriceChange" |
changeString | "addPrice" |
nextValue | Value after the change. |
catalogDataString |
|
priceIdString |
|
AddToCategoryChange
Change triggered by the Add to Category update action.
AddVariantChange
Change triggered by the Add ProductVariant update action.
typeString | "AddVariantChange" |
changeString | "addVariant" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
ChangeAssetNameChange
Change triggered by the following update actions:
- Change Asset Name on Categories.
- Change Asset Name on Products.
typeString | "ChangeAssetNameChange" |
changeString | "changeAssetName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
ChangeAssetOrderChange
Change triggered by the following update actions:
- Change Asset Order on Categories.
- Change Asset Order on Products.
typeString | "ChangeAssetOrderChange" |
changeString | "changeAssetOrder" |
previousValueArray of LocalizedString | Value before the change. |
nextValueArray of LocalizedString | Value after the change. |
ChangeMasterVariantChange
Change triggered by the Change Master Variant update action.
typeString | "ChangeMasterVariantChange" |
changeString | "changeMasterVariant" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangePriceChange
Change triggered by the Change Price update action.
typeString | "ChangePriceChange" |
changeString | "changePrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
priceIdString |
|
ChangeReviewRatingStatisticsChange
typeString | "ChangeReviewRatingStatisticsChange" |
changeString | "changeReviewRatingStatistics" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeSlugChange
Change triggered by the following update actions:
- Change Slug on Categories.
- Change Slug on Products.
typeString | "ChangeSlugChange" |
changeString | "changeSlug" |
previousValue | Value before the change. |
nextValue | Value after the change. |
PublishChange
Change triggered by the Publish update action.
typeString | "PublishChange" |
changeString | "publish" |
RemoveAssetChange
Change triggered by the following update actions:
- Remove Asset on Categories.
- Remove Asset on Products.
typeString | "RemoveAssetChange" |
changeString | "removeAsset" |
previousValue | Value before the change. |
RemoveFromCategoryChange
Change triggered by the Remove from Category update action.
RemoveImageChange
Change triggered by the Remove Image update action.
typeString | "RemoveImageChange" |
changeString | "removeImage" |
previousValueArray of Image | Value before the change. |
nextValueArray of Image | Value after the change. |
catalogDataString |
|
RemovePriceChange
Change triggered by the Remove Embedded Price update action.
typeString | "RemovePriceChange" |
changeString | "removePrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
priceIdString |
|
RemoveVariantChange
Change triggered by the Remove ProductVariant update action.
typeString | "RemoveVariantChange" |
changeString | "removeVariant" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
SetAssetCustomTypeChange
Change triggered by the following update actions:
- Set Asset Custom Type on Categories.
- Set Asset Custom Type on Products.
typeString | "SetAssetCustomTypeChange" |
changeString | "setAssetCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
SetAssetCustomFieldChange
Change triggered by the following update actions:
- Set Asset CustomField on Categories.
- Set Asset CustomField on Products.
typeString | "SetAssetCustomFieldChange" |
changeString | "setAssetCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
asset | Information about the updated Asset. |
SetAssetDescriptionChange
Change triggered by the following update actions:
- Set Asset Description on Categories.
- Set Asset Description on Products.
typeString | "SetAssetDescriptionChange" |
changeString | "setAssetDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
asset | Information about the updated Asset. |
SetAssetKeyChange
Change triggered by the following update actions:
- Set Asset Key on Categories.
- Set Asset Key on Products.
typeString | "SetAssetKeyChange" |
changeString | "setAssetKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
asset | Information about the updated Asset. |
SetAssetSourcesChange
Change triggered by the following update actions:
- Set Asset Sources on Categories.
- Set Asset Sources on Products.
typeString | "SetAssetSourcesChange" |
changeString | "setAssetSources" |
previousValueArray of AssetSource | Value before the change. |
nextValueArray of AssetSource | Value after the change. |
asset | Information about the updated Asset. |
SetAttributeChange
Change triggered by the Set Attribute update action.
typeString | "SetAttributeChange" |
changeString | "setAttribute" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
SetCategoryOrderHintChange
Change triggered by the Set Category Order Hint update action.
typeString | "SetCategoryOrderHintChange" |
changeString | "setCategoryOrderHint" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
categoryIdString |
|
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetDiscountedPriceChange
Change triggered by the Set Discounted Embedded Price update action.
typeString | "SetDiscountedPriceChange" |
changeString | "setDiscountedPrice" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
variantString |
|
priceIdString |
|
SetImageLabelChange
Change triggered by the Set Image Label update action.
typeString | "SetImageLabelChange" |
changeString | "setImageLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetMetaDescriptionChange
Change triggered by the following update actions:
- Set Meta Description on Categories.
- Set Meta Description on Products.
typeString | "SetMetaDescriptionChange" |
changeString | "setMetaDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetMetaKeywordsChange
Change triggered by the following update actions:
- Set Meta Keywords on Categories.
- Set Meta Keywords on Products.
typeString | "SetMetaKeywordsChange" |
changeString | "setMetaKeywords" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetMetaTitleChange
Change triggered by the following update actions:
- Set Meta Title on Categories.
- Set Meta Title on Products.
typeString | "SetMetaTitleChange" |
changeString | "setMetaTitle" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetProductPriceCustomFieldChange
Change triggered by the Set Price CustomField update action.
typeString | "SetProductPriceCustomFieldChange" |
changeString | "setProductPriceCustomField" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
SetProductPriceCustomTypeChange
Change triggered by the Set Price Custom Type update action.
typeString | "SetProductPriceCustomTypeChange" |
changeString | "setProductPriceCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
SetProductVariantKeyChange
Change triggered by the Set ProductVariant Key update action.
typeString | "SetProductVariantKeyChange" |
changeString | "setProductVariantKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
catalogDataString |
|
SetSearchKeywordsChange
Change triggered by the Set SearchKeywords update action.
typeString | "SetSearchKeywordsChange" |
changeString | "setSearchKeywords" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
SetSkuChange
Change triggered by the Set SKU update action.
typeString | "SetSkuChange" |
changeString | "setSku" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
catalogDataString |
|
SetTaxCategoryChange
Change triggered by the Set TaxCategory update action.
SetVariantAvailabilityChange
Change triggered automatically when an InventoryEntry associated with a Product changes.
typeString | "SetVariantAvailabilityChange" |
changeString | "setVariantAvailability" |
previousValue | Value before the change. |
nextValue | Value after the change. |
catalogDataString |
|
variantString |
|
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
UnpublishChange
Change triggered by the Unpublish update action.
typeString | "UnpublishChange" |
changeString | "unpublish" |
SetPricesChange
Change triggered by the Set Prices update action.
typeString | "SetPricesChange" |
changeString | "setPrices" |
previousValueArray of Price | Value before the change. |
nextValueArray of Price | Value after the change. |
catalogDataString |
|
variantString |
|
MoveImageToPositionChange
Change triggered by the Move image to position update action.
typeString | "MoveImageToPositionChange" |
changeString | "moveImageToPosition" |
previousValueArray of Image | Value before the change. |
nextValueArray of Image | Value after the change. |
catalogDataString |
|
Product Discounts
ChangeIsActiveChange
Change triggered by the following update actions:
- Change IsActive on Cart Discounts.
- Change IsActive on Discount Codes.
- Change IsActive on Product Discounts.
typeString | "ChangeIsActiveChange" |
changeString | "changeIsActive" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangePredicateChange
Change triggered by the Change Predicate update action.
typeString | "ChangePredicateChange" |
changeString | "changePredicate" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeSortOrderChange
Change triggered by the following update actions:
- Change Sort Order on Cart Discounts.
- Change Sort Order on Product Discounts.
typeString | "ChangeSortOrderChange" |
changeString | "changeSortOrder" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeValueChange
Change triggered by the following update actions:
- Change Value on Cart Discounts.
- Change Value on Product Discounts.
typeString | "ChangeValueChange" |
changeString | "changeValue" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetValidFromChange
Change triggered by the following update actions:
- Set Valid From on Cart Discounts.
- Set Valid From on Discount Codes.
- Set Valid From on Product Discounts.
typeString | "SetValidFromChange" |
changeString | "setValidFrom" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetValidFromAndUntilChange
Change triggered by the following update actions:
- Set Valid From and Until on Cart Discounts.
- Set Valid From and Until on Discount Codes.
- Set Valid From and Until on Product Discounts.
typeString | "SetValidFromAndUntilChange" |
changeString | "setValidFromAndUntil" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetValidUntilChange
Change triggered by the following update actions:
- Set Valid Until on Cart Discounts.
- Set Valid Until on Discount Codes.
- Set Valid Until on Product Discounts.
typeString | "SetValidUntilChange" |
changeString | "setValidUntil" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetIsValidChange
Change triggered automatically due to a user-initiated change.
typeString | "SetIsValidChange" |
changeString | "setIsValid" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Product Selections
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetProductCountChange
Change triggered automatically by the Add Product or Remove Product update action.
typeString | "SetProductCountChange" |
changeString | "setProductCount" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
SetVariantSelectionChange
Change triggered by the Set Variant Selection update action.
typeString | "SetVariantSelectionChange" |
changeString | "setVariantSelection" |
previousValue | Value before the change. |
nextValue | Value after the change. |
product | Reference to the updated Product. |
AddProductChange
Change triggered by the Add Product update action.
typeString | "AddProductChange" |
changeString | "addProduct" |
nextValue | Value after the change. |
variantSelection | The Product Variants included in the Product Selection. |
RemoveProductChange
Change triggered by the Remove Product update action.
typeString | "RemoveProductChange" |
changeString | "removeProduct" |
previousValue | Value before the change. |
Product Types
AddAttributeDefinitionChange
Change triggered by the Add Attribute Definition update action.
typeString | "AddAttributeDefinitionChange" |
changeString | "addAttributeDefinition" |
nextValue | Value after the change. |
AddLocalizedEnumValueChange
Change triggered by the following update actions:
- Add LocalizableEnumValue to AttributeDefinition on Product Types.
- Add LocalizedEnumValue to FieldDefinition on Types.
typeString | "AddLocalizedEnumValueChange" |
changeString | "addLocalizedEnumValue" |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
AddPlainEnumValueChange
Change triggered by the Add PlainEnumValue to AttributeDefinition update action.
typeString | "AddPlainEnumValueChange" |
changeString | "addPlainEnumValue" |
nextValue | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
ChangeAttributeConstraintChange
Change triggered by the Change AttributeDefinition AttributeConstraint update action.
typeString | "ChangeAttributeConstraintChange" |
changeString | "changeAttributeConstraint" |
previousValue | Value before the change. |
nextValue | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
ChangeAttributeOrderByNameChange
Change triggered by the Change the order of AttributeDefinitions update action.
typeString | "ChangeAttributeOrderByNameChange" |
changeString | "changeAttributeOrderByName" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
ChangeDescriptionChange
Change triggered by the Change Description update action.
typeString | "ChangeDescriptionChange" |
changeString | "changeDescription" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeInputHintChange
Change triggered by the following update actions:
- Change AttributeDefinition InputHint on Product Types.
- Change InputHint on Types.
typeString | "ChangeInputHintChange" |
changeString | "changeInputHint" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
ChangeIsSearchableChange
Change triggered by the Change AttributeDefinition IsSearchable update action.
typeString | "ChangeIsSearchableChange" |
changeString | "changeIsSearchable" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
ChangeLabelChange
Change triggered by the following update actions:
- Change AttributeDefinition Label on Product Types.
- Change FieldDefinition Label on Types.
typeString | "ChangeLabelChange" |
changeString | "changeLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types). |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
ChangeLocalizedEnumValueLabelChange
Change triggered by the following update actions:
- Change the label of a LocalizedEnumValue on Product Types.
- Change LocalizedEnumValue Label on Types.
typeString | "ChangeLocalizedEnumValueLabelChange" |
changeString | "changeLocalizedEnumValueLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
valueKeyString | Key of the updated values. |
ChangeNameChange
Change triggered by the following update actions:
- Change Name on Customer Groups.
- Change Name on Product Types.
- Change Name on Tax Categories.
- Change Name on Zones.
typeString | "ChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangePlainEnumValueLabelChange
Change triggered by the Change the label of an EnumValue update action.
typeString | "ChangePlainEnumValueLabelChange" |
changeString | "changePlainEnumValueLabel" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
valueKeyString | Key of the updated values. |
RemoveAttributeDefinitionChange
Change triggered by the Remove AttributeDefinition update action.
typeString | "RemoveAttributeDefinitionChange" |
changeString | "removeAttributeDefinition" |
previousValue | Value before the change. |
RemoveEnumValuesChange
Change triggered by the Remove EnumValues from AttributeDefinition update action.
typeString | "RemoveEnumValuesChange" |
changeString | "removeEnumValues" |
previousValue | Value before the change. |
attributeNameString | Name of the updated AttributeDefinition. |
RemoveLocalizedEnumValuesChange
Change triggered by the Remove EnumValues from AttributeDefinition update action.
typeString | "RemoveLocalizedEnumValuesChange" |
changeString | "removeEnumValues" |
previousValue | Value before the change. |
attributeNameString | Name of the updated AttributeDefinition. |
SetInputTipChange
Change triggered by the Set AttributeDefinition InputTip update action.
typeString | "SetInputTipChange" |
changeString | "setInputTip" |
previousValue | Value before the change. |
nextValue | Value after the change. |
attributeNameString | Name of the updated AttributeDefinition. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Quote Requests
ChangeQuoteRequestStateChange
Change triggered by the Change Quote Request State update action.
typeString | "ChangeQuoteRequestStateChange" |
changeString | "changeQuoteRequestState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
Quotes
ChangeQuoteStateChange
Change triggered by the Change Quote State update action.
typeString | "ChangeQuoteStateChange" |
changeString | "changeQuoteState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
RequestQuoteRenegotiationChange
Change triggered by the Request Quote Renegotiation update action.
typeString | "RequestQuoteRenegotiationChange" |
changeString | "requestQuoteRenegotiation" |
previousValue | Value before the change. |
nextValue | Value after the change. |
buyerCommentString |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
Reviews
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomerChange
Change triggered by the following update actions:
- Set Customer on Payments.
- Set Customer on Reviews.
- Set Customer on Shopping Lists.
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetLocaleChange
Change triggered by the following update actions:
- Set Locale on Customers.
- Set Locale on Orders.
- Set Locale on Staged Orders.
- Set Locale on Reviews.
SetRatingChange
Change triggered by the Set Rating update action.
typeString | "SetRatingChange" |
changeString | "setRating" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
SetTargetChange
Change triggered by the Set Target update action.
SetTextChange
Change triggered by the Set Text update action.
typeString | "SetTextChange" |
changeString | "setText" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetTitleChange
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
Shopping Lists
AddShoppingListLineItemChange
Change triggered by the Add ShoppingListLineItem update action.
AddTextLineItemChange
Change triggered by the Add TextLineItem update action.
typeString | "AddTextLineItemChange" |
changeString | "addTextLineItem" |
nextValue | Value after the change. |
ChangeShoppingListLineItemQuantityChange
Change triggered by the Change ShoppingListLineItem Quantity update action.
typeString | "ChangeShoppingListLineItemQuantityChange" |
changeString | "changeLineItemQuantity" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
lineItem | Holds information about the updated Shopping List Line Item. |
ChangeShoppingListLineItemsOrderChange
Change triggered by the Change ShoppingListLineItems Order update action.
typeString | "ChangeShoppingListLineItemsOrderChange" |
changeString | "changeLineItemsOrder" |
previousValueArray of ShoppingListLineItemValue | Value before the change. |
nextValueArray of ShoppingListLineItemValue | Value after the change. |
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
ChangeTextLineItemNameChange
Change triggered by the Change TextLineItem Name update action.
typeString | "ChangeTextLineItemNameChange" |
changeString | "changeTextLineItemName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
textLineItem | Holds information about the updated Text Line Item. |
ChangeTextLineItemQuantityChange
Change triggered by the Change TextLineItem Quantity update action.
typeString | "ChangeTextLineItemQuantityChange" |
changeString | "changeTextLineItemQuantity" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
textLineItem | Holds information about the updated Text Line Item. |
ChangeTextLineItemsOrderChange
Change triggered by the Change TextLineItems Order update action.
typeString | "ChangeTextLineItemsOrderChange" |
changeString | "changeTextLineItemsOrder" |
previousValueArray of TextLineItemValue | Value before the change. |
nextValueArray of TextLineItemValue | Value after the change. |
RemoveShoppingListLineItemChange
Change triggered by the Remove ShoppingListLineItem update action.
RemoveTextLineItemChange
Change triggered by the Remove TextLineItem update action.
typeString | "RemoveTextLineItemChange" |
changeString | "removeTextLineItem" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetAnonymousIdChange
Change triggered by the following update actions:
- Set AnonymousId on Payments.
- Set AnonymousId on Shopping Lists.
typeString | "SetAnonymousIdChange" |
changeString | "setAnonymousId" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCustomerChange
Change triggered by the following update actions:
- Set Customer on Payments.
- Set Customer on Reviews.
- Set Customer on Shopping Lists.
SetDeleteDaysAfterLastModificationChange
Change triggered by the Set DeleteDaysAfterLastModification update action.
typeString | "SetDeleteDaysAfterLastModificationChange" |
changeString | "setDeleteDaysAfterLastModification" |
previousValueInt | Value before the change. |
nextValueInt | Value after the change. |
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetShoppingListLineItemCustomFieldChange
Change triggered by the Set ShoppingListLineItem Custom Field update action.
typeString | "SetShoppingListLineItemCustomFieldChange" |
changeString | "setLineItemCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
lineItem | Holds information about the updated Shopping List Line Item. |
SetShoppingListLineItemCustomTypeChange
Change triggered by the Set ShoppingListLineItem Custom Type update action.
typeString | "SetShoppingListLineItemCustomTypeChange" |
changeString | "setLineItemCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
lineItem | Holds information about the updated Shopping List Line Item. |
SetSlugChange
Change triggered by the Set Slug update action.
typeString | "SetSlugChange" |
changeString | "setSlug" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetTextLineItemCustomFieldChange
Change triggered by the Set TextLineItem CustomField update action.
typeString | "SetTextLineItemCustomFieldChange" |
changeString | "setTextLineItemCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
textLineItem | Holds information about the updated Text Line Item. |
SetTextLineItemCustomTypeChange
Change triggered by the Set TextLineItem Custom Type update action.
typeString | "SetTextLineItemCustomTypeChange" |
changeString | "setTextLineItemCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
textLineItem | Holds information about the updated Text Line Item. |
SetTextLineItemDescriptionChange
Change triggered by the Set TextLineItem Description update action.
typeString | "SetTextLineItemDescriptionChange" |
changeString | "setTextLineItemDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
textLineItem | Holds information about the updated Text Line Item. |
SetStoreChange
SetLineItemDeactivatedAtChange
typeString | "SetLineItemDeactivatedAtChange" |
changeString | "setLineItemDeactivatedAt" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
lineItem | Holds information about the updated Shopping List Line Item. |
States
ChangeInitialChange
Change triggered by the Change initial State update action.
typeString | "ChangeInitialChange" |
changeString | "changeInitial" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
ChangeKeyChange
Change triggered by the following update actions:
- Change Key on Channels.
- Change State key on States.
- Change Key on Types.
typeString | "ChangeKeyChange" |
changeString | "changeKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeStateTypeChange
Change triggered by the Change State Type update action.
typeString | "ChangeStateTypeChange" |
changeString | "changeType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
RemoveStateRolesChange
Change triggered by the Remove State roles update action.
typeString | "RemoveStateRolesChange" |
changeString | "removeRoles" |
previousValueArray of StateRoleEnum | Value before the change. |
nextValueArray of StateRoleEnum | Value after the change. |
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetLocalizedNameChange
Change triggered by the following update actions:
- Set Name on Discount Codes.
- Set State Name on States.
- Set Name on Stores.
typeString | "SetLocalizedNameChange" |
changeString | "setName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetStateRolesChange
Change triggered by the Set State roles update action.
typeString | "SetStateRolesChange" |
changeString | "setRoles" |
previousValueArray of StateRoleEnum | Value before the change. |
nextValueArray of StateRoleEnum | Value after the change. |
SetTransitionsChange
Change triggered by the Set Transitions update action.
AddStateRolesChange
Change triggered by the Add State roles update action.
typeString | "AddStateRolesChange" |
changeString | "addRoles" |
previousValueArray of StateRoleEnum | Value before the change. |
nextValueArray of StateRoleEnum | Value after the change. |
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
Staged Quotes
ChangeStagedQuoteStateChange
Change triggered by the ChangeStagedQuoteState update action.
typeString | "ChangeStagedQuoteStateChange" |
changeString | "changeStagedQuoteState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetSellerCommentChange
Change triggered by the Set Seller Comment update action.
typeString | "SetSellerCommentChange" |
changeString | "setSellerComment" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetValidToChange
Change triggered by the Set Valid To update action.
typeString | "SetValidToChange" |
changeString | "setValidTo" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
TransitionStateChange
Change triggered by the following update actions:
- Transition State on Orders.
- Transition State on Staged Orders.
- Transition State on Payments.
- Transition State on Products.
- Transition State on Quotes.
- Transition State on Staged Quotes.
- Transition State on Quote Requests.
- Transition State on Reviews.
- Transition State on States.
Stores
AddProductSelectionChange
Change triggered by the Add Product Selection update action.
typeString | "AddProductSelectionChange" |
changeString | "addProductSelection" |
previousValue | |
nextValue |
ChangeProductSelectionActiveChange
Change triggered by the Change Product Selection Active update action.
typeString | "ChangeProductSelectionActiveChange" |
changeString | "changeProductSelectionActive" |
productSelection | Reference to the Product Selection which was changed. |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
RemoveProductSelectionChange
Change triggered by the Remove Product Selection update action.
typeString | "RemoveProductSelectionChange" |
changeString | "removeProductSelection" |
previousValue | Value before the change. |
SetDistributionChannelsChange
Change triggered by the Set Distribution Channels update action.
SetLanguagesChange
Change triggered by Set Languages update action.
typeString | "SetLanguagesChange" |
changeString | "setLanguages" |
previousValueArray of String | Value before the change. |
nextValueArray of String | Value after the change. |
SetLocalizedNameChange
Change triggered by the following update actions:
- Set Name on Discount Codes.
- Set State Name on States.
- Set Name on Stores.
typeString | "SetLocalizedNameChange" |
changeString | "setName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetProductSelectionsChange
Change triggered by the Set Product Selections update action.
typeString | "SetProductSelectionsChange" |
changeString | "setProductSelections" |
previousValueArray of ProductSelectionSetting | Value before the change. |
nextValueArray of ProductSelectionSetting | Value after the change. |
SetSupplyChannelsChange
Change triggered by the Set Supply Channels update action.
SetCustomFieldChange
Change triggered by the following update actions:
- Set CustomField on Cart Discounts.
- Set CustomField on Categories.
- Set CustomField on Channels.
- Set CustomField on Customers.
- Set CustomField on Customer Groups.
- Set CustomField on Discount Codes.
- Set CustomField on Inventories.
- Set CustomField on Orders.
- Set CustomField on Order Edits.
- Set CustomField on Payments.
- Set CustomField on Product Selections.
- Set CustomField on Quotes.
- Set CustomField on Quote Requests.
- Set CustomField on Reviews.
- Set CustomField on Shopping Lists.
- Set CustomField on Staged Orders.
- Set CustomField on Staged Quotes.
- Set CustomField on Stores.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString |
|
SetCustomTypeChange
Change triggered by the following update actions:
- Set Custom Type on Cart Discounts.
- Set Custom Type on Categories.
- Set Custom Type on Channels.
- Set Custom Type on Customers.
- Set Custom Type on Customer Groups.
- Set Custom Type on Discount Codes.
- Set Custom Type on Inventories.
- Set Custom Type on Orders.
- Set Custom Type on Order Edits.
- Set Custom Type on Staged Orders.
- Set Custom Type on Payments.
- Set Custom Type on Product Selections.
- Set Custom Type on Quotes.
- Set Custom Type on Staged Quotes.
- Set Custom Type on Quote Requests.
- Set Custom Type on Reviews.
- Set Custom Type on Shopping Lists.
- Set Custom Type on Stores.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
SetCountriesChange
Change triggered by the Set Countries update action.
typeString | "SetCountriesChange" |
changeString | "setCountries" |
previousValueArray of StoreCountry | Value before the change. |
nextValueArray of StoreCountry | Value after the change. |
Tax Categories
AddTaxRateChange
Change triggered by the Add TaxRate update action.
typeString | "AddTaxRateChange" |
changeString | "addTaxRate" |
nextValue | Value after the change. |
ChangeNameChange
Change triggered by the following update actions:
- Change Name on Customer Groups.
- Change Name on Product Types.
- Change Name on Tax Categories.
- Change Name on Zones.
typeString | "ChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
RemoveTaxRateChange
Change triggered by the Remove TaxRate update action.
typeString | "RemoveTaxRateChange" |
changeString | "removeTaxRate" |
previousValue | Value before the change. |
SetDescriptionChange
Change triggered by the following update actions:
- Set Description on Tax Categories.
- Set Description on Zones.
typeString | "SetDescriptionChange" |
changeString | "setDescription" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Types
AddEnumValueChange
Change triggered by the Add EnumValue to FieldDefinition update action.
typeString | "AddEnumValueChange" |
changeString | "addEnumValue" |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
AddFieldDefinitionChange
Change triggered by the Add FieldDefinition update action.
typeString | "AddFieldDefinitionChange" |
changeString | "addFieldDefinition" |
nextValue | Value after the change. |
AddLocalizedEnumValueChange
Change triggered by the following update actions:
- Add LocalizableEnumValue to AttributeDefinition on Product Types.
- Add LocalizedEnumValue to FieldDefinition on Types.
typeString | "AddLocalizedEnumValueChange" |
changeString | "addLocalizedEnumValue" |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
ChangeEnumValueLabelChange
Change triggered by the Change EnumValue Label update action.
typeString | "ChangeEnumValueLabelChange" |
changeString | "changeEnumValueLabel" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
valueKeyString | Key of the updated values. |
ChangeEnumValueOrderChange
Change triggered by the Change the order of EnumValues update action.
typeString | "ChangeEnumValueOrderChange" |
changeString | "changeEnumValueOrder" |
previousValueArray of EnumValue | Value before the change. |
nextValueArray of EnumValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
ChangeFieldDefinitionOrderChange
Change triggered by the Change the order of FieldDefinitions update action.
typeString | "ChangeFieldDefinitionOrderChange" |
changeString | "changeFieldDefinitionOrder" |
previousValueArray of FieldDefinitionOrderValue | Value before the change. |
nextValueArray of FieldDefinitionOrderValue | Value after the change. |
ChangeInputHintChange
Change triggered by the following update actions:
- Change AttributeDefinition InputHint on Product Types.
- Change InputHint on Types.
typeString | "ChangeInputHintChange" |
changeString | "changeInputHint" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
ChangeKeyChange
Change triggered by the following update actions:
- Change Key on Channels.
- Change State key on States.
- Change Key on Types.
typeString | "ChangeKeyChange" |
changeString | "changeKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
ChangeLabelChange
Change triggered by the following update actions:
- Change AttributeDefinition Label on Product Types.
- Change FieldDefinition Label on Types.
typeString | "ChangeLabelChange" |
changeString | "changeLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types). |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
ChangeLocalizedEnumValueLabelChange
Change triggered by the following update actions:
- Change the label of a LocalizedEnumValue on Product Types.
- Change LocalizedEnumValue Label on Types.
typeString | "ChangeLocalizedEnumValueLabelChange" |
changeString | "changeLocalizedEnumValueLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
valueKeyString | Key of the updated values. |
ChangeLocalizedEnumValueOrderChange
Change triggered by the following update actions:
- Change the order of LocalizedEnumValues on Product Types.
- Change the order of LocalizedEnumValues on Types.
typeString | "ChangeLocalizedEnumValueOrderChange" |
changeString | "changeLocalizedEnumValueOrder" |
previousValueArray of LocalizedEnumValue | Value before the change. |
nextValueArray of LocalizedEnumValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
ChangeLocalizedNameChange
Change triggered by the following update actions:
- Change Name on Cart Discounts.
- Change Name on Categories.
- Change Name on Channels.
- Change Name on Products.
- Change Name on Product Discounts.
- Change Name on Product Selections.
- Change Name on Shopping Lists.
- Change Name on Zones.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
RemoveFieldDefinitionChange
Change triggered by the Remove FieldDefinition update action.
typeString | "RemoveFieldDefinitionChange" |
changeString | "removeFieldDefinition" |
previousValue | Value before the change. |
SetLocalizedDescriptionChange
Change triggered by the following update actions:
- Set Description on Cart Discounts.
- Set Description on Categories.
- Set Description on Discount Codes.
- Set Description on Products.
- Set Description on Product Discounts.
- Set Description on Shopping Lists.
- Set Description on States.
- Set Description on Types.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Zones
AddLocationChange
Change triggered by the Add Location update action.
typeString | "AddLocationChange" |
changeString | "addLocation" |
nextValue | Value after the change. |
ChangeNameChange
Change triggered by the following update actions:
- Change Name on Customer Groups.
- Change Name on Product Types.
- Change Name on Tax Categories.
- Change Name on Zones.
typeString | "ChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
RemoveLocationChange
Change triggered by the Remove Location update action.
typeString | "RemoveLocationChange" |
changeString | "removeLocation" |
previousValue | Value before the change. |
SetDescriptionChange
Change triggered by the following update actions:
- Set Description on Tax Categories.
- Set Description on Zones.
typeString | "SetDescriptionChange" |
changeString | "setDescription" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
SetKeyChange
Change triggered by the following update actions:
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
UnknownChange
Change triggered when the format of changes on an entity is not identified by Audit Log.
typeString | "UnknownChange" |
changeString | Identifier for the type of modification. |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |