Important
New shipment package stream endpoint is available

For large-scale scanning and synchronization flows, please prefer getShipmentPackagesStream.

HomeGuidesAPI ReferenceChangelogSupport Request
Guides

Answering Customer Questions

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

  • 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.

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.