Создать новый заказ
Developing
Создает заказ по входным параметрам
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"city_id": 1,
"order_type": 26,
"client_name": "Не указано",
"client_phone": "971585030495",
"payment_type": 4,
"payment_status": 42,
"delivery_address": "Dubai Marina 5242 Tower 1, 707",
"delivery_time": 240,
"source": 354,
"delivery_date": "12.12.2025",
"items": [
{
"product": "492_0",
"amount": 1,
"discount_fix": 81
}
],
"delivery_zone": 2,
"system_params": {
"sb": {
"client_id": 630219320
}
}
}
Responses
application/json Modified at 2025-12-12 07:38:21