Click or drag to resize
ShoppingCartItemInfoProviderGetShoppingCartItems Method (Int32)
Returns DataSet with all shopping cart items data of the specified cart. DataSet includes both SKU data and shopping cart item data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetShoppingCartItems(
	int cartId
)

Parameters

cartId
Type: SystemInt32
Shopping cart ID

Return Value

Type: DataSet
See Also