Automation when order is submitted

Question:
I have an issue, Whenever i submit an order, i do not get the contact.company information from the payload. which wix is sending!

Product:
Wix Studio, Wix Automation

What are you trying to achieve:
To be honest, i do not know anything about wix so i did not try anything!

What have you already tried:
I want so send the complete json payload correctly to my azure function but company field is missing!

Are you using Wix Automations to send data via a Webhook?

When selecting what data will be sent you can click View Structure to see the data object that the webhook will send.

You can use this to verify you are accessing the data properly in your Azure function (or any other third party service expecting events).