# 2025-08-29: Price Service - vendor handling added

## Overview

New field `vendorId` was added to the price response payload. With the new scopes, vendor employees can now manage and view prices for products that belong to their vendor.

## New scopes

* `price.price_manage_by_vendor`
* `price.price_read_by_vendor`

## Modified endpoints

| Endpoint                                                                                                                                                             | Description                                                                               |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [Retrieving all prices](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/prices#get-price-tenant-prices)          | New attribute `vendorId` added to response. New scope `price.price_read_by_vendor` added. |
| [Retrieving a price](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/prices#get-price-tenant-prices-priceid)     | New attribute `vendorId` added to response. New scope `price.price_read_by_vendor` added. |
| [Creating a new price](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/prices#post-price-tenant-prices)          | New scope `price.price_manage_by_vendor` added.                                           |
| [Creating multiple prices](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/prices#post-price-tenant-prices-bulk) | New scope `price.price_manage_by_vendor` added.                                           |
| [Upserting a price](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/prices#put-price-tenant-prices-priceid)      | New scope `price.price_manage_by_vendor` added.                                           |
| [Upserting multiple prices](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/prices#put-price-tenant-prices-bulk) | New scope `price.price_manage_by_vendor` added.                                           |
| [Deleting a price](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/prices#delete-price-tenant-prices-priceid)    | New scope `price.price_manage_by_vendor` added.                                           |

## Known problems

There are no known problems.
