as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

ICustomerListEntriesHandler

Interface that content provider applications implement to handle commands from Amazon's content personalization service to fetch customer managed list data.

Methods

getAllCustomerListEntries()

getAllCustomerListEntries(listType, customerListEntriesProvider): void

Handles the GetAllCustomerListEntries command. GetAllCustomerListEntries commands request that the complete list of a customer managed list be sent in response. Implementation of this API can use the ICustomerListEntriesProvider.addCustomerListChunk(...) method to provide customer managed list data in chunks. When ICustomerListEntriesProvider.commit() is invoked all of the provided customer managed list data will be committed to Amazon's content personalization cloud service.

Parameters

listType

WATCHLIST

The type of customer managed list requested (ie. watchlist)

customerListEntriesProvider

ICustomerListEntriesProvider

A ICustomerListEntriesProvider object to send responses with.

Returns

void


Last updated: Sep 30, 2025