Lucky Cart Shopper Experience API

Returns the set of Lucky Cart experiences currently available to a given shopper. GET /experiences takes shopperId, siteKey and an experienceType filter as query parameters and answers with the experiences that shopper is eligible for. Used by the web SDK to decide what to surface to a returning shopper independently of a specific cart. Versioned in the URI path at /v1. No pagination is offered on the collection.

API entry from apis.yml

apis.yml Raw ↑
aid: lucky-cart:shopper-experience-api
name: Lucky Cart Shopper Experience API
description: Returns the set of Lucky Cart experiences currently available to a given shopper. GET /experiences
  takes shopperId, siteKey and an experienceType filter as query parameters and answers with the experiences
  that shopper is eligible for. Used by the web SDK to decide what to surface to a returning shopper independently
  of a specific cart. Versioned in the URI path at /v1. No pagination is offered on the collection.
humanURL: https://github.com/lucky-cart/luckycart-js-sdk
baseURL: https://shopper-experience.luckycart.com/v1
tags:
- Experiences
- Personalization
properties:
- type: Authentication
  url: authentication/lucky-cart-authentication.yml
- type: SourceCode
  url: https://github.com/lucky-cart/luckycart-js-sdk