Skip to main content
Question

Ecwid data total showing as list item instead of adding

  • September 13, 2021
  • 1 reply
  • 23 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.

Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31068 replies
  • September 13, 2021

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