{
"order_amount":
0,
"order_tax_amount":
0,
"order_lines": [
{ … }
],
"billing_address": {
"given_name":
"string",
"family_name":
"string",
"organization_name":
"string",
"email":
"string",
"title":
"string",
"street_address":
"string",
"street_address2":
"string",
"street_name":
"string",
"street_number":
"string",
"house_extension":
"string",
"postal_code":
"string",
"city":
"string",
"region":
"string",
"phone":
"string",
"country":
"string",
"care_of":
"string",
"reference":
"string",
"attention":
"string"
},
"shipping_address": {
"given_name":
"string",
"family_name":
"string",
"organization_name":
"string",
"email":
"string",
"title":
"string",
"street_address":
"string",
"street_address2":
"string",
"street_name":
"string",
"street_number":
"string",
"house_extension":
"string",
"postal_code":
"string",
"city":
"string",
"region":
"string",
"phone":
"string",
"country":
"string",
"care_of":
"string",
"reference":
"string",
"attention":
"string"
},
"selected_shipping_option": {
"id":
"string",
"name":
"string",
"description":
"string",
"promo":
"string",
"price":
0,
"tax_amount":
0,
"tax_rate":
0,
"preselected":
true,
"shipping_method":
"string",
"delivery_details": { … },
"tms_reference":
"string",
"selected_addons": [ … ]
},
"purchase_currency":
"string",
"merchant_data":
"string",
"merchant_reference1":
"string",
"merchant_reference2":
"string",
"customer": {
"billing": { … },
"shipping": { … },
"type":
"Person",
"attributes": { … }
},
"locale":
"string",
"tags": [
"string"
]
}