Using this endpoint, you can get list of all abandoned carts asynchronously. See how Asynchronous requests work on our developer's portal.
Response will be in jsonlines format with each abandoned cart taking one line of output file.
Use visitTimeFrom/visitTimeTo to request a full snapshot on the first call, then request only carts last visited since the previous run (e.g. visitTimeFrom set to yesterday) for daily incremental updates.
Result file is compressed using GZIP.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/abandoned-carts/snapshot
- https://api.myshoptet.comhttps://api.myshoptet.com/api/abandoned-carts/snapshot
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/abandoned-carts/snapshot?visitTimeFrom=2026-07-21T00%3A00%3A00%2B0200&visitTimeTo=2026-07-22T00%3A00%3A00%2B0200' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "jobId": "ad24xod" }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }