sale.basketproperties.getFields
sale.basketproperties.getFields()
The method returns element fields for shopping cart properties.
Returned fields:
Field | Description |
---|---|
id | Product ID. |
basketId | Shopping cart ID. |
name | Product name. |
value | Property value. |
code | Property code. |
sort | Sorting. |
xmlId | External identifier. |
Parameters
No parameters.
Examples
BX24.callMethod( 'sale.basketproperties.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024