This API allows you to get a list of abandoned baskets in Limio and filter the results by the date the basket was created. An abandoned basket is one where a basket was started on the Limio checkout but the order was never completed.
You can use the Abandoned Baskets API for actions such as:
OK
Unauthorized
Bad Gateway
{- "items": [
- {
- "id": "basket-8cf72b2a-eb57-462d-8e55-981c3b5e5364",
- "created": "2024-03-26T15:44:54.975Z",
- "customerDetails": {
- "email": "user@limio.com"
}, - "orderItems": [
- {
- "name": "The Offer",
- "path": "/offers2/The Offer",
- "products": [
- {
- "path": "/products/Digital All Access",
- "productCode": "SKU-00000001"
}
]
}
], - "tracking": { },
- "identities": [
], - "entry": "/checkout",
- "completed": false,
- "recoveryLink": "/api/checkout/recover?basket=basket-8cf72b2a-eb57-462d-8e55-981c3b5e5364&recover=abc123"
}
], - "queryMore": "eyJ2IjoiMSIsImMiOiJjYjY0ZDY1YS1iYzQwLTQ3YjItODI5Ny1mN2E4ZGEyYjA0M2UiLCJyIjoiMjAyNC0wMy0yNlQxNTowNDo1NC45NzVaIn0="
}Create or update a basket in Limio for the basket to be tracked and used in order submission. This is the first step in the checkout process. The basket will be created or updated based on the provided data. The basket ID will be returned in the response.
required | object |
OK
Unauthorized
Bad Gateway
{- "order": {
- "orderItems": [
- {
- "offer": {
- "id": "8a512ee55befaea0f7fa962cea9982d0e84f0098",
- "version": "4dd34671f26fdbbf240560b78f7f2f54654cde72"
}, - "quantity": 1
}
], - "external_id": "1234567890",
- "tracking": {
- "offers": [
- "/offers2/$75 for 52 weeks then $31.96 every 4 weeks autorenew"
], - "purchaseCountryCode": "GB",
- "accountId": "0017x00000Q9O9qAAF",
- "contactId": "0037x00000F58M9AAJ",
- "userId": "0057x0000088Oh3AAE"
}, - "country": "GB",
- "source": "shop",
- "order_type": "new"
}
}{- "id": "string"
}