---
title: "Update Customer Status Endpoint"
method: POST
path: "/customers/customer/{customer}/status"
tags: ["customers", "customer-specific"]
---

# Update Customer Status Endpoint

`POST /customers/customer/{customer}/status`

Update customer status

## Path parameters

- `customer` string, required

## Request body

- CustomerStatusUpdate — Customer status update request
  - `status` 'active' | 'disabled' | 'pending-deletion' | 'error', required — Customer status enumeration

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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