---
title: "Sets overrides for a customer"
method: POST
path: "/customers/{customerId}/overrides"
tags: ["Customers"]
---

# Sets overrides for a customer

`POST /customers/{customerId}/overrides`

Sets the available overrides for a customer without modifying the
original values. To clear a value, send it as an empty string

## Path parameters

- `customerId` string, required

## Request body

- object
  - `customerSince` string, date-time
  - `ordersCount` integer
  - `amountSpent` unknown

## Response `200`

Customer updated successfully

## Other responses

- `401` — You do not have permission
- `404` — Not Found

---

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