标签、API使用手册

CartItem 购物车条目

需要简述

购物车条目

属性

名称 类型 描述
id Integer 购物项ID
product_id Integer 货品ID
goods_id Integer 商品ID
name Integer 商品名称
mktprice Double 市场价格
price Double 销售价格
coupPrice Double 优惠后的价格
subtotal Double 小计
num int 数量
image_default String 商品图片
point Integer 积分
itemtype Integer 物品类型(0商品,1捆绑商品,2赠品)
sn String 捆绑促销的货号
addon String 配件字串
specs String 规格
catid int 是否货到付款
others Map 扩展项,可通过 ICartItemFilter 进行过滤修改