Skip to main content
Solved

Add total TAX to Placed Order?

  • January 27, 2022
  • 1 reply
  • 224 views

Forum|alt.badge.img+2

Hello!

What is the best way to add the total tax in a placed order event? We now have a total Value but would like to add the total VAT/TAX.

 

Can I just create a new value called TotalVAT and add it for example under properties?

"properties": { "$event_id": "1234", "$value": 29.98, "OrderId": "1234", "Categories": ["Fiction", "Classics", "Children"], "ItemNames": ["Winnie the Pooh", "A Tale of Two Cities"], "Brands": ["Kids Books", "Harcourt Classics"], "DiscountCode": "Free Shipping", "DiscountValue": 5,

 

Thanks!

Henrik

 

Best answer by klaviyojad

Hi Henrik,

I am presuming this is custom Placed order events not something coming from a supported integration.

I assume too that you have access to the source code creating these custom events.

You can surely add a new TotalVAT sub-property under properties and it will start to appear for new events after you made this change.

Hope this helps.

Regards,

Jad

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

Forum|alt.badge.img+9
  • Klaviyo Employee
  • 54 replies
  • Answer
  • January 27, 2022

Hi Henrik,

I am presuming this is custom Placed order events not something coming from a supported integration.

I assume too that you have access to the source code creating these custom events.

You can surely add a new TotalVAT sub-property under properties and it will start to appear for new events after you made this change.

Hope this helps.

Regards,

Jad