# ConcreteProductRestriction

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

Класс `\Bitrix\Sale\Services\Base\ConcreteProductRestriction`
Модуль: Sale.

## Описание

Класс ConcreteProductRestriction
Абстрактное ограничение по конкретным товарам

Исходный файл: `source/sale/lib/services/base/concreteproductrestriction.php:17`

## Свойства (1)

- `static $$easeSort`

## Методы (16)

- [`static check()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/check/) — Сравнивает список позиций корзины со списком товаров, ограничивающих систему, и возвращает логический результат
- [`static checkByEntity()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/checkbyentity/) — Проверка параметров службы на соответствие ограничению по сущности.
- [`static delete()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/delete/)
- [`static extractParams()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/extractparams/) — Извлекает из $entity массив id конкретных товаров, ограничивающих систему, и возвращает его
- [`static getClassDescription()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/getclassdescription/)
- [`static getClassTitle()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/getclasstitle/) — Возвращает заголовок ограничения
- [`static getCode()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/getcode/) — Получить код ограничения, сопоставимый с кодом ограничения обработчика службы.
- [`static getOnApplyErrorMessage()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/getonapplyerrormessage/) — Возвращает сообщение, которое отображается при возникновении ошибки во время применения ограничения
- [`static getParamsStructure()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/getparamsstructure/) — Возвращает массив параметров ограничения 'CONCRETE_PRODUCT'
- [`static getSeverity()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/getseverity/)
- [`static isAvailable()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/isavailable/)
- [`static isMyCode()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/ismycode/)
- [`static prepareData()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/preparedata/)
- [`static prepareParamsValues()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/prepareparamsvalues/)
- [`static save()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/save/)
- [`static validateRestriction()`](https://chugunov.pro/api-bitrix/sale/services/base/concreteproductrestriction/validaterestriction/) — Проверка ограничения на соответствие бизнес-правилам.

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