---
title: "Configure channel catalog cost settings"
method: PUT
path: "/v2/user/channelCatalogs/{channelCatalogId}/settings/cost"
tags: ["Channel Catalogs - Settings"]
---

# Configure channel catalog cost settings

`PUT /v2/user/channelCatalogs/{channelCatalogId}/settings/cost`

## Path parameters

- `channelCatalogId` string, guid, required

## Request body

- CostSettings — If this property is not indicated please force the user to configure the cost settings. Defines the cost type you have on this channel with the cost value.
  - `costType` 'CPC_Global' | 'CPA_Global' | 'CPC_ByCategory' | 'CPA_ByCategory' | 'Fixed_Global', required — CPC means cost per click. CPA means cost per action. You can have CPC/CPA with a global cost value. You can have CPC/CPA by category the cost value MUST be null You can have global fixed price.
  - `globalCostValue` number — In case of global cost type, you have to indicate the cost value.

## Response `204`

Channel catalog cost settings configured

## Other responses

- `404` — Occurs when a user tries to work on the wrong ChanelCatalogId.
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/versions/557b7feddf8a/schema)
