stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Path: /product/202604/opportunities/submissions
#§2 Method: [GET]
#§3 Function Description
Retrieve a paginated list of submission records for the authorized seller, including submission status, review results, and linked opportunity/product information. Useful for tracking submission history and monitoring review outcomes.
§4 Common Parameters
For common parameters, refer to How to call TikTok Shop APIs - Common Parameters
| Properties | Location | Type | Require | Sample | Properties description |
|---|---|---|---|---|---|
| shop_cipher | query | string | Y | GCP_XF90igAAAABh00qsWgtvOiGFNqyubMt3 | Use 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-type | header | string | Y | application/json | Allowed type: application/json |
§5 Request Query Parameters
| Properties | Type | Require | Sample | Properties description |
|---|---|---|---|---|
| app_key | string | Y | 38abcd | Every single app will have a unique key. Please use the specific key assigned to your app. |
| sign | string | Y | 5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c | Signature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders. |
| timestamp | int | Y | 1623812664 | Unix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time. |
| status | string | N | APPROVED | Filter by submission status: PENDING_REVIEW / APPROVED / REJECTED. Leave empty to return all statuses. |
| opportunity_id | string | N | 7123456789012345678 | Filter by specific opportunity ID. |
| product_id | string | N | 7298374612938475620 | Filter by specific product ID. |
| submit_time_ge | int | N | 1775973876 | Filter submissions created after this time, second-level timestamp |
| submit_time_lt | int | N | 1776973876 | Filter submissions created before this time, second-level timestamp |
| page_token | string | N | 100 | Pagination token from previous response. Omit for first page. |
| page_size | int | Y | 20 | Number of results per page. Max: 100. Default: 20. |
§6 Request Sample
Query
https://open-api.tiktokglobalshop.com/product/202604/opportunities/submissions?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c×tamp=1625484268&shop_cipher=ROW_RHkDDABBAAB8tKAVoAqsMTjsQZFLyNfY&status=APPROVED&opportunity_id=7123456789012345678&product_id=7298374612938475620&submit_time_ge=1775973876&submit_time_lt=1776973876&page_token=100&page_size=20
§7 Response Parameters
| Properties | Type | Sample | Properties description |
|---|---|---|---|
| code | int | 0 | The success or failure status code returned in API response. |
| message | string | Success | The success or failure messages returned in API response. Reasons of failure will be described in the message. |
| request_id | string | 202203070749000101890810281E8C70B7 | Request log |
| data | object | Specific return information | |
| ^data | object | Specific return information | |
| ^^submissions | []object | List of submission records. | |
| ^^^id | string | 8001234567890123456 | Unique ID of this submission. |
| ^^^opportunity_id | string | 7123456789012345678 | The opportunity ID this submission is linked to. |
| ^^^opportunity_title | string | Women's High-Waist Yoga Leggings | Opportunity title for reference. |
| ^^^status | string | APPROVED | Current status: PENDING_REVIEW / APPROVED / REJECTED |
| ^^^product_id | string | 7298374612938475620 | The submitted product ID. |
| ^^^product_name | string | Premium Yoga Leggings - Black | Product name for reference. |
| ^^^submit_time | int | 1775973876 | Submission timestamp |
| ^^^review_time | int | 1775973876 | Review completion timestamp |
| ^^^rejection_reason | string | Product does not match the opportunity category requirements | Rejection reason if status is REJECTED. Null otherwise. |
| ^^^product_orders | int | 121 | Total units sold |
| ^^^product_pv | int | 320 | The product page view count |
| ^^next_page_token | string | 100 | Token for fetching next page. Empty if no more pages. |
| ^^total_count | int | 300 | Total number of matching submissions (approximate). |
§8 Response Sample
{"code":0,"data":{"data":{"submissions":[{"id":"8001234567890123456","opportunity_id":"7123456789012345678","opportunity_title":"Women's High-Waist Yoga Leggings","status":"APPROVED","product_id":"7298374612938475620","product_name":"Premium Yoga Leggings - Black","submit_time":1775973876,"review_time":1775973876,"rejection_reason":"Product does not match the opportunity category requirements","product_orders":121,"product_pv":320}],"next_page_token":"100","total_count":300}},"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 |
|---|
