- 公共分类
- 直播小助手
- 优惠套餐
- 同城配送门店
- 同城配送订单
- 打印机管理
- DIY
- 直播间商品管理
- 自提件点
- 复制商品
- 秒杀商品
- 资金明细
- 预售商品
- 自动标签
- 发票管理
- 助力商品
- 用户管理
- 公告管理
- 拼团商品
- 拼团团队
- 财务管理
- 导入管理
- 保障服务
- Cache
- 分账单
- 分账申请
- 积分管理
- 一号通
- 商品标签
- 商品单位
- 仓库商品
- 身份管理
- 商品管理
- 优惠券
- 对账管理
- 店铺设置
- 导出文件 v1.1.0
- 附件管理
- 附件分类
- 管理员管理
- 配置管理
- 地区管理
- 产品规则模板
- 运费管理
- 客服管理
- 订单管理
- 退款订单
- 商品评价管理
- 统计
- 直播间管理
- 参数模板
- OpenApi
- 系统表单
- 配送员
- 卡密库
- 一次性卡密
- 代客下单
- 预约商品
商户添加商品时选择商品列表
开发中
GET
/store/seckill_product/product_list
请求参数
Query 参数
page
string
可选
示例值:
1
limit
string
可选
示例值:
10
level_one_cate_ids
string
可选
示例值:
7
active_id
string
可选
示例值:
141
Header 参数
x-token
string
可选
默认值:
{{x-token}}
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/seckill_product/product_list?page=1&limit=10&level_one_cate_ids=7&active_id=141' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
必需
data
object
必需
count
integer
必需
list
array [object {53}]
必需
示例
{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"product_id": 0,
"mer_id": 0,
"brand_id": 0,
"unit_name": "string",
"spec_type": 0,
"mer_status": 0,
"rate": "string",
"reply_count": 0,
"store_info": "string",
"cate_id": 0,
"image": "string",
"slider_image": [
"string"
],
"store_name": "string",
"keyword": "string",
"sort": 0,
"is_show": 0,
"sales": 0,
"price": "string",
"extension_type": 0,
"refusal": "string",
"cost": "string",
"ot_price": "string",
"stock": 0,
"is_gift_bag": 0,
"care_count": 0,
"status": 0,
"is_used": 0,
"create_time": "string",
"product_type": 0,
"old_product_id": 0,
"integral_total": 0,
"integral_price_total": "string",
"mer_labels": "string",
"is_good": 0,
"is_del": 0,
"type": 0,
"param_temp_id": "string",
"mer_svip_status": 0,
"svip_price": "string",
"svip_price_type": 0,
"mer_form_id": 0,
"good_ids": [
"string"
],
"delivery_free": 0,
"delivery_way": "string",
"old_stock": 0,
"sys_labels": [
null
],
"mer_cate_id": [
0
],
"content": "string",
"attr": [
{
"value": "string",
"detail": [
"string"
]
}
],
"attrValue": [
{
"value_id": 0,
"product_id": 0,
"detail": {
"颜色": "string",
"种类": "string"
},
"sku": "string",
"stock": 0,
"sales": 0,
"image": "string",
"bar_code": "string",
"cost": "string",
"ot_price": "string",
"price": "string",
"volume": "string",
"weight": "string",
"type": 0,
"extension_one": "string",
"extension_two": "string",
"unique": "string",
"svip_price": "string",
"old_stock": 0
}
],
"merCateId": [
{
"product_id": 0,
"mer_cate_id": 0,
"category": null
}
],
"storeCategory": {
"store_category_id": 0,
"cate_name": "string"
},
"merchant": {
"is_trader": 0,
"type_id": 0,
"mer_id": 0,
"mer_name": "string",
"mer_avatar": "string",
"product_score": "string",
"service_score": "string",
"postage_score": "string",
"service_phone": "string",
"care_count": 0,
"is_margin": 0,
"category_id": 0,
"type_name": "string",
"category_name": "string"
}
}
]
}
}
修改于 2024-04-30 03:26:03