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
filters[connectionid] String No

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

orders[externalcheckoutid] String No

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

filters[externalcheckoutid] String No

Filter by the external checkout id

filters[customerid] String No

Filter by the customer id

orders[externalid] String No

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

filters[state] 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)

filters[external_created_date] String No

Filter by the external created date

filters[email] String No

Filter by the customer email address.

orders[connectionid] String No

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

orders[external_created_date] String No

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

orders[customerid] String No

Order by customer ID. Accepted values are ASC or DESC

orders[email] String No

Order by email. Accepted values are ASC or DESC.

orders[state] String No

Order by state. Accepted values are ASC or DESC.

filters[externalid] String No

Filter by the external id of the order.

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.