Product List

ProductList

A list of products, looking the same as Collection component, but instead of the collectionId, you need to pass the array of productIds. and optional carousel and imgSize attributes.

example:

<ProductList
  productIds={[
    "5911c26c8aa0ce3d70cd607b",
    "5c878cc5a6e96d00012e1771",
    "5c878cc5a6e96d00012e1775",
  ]}
/>
884

Properties

NameDescriptionTypeRequiredDefault
productIdsarray of single productIdsarray of stringstruenone
carouselenables carousel displaybooleanfalsefalse
imgSizechanges the size of single product tilestring ('small', 'medium' or 'large')falsenone