SKU Playlist(iOS)

Displays content based on the provided channel id and SKU/Product external IDs.

let channelID = "<Encoded Channel ID>"
let productIDs = ["<Product ID>", ...]
VideoFeedViewController(source: .skuPlaylist(channelID: channelID, productIDs: productIDs))

Please refer to the Encoded IDs help article to learn about how to find your encoded playlist group ID

Last updated