# DiscountManager::calculateApplyCoupons()

URL: https://chugunov.pro/api-bitrix/catalog/discount/discountmanager/calculateapplycoupons/
Проверено на 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 calculateApplyCoupons(array<string|int, mixed> $couponsList, array<string|int, mixed> $basket, array<string|int, mixed> $params) : array<string|int, mixed>
```

## Описание

Проверить применение купонов.

## Параметры

- `$couponsList` `array<string|int, mixed>` — обязательный. Купоны.
- `$basket` `array<string|int, mixed>` — обязательный. Данные корзины.
- `$params` `array<string|int, mixed>` — обязательный. Параметры расчёта.

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

`array<string|int, mixed>`

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