Получение заказа по ID
Last updated
Last updated
GET /gw/merchant-api-v2/v1/orders/{order_id} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"data": [
{
"order_id": "1187381",
"status": "COMPLETED",
"total_price": "12990.00",
"user": {
"phone": "0002284653",
"firstname": "Имя-2284653",
"lastname": "Фамилия-2284653"
},
"payment_mode": "PAY_WITH_CREDIT",
"order_source": "QR Tole",
"installment_term": "6",
"created_at": "2022-06-18 12:10:15",
"delivery_mode": "JPOST",
"delivery_date": "17.11.2023,10:00 - 14:00",
"delivery": {
"store_location_info": {
"company_store_id": "pp1",
"name": "Power 2",
"address": "проспект Назарбаева, 100",
"longitude": "76.946714",
"latitude": "76.946714",
"city_id": "21989",
"city": "Алматы"
},
"commission_cpo": "0",
"commission": "16.7",
"commission_amount": "450"
},
"products": [
{
"product_id": "5674235",
"master_product_id": "3720147",
"imageUrl": "https://jmart.kz/images/detailed/4272/lg-lg-178-103722031-1.JPG",
"product_сode": "103722031",
"article": "KTJ888800054",
"product_name": "Блендер стационарный LG LG-178",
"amount": "1",
"discount": "0",
"price": "13890",
"discountPrice": "13890",
"gifts": [
{
"title": "Иголочка",
"description": "Иголочка",
"notes": "иголочка",
"imageUrl": "https://jmart.kz/images/detailed/6280/image-new-admin-6564145fc21dc8.10588358.png",
"companies": "[45, 1758]",
"objects": "[112640]",
"type": "product",
"dateStart": "2023-11-20 00:00:00",
"dateEnd": "2023-11-17 00:00:00",
"gift_count": "1"
}
]
}
],
"city_id": "21989",
"address": "Шымкент, улица Клары Цеткин, 4",
"town": "Шымкент"
}
],
"time": "7.93497109413147"
}