Description Usage Arguments Source Examples
Returning images that customers put in the same collection as the specified image IDs.
1  | listRecommendedImages(id, ...)
 | 
id | 
 character. One or more Image IDs.  | 
... | 
 arguments to be passed by the source endpoint parameters.  | 
“/images/recommendations”
1 2 3 4 5  | ## Not run: 
listRecommendedImages(id = "620154782")
listRecommendedImages(id = c("620154782", "620154770"), max_items = 5)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.