---
title: "Upsert seller commissions in bulk"
method: PUT
path: "/seller-register/pvt/sellers/{sellerId}/commissions"
tags: ["Seller Commissions"]
---

# Upsert seller commissions in bulk

`PUT /seller-register/pvt/sellers/{sellerId}/commissions`

This endpoint is used by marketplace operators to define comissions for multiple categories, sending an array with multiple objects in the same call.

## Permissions

Any user or [API key](https://developers.vtex.com/docs/guides/api-authentication-using-api-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:

| **Product** | **Category** | **Resource** |
|---|---|---|
| Seller Register | Seller administration | Save Seller |

| **Role** | **Resource** | 
| --------------- | ----------------- | 
|Seller manager | Save Seller | 
You can [create a custom role](https://help.vtex.com/en/tutorial/roles--7HKK5Uau2H6wxE1rH5oRbc#creating-a-role) with this feature or use one of the predefined roles from the list above.

 >❗ Assigning a [predefined role](https://help.vtex.com/en/tutorial/roles--7HKK5Uau2H6wxE1rH5oRbc#creating-a-role) to users or application keys usually grants permission to multiple [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3). If some of these permissions are not necessary, consider creating a custom role instead. For more information regarding security, see [Best practices for using application keys](https://help.vtex.com/en/tutorial/best-practices-api-keys--7b6nD1VMHa49aI5brlOvJm). To learn more about machine authentication at VTEX, see [Authentication overview](https://developers.vtex.com/docs/guides/authentication).

## Path parameters

- `accountName` string, required
- `environment` string, required
- `sellerId` string, required

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- BulkUpsertSellerCommissionsRequest[] — Array with objects containing information about the category, seller and commission percentage to be applied.
  - `categoryId` string, required — Marketplace's Category ID that the product belongs to, configured in the Catalog.
  - `categoryFullPath` string, nullable, required — Full path to the SKU's category. It should be written as {department}/{category}. For example: if the department is **Appliances** and the category is **Oven**, the full path should be 'Appliances/Oven'.
  - `productCommissionPercentage` number, required — Percentage of the comission applied to the product in decimals.
  - `freightCommissionPercentage` number, required — Percentage of the comission applied to the freight in decimals.

## Response `204`

No Content

---

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