Light Mode
List Abandoned Carts
GET
/carts/abandonedLast modified:Â 16 days ago
This endpoint allows you to list abandoned carts that contain all the needed data that you can use to help customers continue the purchasing process.
:::info[]
An abandoned cart occurs when a customer adds an item to their cart and does not complete the purchase.
:::
Request
Query Params
page
integerÂ
optional
The Pagination page number
offset
integerÂ
optional
Returns all the carts created within or before an offset time. EX: 15
minutes
per_page
numberÂ
optional
The number of abandoned carts to show in one query
<= 65
Request samples
Responses
Success(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 16 days ago