Lucky Cart Game Experience API
Grants access to the gamified post-purchase experiences a shopper has earned. GET /game-experiences-access takes shopperId, siteKey and a count parameter capping how many experiences to return, and answers with the game experiences and the template each should be rendered with. The mobile SDKs call this after a cartValidated event to decide which game to present. Versioned in the URI path at /v1. The count parameter is the only collection-bounding mechanism — there is no cursor or offset.