catalog.productPropertyFeature.getFields
catalog.productPropertyFeature.getFields()
Method returns fields for product or SKU property parameter.
Parameters
No parameters.
Examples
BX24.callMethod( 'catalog.productPropertyFeature.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
Returned fields
Field | Description | Type | Note |
---|---|---|---|
featureId | Parameter code. | string | Required field. |
id | Property parameter ID. | integer | Read only. |
isEnabled | Enables/disables parameter. | char | Required field. |
moduleId | Module ID. | string | Required field. |
propertyId | Property ID. | integer | Required field. |
© «Bitrix24», 2001-2024