Place a new order from the abandoned cart
Find abandoned cart ID
GET /api/v3/STOREID/carts?responseFields=items(cartId,createTimestamp,updateTimestamp)&email=EMAIL HTTP/1.1
Host: app.ecwid.com
Authorization: Bearer secret_token{
"items": [
{
"cartId": "B93F4091-E808-473D-8979-30438FC2157B",
"createTimestamp": 1724226729,
"updateTimestamp": 1724226729
},
{
"cartId": "DD440495-5F2D-4FEC-A554-C82DBB572BC0",
"createTimestamp": 1668073193,
"updateTimestamp": 1668080426
},
{
"cartId": "6BCD46F1-3F8D-4DAA-BB4C-D878CFA0381A",
"createTimestamp": 1623922316,
"updateTimestamp": 1623922316
}
]
}Place an order using abandoned cart ID
Last updated
Was this helpful?
