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