catalog.storeproduct.get
Scope: catalog Permissions to execute: for all
catalog.storeproduct.get(id)
Method gets field values for warehouse remaining stock.
Parameters
Parameter | Type | Description |
---|---|---|
id | integer | Entry primary key. |
Examples
BX24.callMethod( 'catalog.storeproduct.get', { id: 1 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024