How to receive Productname & Promocode with function wixStores_onNewOrder(event)!!!

Hello everybody, first of all I want to say thank you for this awesome support that you all provides here.

many questions could already be solved because of your help. but I am currently at a certain point where i cant move forward.

Is it possible after an export function wixStores_onNewOrder(event) event to find out which products were purchased and which PromoCode was used?
I’m missing: “Productname” & "Promocode"on my events

/* Full event object:

  • {
  • “orderId”: “2cd413bd-ddea-4101-b122-e8b146fec05f”,
  • “Number”: “10005”,
  • “dateCreated”: “2018-08-05T12:33:18.938Z”,
  • “buyerInfo”: {
  • “id”: “6g004532-732d-829f-5kf9-f9rk42afpla04m”,
  • “identityType”: “MEMBER”,
  • “email”: “john.doe@somedomain.com”,
  • “firstName”: “John”,
  • “lastName”: “Doe”,
  • “phone”: “5555555555”
  • },
  • “currency”: “USD”,
  • “WeightUnit”: “LB”,
  • “totals”: {
  • “subtotal”: 99.99,
  • “shipping”: 4.99,
  • “Tax”: 8.87,
  • “Discount”: 9.99,
  • “Total”: 103.86,
  • “Weight”: 1.37,

“quantity”: 2

  • },
  • “paymentStatus”: “PAID”,
  • “fulfillmentStatus”: “FULFILLED”
  • }
    */

Does anyone know how I receive these as well?

Thank you

https://www.wix.com/corvid/reference/wix-stores-backend.Events.html#CartAppliedCoupon