📄️ Introduction
## Introduction
📄️ Add items to a favorite list
Adds one or more items (products or clusters) to a favorite list.
📄️ Clear all items from a favorite list
Removes all items (products, clusters, or both) from a favorite list.
📄️ Create a new favorite list
Creates a new favorite list with the provided data.
📄️ Delete a favorite list
Deletes a favorite list by its ID.
📄️ Get a favorite list by ID
Retrieves a specific favorite list by its unique ID.
📄️ [DEPRECATED] List favorite lists
⚠️ **DEPRECATED**: This endpoint is deprecated. Please use POST /v2/favoritelists/search instead.
📄️ Remove items from a favorite list
Removes one or more items (products or clusters) from a favorite list.
📄️ Search favorite lists
Performs an advanced search for favorite lists using a search object in the request body.
📄️ Update a favorite list
Updates an existing favorite list by its ID.