Douyin E-Commerce Data Assistant
Paste the following prompt into your AI chat to install this skill:
Please install @user_af163eaa/z-douyin-ecom according to https://skillhub.cn/install/skillhub.md.
About this skill
The Problem
When integrating Douyin e-commerce APIs, the hard part is usually not writing requests, but untangling the permission chain: enterprise qualification, shop authorization, client_key / client_secret, OAuth access_token, scope, and API data levels often intersect. Orders, refunds, products, and logistics have separate fields, and influencer or advertising data from the Douyin ecosystem cannot always be reused from shop APIs. This skill is aimed at engineers preparing to integrate with Douyin Open Platform or Douyin Shop Open Platform, and helps identify whether the blocker is authorization, app configuration, or API scope.
How It Works
- Confirm the goal first: decide whether the requirement belongs to
order.*,refund.*,product.*,logistics.*, or influencer/advertising data, instead of debugging unrelated permission domains. - Check credentials next: verify enterprise onboarding, shop authorization,
client_key/client_secretsetup, whether theaccess_tokenis expired, and whetherscopeis sufficient. - Troubleshoot by protocol: trace auth, rate limits, and error codes across Douyin Open Platform and Douyin Shop APIs, such as unauthorized shop, expired token, or insufficient permission.
Boundaries and Notes
This skill is meant for querying or integrating data from the user's own shop or authorized accounts only; it does not fetch unauthorized data. client_secret and access_token should remain local and not be transmitted. It provides integration guidance and a calling skeleton, rather than holding credentials or making live API calls on the user's behalf. Order and live-stream data may contain user privacy, so masking, minimization, and compliant storage are required. Final API fields, permission levels, and rate-limit rules follow the official Douyin Open Platform documentation.
Use Cases
- Before syncing Douyin Shop orders, verify enterprise qualification, shop authorization, and order.* API access.
- When OAuth token exchange fails or scope is insufficient, diagnose client_key, shop authorization, and permission errors.
- When reviewing refund.* and logistics.* fields, confirm whether the current business category can access those APIs.
- Before integrating influencer distribution data, verify Douyin ad-platform data permissions, authorized accounts, and calling boundaries.
Best For
- Backend engineers integrating Douyin Shop orders, refunds, and logistics data into business systems.
- Integration engineers configuring Douyin Open Platform apps and troubleshooting OAuth authorization errors.
- Data analysts querying influencer or ad data within the scope of an authorized shop account.
- E-commerce operators verifying shop authorization boundaries and avoiding access to unauthorized data.
Related Skills
Batch-classify pasted text or CSV rows with preset and custom templates, outputting structured labels and confidence scores for data organization and annotation workflows.
Analyzes product VOC and brand reputation events across public news, community, and social pages, delivering Markdown, Excel, and optional HTML reports.
Reads Excel/CSV files, cleans and analyzes them, then generates a charted Excel summary and interactive HTML dashboard.
Performs local, paragraph-level cross-document similarity checks and produces an HTML report with revision suggestions.