- 后台接口
- 客服
- 消息列表
- 客服会话
- im配置
- 会员等级
- 会员消息管理
- 会员企业认证
- 会员管理
- 会员留言
- 订单配置
- 配送类型
- 运费模板
- 地区管理
- 消息分类
- 邮箱模板管理
- 配送方式配置信息
- 许可证
- 相册图片管理
- 相册管理
- 友情链接
- 配置管理
- 区号管理
- 库存日志
- 分销商品
- 分销业绩订单结算
- 分销员分组
- 分销内容管理
- 分销模式设置
- 素材分类
- 微信直播
- 限时折扣
- 积分签到
- 限时秒杀
- 充值余额
- 营销管理
- 满减活动
- 活动赠品
- 积分商品
- 优惠券
- 商品服务
- 商品分组
- 商品
- 商品属性模板
- 电子卡券组
- 电子卡券
- 评价管理
- 商品分类
- 品牌
- 订单商品
- 订单管理
- 售后管理
- 管理员消息
- 商家账户表
- 店铺商品分类表
- 店铺表
- 商家表
- 入驻申请
- 商户账户
- 登录控制器
- 翻译管理
- 语言关联
- 语言列表
- 货币管理
- 提现申请
- 充值记录
- 发票资质
- 退款记录
- 退款申请
- 交易日志
- 发票申请
- 示例
- 首页分类栏
- 售后申请表
- 装修组件
- 页面管理
- 文章分类
- 文章
- 供应商管理
- 权限
- 管理员列表
- 角色
- 文件访问控制器
- 会员积分日志
- 访问统计控制器
- 销售统计控制器
- 面板控制器
- 店铺资金变化
- 账户总览
- 管理员日志
- 店铺员工管理
- 店铺订单配置
- 视频相册信息后台管理接口
- 视频相册后台管理接口
- 商品询价
- 客户端接口
商品列表
GET
/adminapi/product/product/list
商品
请求参数
Query 参数
page
integer <int32>
当前页码
size
integer <int32>
分页大小
sortField
string
排序字段
keyword
string
查询参数
sortOrder
string
可选
introType
string
介绍类型
isDelete
integer <int32>
可选
shopId
integer <int32>
可选
productStatus
integer <int32>
可选
checkStatus
integer <int32>
可选
productId
integer <int32>
商品ID
searchShop
integer <int32>
是否查所有店铺商品
categoryId
integer <int32>
商品分类ID
brandId
integer <int32>
品牌ID
productGroupId
integer <int32>
商品组ID
shopCategoryId
integer <int32>
店铺分类ID
ids
string
可选
idList
array[integer <int32>]
可选
extraProductIds
array[integer <int32>]
不包含的商品ids
brandIds
string
品牌ids
couponId
integer <int32>
优惠券id
minPrice
number
价格区间
maxPrice
number
价格区间
isNew
integer <int32>
是否最新
suppliersId
integer <int32>
供应商id
isShow
integer <int32>
可选
withCartSum
integer <int32>
可选
sort
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/product/product/list'
返回响应
🟢200成功
*/*
Body
records
array[object (ProductListResDTO) {26}]
可选
categoryId
integer <int32>
商品分类ID
brandId
integer <int32>
品牌ID
productTsn
string
产品TSN
marketPrice
number
市场价(划线价)
shippingTplId
integer <int64>
运费模板ID
freeShipping
integer <int32>
是否包邮
productId
integer <int32>
产品ID
picUrl
string
图片URL
picThumb
string
缩略图URL
productName
string
产品名称
checkStatus
integer <int32>
审核状态
checkReason
string
审核原因
shopId
integer <int32>
店铺ID
suppliersId
integer <int32>
供应商ID
productType
integer <int32>
产品类型
productSn
string
产品SN
productPrice
number
产品价格
productStatus
integer <int32>
产品状态
isBest
integer <int32>
是否推荐
isNew
integer <int32>
是否新品
isHot
integer <int32>
是否热销
productStock
integer <int32>
库存数量
sortOrder
integer <int32>
排序顺序
productSku
array[object (ProductSkuDTO) {10}]
产品SKU列表
shop
object (Shop)
店铺表
price
string
最终价
total
integer <int64>
可选
size
integer <int64>
可选
current
integer <int64>
可选
optimizeCountSql
object (PageProductListResDTO)
可选
searchCount
object (PageProductListResDTO)
可选
pages
integer <int64>
可选
示例
{
"records": [
{
"categoryId": 0,
"brandId": 0,
"productTsn": "string",
"marketPrice": 0,
"shippingTplId": 0,
"freeShipping": 0,
"productId": 0,
"picUrl": "string",
"picThumb": "string",
"productName": "string",
"checkStatus": 0,
"checkReason": "string",
"shopId": 0,
"suppliersId": 0,
"productType": 0,
"productSn": "string",
"productPrice": 0,
"productStatus": 0,
"isBest": 0,
"isNew": 0,
"isHot": 0,
"productStock": 0,
"sortOrder": 0,
"productSku": [
{
"skuId": 0,
"productId": 0,
"skuValue": "string",
"skuData": [
{
"name": "string",
"value": "string"
}
],
"skuSn": "string",
"skuStock": 0,
"skuTsn": "string",
"skuPrice": "string",
"marketPrice": 0,
"costPrice": 0
}
],
"shop": {
"shopId": 0,
"shopTitle": "string",
"addTime": 0,
"shopLogo": "string",
"clickCount": 0,
"status": 0,
"merchantId": 0,
"shopMoney": 0,
"frozenMoney": 0,
"contactMobile": "string",
"description": "string",
"kefuPhone": "string",
"kefuWeixin": "string",
"kefuLink": "string",
"isContactKefu": 0,
"kefuInlet": "string"
},
"price": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}