```
```

Answering Customer Questions

Answering Customer Questions

You can answer your questions on Getting Customer Questions through this service.

You need to send "storeFrontCode" as Header Parameter.

The reply message must be a minimum of 10 characters and a maximum of 2000 characters.

Answers are checked for forbidden words. Answers containing forbidden words are rejected.

In order to get questions in Romanian, Greek and Arabic language, you can add "Accept-Language" as Header Parameter.

In order to enable using of Accept-Language, it is required to send storeFrontCode also. But it is not required to send Accept-Language, it is optional. Accept-Language defaults to en when available. If not, it gets the default language of the storeFrontCode.

  • ro is used for getting in the Romanian language on the RO storefront
  • el is used for getting in the Greek language on the GR storefront
  • ar is used for getting in the Arabic language on the SA, AE and KW storefronts
  • If you want to getting in English, you need to send it with "Accept-Language" as en.

POST createAnswer

Sample Service Request

{
  "text": "string"
}

Sample Service Response

{
  "answerId": 0
}

Field Definitions:

FieldExplanation
idThis is the unique identification of the question. It can be received from Getting Customer Question Service
textThis is the text of the answer you would like to respond to customer.
sellerIdThis is the unique seller id as registered in Trendyol.

Error Cases:

You may encounter the following errors during the response process:

Error CaseDefinition
Question already answeredThis question has already been answered. Answered questions cannot be re-answered.
Time limit exceededThe question has been closed because you did not respond within the allocated time.
Forbidden word limit exceededThe question has been closed because you exceeded the limit for using forbidden words in your response.
Response too shortYour response must be at least 10 characters long.
Response too longYour response cannot exceed 2000 characters.
Empty responsePlease enter a response.

Which questions can be answered?

StatusCan be answered?Defnition
WAITING_FOR_ANSWERYesOnly questions in this status can be answered.
ANSWEREDNoQuestion already answered.
REPORTEDNoQuestion reported; awaiting admin review.
REJECTEDNoQuestion rejected and closed.
UNANSWEREDNoThe question has been closed due to no response within 3 business days or exceeding the forbidden word limit.
📘

IMPORTANT NOTES:

  • After you submit a response, answers are checked for forbidden words.
  • If forbidden words are detected, your response will be rejected, and the question status will return to WAITING_FOR_ANSWER.
  • If a certain number of answering attempt containing forbidden word is tried, the question status will change to UNANSWERED, and it can no longer be answered.

Did this page help you?