I have the LAB up and running.
But.... is it possible to add multiple orders lines to an order? and how?
I have tried to do this
{
"ordernumber": "IOMLabOrder0001",
"shiptocity": "BELLEVUE",
"shiptostateorprovince": "WA",
"shiptocountry": "US",
"shiptozip": "98007",
"billtocity": "BELLEVUE",
"billtostateorprovince": "WA",
"billtocountry": "US",
"billtozip": "98007",
"orderdetails": [
{
"sku": "883988211855",
"unit": "each",
"quantity": 10
},
{
"sku": "883988211856",
"unit": "each",
"quantity": 103
}
]
}