{% note tip "" %}
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
{% endnote %}
The properties of the cart are characteristics of the cart items: size, color, article number, manufacturer.
Quick navigation: all methods
User documentation: Create and Configure Product Properties in CRM
Cart. Specify the cart item to which the property is linked. The list of cart items can be obtained using the sale.basketitem.list method.
- Retrieve the cart item ID using sale.basketitem.list.
- Create a cart item property using sale.basketproperties.add.
- Check the property value using sale.basketproperties.get or retrieve a list of properties using sale.basketproperties.list.
- If the data has changed, update the property using sale.basketproperties.update.
- Delete an obsolete property using sale.basketproperties.delete.
Scope:
saleWho can execute the methods: depending on the method
#| || Method | Description || || sale.basketproperties.add | Adds a property to the cart item || || sale.basketproperties.update | Updates the fields of the cart item property || || sale.basketproperties.get | Returns the value of the cart item property by its identifier || || sale.basketproperties.list | Returns a list of properties of cart items || || sale.basketproperties.delete | Deletes a property of the cart item || || sale.basketproperties.getFields | Returns a list of fields of the cart item property || |#