catalog.productProperty.get
Scope: catalog Permissions to execute: for all
catalog.productProperty.get(id)
Method gets product or SKU property values by ID.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | Product or SKU property ID. |
Examples
BX24.callMethod( 'catalog.productProperty.get', { id: 128 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024