Getting EMAIL NULL responds

Hi,

Why are we getting a respond for email with “email”:null, but all other data are good.
We sure we pass the data correctly since it is working with other fields.
this is for test only.

we use php curl method

Hi @SCOTTG!
Thanks for the heads up!, Do you happen to have the request_id for that query?
So then I could investigate a bit more and escalate if needed.
Thanks in advance!
Tom

5fb374f46ffdf7dee8749f94

this was a test

Hi @SCOTTG!
Try by sending the email on the order section, this is:

data: {
      order_number: "TESTOrder123"
      shop_name: "shop Example"
      fulfillment_status: "pending"
      order_date: "2020-11-17 04:50:39"
      total_tax: "0.00"
      subtotal: "70.00"
      total_discounts: "0.30"
      total_price: "69.70"
      email: "example@email.com" 

Let me know if that doesn’t work.
Thanks again!
Tom

1 Like

That worked!

Thank you

1 Like