- 公共分类
- 直播小助手
- 优惠套餐
- 同城配送门店
- 同城配送订单
- 打印机管理
- DIY
- 直播间商品管理
- 自提件点
- 复制商品
- 秒杀商品
- 资金明细
- 预售商品
- 自动标签
- 发票管理
- 助力商品
- 用户管理
- 公告管理
- 拼团商品
- 拼团团队
- 财务管理
- 导入管理
- 保障服务
- Cache
- 分账单
- 分账申请
- 积分管理
- 一号通
- 商品标签
- 商品单位
- 仓库商品
- 身份管理
- 商品管理
- 优惠券
- 对账管理
- 店铺设置
- 导出文件 v1.1.0
- 附件管理
- 附件分类
- 管理员管理
- 配置管理
- 地区管理
- 产品规则模板
- 运费管理
- 客服管理
- 订单管理
- 退款订单
- 商品评价管理
- 统计
- 直播间管理
- 参数模板
- OpenApi
- 系统表单
- 配送员
- 卡密库
- 一次性卡密
- 代客下单
- 预约商品
商品支付排行
开发中
GET
/statistics/product
统计
请求参数
Header 参数
x-token
string
可选
默认值:
{{x-token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/statistics/product' \
--header 'x-token: {{x-token}}'
返回响应
🟢200successful operation
application/json
Body
status
number
可选
message
string
可选
data
array [object {3}]
可选
total
string
支付数
product_id
number
商品 id
cart_info
object
商品信息
示例
{
"status": 0,
"message": "string",
"data": [
{
"total": "string",
"product_id": 0,
"cart_info": {
"product": {
"product_id": 0,
"image": "string",
"store_name": "string",
"is_show": 0,
"status": 0,
"is_del": 0,
"unit_name": "string",
"price": "string",
"mer_status": 0,
"temp_id": 0,
"give_coupon_ids": [
"string"
],
"temp": {
"shipping_template_id": 0,
"name": "string",
"type": 0,
"appoint": 0,
"undelivery": 0,
"mer_id": 0,
"is_default": 0,
"sort": 0,
"create_time": "string",
"regionAddress": {
"shipping_template_region_id": 0,
"temp_id": 0,
"city_id": "string",
"first": "string",
"first_price": "string",
"continue": "string",
"continue_price": "string"
},
"undelives": null,
"freeAddress": null
},
"is_gift_bag": 0
},
"productAttr": {
"product_id": 0,
"stock": 0,
"price": "string",
"unique": "string",
"sku": "string",
"volume": "string",
"weight": "string",
"cost": "string"
},
"product_type": 0
}
}
]
}
修改于 2022-08-30 10:23:47