Change types that represent data modifications made to the Shipping Methods entity.
Change types
Add Shipping Rate
Change triggered by the Add ShippingRate update action.
typeString | "ShippingMethodAddShippingRateChange" |
changeString | "addShippingRate" |
zone | Zone to which the ShippingRate was added. |
nextValue | Value after the change. |
Add Zone
Change Active
Change triggered by the Change Active update action.
typeString | "ShippingMethodChangeActiveChange" |
changeString | "changeActive" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Change Is Default
Change triggered by the Change IsDefault update action.
typeString | "ShippingMethodChangeIsDefaultChange" |
changeString | "changeIsDefault" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Change Name
Change triggered by the Change Name update action.
typeString | "ShippingMethodChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change Tax Category
Change triggered by the Change TaxCategory update action.
Remove Shipping Rate
Change triggered by the Remove ShippingRate update action.
typeString | "ShippingMethodRemoveShippingRateChange" |
changeString | "removeShippingRate" |
zone | Zone from which the ShippingRate was removed. |
previousValue | Value before the change. |
Remove Zone
Change triggered by the Remove Zone update action.
typeString | "ShippingMethodRemoveZoneChange" |
changeString | "removeZone" |
previousValue | Value before the change. |
Set Custom Field
Change triggered by the Set CustomField update action.
typeString | "ShippingMethodSetCustomFieldChange" |
changeString | "setCustomField" |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
Set Custom Type
Change triggered by the Set Custom Type update action.
typeString | "ShippingMethodSetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Key
Change triggered by the Set Key update action.
typeString | "ShippingMethodSetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Localized Description
Change triggered by the Set Localized Description update action.
typeString | "ShippingMethodSetLocalizedDescriptionChange" |
changeString | "setLocalizedDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Localized Name
Change triggered by the Set Localized Name update action.
typeString | "ShippingMethodSetLocalizedNameChange" |
changeString | "setLocalizedName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Predicate
Change triggered by the Set Predicate update action.
typeString | "ShippingMethodSetPredicateChange" |
changeString | "setPredicate" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |