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