查询店铺下的商品信息集合
GET
http:///[ip]:[port]/app/goods/GoodsList/
请求参数
参数名
类型
描述
必填
storeId
string
店铺id
必填
响应参数
参数名
类型
描述
必填
total
int
记录条数 示例:51
必填
goodsName
object
商品名称 示例:null
必填
goodsNum
string
商品编号 示例:1280696915611815936
必填
brandName
object
品牌名称 示例:null
必填
salesService
string
售后服务 示例:7天包换
必填
category1Name
object
一级分类名称 示例:null
必填
category2Name
string
二级分类名称 示例:
必填
category3Name
object
三级分类名称 示例:null
必填
areaName
string
地区名称 示例:长沙市望城区
必填
salesVolume
int
商品销量 示例:1
必填
salesStatus
object
商品状态 示例: 1预售 2 销售中 3售罄 4销售中
必填
goodsCode
object
商品条码码 示例:null
必填
goodsUnit
object
商品单位 示例:null
必填
allStock
object
商品总库存 示例:null
必填
packageNum
object
已售总包数 示例:null
必填
id
string
商品id
必填
goodsDetails
string
商品详情信息
必填
specCategory
string
商品规格分类
必填
specification
string
商品详情
必填
unitPrice
BigDecimal
商品单价
必填
stock
string
商品库存
必填
goodsStatus
Integer
商品状态
必填
filePath
string
商品图片路径
必填
imgPath
string
示例:http://888,http://999
必填
code
int
响应代码 示例:200
必填
msg
string
响应信息 示例:查询成功
必填