{
"receiver_first_name": "string",
"receiver_last_name": "string",
"receiver_phone": "string",
"receiver_address_line": "string",
"status": "pending",
"payment_method": "paid",
"order_grand_total": 0,
"shipment_company": "string",
"receiver_email": "user@example.com",
"receiver_country_id": 0,
"receiver_city_id": 0,
"receiver_street_name": "string",
"receiver_postal_code": "string",
"receiver_block": "string",
"receiver_latitude": 21.4877654,
"receiver_longitude": 39.2277154,
"description": "string",
"items": [
{
"name": "string",
"quantity": 0,
"price": 0,
"weight": 0
}
],
"packages": [
{
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"packaging_type_id": 0
}
]
}