catalog.productPropertyFeature.get
catalog.productPropertyFeature.get(id)
Method gets product or SKU parameter by ID.
Parameters
Parameter | Type | Description |
---|---|---|
id | integer | Identifier for product or SKU property parameter. |
Examples
BX24.callMethod( 'catalog.productPropertyFeature.get', { id: 144 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024