Share via


ShoppingCartDataLevel Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Represents the level of information contained in shopping cart entity in storefront.

Namespace:  Microsoft.Dynamics.Retail.SharePoint.Web.Services.ViewModel
Assembly:  Microsoft.Dynamics.Retail.SP.Web.Services (in Microsoft.Dynamics.Retail.SP.Web.Services.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration ShoppingCartDataLevel
'Usage
Dim instance As ShoppingCartDataLevel
[DataContractAttribute]
public enum ShoppingCartDataLevel
[DataContractAttribute]
public enum class ShoppingCartDataLevel

Members

Member name Description
Minimal The default level which indicates only minimal information is obtained.

This data level is mainly used for mini shopping cart where product details and pricing details will suffice.

Extended This data level indicates that cart contains additional information such as shipping options, discount codes, loyalty details.

This is used everywhere except mini shopping cart and the shopping cart display pages.

All This level indicates that cart contains all information associated with it.

This includes the kit component level details and cart promotions. This is used in the shopping cart display in the 'View shopping cart', 'checkout review', 'order details' pages.

See Also

Reference

Microsoft.Dynamics.Retail.SharePoint.Web.Services.ViewModel Namespace