List Abandoned Carts

GET {{baseUrl}}/carts/abandoned?page=1&offset=15

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.

Request Params

KeyDatatypeRequiredDescription
pagenumberThe Pagination page number
offsetnumberreturns all the carts created within or before an offset time. EX: 15 minutes

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":[{"id":593037684,"total":{"amount":1428,"currency":"SAR"},"subtotal":{"amount":1500,"currency":"SAR"},"total_discount":{"amount":0,"currency":"SAR"},"checkout_url":"https://robbama.com/checkout/593037684","age_in_minutes":8821,"created_at":{"date":"2022-01-19 12:19:23.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"updated_at":{"date":"2022-01-24 13:49:36.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"customer":{"id":1052347477,"name":"Ayah test","mobile":"+966555555555","email":"Test@gmail.com","avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","country":"السعودية","city":"الرياض"},"coupon":{"id":2036833834,"code":"wizefriend","status":"active","type":"percentage","amount":{"amount":20,"currency":"SAR"},"minimum_amount":{"amount":0,"currency":"SAR"},"expiry_date":"2022-04-13 00:00:00","created_at":{"date":"2022-01-24 13:47:47.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},"items":[{"id":1372409436,"product_id":91502809,"quantity":1}]},{"id":671874753,"total":{"amount":200,"currency":"SAR"},"subtotal":{"amount":200,"currency":"SAR"},"total_discount":{"amount":0,"currency":"SAR"},"checkout_url":"https://robbama.com/checkout/671874753","age_in_minutes":21347,"created_at":{"date":"2022-01-10 19:32:36.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"updated_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"customer":{"id":1817971299,"name":"كنان عبيدات","mobile":"+962777757691","email":"Test@gmail.com","avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","country":"الأردن","city":"عمان"},"coupon":{"id":634339366,"code":"C-34qllb","status":"active","type":"fixed","amount":{"amount":20,"currency":"SAR"},"minimum_amount":{"amount":0,"currency":"SAR"},"expiry_date":"2022-01-29 15:40:00","created_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},"items":[{"id":970730668,"product_id":925064732,"quantity":1}]},{"id":86422478,"total":{"amount":230,"currency":"SAR"},"subtotal":{"amount":200,"currency":"SAR"},"total_discount":{"amount":0,"currency":"SAR"},"checkout_url":"https://robbama.com/checkout/86422478","age_in_minutes":33434,"created_at":{"date":"2022-01-02 10:06:23.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"updated_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"customer":{"id":881264900,"name":"User Name","mobile":"+966555555555","email":"Test@gmail.com","avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","country":"السعودية","city":"جدة"},"coupon":{"id":2006216487,"code":"C-symYE1","status":"active","type":"fixed","amount":{"amount":20,"currency":"SAR"},"minimum_amount":{"amount":0,"currency":"SAR"},"expiry_date":"2022-01-29 15:40:00","created_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},"items":[{"id":1647457026,"product_id":226076344,"quantity":1}]},{"id":2110688866,"total":{"amount":29,"currency":"SAR"},"subtotal":{"amount":29,"currency":"SAR"},"total_discount":{"amount":0,"currency":"SAR"},"checkout_url":"https://robbama.com/checkout/2110688866","age_in_minutes":50563,"created_at":{"date":"2021-12-21 12:36:52.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"updated_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"customer":{"id":1818965688,"name":"User Name","mobile":"+978912345678","email":"Test@gmail.com","avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","country":"السعودية","city":"مكة"},"coupon":{"id":1098026528,"code":"C-rKflXv","status":"active","type":"fixed","amount":{"amount":20,"currency":"SAR"},"minimum_amount":{"amount":0,"currency":"SAR"},"expiry_date":"2022-01-29 15:40:00","created_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},"items":[{"id":542351249,"product_id":702436620,"quantity":1}]},{"id":503605208,"total":{"amount":10,"currency":"SAR"},"subtotal":{"amount":10,"currency":"SAR"},"total_discount":{"amount":0,"currency":"SAR"},"checkout_url":"https://robbama.com/checkout/503605208","age_in_minutes":83125,"created_at":{"date":"2021-11-28 21:55:10.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"updated_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"customer":{"id":1141553241,"name":"User Name","mobile":"+966555555555","email":"Test@gmail.com","avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","country":"السعودية","city":"المدينة"},"coupon":{"id":325037345,"code":"C-RVrZpi","status":"active","type":"fixed","amount":{"amount":20,"currency":"SAR"},"minimum_amount":{"amount":0,"currency":"SAR"},"expiry_date":"2022-01-29 15:40:00","created_at":{"date":"2022-01-23 15:41:42.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},"items":[{"id":306389580,"product_id":925064732,"quantity":1}]}],"pagination":{"count":6,"total":6,"perPage":15,"currentPage":1,"totalPages":1,"links":[]}}