Favorites REST Endpoints

Favorites
The following REST APIs support Oracle CPQ Favorites, Favorites Lists, Favorites Folder, Sharing Favorites. Favorites allow each user to list their favorite products and/or parts for quick access and quote creation in a Favorites List, which can be shared with other Sales Users and Sales Groups.
Copy a Favorite
Method: post
Path: /rest/v16/favorites/{id}/actions/copyTo
Copy a List of Favorites to a Folder
Method: post
Path: /rest/v16/favorites/actions/copyTo
Delete a Favorite
Method: post
Path: /rest/v16/favorites/{id}/actions/delete
Delete a List of Favorites
Method: post
Path: /rest/v16/favorites/actions/delete
Get a Favorite
Method: get
Path: /rest/v16/favorites/{id}
Get Details of a Favorite's Selected Option
Method: get
Path: /rest/v16/favorites/{rootId}/subItems/{subitemId}
Get List of the Selected Options from a Favorite
Method: get
Path: /rest/v16/favorites/{rootId}/subItems
Get Sharing Settings for a Favorite
Method: get
Path: /rest/v16/favorites/{id}/sharePermissions
Get User's List of Favorites
Method: get
Path: /rest/v16/favorites
Move a Favorite to a Folder
Method: post
Path: /rest/v16/favorites/{id}/actions/moveTo
Move a List of Favorites to a Folder
Method: post
Path: /rest/v16/favorites/actions/moveTo
Reconfigure a Favorite
Method: post
Path: /rest/v16/favorites/{id}/actions/reconfigure
Remove Myself from a Shared Favorite
Method: post
Path: /rest/v16/favorites/{id}/actions/removeMe
Update Sharing Settings for a Favorite
Method: put
Path: /rest/v16/favorites/{id}/sharePermissions