crm.catalog.get
crm.catalog.get(id)
Returns a commercial catalog associated with the specified catalog ID.
Parameters
Parameter | Description |
---|---|
id | Product catalog ID. |
Example
var id = prompt("Enter ID"); BX24.callMethod( "crm.catalog.get", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024