---
title: "Update trouble ticket status"
method: PUT
path: "/ticket/{ticketId}/status"
tags: ["tickets"]
---

# Update trouble ticket status

`PUT /ticket/{ticketId}/status`

Alows the seller to update the status of a trouble ticket

## Path parameters

- `ticketId` string, required

## Headers

- `authorization` string, required

## Request body

- TicketStatus
  - `ticketStatus` string, required — New trouble ticket status. Valid options are `REOPENED`, `CLOSED`

## Response `200`

successfully received transaction

## Other responses

- `400` — Bad request.
- `401` — Access denied. You're not authenticated or token expired. Check your request header the `authorization` field is required.
- `403` — Server refused to process your request. Please check the API SLA and reduce number of requests per second.
- `404` — Object not found.

---

[API](https://skmtc.net/brandlovers/apis/brandlovers-marketplace-api-v1.md) · [All operations](https://skmtc.net/brandlovers/apis/brandlovers-marketplace-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brandlovers/brandlovers-marketplace-api-v1/revisions/cb3af6151ae4/schema)
