Skip to content

QuestionsResource

Defined in: sdks/hepsiburada/src/resources/questions.ts:25

Hepsiburada “Ask the Seller” (saticiya-sor-entegrasyonu).

Service base URL: oms-external[-sit].hepsiburada.com. 6-endpoint surface — list / get / create / answer / reject / count.

NOTE: Sandbox beekod_dev merchant doesn’t have permission for this surface; SIT calls return 403. Endpoints typed from the developer-portal spec; live-tested in production by integrators with the right scope.

new QuestionsResource(transport, limiter?): QuestionsResource

Defined in: sdks/hepsiburada/src/resources/questions.ts:28

HepsiburadaTransport

TokenBucketRateLimiter

QuestionsResource

answer(number, input): Promise<unknown>

Defined in: sdks/hepsiburada/src/resources/questions.ts:97

Answer a question.

string

AnswerQuestionInput

Promise<unknown>


create(input): Promise<unknown>

Defined in: sdks/hepsiburada/src/resources/questions.ts:85

Create a new buyer question (rare — usually the buyer creates it).

CreateQuestionInput

Promise<unknown>


get(number): Promise<Question>

Defined in: sdks/hepsiburada/src/resources/questions.ts:54

Get a single question by its issue number.

string

Promise<Question>


getCountByStatus(): Promise<QuestionCountSummary>

Defined in: sdks/hepsiburada/src/resources/questions.ts:68

Per-status question counts.

Promise<QuestionCountSummary>


list(params?): Promise<Question[]>

Defined in: sdks/hepsiburada/src/resources/questions.ts:36

List questions with optional status / date filtering.

ListQuestionsParams = {}

Promise<Question[]>


reject(number, input): Promise<unknown>

Defined in: sdks/hepsiburada/src/resources/questions.ts:112

Reject a question (mark as inappropriate / spam).

string

RejectQuestionInput

Promise<unknown>

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.