Question

Ecwid data total showing as list item instead of adding

  • 13 September 2021
  • 1 reply
  • 19 views

I am using zapier to collect online store data from Ecwid and create a shipping label through Shippo. When the data is collected from Ecwid on an order with multiple items, instead of adding the weight of the items and the total sale amounts of the items together, it keeps them separate creating a large weight and subtotal. (Example: Items are $40, $50, and $300. The data shows as 40,50,300 rather than the correct subtotal of $410). This creates an error in my zap on larger order because it shows the subtotal as having more than 12 digits.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @komkam 

You can try using Formatter steps to handle line items and perform a math operation: https://zapier.com/apps/formatter/help

Else, you’d likely have to use a Code step to perform the math operation on the line items (aka array): https://zapier.com/apps/code/help