• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/catalogprovider.php
  • Класс: BitrixCatalogProductCatalogProvider
  • Вызов: CatalogProvider::getStoreQuantityFromQuantityList
static function getStoreQuantityFromQuantityList(array $product): array
	{
		return self::getStoreQuantityFromSource(
			$product,
			[
				self::AMOUNT_SRC_STORE_QUANTITY_LIST,
				self::AMOUNT_SRC_QUANTITY_LIST,
			]
		);
	}