Documentation

catalog.productPropertyFeature.getAvailableFeaturesByProperty

catalog.productPropertyFeature.getAvailableFeaturesByProperty(propertyId)

Method gets available product or SKU property parameters.

Parameters

ParameterType Description
propertyIdinteger 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
Up