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))
Last updated
Was this helpful?