# DiscountManager::setProductPropertiesCache()

URL: https://chugunov.pro/api-bitrix/catalog/discount/discountmanager/setproductpropertiescache/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс: [`\Bitrix\Catalog\Discount\DiscountManager`](https://chugunov.pro/api-bitrix/catalog/discount/discountmanager/)
Модуль: Catalog.
Свойства элемента: method, public, static.

## Сигнатура

```php
public static setProductPropertiesCache(int $productId, array<string|int, mixed> $props) : void
```

## Описание

Установить кеш значений свойств для товара.

## Параметры

- `$productId` `int` — обязательный. ID товара.
- `$props` `array<string|int, mixed>` — обязательный. Значения свойств.

## Возвращаемое значение

`void`

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Catalog-Discount-DiscountManager.html
