Error while Place an Order Via API

Hi,

I have update my Json Payload please check

{
“billing_address”: {
“city”: “Las Vegas”,
“country”: “United States”,
“email”: “support@websitedesignservicesllc.com”,
“name”: “Adrian Cano”,
“phone”: “123456789”,
“state”: “NV”,
“street1”: “5429 Cross Meadows Ln. tesdt”,
“zip”: “89122”
},
“cart”: 103572,
“cart_order_id”: “103571”,
“grand_total”: 6.7000,
“lines”: [
{
“cart_orderitem_id”: “1035713”,
“quantity”: 1,
“item_price”: 1.6799999999999999378275106209912337362766265869140625,
“total_price”: 1.6799999999999999378275106209912337362766265869140625,
“product”: {
“cost”: 1.6799999999999999378275106209912337362766265869140625,
“name”: “Neurobiologix Product 1 - 30 Days”,
“price”: 1.6799999999999999378275106209912337362766265869140625,
“sku”: “37650”,
“taxable”: null,
“weight”: 2.5
}
},
{
“cart_orderitem_id”: “1035713”,
“quantity”: 1,
“item_price”: 6.70000000000000017763568394002504646778106689453125,
“total_price”: 6.70000000000000017763568394002504646778106689453125,
“product”: {
“cost”: 6.70000000000000017763568394002504646778106689453125,
“name”: “Sales Tax”,
“price”: 6.70000000000000017763568394002504646778106689453125,
“sku”: “37618”,
“taxable”: null,
“weight”: 0
}
}
],
“order_date”: “2020-08-11T12:37:00”,
“order_id”: “neurobiologix105”,
“product_amount”: 8.38,
“shipping_address”: {
“city”: “Las Vegas”,
“country”: “United States”,
“email”: “support@websitedesignservicesllc.com”,
“name”: “Adrian Cano”,
“phone”: “123456789”,
“state”: “NV”,
“street1”: “5429 Cross Meadows Ln.”,
“zip”: “89122”
},
“tags”: [
{
“color”: “#FFFFFF”,
“text”: “Unpaid”
},
{
“color”: “#C0C0C0”,
“text”: “Alert”
}
],
“tax_amount”: 0.00
}

Please let me know is it correct or not?

Thanks

Hi,

I want to add “Additional details” for Order Content. so can you please let me know where we can set “additional details”

Thanks.