Belirli bir satıcıya ait, ID'si verilen tekil sipariş sorusunu getirmek için bu servis kullanılır.
| Parametre Adı | Açıklama |
|---|---|
| vendor* | Satıcı bilgisi. |
| questionId | Getirilecek sipariş sorusunun ID'si. |
{
"totalCount": 1,
"itemCount": 1,
"pageCount": 1,
"currentPage": 1,
"limit": 10,
"items": [
{
"id": 111222,
"orderId": 5055555,
"orderNumber": "IDE6a311933d2aa8",
"orderDate": "2026-06-17T23:53:07+03:00",
"reason": "Genel Soru",
"customerId": 121000000,
"customerName": "idefix kullanıcı",
"shipmentId": 63033000,
"productCode": "IDE-1119517739251",
"lastMessage": "Siparişiniz kargoya verilmiştir.",
"lastMessageDate": "2026-06-22T10:42:06+03:00",
"createdAt": "2026-06-18T08:24:52+03:00",
"isReadMessage": true
}
]
}