crm.product.add
crm.product.add(fields)
Creates a new product.
Parameters
Parameter | Description |
---|---|
fields | Set of fields is an array ("field"=>"value"[, ...]), containing values of product fields. | CURRENCY_ID must be specified to set a price.
Example
BX24.callMethod( "crm.product.add", { fields: { "NAME": "Bitrix24, Inc.", "CURRENCY_ID": "USD", "PRICE": 4900, "SORT": 500 } }, function(result) { if(result.error()) console.error(result.error()); else console.info("New product with ID " + result.data() "created"); } );
Adding files to CRM by the highlighted method has its own particular specifics.
© «Bitrix Inc.»,
2001-2021,
«Bitrix Inc.», 2021