I need to detect the customer email in the orders/create webhook, but for some reason the payload doesn’t include the email used at checkout anywhere.
I’ve tried using payload.email, payload.contact_email payload.customer.email, and all of them come as null.
Any idea about why this happens and how can I actually get the customer email to identify him?
Any insight is appreciated!