Skip to main content

Cross-sell

Complementary recommendations on top of the current cart, generated by AI.

How to enable it

Requires the host to configure cart.enabled = true and provide cart.onGetCart(). See Cart integration.

What the user sees

  • "We also recommend" section in the cart drawer (while the drawer is visible).
  • Triggered ~600 ms after the last cart mutation (debounced).
  • Each recommendation includes a reason ("complements the Nike X sport shoe").

Further reading