👏欢迎访问食亨开放平台,这里将提供给你优质的接口,请选择对应系统tab进入到接口文档
/commodity/practice/data/query
POST
application/json
*/*
参数名称 | 参数说明 | in | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
baseRequest | baseRequest | body | true | HttpBaseRequest«CommodityPracticeDataRequest» | HttpBaseRequest«CommodityPracticeDataRequest» |
appId | 应用唯一标识appId | true | string | ||
paramContent | 参数内容(无参则无需传递改参数) | true | CommodityPracticeDataRequest | CommodityPracticeDataRequest | |
endDate | 查询结束时间 | true | string | ||
orderChannelList | 订单来源列表 | false | array | integer | |
platformIdList | 平台类型列表 | false | array | integer | |
practiceCategoryName | 做法分类名称 | false | array | string | |
shopIdList | 中台门店列表 | true | array | string | |
startDate | 查询开始时间 | true | string | ||
sign | 参数签名 | true | string | ||
timestamp | 时间戳 | true | integer(int64) | ||
version | 版本 | true | string |
状态码 | 说明 | schema |
---|---|---|
200 | OK | CommodityPracticeDataResponse |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
categoryName | 商品分类 | string | |
date | 查询日期 | string | |
dish | 商品ID | integer(int64) | integer(int64) |
name | 商品SPU名称 | string | |
orderChannel | 下单渠道 | integer(int64) | integer(int64) |
orderChannelName | 下单渠道名称 | string | |
platformId | 平台 | integer(int32) | integer(int32) |
practiceCategoryName | 商品SKU做法分类名称 | string | |
practiceDish | 商品做法 ID | integer(int64) | integer(int64) |
practiceName | 做法名称 | string | |
practiceOpenSkuId | 做法外部SKU编码 | string | |
practiceSaleCount | 商品销量 | number(double) | number(double) |
productEnumName | 商品类型名称 | string | |
shop | 门店 ID | integer(int64) | integer(int64) |
skuName | 商品SKU 名称 | string | |
practiceOpenSkuId | 商品做法外部SKU编码 | string | |
openSkuId | 商品外部SKU编码 | string | |
skuSaleAmount | 商品销售额(订单商品) | decimal |