# ProductTable::getCurrentRatioWithMeasure()

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

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

## Сигнатура

```php
public static getCurrentRatioWithMeasure(array<string|int, mixed>|int $product) : array<string|int, mixed>|bool
```

## Описание

Возвращает коэффициент и единицу измерения для товаров.

## Параметры

- `$product` `array<string|int, mixed>|int` — обязательный. Идентификаторы товаров.

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

`array<string|int, mixed>|bool`

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