Click or drag to resize
ShoppingCartItemInfoProviderGetShoppingCartItemsFromOrder Method
Returns DataSet with all shopping cart items of the specified order. DataSet includes both SKU data and order item data.

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

Parameters

orderId
Type: SystemInt32
Order ID

Return Value

Type: DataSet
See Also