PUT /api/3/ecomOrders/{ecomOrderId}
https://developers.activecampaign.com/reference/update-order
Servers
- https://{{yourAccountName}}.api-us1.com
- https://{{yourAccountName}}.activehosted.com
- https://trackcmp.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
ecomOrderId |
String | Yes |
The id of the order to delete |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
api-token |
String | No |
Your ActiveCampaign API Token |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
ecomOrder |
Object | No | |
ecomOrder.email |
String | No | |
ecomOrder.externalid |
String | No | |
ecomOrder.orderDiscounts[] |
Array | No | |
ecomOrder.orderDiscounts[].name |
String | No | |
ecomOrder.orderDiscounts[].type |
String | No | |
ecomOrder.orderDiscounts[].discountAmount |
Number | No | |
ecomOrder.externalUpdatedDate |
String | No | |
ecomOrder.shippingAmount |
Number | No | |
ecomOrder.taxAmount |
Number | No | |
ecomOrder.orderNumber |
String | No | |
ecomOrder.totalPrice |
Number | No | |
ecomOrder.shippingMethod |
String | No | |
ecomOrder.currency |
String | No | |
ecomOrder.orderProducts[] |
Array | No | |
ecomOrder.orderProducts[].category |
String | No | |
ecomOrder.orderProducts[].price |
Number | No | |
ecomOrder.orderProducts[].name |
String | No | |
ecomOrder.orderProducts[].sku |
String | No | |
ecomOrder.orderProducts[].description |
String | No | |
ecomOrder.orderProducts[].externalid |
String | No | |
ecomOrder.orderProducts[].quantity |
Number | No | |
ecomOrder.orderProducts[].productUrl |
String | No | |
ecomOrder.orderProducts[].imageUrl |
String | No | |
ecomOrder.discountAmount |
Number | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.