ShoppingCartItemInfoProviderGetShoppingCartItemsFromOrder Method |
Returns DataSet with all shopping cart items of the specified order. DataSet includes both SKU data and order item data.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static DataSet GetShoppingCartItemsFromOrder(
int orderId
)
Parameters
- orderId
- Type: SystemInt32
Order ID
Return Value
Type:
DataSetSee Also