catalog.roundingRule.delete
Scope: catalog Permissions to execute: for all
catalog.roundingRule.delete(id)
Method deletes a price rounding rule.
Returns true
on success.
Parameters
Parameter | Type | Description |
---|---|---|
id | integer | Price rounding rule. |
Examples
BX24.callMethod( 'catalog.roundingRule.delete', { id: 11 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024