List Abandoned Carts

GET {{baseUrl}}/carts/abandoned

An abandoned cart occurs when a customer adds an item to their cart and didn't complete the purchase.

Salla helps you by providing a list of abandoned carts that contains all the needed data that you can use to help customers continue the purchasing process.

OAuth Scopes


carts.read

Request Params

KeyDatatypeRequiredDescription
pagenumberThe Pagination page number
offsetnumberIt will give you a list of abandoned carts based on the age of carts in minutes.

RESPONSES

status: OK

{"status":200,"success":true,"data":[{"id":2126614480,"subtotal":"15.00","currency":"SAR","total":"50.14","coupon_code":null,"customer":{"id":144407317,"avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","name":"علي احمد","mobile":"+21345023456456"}},{"id":1145163888,"subtotal":"415.00","currency":"SAR","total":"477.25","coupon_code":null,"customer":{"id":566146469,"avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","name":"احمد عبدالله","mobile":"+2234591612"}},{"id":1831021926,"subtotal":"30.00","currency":"SAR","total":"65.12","coupon_code":null,"customer":{"id":612840813,"avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","name":"hasan hasan 2","mobile":"+933557808822"}},{"id":793384805,"subtotal":"30.00","currency":"SAR","total":"30.00","coupon_code":null,"customer":{"id":884014353,"avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","name":"عمر فرج","mobile":"+666541894722"}},{"id":1482571703,"subtotal":"7.00","currency":"SAR","total":"7.00","coupon_code":null,"customer":{"id":223123734,"avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","name":"عبداللطيف أحمد","mobile":"+91355147924042"}}],"pagination":{"count":5,"total":5,"perPage":15,"currentPage":1,"totalPages":1,"links":[]}}