Abandoned basket API
This API returns incomplete or “abandoned” baskets.
An abandoned basket is one where a basket was started on the Limio checkout but was never completed, i.e. its
status
remains active
rather than completed
. This means the customer never completed the transaction:.png&size=80462&width=1835&height=1400)

The customer abandoned the checkout before the “Complete Checkout“ step and so the basket is incomplete.
The aim of the API is to provide a single endpoint to find abandon checkouts and do something about it such as Abandon Basket campaigns.
Abandoned Basket API takes in 3 queryParams:
createdAfter
: an ISO datetime string. If this is set, it will only return incomplete baskets after this timedate.limit
: number of results that will be returnedqueryMore
: queryMore parameter to fetch more resultsIt is Authenticated via API Token.
get
https://{{tenant}}.limio.com/api/checkout/abandoned?limit=1000&createdAfter=2021-03-12T13:44
Retrieve Abandon Baskets