catalog.roundingRule.update
Scope: catalog Права на выполнение: для всех
catalog.roundingRule.update(id, fields)
Метод для обновления полей правила округления цен.
Параметры
Параметр | Тип | Описание |
---|---|---|
id | integer | Идентификатор правила округления цен. |
fields | object | Поля, соответствующие доступному списку полей fields. |
Примеры
BX24.callMethod( 'catalog.roundingRule.update', { id: 10, fields: { catalogGroupId: 14, price: 1000, roundType: 4, roundPrecision: 10, } }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); } );
© «Битрикс», 2001-2024, «1С-Битрикс», 2024