快工助手跨境电商知识与商机助手

Get SPS Overview

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_doctopic/compliancetopic/developer

资料正文

§1 Path: /analytics/202606/shop_performances/overview

#

§2 Method: [GET]

#

§3 Function Description

Returns the SPS overview for the authorized shop, including the score, tier, dimensions, benefits, and top issues. Shop Performance Score (SPS) reflects a shop’s performance across key operational and service metrics on TikTok Shop. By integrating the read-only SPS APIs, ISVs can retrieve a shop’s score, tier, benefits, and metric benchmarks, diagnose performance gaps, and drill down to the products, logistics providers, aftersales types, orders, or chats associated with specific issues. This enables ISVs to embed actionable performance insights into their solutions, helping merchants identify problem areas faster and take targeted actions to improve shop performance. Available only for US-region shops. Use case guide: Click here


#

§4 Common Parameters

For common parameters, refer to How to call TikTok Shop APIs - Common Parameters

Properties Location Type Require Sample Properties description
shop_cipherquerystringYGCP_XF90igAAAABh00qsWgtvOiGFNqyubMt3Use this property to pass shop information in requesting the API. Failure in passing the correct value when requesting the API for cross-border shops will return incorrect response.
Get by API Get Authorization Shop
content-typeheaderstringYapplication/jsonAllowed type: application/json
#

§5 Request Query Parameters

Properties Type Require Sample Properties description
localestringNen-USLocale code used to localize response text. If omitted, the default locale is resolved from the request context.
#

§6 Request Sample

Query

https://open-api.tiktokglobalshop.com/analytics/202606/shop_performances/overview?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c&timestamp=1625484268&shop_cipher=ROW_RHkDDABBAAB8tKAVoAqsMTjsQZFLyNfY&locale=en-US
#

§7 Response Parameters

Properties Type Sample Properties description
codeint0The success or failure status code returned in API response.
messagestringSuccessThe success or failure messages returned in API response. Reasons of failure will be described in the message.
request_idstring202203070749000101890810281E8C70B7Request log
dataobjectSpecific return information
^benefits[]objectFixed complete set of benefits associated with the shop SPS score.
^^benefit_namestringLIVE giveawayBenefit display name localized by the requested locale.
^^is_unlockedbooltrueWhether the shop has unlocked this benefit.
^^unlock_scorestring4.5Score required to unlock the benefit, from 0 to 5.
^dimensions[]objectScore details by SPS dimension.
^^namestringProduct satisfactionDimension name.
^^scorestring4.8Dimension score, from 0 to 5.
^^statusstringEXCELLENTDimension status enum. Possible values include EXCELLENT, GOOD, POOR, CRITICAL and NIL.
^^status_textstringExcellentDimension status text. Values like Excellent, Good, Normal, Attention.
^^weightstring70Dimension weight as a percent from 0 to 100.
^evaluate_duration_daysint90The number of days included in the score evaluation period.
^end_evaluation_timeint1782518400The evaluation period end time. Unix timestamp in seconds.
^start_evaluation_timeint1774828800The evaluation period start time. Unix timestamp in seconds.
^peer_percentilestring86.5The shop's percentile among peers, from 0 to 100.
^primary_categoryobjectThe shop's primary category.
^^category_idstring601450The primary category ID.
^^category_namestringHome SuppliesThe primary category name.
^sps_scorestring4.6The shop SPS score, from 0 to 5 with one decimal place.
^sps_tierstringGOODThe SPS tier. Possible values include EXCELLENT, GOOD, POOR, CRITICAL and NIL.
^sps_tier_textstringExcellentThe SPS tier. Values like Excellent, Good, Normal, Attention.
^top_issuesobjectTop SPS issues that contributed to the current score.
^^issues[]objectRanked issue list.
^^^descriptionstringYour on-time delivery performance is lower than peer shops.Localized issue description.
^^^evaluate_duration_daysint30Number of days included in this issue's evaluation period.
^^^end_evaluation_timeint1761264000Issue evaluation period end time. Unix timestamp in seconds.
^^^start_evaluation_timeint1758672000Issue evaluation period start time. Unix timestamp in seconds.
^^^metric_codestringOTDRRelated metric code. Possible values include NRR, NBFR, SFCR, OTDR, AHT, and IM_DSAT.
^^^metric_namestringOn-time delivery rateLocalized metric display name.
^^^percentilestring72.4Metric percentile among peer shops, from 0 to 100.
^^^rankint1Issue rank, where 1 is the top issue.
^^summarystringImprove late dispatch and negative reviews to increase your SPS score.Localized summary of the top issues.
^update_timeint1761264000The latest score refresh time. Unix timestamp in seconds.
#

§8 Response Sample

{"code":0,"data":{"benefits":[{"benefit_name":"LIVE giveaway","is_unlocked":true,"unlock_score":"4.5"}],"dimensions":[{"name":"Product satisfaction","score":"4.8","status":"EXCELLENT","status_text":"Excellent","weight":"70"}],"evaluate_duration_days":90,"end_evaluation_time":1782518400,"start_evaluation_time":1774828800,"peer_percentile":"86.5","primary_category":{"category_id":"601450","category_name":"Home Supplies"},"sps_score":"4.6","sps_tier":"GOOD","sps_tier_text":"Excellent","top_issues":{"issues":[{"description":"Your on-time delivery performance is lower than peer shops.","evaluate_duration_days":30,"end_evaluation_time":1761264000,"start_evaluation_time":1758672000,"metric_code":"OTDR","metric_name":"On-time delivery rate","percentile":"72.4","rank":1}],"summary":"Improve late dispatch and negative reviews to increase your SPS score."},"update_time":1761264000},"message":"Success","request_id":"202203070749000101890810281E8C70B7"}
#

§9 Error Code

For common error codes, refer to How to call TikTok Shop APIs - Common Error Code

Code Message
#