shippingAddress:string (fullName,address1,address2,city,state,country,postal),
billingAddress:string (fullName,address1,address2,city,state,country,postal),
State: string ( order.billing.address.state),
city:string (order.billing.address.city),
Country: string order.billing.address.country;
paymentMethod:string ( order.billing.paymentMethod.type),
'id': string(x.product.customInfo.erpSku || x.product.sku),
'price': number(x.product.storePrice),
'quantity':number( x.quantity),
'waybill': string(x.waybill || ‘’),