Add items to a favorite list
PATCH/v2/favoritelists/:id/add-items
Adds one or more items (products or clusters) to a favorite list.
Request
Responses
- 200
- 400
- 403
- 404
- 500
The items have been successfully added to the favorite list.
The request body is invalid or contains invalid items.
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.