分类添加商品
POST
/store/StoreGoods/addStoreGoods
请求参数
参数名
类型
描述
必填
name
string
商品名称
必填
sub_name
string
商品详细名称
必填
number
string
条码
必填
sort_id
int
商品分类ID
必填
retail_price
float
商品售价
必填
vip_price
float
会员价
必填
cost_price
float
商品进价
必填
stock
int
商品库存
必填
company
string
商品单位
必填
specs
string
商品规格
必填
goods_desc
string
商品描述
必填
brand_id
int
品牌商
必填
produce_time
string
生产日期
必填
warranty_time
string
保值日期
必填
stock_warn
int
库存预警
必填
video
string
商品视频
必填
images
array
图片
必填
images_info
array
图片详情
必填
is_vip
int
开启会员折扣:1-否 2-是
必填
is_score
int
开启固定积分:1-否 2-是
必填
is_vip_score
int
开启会员积分抵扣:1-否 2-是
必填
store_id
int
商户ID
必填
shelves_id
int
上架ID
必填
label_id
int
标签ID
必填
warranty_warn
int
保质期提前提醒(天)
必填