Number of APIs: 5
PUT {{yourAccountUrl}}/api/3/ecomOrders/:ecomOrderId
https://developers.activecampaign.com/reference/update-order
POST {{yourAccountUrl}}/api/3/ecomOrders
https://developers.activecampaign.com/reference/e-commerce-abandoned-carts
GET {{yourAccountUrl}}/api/3/ecomOrders/:ecomOrderId
GET {{yourAccountUrl}}/api/3/ecomOrders?filters[connectionid]&filters[externalid]&filters[externalcheckoutid]&filters[email]&filters[state]&filters[customerid]&filters[external_created_date]&orders[connectionid]&orders[externalid]&orders[externalcheckoutid]&orders[email]&orders[state]&orders[customerid]&orders[external_created_date]
https://developers.activecampaign.com/reference/list-all-orders
DELETE {{yourAccountUrl}}/api/3/ecomOrders/:ecomOrderId
https://developers.activecampaign.com/reference/delete-order
ENDPOINTS