• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/sale/cashbox/eventhandlers/check.php
  • Класс: BitrixCatalogIntegrationSaleCashboxEventHandlersCheck
  • Вызов: Check::getProductIdsFromCheck
static function getProductIdsFromCheck(array $products): array
{
	return array_unique(array_filter(array_column($products, 'PRODUCT_ID')));
}