---
title: "Create Ticket"
method: POST
path: "/v1/shops/{shopId}/tickets"
tags: ["Tickets"]
---

# Create Ticket

`POST /v1/shops/{shopId}/tickets`

Creates a new ticket.

## Request body

- object
  - `customer_id` string, required
  - `subject` string, required — Must not be greater than 255 characters.
  - `invoice_id` string

## Response `200`

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
