Process Statistics Synchronization
POST https://{handle}.myshopline.com/admin/openapi/v20250601/sales/flow/batch_sync_flow_data.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.batch sync flow data
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
- app_key string requiredappKeyExample:
ee89294e244543bd9422b446de9dece9cf0ea14e
flow_data_listobject[] required
Data list , max 100delete_flow_node_data_listobject[]
Process activity removedbounce_rate stringBounce back rateExample:10
buyer_num long requiredNumber of users orderedExample:5
click_rate stringClick-throughExample:56.6
fail_rate stringFailure rateExample:0
has_delivery_num long requiredDelivery quantityExample:5
has_send_num long requiredSent quantityExample:5
node_id string requiredNode idExample:5a206848-5e7e-4e50-93de-01bb4d9c7ac5
occurred_on long requiredData time , millisecond time stampExample:1672365600000
open_rate stringOpening rateExample:4
order_amount long requiredSales , unit divisionExample:344
order_num long requiredNumber of ordersExample:5
parent_node_id stringParent node id for sorting , merge showExample:5a206848-5e7e-4e50-93de-01bb4d9c7ac5
preview_image_url stringPreview picture urlunsubscribe_rate stringThe cancellation rateExample:0
flow_id string requiredProcess idExample:5598349859474639045
flow_node_data_listobject[]
Salesbounce_rate stringBounce back rateExample:3
buyer_num long requiredNumber of users orderedExample:4
click_rate stringClick-throughExample:80
fail_rate stringFailure rateExample:80
has_delivery_num long requiredDelivery quantityExample:3
has_send_num long requiredSent quantityExample:3
node_id string requiredNode idExample:5a206848-5e7e-4e50-93de-01bb4d9c7ac5
occurred_on long requiredData time , millisecond time stampExample:1672365600000
open_rate stringOpening rateExample:3
order_amount long requiredSales , unit divisionExample:220
order_num long requiredNumber of ordersExample:4
parent_node_id stringParent node id for sorting , merge showExample:5a206848-5e7e-4e50-93de-01bb4d9c7ac5
preview_image_url stringPreview picture urlExample:https://kmalgo.oss-ap-southeast-1.aliyuncs.com/material_ec2/2022-09-24/be7a1b5b947d47529c97bc78de6b
unsubscribe_rate stringThe cancellation rateExample:0
occurred_on long requiredData time , millisecond time stampExample:1672365600000
order_amount long requiredSales , unit divisionorder_num long requiredOrder qtysend_count long requiredNumber of sendExample:1
trigger_num long requiredTrigger countExample:4
- source_type string requiredSource typeExample:
smartpush-app
- store_id string requiredStore idExample:
1658921299465
Response
- 200
- 401
- 429
API Explorer
Debugger
Examples
Was this article helpful to you?