Describe the problem/error/question
We are using Active Campaign and plan to transmit our E-Commerce Orders over n8n into active campaign.
Everything is going great so far. But in a shopping cart is not always a fix number of different items. Therefore, we need a possibility to transfer the products as an array or similar. Currently, it is only possible to submit “name, price, quantity” for each item. But the shopping cart can contain different items so that one order has only 1 item in 1 quantity and the next card has 5 different products.
Share the output returned by the last node
"ecomOrderProducts":[
{
"orderid":"11",
"connectionid":"XXX",
"externalid":null,
"sku":"",
"name":"XXX",
"description":null,
"price":"123456",
"quantity":"1",
"category":null,
"imageUrl":"",
"productUrl":"",
"createdDate":"2023-05-11T07:26:16-05:00",
"updatedDate":"2023-05-11T07:26:16-05:00",
"tstamp":"2023-05-11T07:26:16-05:00",
"links":{
"ecomOrder":"https:/XXX/XXX/XXX/ecomOrderProducts/11/ecomOrder"
},
"id":"11",
"ecomOrder":"11"
}
],
Information on your n8n setup
- n8n version: 0.225.2