Properties of the Shopping Cart in an Online Store: Overview of Methods
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.
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
Connection of Cart Properties with Other Objects
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.
How to Get Started
- 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.
Overview of Methods
Scope:
saleWho can execute the methods: depending on the method
|
Method |
Description |
|
Adds a property to the cart item |
|
|
Updates the fields of the cart item property |
|
|
Returns the value of the cart item property by its identifier |
|
|
Returns a list of properties of cart items |
|
|
Deletes a property of the cart item |
|
|
Returns a list of fields of the cart item property |