GET /api/3/ecomOrders

https://developers.activecampaign.com/reference/list-all-orders

Servers

Request headers

Name Type Required Description
api-token String No

Your ActiveCampaign API Token

Query parameters

Name Type Required Description
filtersconnectionid String No

Filter by the connection id. Must be greater than 0.

ordersconnectionid String No

Order by connection ID. Accepted values are ASC or DESC.

ordersexternalcheckoutid String No

Order by external checkout ID. Accepted values are ASC or DESC

ordersexternal_created_date String No

Order by external created date. Accepted values are ASC or DESC

filtersexternal_created_date String No

Filter by the external created date

filtersexternalcheckoutid String No

Filter by the external checkout id

ordersexternalid String No

Order by external ID. Accepted values are ASC or DESC.

orderscustomerid String No

Order by customer ID. Accepted values are ASC or DESC

filtersstate String No

Filter by the state of the order. 0 = Pending, 1 = Completed, 2 = Abandoned, 3 = Recovered, 4 = Waiting (Customer checked out but payment is not yet completed)

filterscustomerid String No

Filter by the customer id

filtersemail String No

Filter by the customer email address.

ordersemail String No

Order by email. Accepted values are ASC or DESC.

filtersexternalid String No

Filter by the external id of the order.

ordersstate String No

Order by state. Accepted values are ASC or DESC.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.