Properties of the Shopping Cart in an Online Store: Overview of Methods
The properties of the cart are characteristics of the cart items: size, color, article number, manufacturer.
Quick navigation: all methods
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.
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 |
Copied