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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new QuestionsResource(
transport,limiter?):QuestionsResource
Defined in: sdks/hepsiburada/src/resources/questions.ts:28
Parameters
Section titled “Parameters”transport
Section titled “transport”HepsiburadaTransport
limiter?
Section titled “limiter?”TokenBucketRateLimiter
Returns
Section titled “Returns”QuestionsResource
Methods
Section titled “Methods”answer()
Section titled “answer()”answer(
number,input):Promise<unknown>
Defined in: sdks/hepsiburada/src/resources/questions.ts:97
Answer a question.
Parameters
Section titled “Parameters”number
Section titled “number”string
Returns
Section titled “Returns”Promise<unknown>
create()
Section titled “create()”create(
input):Promise<unknown>
Defined in: sdks/hepsiburada/src/resources/questions.ts:85
Create a new buyer question (rare — usually the buyer creates it).
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<unknown>
get(
number):Promise<Question>
Defined in: sdks/hepsiburada/src/resources/questions.ts:54
Get a single question by its issue number.
Parameters
Section titled “Parameters”number
Section titled “number”string
Returns
Section titled “Returns”Promise<Question>
getCountByStatus()
Section titled “getCountByStatus()”getCountByStatus():
Promise<QuestionCountSummary>
Defined in: sdks/hepsiburada/src/resources/questions.ts:68
Per-status question counts.
Returns
Section titled “Returns”Promise<QuestionCountSummary>
list()
Section titled “list()”list(
params?):Promise<Question[]>
Defined in: sdks/hepsiburada/src/resources/questions.ts:36
List questions with optional status / date filtering.
Parameters
Section titled “Parameters”params?
Section titled “params?”ListQuestionsParams = {}
Returns
Section titled “Returns”Promise<Question[]>
reject()
Section titled “reject()”reject(
number,input):Promise<unknown>
Defined in: sdks/hepsiburada/src/resources/questions.ts:112
Reject a question (mark as inappropriate / spam).
Parameters
Section titled “Parameters”number
Section titled “number”string
Returns
Section titled “Returns”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.