List Abandoned Carts
GET
/carts/abandonedThis 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
The Pagination page number
Returns all the carts created within or before an offset time. EX: 15
minutes
The number of abandoned carts to show in one query
Request samples
[api.label.responses]
A unique identifier associated with a shopping cart. List of abandond carts can be found here.
A web link that directs a user to a specific page where they can proceed with the final steps of a purchase.
The age of cart, aka the time difference between cart's created_at
and time now in minutes.
For a better response behavior as well as maintain the best security level, All retrieving API endpoints use a mechanism to retrieve data in chunks called pagination. Pagination working by return only a specific number of records in each response, and through passing the page number you can navigate the different pages.
Number of returned results.
Number of all results.
Number of results per page.
Number of current page.
Number of total pages.
Array of linkes to next and previous pages.