catalog.product.service.get
Scope: catalog Permissions: all
catalog.product.service.get(id)
Method for accessing service field value by ID.
Parameters
Parameter | Type | Description |
---|---|---|
id | integer | Service ID. |
Examples
BX24.callMethod( 'catalog.product.service.get', { id: 222 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024