https://private-anon-b10599da89-devapiverson.apiary-proxy.com/order
Hi Team,
We are trying to integrate the SAP ByD with ORDORO. Using above link we are currently creating the Orders.
Our requirement is to be able to send the “Shipping_Method” along with our Orders payload. From the sample payload given in the documentation I have come up with the payload below but unfortunately it is showing 400 Error Code.
Support PIN – 383236
{
“shipping_address”: {
“zip”: “90650”,
“street1”: “1865 Emily Renzelli Boulevard”,
“phone”: “+1 17670926362”,
“email”: "arunkumar.varathappan@VORWERK.COM",
“name”: “Arun Kumar”,
“state”: “CA”,
“country”: “US”,
“city”: “NORWALK”
},
“tax_amount”: 0,
“requested_shipping_method”: 03,
“lines”: [
{
“product”: {
“weight”: 8,
“price”: 1384,
“taxable”: “true”,
“name”: “TM5 incl Cook-Key”,
“sku”: 61578,
“cost”: 1448
},
“quantity”: 1,
“cart_orderitem_id”: 10
},
{
“product”: {
“weight”: 0,
“price”: 11,
“taxable”: “true”,
“name”: “Spatula TM5”,
“sku”: 51730,
“cost”: 12
},
“quantity”: 1,
“cart_orderitem_id”: 20
}
],
“cart”: 74326,
“product_amount”: 1396,
“order_date”: “2018-04-16T13:40:42Z”,
“cart_order_id”: “1111-T1”,
“order_id”: “1111-T1”,
“grand_total”: 1460,
"billing_address": {
"zip": "90650",
"street1": "1865 Emily Renzelli Boulevard",
"phone": "+1 17670926362",
"email": "arunkumar.varathappan@VORWERK.COM",
"name": "Arun Kumar",
"state": "CA",
"country": "US",
"city": "NORWALK"
},
"shipping_info": {
"shipping_method": 03
}
}