Shopping Lists Change Types

Change types that represent data modifications made to the Shopping Lists entity.

Change types

Add Shopping List Line Item

Change triggered by the Add ShoppingListLineItem update action.
type
String
"AddShoppingListLineItemChange"
change
String
"addLineItem"
previousValue

Value before the change.

nextValue

Value after the change.

Add Text Line Item

Change triggered by the Add TextLineItem update action.
type
String
"AddTextLineItemChange"
change
String
"addTextLineItem"
nextValue

Value after the change.

Change Line Item Name

This change is initiated by background processes after the Change Name update action is performed.
type
String
"ChangeLineItemNameChange"
change
String
"changeLineItemName"
lineItem

Holds information about the updated Shopping List Line Item.

previousValue

Value before the change.

nextValue

Value after the change.

Change Line Item Published

This change is initiated by background processes after the Publish or Unpublish update action is performed.
type
String
"ChangeLineItemPublishedChange"
change
String
"changeLineItemPublished"
lineItem

Holds information about the updated Shopping List Line Item.

previousValue
Boolean

Value before the change.

nextValue
Boolean

Value after the change.

Change Localized Name

Change triggered by the Change Name update action.
type
String
"ChangeLocalizedNameChange"
change
String
"changeName"
previousValue

Value before the change.

nextValue

Value after the change.

Change Shopping List Line Item Quantity

Change triggered by the Change ShoppingListLineItem Quantity update action.
type
String
"ChangeShoppingListLineItemQuantityChange"
change
String
"changeLineItemQuantity"
previousValue
Int

Value before the change.

nextValue
Int

Value after the change.

lineItem

Holds information about the updated Shopping List Line Item.

Change Shopping List Line Items Order

Change triggered by the Change ShoppingListLineItems Order update action.
type
String
"ChangeShoppingListLineItemsOrderChange"
change
String
"changeLineItemsOrder"
previousValue

Value before the change.

nextValue

Value after the change.

Change Text Line Item Name

Change triggered by the Change TextLineItem Name update action.
type
String
"ChangeTextLineItemNameChange"
change
String
"changeTextLineItemName"
previousValue

Value before the change.

nextValue

Value after the change.

textLineItem

Holds information about the updated Text Line Item.

Change Text Line Item Quantity

Change triggered by the Change TextLineItem Quantity update action.
type
String
"ChangeTextLineItemQuantityChange"
change
String
"changeTextLineItemQuantity"
previousValue
Int

Value before the change.

nextValue
Int

Value after the change.

textLineItem

Holds information about the updated Text Line Item.

Change Text Line Items Order

Change triggered by the Change TextLineItems Order update action.
type
String
"ChangeTextLineItemsOrderChange"
change
String
"changeTextLineItemsOrder"
previousValue
Array of TextLineItemValue

Value before the change.

nextValue
Array of TextLineItemValue

Value after the change.

Remove Shopping List Line Item

Change triggered by the Remove ShoppingListLineItem update action.
type
String
"RemoveShoppingListLineItemChange"
change
String
"removeLineItem"
previousValue

Value before the change.

nextValue

Value after the change.

Remove Text Line Item

Change triggered by the Remove TextLineItem update action.
type
String
"RemoveTextLineItemChange"
change
String
"removeTextLineItem"
previousValue

Value before the change.

nextValue

Value after the change.

Set Anonymous ID

Change triggered by the Set AnonymousId update action.
type
String
"SetAnonymousIdChange"
change
String
"setAnonymousId"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Business Unit

Change triggered by the Set Business Unit update action.
type
String
"SetBusinessUnitChange"
change
String
"setBusinessUnit"
previousValue

Value before the change.

nextValue

Value after the change.

Set Custom Field

Change triggered by the Set Custom Field update action.
type
String
"SetCustomFieldChange"
change
String
"setCustomField"
previousValue
Any

Value before the change.

nextValue
Any

Value after the change.

name
String
Name of the Custom Field.
customTypeId
String
id of the referenced Type.

Set Custom Type

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

Value before the change.

nextValue

Value after the change.

Set Customer

Change triggered by the Set Customer update action.
type
String
"SetCustomerChange"
change
String
"setCustomer"
previousValue

Value before the change.

nextValue

Value after the change.

Set Delete Days After Last Modification

Change triggered by the Set DeleteDaysAfterLastModification update action.
type
String
"SetDeleteDaysAfterLastModificationChange"
change
String
"setDeleteDaysAfterLastModification"
previousValue
Int

Value before the change.

nextValue
Int

Value after the change.

Set Key

type
String
"SetKeyChange"
change
String
"setKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Line Item Deactivated At

This change is initiated by background processes after the Delete Product request or Remove ProductVariant update action is performed.
type
String
"SetLineItemDeactivatedAtChange"
change
String
"setLineItemDeactivatedAt"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

lineItem

Holds information about the updated Shopping List Line Item.

Set Localized Description

type
String
"SetLocalizedDescriptionChange"
change
String
"setDescription"
previousValue

Value before the change.

nextValue

Value after the change.

Set Shopping List Line Item Custom Field

Change triggered by the Set ShoppingListLineItem Custom Field update action.
type
String
"SetShoppingListLineItemCustomFieldChange"
change
String
"setLineItemCustomField"
previousValue
Any

Value before the change.

nextValue
Any

Value after the change.

name
String
Name of the Custom Field.
customTypeId
String
id of the referenced Type.
lineItem

Holds information about the updated Shopping List Line Item.

Set Shopping List Line Item Custom Type

Change triggered by the Set ShoppingListLineItem Custom Type update action.
type
String
"SetShoppingListLineItemCustomTypeChange"
change
String
"setLineItemCustomType"
previousValue

Value before the change.

nextValue

Value after the change.

lineItem

Holds information about the updated Shopping List Line Item.

Set Slug

Change triggered by the Set Slug update action.
type
String
"SetSlugChange"
change
String
"setSlug"
previousValue

Value before the change.

nextValue

Value after the change.

Set Store

Change triggered by the Set Store update action.
type
String
"SetStoreChange"
change
String
"setStore"
previousValue

Value before the change.

nextValue

Value after the change.

Set Text Line Item Custom Field

Change triggered by the Set TextLineItem CustomField update action.
type
String
"SetTextLineItemCustomFieldChange"
change
String
"setTextLineItemCustomField"
previousValue
Any

Value before the change.

nextValue
Any

Value after the change.

name
String
Name of the Custom Field.
customTypeId
String
id of the referenced Type.
textLineItem

Holds information about the updated Text Line Item.

Set Text Line Item Custom Type

Change triggered by the Set TextLineItem Custom Type update action.
type
String
"SetTextLineItemCustomTypeChange"
change
String
"setTextLineItemCustomType"
previousValue

Value before the change.

nextValue

Value after the change.

textLineItem

Holds information about the updated Text Line Item.

Set Text Line Item Description

Change triggered by the Set TextLineItem Description update action.
type
String
"SetTextLineItemDescriptionChange"
change
String
"setTextLineItemDescription"
previousValue

Value before the change.

nextValue

Value after the change.

textLineItem

Holds information about the updated Text Line Item.