const orderInfo = {
"lineItems": [
{
"quantity": 1,
"name": "Recarga de Telefono",
"productId": "123",
"lineItemType": "PHYSICAL",
"customTextFields": [
{
'value': '5354588410'
}
],
"priceData": {
"price": $w('#orderAmount').value
}
}
],
"totals": {
"subtotal": $w('#orderAmount').value,
"total": $w('#orderAmount').value
},
"channelInfo": {
"type": "WEB"
},
"paymentStatus": "PAID",
"shippingInfo": {
"shipmentDetails": {
"address": {
"city": "New York",
"country": "US",
"addressLine": "235 W 23rd St",
"postalCode": "10011",
"subdivision": "NY"
},
"lastName": "Sanchez",
"firstName": "Juan",
"email": "juan@s9-consulting.com",
'phone': '04126050867'
}
},
"billingInfo": {
"address": {
"city": "New York",
"country": "US",
"addressLine": "235 W 23rd Sttt",
"postalCode": "10011",
"subdivision": "NY"
}
},
"lastName": "Juan",
"firstName": "Sanchez",
"email": "juan@s9-consulting.com",
}