Sync orders manually
Receive orders for the last day or week
GET /api/v3/STOREID/orders?createdFrom=2025-03-01 00:00:00 HTTP/1.1
Host: app.ecwid.com
Authorization: Bearer secret_tokenGET /api/v3/STOREID/orders?createdFrom=2025-03-01 00:00:00 HTTP/1.1
Host: app.ecwid.com
Authorization: Bearer secret_token{
"total": 2,
"count": 2,
"offset": 0,
"limit": 100,
"items": [
{
"id": "E3LUE",
...
},
{
"id": "TL3E4",
...
}
]
}Send order details to an external service
Last updated
Was this helpful?
