Skip to main content

Image collection

Deprecated

This entry point is deprecated and will be removed in upcoming releases. Use IMAGE_COLLECTION_V2 instead.

The IMAGE_COLLECTION entry point displays a collection of pressable images. You can set an externalId reference for each image so the 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 ImageCollectionEntryPointSetInput for options.

See uploading images for how to set images.

Examples

Grid layout

IMAGE_COLLECTION grid entry point.
IMAGE_COLLECTION carousel entry point.