Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Online Flow

...

WL Partnership configuration

...

...

Customer clicks a button in the app within account settings, something like ‘Memberships’

...

a) A new section in the menu called “Membership” will be created.

b) Inside the new section, the customer can check the partner name (ex: Amazon)

...

and the status (active/not active)

Reference:

Jira Legacy
serverSystem JIRA
serverId255417eb-03fa-3e2f-a6ba-05d325fec50d
keyIREQ-122

...

RBI Sanity Studio / Order-Level Content/ Incentives/ Offers/Systemwide Offers/ Systemwide Offer/ Mechanics / Partner Offer (ex: Amazon) :

...

2 main sections:

Loyalty offers will be configured in Sanity with a new indicator. So, when getting these offers (Get UserLoyaltyOffers), we should apply the proper filter if the customer is Prime.

a) Possibility to filter target audience

  • Filter: once there is a filter selected, the people who match filter can have access to the promotion (ex: “Amazon Prime Discount 10%” only visible to guests who have attribute AmazonPrimeActive = true). In this way there is no need assign offers

  • Filter not configured: offer visible for all users

b) Customize partnership:

  • Activation / Deactivation

  • Duration?

) (already existing) Offers setup Mechanics

...

FAQ

  1. How we are going to check if a user has lost Prime membership (it should be a reusable process that we can apply for Blue Card and other future partnerships)

    1. Before showing the offers, we should call Amazon (Benefits?) API and validate if the customer is Prime

...

  1. How are we going to display the current membership status (especially if we end up having multiple partnerships)

    1. N/A

  1. Will the check we do for status of the membership need to be configurable based on the partner we onboard? How would filters work ?

    1. In Sanity, configure who should see that offer:
      If not configured, everyone sees it
      If configured, only the people who match filter
      For example, “Amazon Prime Discount 10%” only visible to guests who have attribute AmazonPrimeActive = true

How are we going to show Prime-related offers

...

    1. It depends on the information coming from API. In the case of Amazon, the Amazon Prime status is shared and there should be a periodic call to check it.

  1. Can the user activate/deactivate the partnership from the app?

...

  1. Regarding the offer of the free delivery up to 10€ purchase, a similar offer has been created before? What’s the step-to-step process to setup?