Skip to content

QuestionsResource

Defined in: sdks/trendyol/src/resources/questions.ts:91

Trendyol customer Q&A management. Customers post product questions on Trendyol; sellers reply with questions.answer().

new QuestionsResource(transport, limiter?): QuestionsResource

Defined in: sdks/trendyol/src/resources/questions.ts:94

TrendyolTransport

TokenBucketRateLimiter

QuestionsResource

answer(questionId, text): Promise<unknown>

Defined in: sdks/trendyol/src/resources/questions.ts:152

Reply to a question. Trendyol enforces 10–2000 characters on the answer text; the SDK pre-validates client-side.

string | number

string

Promise<unknown>

when text is outside the 10–2000 char range.


get(questionId): Promise<Question>

Defined in: sdks/trendyol/src/resources/questions.ts:102

Fetch a single question by its numeric ID.

string | number

Promise<Question>


list(params?): Promise<CursorPage<Question>>

Defined in: sdks/trendyol/src/resources/questions.ts:115

Filter questions by barcode / date range / status. Page-based pagination internally; SDK exposes the opaque-cursor convention.

ListQuestionsParams = {}

Promise<CursorPage<Question>>

Unofficial. Lonca is an independent, community-maintained project — not affiliated with, endorsed by, or supported by Trendyol, Hepsiburada, or any other marketplace. All marketplace names and trademarks belong to their respective owners.