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:
| Field | Explanation |
|---|---|
| id | This is the unique identification of the question. It can be received from Getting Customer Question Service |
| text | This is the text of the answer you would like to respond to customer. |
| sellerId | This is the unique seller id as registered in Trendyol. |
Error Cases:
You may encounter the following errors during the response process:
| Error Case | Definition |
|---|---|
| Question already answered | This question has already been answered. Answered questions cannot be re-answered. |
| Time limit exceeded | The question has been closed because you did not respond within the allocated time. |
| Forbidden word limit exceeded | The question has been closed because you exceeded the limit for using forbidden words in your response. |
| Response too short | Your response must be at least 10 characters long. |
| Response too long | Your response cannot exceed 2000 characters. |
| Empty response | Please enter a response. |
Which questions can be answered?
| Status | Can be answered? | Defnition |
|---|---|---|
| WAITING_FOR_ANSWER | Yes | Only questions in this status can be answered. |
| ANSWERED | No | Question already answered. |
| REPORTED | No | Question reported; awaiting admin review. |
| REJECTED | No | Question rejected and closed. |
| UNANSWERED | No | The 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.
Updated about 6 hours ago