Platitun · API · The deal · Reply to a review

Reply to a review

POST /api/v1/reviews/{id}/reply

Key scope: orders · changes data, the Idempotency-Key header is required

A public reply — ONCE. Obscenity and personal attacks do not pass in a reply either: the rule is the same for both sides.

Request fields

FieldTypeWhat it is
text requiredstringThe reply text.

Response fields

FieldTypeWhat it is
orderstringThe order the review belongs to.

Refusal reasons

A rule refusal arrives as {"error":"rejected","refusal":{"kind":"…"}} with status 409. Refusals common to all endpoints are in the rules section.

CodeWhat happened and what to do
not_foundThe record does not exist or is not yours. The ownership condition is in the database query itself, so someone else’s record looks like a missing one.
too_shortThe text is too short. A one-word answer helps neither the buyer nor the review.
contactsContact details were found in the text — an email, a phone number, a messenger link. Taking the deal off the marketplace strips the buyer of protection and the seller of the guarantee. Remove them and send again.
languageThe text contains obscenity or a personal attack. The rule is the same for both sides.
reply_alreadyA reply already exists. A review is answered once.

Nearby in this section