Package com.broadleafcommerce.cart.client.domain
package com.broadleafcommerce.cart.client.domain
-
ClassDescriptionDictates how included items or item choices should be priced.Represents a customer facing shopping cart with items, pricing and fulfillment information.The domain used to record the actions taken against a cart
Cart
.The domain object that is used to alert customers about some problems with theCart
.An item in aCart
.Deprecated, for removal: This API element is subject to removal in a future version.Pricing information for aCart
.Used to inform what configuration errors may exist on a cart item viaCartItem.getAttributeConfigErrors()
andCartItem.getGlobalConfigErrors()
Contains details to attach to a dependentCartItem
.A group of items designated to a certain fulfillment location and type.Deprecated, for removal: This API element is subject to removal in a future version.A cart item designated to a specificFulfillmentGroup
for fulfillment.Tax information about this fulfillment item.A DTO used to store a guest token string for secure guest checkout flows.A reference object for holding data from a primary entity-asset (e.g., a product's primary image) that can be kept on aCartItem
for displaying product assets.A basic list of items.A rule allowing access to an item list.An item of an Item List.A reference to some external SKU from the context of an item.Represents a pricing override to be used for a dependent item (like a warranty) if a specific variant of the parent product is added as the dependent's parent.
DefaultCartItemTypes