Documentation

catalog.productPropertySection.get

Scope: catalog Permissions to execute: for all

catalog.productPropertySection.get(propertyId)

Method gets product or SKU section properties.

Parameters

ParameterType Description
propertyIdinteger Identifier for product or SKU property.

Examples

BX24.callMethod(
    'catalog.productPropertySection.get', 
    {
      propertyId: 128
    }, 
    function(result)
    {
        if(result.error())
            console.error(result.error().ex);
        else
            console.log(result.data());
});
© «Bitrix24», 2001-2024
Up