VikR0001
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018
11:22 AM
Channel with Many New Products Each Month?
I'm developing a channel that could have many new products each month. Currently I create each product manually using the Roku Developer Dashboard -> Manage My In-Channel Products.
Once we're in production, this may be impractical. Having people manually enter each new product would be time-consuming and worse, error-prone. Users would be unable to purchase a product if the product identifier in the Channel Store, didn't match the product identifier contained in the RSS feed that has the product descriptions.
What do developers do in this situation?
Thanks very much in advance to all for any info.
Once we're in production, this may be impractical. Having people manually enter each new product would be time-consuming and worse, error-prone. Users would be unable to purchase a product if the product identifier in the Channel Store, didn't match the product identifier contained in the RSS feed that has the product descriptions.
What do developers do in this situation?
Thanks very much in advance to all for any info.
2 REPLIES 2
Veeta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018
01:25 PM
Re: Channel with Many New Products Each Month?
Instead of creating a Roku in-channel product for each unique item, you could create one at each price point. For instance, a $2.99 TVOD rental can be one product. Then you use your own server to track which title was purchased.
VikR0001
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018
05:14 PM
Re: Channel with Many New Products Each Month?
I didn't expect that. I thought there would be an API to add products to the channel store. But okay, very good. Thanks for the info!