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