> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Pricing Not Permitted

> The barber is not permitted to set custom prices for services

## Cause

The barber does not have permission to set custom prices for services. The shop has restricted pricing changes for this barber, typically for commission-based barbers or during training periods.

## Fix

Use the shop-level pricing for the service, or contact the shop owner to request pricing permissions. Barbers can still control service visibility regardless of pricing permissions.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Update a barber service](/api-reference/services/update-a-barber-service)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/customPricingNotPermitted",
  "title": "Custom Pricing Not Permitted",
  "status": 422,
  "detail": "The barber does not have permission to set custom prices for services. The shop has restricted pricing changes for th..."
}
```
