Skip to main content

Image collection V2

The IMAGE_COLLECTION_V2 entry point displays a collection of pressable images along with relatedProducts. You must set an externalId reference for each image so your Shop Mini can display relevant content for the pressed item.

The layout of the images depends on what surface they are rendered on in the Shop app:

  • On Store pages, they will be displayed in a square grid. Any images that are provided that don't fit in a square grid will be ignored, up to a maximum of 9 images in a 3x3 grid i.e. if 5 images are provided, only the first 4 images will be displayed in a 2x2 grid.
  • On Product Details pages, they will be displayed in a scrollable horizontal carousel.
  • Entry points that are featured on the Home Feed will be displayed with the corresponding layout for the location they were set on.

See ImageCollectionV2EntryPointSetInput for options.

See uploading images for how to set images.

Examples

Grid layout

IMAGE_COLLECTION_V2 grid entry point.
IMAGE_COLLECTION_V2 carousel entry point.