Skip to main content
This section describes the available actions in the watchlist area. With these actions, products can be added to or removed from the watchlist.

Actions overview


Actions

WatchListItemAdd

This action adds a product to the user’s watchlist. Both individual products and multiple products can be passed simultaneously. Usage example
Can be used on product or category pages where customers can add items to their watchlist to find or buy them later.
Parameters Error codes Related modules, variables & methods Example showing how a product is added to the default watchlist.

WatchListItemDelete

This action removes an entry from the user’s watchlist. Usage example
Can be used on the watchlist page where customers can delete individual products from their watchlist.
Parameters Error codes Related modules, variables & methods Example showing how a product is removed from the default watchlist by its watchlist entry ID.

AddWatchList

This action creates a new watchlist for the logged-in user. Usage example
Can be used on the watchlist management page where customers can create additional watchlists, e.g., for various occasions or categories.
Parameters Error codes Related modules, variables & methods Example showing how a new watchlist is created via an input field.

DeleteWatchList

This action deletes an existing watchlist of the logged-in user. Usage example
Can be used on the watchlist management page where customers can remove watchlists they no longer need.
Parameters Error codes Related modules, variables & methods Example showing how a watchlist is deleted via a button.

RenameWatchList

This action renames an existing watchlist of the logged-in user. Usage example
Can be used on the watchlist management page where customers can adjust the name of an existing watchlist.
Parameters Error codes Related modules, variables & methods Example showing how a watchlist is renamed via an input field.