---
title: "Reply to Ticket"
method: POST
path: "/v1/seller/ticket"
tags: ["Ticket"]
---

# Reply to Ticket

`POST /v1/seller/ticket`

Reply to a Ticket from Channel API

## Request body

- SellerTicketReply — Seller reply to an existing customer service ticket on the marketplace, scoped to a channel.
  - `channel` string, required — This is the unique Channel name.
  - `sellerId` string, required — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
  - `ticketId` string, required — Unique identifcation for Ticket Id
  - `replyRequested` boolean
  - `createdAt` string, date-time, required
  - `from` TicketFrom, required
    - `role` 'BUYER' | 'SELLER' | 'CHANNEL', required
    - `name` string
  - `message` string, required
  - `attachment` TicketAttachment[]
    - `filename` string, required
    - `contentType` string, required

## Response `201`

Ticket created

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `404` — Bad Request
- `429` — User has send to many requests
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
