Skip to main content

ProductLink

A list item component for displaying products in search results, lists, and feeds. ProductLink works well for list views and search results where vertical space is limited. For grid layouts with larger images, you can use ProductCard instead. Supports custom actions (e.g., "Add to Cart") in place of the favorite button.

Anchor to product
product
required

The product to display

Anchor to customAction
customAction
React.ReactNode

Custom action element to replace the favorite button. Must be provided with onCustomActionClick.

Anchor to hideFavoriteAction
hideFavoriteAction
boolean

Hide the favorite/save button

Anchor to impressionTrackingDisabled
impressionTrackingDisabled
boolean

Whether to disable impression tracking

Anchor to onClick
onClick
(product: ) => void

Callback when the product link is clicked

Anchor to onCustomActionClick
onCustomActionClick
() => void

Callback when the custom action is clicked. Must be provided with customAction.

Anchor to reviewsDisabled
reviewsDisabled
boolean

Hide the review stars


Was this page helpful?