Skip to main content

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

 

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