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: sale

Who 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