---
title: "Update vacation mode"
method: PATCH
path: "/seller/vacation"
tags: ["seller-account"]
---

# Update vacation mode

`PATCH /seller/vacation`

Enable or disable vacation mode for the authenticated seller.

Use this when a seller needs to temporarily stop receiving new orders.

State changes:
- Updates the seller `vacation` flag.
- Hides all seller listings when vacation mode is enabled.
- Removes existing listing holds when vacation mode is enabled so baskets can self-clean on next access.

Access and validation:
- Seller must exist and be `active`.
- Returns `401` when the seller is not active.
- Returns `204` on success with no body.

## Request body

- object
  - `vacation` boolean, required — Whether the seller should be set as on vacation

## Response `204`

Vacation mode updated

## Other responses

- `401` — Seller is not active
- `404` — Seller not found

---

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