Logo
Ecartapi.com Public API Documentation

Get all orders

GET https://api.ecartapi.com/api/v2/orders

Ecommerce limitations.

Only orders created in last 180 days and a maximum of 50000 orders can be fetched at a time. Attempting to download more than 50000 orders will return an error.

 

Body PARAM

Key Datatype Required Description 
page
string position of page
limit
string elements to show by request (Max 50)
status[status]
string show only elements active
sort
string order in asc or desc



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.ecartapi.com/api/v2/orders?page=int&limit=int&status[status]=string&sort=string'

ENDPOINTS