CartType
Indicates the type of cart
enum CartType {
CUSTOMER
DEVICE
}
Values
CartType.CUSTOMER
Indicates that the cart is for a logged in customer
CartType.DEVICE
Indicates this cart is anonymous and tied to a device
Member of
Cart
object