Add items to a favorite list
PATCH/v2/favoritelists/:id/add-items
Adds products and/or clusters to an existing favorite list.
Items are added to the existing content without removing current items. Duplicate items are automatically handled.
Supported Item Types:
- Products (by ID or Source)
- Clusters (by ID or Source)
- Mixed combinations of both
The operation is additive - existing items remain in the list.
Request
Responses
- 200
- 400
- 403
- 404
- 500
The items have been successfully added to the favorite list.
The request contains invalid data or ID format.
You do not have permission to modify this favorite list.
The favorite list with the specified ID was not found.
An unexpected error occurred while adding items.