Change types that represent data modifications made to the Zones entity.
Change types
Add Location
Change triggered by the Add Location update action.
typeString | "AddLocationChange" |
changeString | "addLocation" |
nextValue | Value after the change. |
Change name
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. |
Remove Location
Change triggered by the Remove Location update action.
typeString | "RemoveLocationChange" |
changeString | "removeLocation" |
previousValue | Value before the change. |
Set Description
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. |
Set Key
Change triggered by the following update actions:
- Set Key on Cart Discounts.
- Set Key on Categories.
- Set Key on Customers.
- Set Key on Customer Groups.
- Set Key on Discount Codes.
- Set Key on Inventories.
- Set Key on Payments.
- Set Key on Products.
- Set Key on Product Discounts.
- Set Key on Product Selections.
- Set Key on Product Types.
- Set Key on Reviews.
- Set Key on Shopping Lists.
- Set Key on Zones.
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |