返回 Skill 列表
extension
分类: 数据与分析无需 API Key

kutesmart-海外运营平台报表查询-按时间、客户、活动、分组或业务维度查询统计结果

查询海外运营平台营销、客户、订单、优惠券、销售、分组和业务报表类只读接口。用于按时间、客户、活动、分组或业务维度查询统计结果,不执行导出和写操作;当用户要查营销活动花费、客户报表、客户订单报表、销售统计或优惠券报表时触发。

person作者: user_ac9585d3hubcommunity

kutesmart-海外运营平台报表查询-按时间、客户、活动、分组或业务维度查询统计结果

正式环境固定服务根地址:https://www.kutetailor.com/api

只读 BI 型 skill。导出文件接口暂不纳入。

动作表

| action | 请求 | URL | 参数 | 返回 | 用途 | |---|---|---|---|---|---| | marketing_campaign_report | GET | /campaign-group/reportMarketingCampaign | Query:BusinessReportRequest | RS<List<ReportMarketingCampaignVO>> | 营销活动花费报表。 | | customer_report | POST | /customer/getCustomerReport | Body:BusinessReportRequest | RS<CustomerReport> | 客户报表。 | | customer_order_report | POST | /customer/getCustomerOrderReport | Body:BusinessReportRequest | IPage<CustomerOrderReport> | 客户订单报表。 | | all_customer_by_user | POST | /customer/getAllCustomerByUserId | Body:OrderReportTimeParam | RS<List<CustomerInfoReport>> | 用户下客户报表信息。 | | coupon_report | GET | /coupon-member/reportCoupon | Query:dayuserId | RS<List<CouponMemberListVO>> | 优惠券报表。 | | group_amount_report | GET | /customer/group-user/getGroupAmountReportInfo | Query:mouthid | RS<GroupAmountDTO> | 分组订单消费数报表。 | | group_piece_report | GET | /customer/group-user/getGroupPieceReportInfo | Query:mouthid | RS<GroupPieceDTO> | 分组客单数报表。 | | group_price_report | GET | /customer/group-user/getGroupPriceReportInfo | Query:mouthid | RS<List<GroupPriceDTO>> | 分组客单价报表。 | | query_sales | POST | /order/orden/querySales | Body:MarketingCampaignSalesRequest | RS<List<MarketingCampaignSalesResultVO>> | 营销活动销售查询。 |

安全边界

  • 只读查询,不调用导出接口。
  • 报表答案必须基于接口返回,不补造统计值。
  • 财务/客户敏感报表按后端权限返回,不绕过权限。

来源

| 项目 | 路径 | |---|---| | 报表接口 | rcmtm-cloud-marketingrcmtm-cloud-customerrcmtm-cloud-couponrcmtm-cloud-order | | 接口清单 | doc/interface-list.md |