---
title: "Commission Update"
method: PUT
path: "/commissions/update"
tags: ["Commission Update"]
---

# Commission Update

`PUT /commissions/update`

This service detects price variations for a product, providing the differences between the original and the updated value.

## Request body

- object
  - `prebook_id` string, required
  - `commission` number, required

## Response `200`

OK

- object
  - `commission` object
    - `amount` number
    - `max_amount` number
    - `min_amount` number
  - `total` number
  - `currency` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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