Solved

Add total TAX to Placed Order?

  • 27 January 2022
  • 1 reply
  • 178 views

Badge +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

 

icon

Best answer by klaviyojad 27 January 2022, 17:42

View original

1 reply

Userlevel 2
Badge +9

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

Reply