featuredProduct property

List<CollectionFeaturedProduct>? featuredProduct
getter/setter pair

This identifies one or more products associated with the collection.

Used as a lookup to the corresponding product ID in your product feeds. Provide a maximum of 100 featuredProduct (for collections). Provide up to 10 featuredProduct (for Shoppable Images only) with ID and X and Y coordinates. featured_product attribute

Implementation

core.List<CollectionFeaturedProduct>? featuredProduct;