Ürün Sorusu Çekme

Ürün Sorusunu Çekme

Satıcıya ait ürün sorusunu id bazında filtrelemek için bu servis metodu kullanılmalıdır.

GET vendor-question

https://merchantapi.idefix.com/pim/vendor/{vendor}/question/{questionId}

Parametre Adı Açıklama
vendor * Zorunlu parametredir. Satıcı bilgisini ifade eder.
questionId * Zorunlu parametredir. Sorunun ID bilgisini ifade eder.
Örnek Servis Cevabı:
{
    "totalCount": 1,
    "itemCount": 1,
    "pageCount": 1,
    "currentPage": 1,
    "limit": 10,
    "items": [
        {
            "id": 707,
            "product": "Ahşap Masa",
            "question": "Ürün boyutları nedir ",
            "productQuestionAnswer": [],
            "readAt": null,
            "publishedAt": null,
            "createdAt": "2025-05-22T13:56:14+03:00",
            "isArchived": false,
            "customerId": 200000718,
            "customerName": "İdefix te*****",
            "showMyName": true
        }
    ]
}