channel.questions.answer

Answer a customer question (moderated by the marketplace).

Machine-readable body schema: /schemas/routes/channel.questions.answer.json.

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "minLength": 10,
      "maxLength": 2000
    }
  },
  "required": [
    "text"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.questions.answer.md