Enable Abandoned Baskets Functionality

Abandoned baskets logic is included in the Limio Acquisition Journey flow by default. If your flow copy was created before this feature was released, you'll need to update it. Follow the steps below and refer to the Limio Acquisition Journey flow for guidance.

1. Create a formula to verify if Get Customer Details returned ownerId. If the id exists, it confirms the customer is in the Limio database, allowing us to retrieve their baskets.

f8760941-758b-45a6-a96a-94eefdf1e64e.png

2. Add a Decision element to check the missing_ownerId value. If id is present, proceed to the next step.

539db2a4-9825-4764-9bba-6a85a39d268b.png

3. Call i42as__AbandonedBasketsControllerMultiOwner and pass ownerIds list as a parameter.

18daa299-3feb-449a-9a35-a29384d4258d.png

4. Check for returned baskets from Apex. If there are any, add a new screen featuring a Limio Abandoned Baskets Table component, passing the list of baskets as an input property.

70ce6a07-a6aa-4ab8-8c63-00952e110b17.png

5. Add a decision element after to proceed to the offer catalog or skip it depending on the output property of the Abandoned basket component.

If the catalog is being skipped, make sure to assign the following variable values:

c48c0d99-6311-4ed7-bfc4-2289d661e671.png

If proceeding to the Offers Catalog, assign the purchase country value to pre-populate the catalog filters. By default, Limio flow uses the country from the selected basket (if chosen) or the country from the Get Customer Details response.

5cf08fe1-ddbf-460e-bbd7-104a8c0a95bc.png
209d6496-569e-4ba0-9dd9-2e53946b0543.png

These steps will let you utilise the abandoned baskets functionality in your flow copy. The rest of the flow stays unchanged.

For more details on Abandoned baskets logic, check

Last updated

Was this helpful?