# Update offer pricing (unified format)

`PATCH https://api.suger.cloud/org/{orgId}/offer/{offerId}/price`

Add new usage dimensions or update existing dimension rates (at negotiated rates) on a released AWS private offer. AWS validates whether modifying an existing dimension is permitted. A new dimension must already exist on the product's public offer.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `offerId` | path | string | yes | Offer ID |

## Request Body

Required.

Content-Type: `application/json` · Schema: `UpdateProductPriceRequest`

## Responses

### 200 — OK

Content-Type: `application/json` · Schema: `UpdateProductPriceResponse`

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
