Sonos Music API > createItem

This API has been deprecated. See Add favorites for details on how to implement favorites.

If your integration uses createItem, it will continue to work.

Sonos uses createItem to customize content. It enables the user to store favorites, create custom radio programs, and store playlists. The request takes the favorite parameter, which is analogous to a bookmark in a web browser. The favorite parameter includes the ID of the item to add to the user’s favorites collection.

Sonos makes this request on your secure (https:) endpoint.

Request parameters

Name Type Description
favorite string(255) The ID of the item to be added to the favorites collection.

Response

Include the response in a createItemResponse element.

Name Type Description
createItemResult string(255) You must provide this response, but we do not require a value.

Sample request

Sample response