catalog.productPropertySection.get
Scope: catalog Права на выполнение: для всех
catalog.productPropertySection.get(propertyId)
Метод для доступа к значению секционных настроек свойства товаров или торговых предложений.
Параметры
Параметр | Тип | Описание |
---|---|---|
propertyId | integer | Идентификатор свойства товаров или торговых предложений. |
Примеры
BX24.callMethod( 'catalog.productPropertySection.get', { propertyId: 128 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); } );
© «Битрикс», 2001-2024, «1С-Битрикс», 2024