需要 write_marketing_event 权限点。
更多权限点使用信息,请参考:
POST https://{handle}.myshopline.com/admin/openapi/v20250601/sales/flow/batch_sync_flow_data.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
批量同步flow统计数据
请求头
  • Content-Type required
    字段值固定为application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
  • app_key string required
    appKey
    Example: ee89294e244543bd9422b446de9dece9cf0ea14e
  • flow_data_listobject[] required
    数据列表,最大100
  • delete_flow_node_data_listobject[]
    删除的流程活动
  • bounce_rate string
    弹回率
    Example: 10
  • buyer_num long required
    下单用户数
    Example: 5
  • click_rate string
    点击率
    Example: 56.6
  • fail_rate string
    失败率
    Example: 0
  • has_delivery_num long required
    送达数量
    Example: 5
  • has_send_num long required
    已发送数量
    Example: 5
  • node_id string required
    节点Id
    Example: 5a206848-5e7e-4e50-93de-01bb4d9c7ac5
  • occurred_on long required
    数据时间, 毫秒时间戳
    Example: 1672365600000
  • open_rate string
    打开率
    Example: 4
  • order_amount long required
    销售额,单位分
    Example: 344
  • order_num long required
    订单数
    Example: 5
  • parent_node_id string
    父节点Id,用于排序、合并显示
    Example: 5a206848-5e7e-4e50-93de-01bb4d9c7ac5
  • preview_image_url string
    预览图片url
  • unsubscribe_rate string
    退订率
    Example: 0
  • flow_id string required
    流程ID
    Example: 5598349859474639045
  • flow_node_data_listobject[]
    流程活动
  • bounce_rate string
    弹回率
    Example: 3
  • buyer_num long required
    下单用户数
    Example: 4
  • click_rate string
    点击率
    Example: 80
  • fail_rate string
    失败率
    Example: 0
  • has_delivery_num long required
    送达数量
    Example: 3
  • has_send_num long required
    已发送数量
    Example: 3
  • node_id string required
    节点Id
    Example: 5a206848-5e7e-4e50-93de-01bb4d9c7ac5
  • occurred_on long required
    数据时间, 毫秒时间戳
    Example: 1672365600000
  • open_rate string
    打开率
    Example: 3
  • order_amount long required
    销售额,单位分
    Example: 220
  • order_num long required
    订单数
    Example: 4
  • parent_node_id string
    父节点Id,用于排序、合并显示
    Example: 5a206848-5e7e-4e50-93de-01bb4d9c7ac5
  • preview_image_url string
    预览图片url
    Example: https://kmalgo.oss-ap-southeast-1.aliyuncs.com/material_ec2/2022-09-24/be7a1b5b947d47529c97bc78de6b
  • unsubscribe_rate string
    退订率
    Example: 0
  • occurred_on long required
    数据时间, 毫秒时间戳
    Example: 1672365600000
  • order_amount long required
    销售额,单位分
  • order_num long required
    订单数
  • send_count long required
    发送数
    Example: 1
  • trigger_num long required
    触发数
    Example: 4
  • source_type string required
    来源类型
    Example: smartpush-app
  • store_id string required
    店铺Id
    Example: 1658921299465
响应
更多状态码信息请参考 HTTP 状态码

响应头
  • traceId
    traceId
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

header required

Body

required
{
  "app_key": "ee89294e244543bd9422b446de9dece9cf0ea14e",
  "flow_data_list": [
    {
      "delete_flow_node_data_list": [
        {
          "bounce_rate": "10",
          "buyer_num": 5,
          "click_rate": "56.6",
          "fail_rate": "0",
          "has_delivery_num": 5,
          "has_send_num": 5,
          "node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
          "occurred_on": 1672365600000,
          "open_rate": "4",
          "order_amount": 344,
          "order_num": 5,
          "parent_node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
          "preview_image_url": "",
          "unsubscribe_rate": "0"
        }
      ],
      "flow_id": "5598349859474639045",
      "flow_node_data_list": [
        {
          "bounce_rate": "3",
          "buyer_num": 4,
          "click_rate": "80",
          "fail_rate": "0",
          "has_delivery_num": 3,
          "has_send_num": 3,
          "node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
          "occurred_on": 1672365600000,
          "open_rate": "3",
          "order_amount": 220,
          "order_num": 4,
          "parent_node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
          "preview_image_url": "https://kmalgo.oss-ap-southeast-1.aliyuncs.com/material_ec2/2022-09-24/be7a1b5b947d47529c97bc78de6b",
          "unsubscribe_rate": "0"
        }
      ],
      "occurred_on": 1672365600000,
      "order_amount": 0,
      "order_num": 0,
      "send_count": 1,
      "trigger_num": 4
    }
  ],
  "source_type": "smartpush-app",
  "store_id": "1658921299465"
}

Language

curl --request POST \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/sales/flow/batch_sync_flow_data.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json' \
--data '
{
"app_key": "ee89294e244543bd9422b446de9dece9cf0ea14e",
"flow_data_list": [
{
"delete_flow_node_data_list": [
{
"bounce_rate": "10",
"buyer_num": 5,
"click_rate": "56.6",
"fail_rate": "0",
"has_delivery_num": 5,
"has_send_num": 5,
"node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
"occurred_on": 1672365600000,
"open_rate": "4",
"order_amount": 344,
"order_num": 5,
"parent_node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
"preview_image_url": "",
"unsubscribe_rate": "0"
}
],
"flow_id": "5598349859474639045",
"flow_node_data_list": [
{
"bounce_rate": "3",
"buyer_num": 4,
"click_rate": "80",
"fail_rate": "0",
"has_delivery_num": 3,
"has_send_num": 3,
"node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
"occurred_on": 1672365600000,
"open_rate": "3",
"order_amount": 220,
"order_num": 4,
"parent_node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
"preview_image_url": "https://kmalgo.oss-ap-southeast-1.aliyuncs.com/material_ec2/2022-09-24/be7a1b5b947d47529c97bc78de6b",
"unsubscribe_rate": "0"
}
],
"occurred_on": 1672365600000,
"order_amount": 0,
"order_num": 0,
"send_count": 1,
"trigger_num": 4
}
],
"source_type": "smartpush-app",
"store_id": "1658921299465"
}
'
Examples
同步统计数据到flow
Request
{
"app_key": "ee89294e244543bd9422b446de9dece9cf0ea14e",
"flow_data_list": [
{
"delete_flow_node_data_list": [
{
"bounce_rate": "0",
"buyer_num": "100",
"click_rate": "0.2",
"fail_rate": "0",
"has_delivery_num": "12",
"has_send_num": "12",
"node_id": "1ec9a4a4-8a0c-459d-8214-8347eff24270",
"occurred_on": "1672365600000",
"open_rate": "0.9",
"order_amount": "200",
"order_num": "2",
"unsubscribe_rate": "0"
}
],
"flow_id": "6062082672162813673",
"flow_node_data_list": [
{
"bounce_rate": "0",
"buyer_num": "0",
"click_rate": "0",
"has_delivery_num": "1",
"has_send_num": "1",
"node_id": "5a206848-5e7e-4e50-93de-01bb4d9c7ac5",
"occurred_on": "1672365600000",
"open_rate": "3",
"order_amount": "0",
"order_num": "0",
"preview_image_url": "https://kmalgo.oss-ap-southeast-1.aliyuncs.com/material_ec2/2022-09-24/be7a1b5b947d47529c97bc78de6b",
"unsubscribe_rate": "0"
}
],
"occurred_on": "1672365600000",
"order_amount": "0",
"order_num": "0",
"send_count": "1",
"trigger_num": "4"
}
],
"source_type": "smartpush-app",
"store_id": "1658921299465"
}
Response
{}

Error loading component.

Error loading component.