Skip to main content

Order Submit API Example

{
"request_id": "2b605b36-8643-4b3f-af14-9496014f65cb",
"user": {
"first_name": "John",
"last_name": "Doe",
"email": "shopper@gmail.com"
},
"order": {
"ship_to": {
"first_name": "John",
"last_name": "Doe",
"phone": "123456",
"street": "Amerikis 6",
"city": "Athina",
"postcode": "10671",
"state": "Attica",
"country": "GR",
"notes": "Please give me a phone call 30' prior to delivery"
},
"items": [
{
"id": "33",
"quantity": 1
}
],
"currency": "EUR",
"payment_method": "CARD",
"shipping_method_id": "ups-courier"
}
}