"basitnizami" wrote:
Yes, I'm also thinking about going that direction but I have a confusion. If I create two products with different subscription types, can I have the same "code" on both of the products? So only the subscription type would be different and code would be same. Is that possible?
Not the way i described it - no. The way i understand it, a "product" in Roku parlance is uniquely identified by its code - i.e. the code is like a primary key in relational DB. You cannot have 2 rows in the same table with the same primary key.
That does no mean you cannot come with a clever naming for your codes though

. Like using a term prefix or suffix. Say your video clip inventory# is "1234", then the two products be named "1234a" for annual and "1234m" for monthly. Or "a1234" and "m1234" respectively