Meituan Food Delivery To Taobao Flash Purchase Product Sync
Paste the following prompt into your AI chat to install this skill:
Please install @user_26b3197d/meituan-to-taobao-sync according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When a merchant has already maintained products in Meituan Food Delivery and also needs to onboard Taobao Flash Purchase, manually copying items, adjusting fields, and rebuilding listings can create two divergent catalogs. This skill targets that cross-platform product sync case by packaging the task of bulk syncing Meituan food delivery products to a Taobao Flash Purchase account into one explicit request.
Workflow and Key Points
- Prechecks: Confirm that the Meituan and Taobao Flash Purchase accounts are already bound in the backend and that the merchant has completed required reporting; unreported merchants cannot use the capability.
- Parameter collection: Before calling the API, collect
poiCode(Meituan merchant code),shopId(Taobao Flash Purchase merchant code),token(JWT token), anddeviceId. The request should not be triggered if any field is missing. - API call: The skill uses
execto send a PowerShellPOSTrequest to theCopyMeituanToTaobaoendpoint, withAuthorization: Bearer {token}andDevice-ID: {deviceId}headers, then submits the sync parameters as a form. - Response handling: Success indicates that the sync has been triggered;
401/403should prompt the user to refresh the token; other errors should lead to checkingpoiCodeor contacting the administrator. - Credential retention: Save
tokenanddeviceIdto local memory such asMEMORY.mdorTOOLS.mdfor later reuse and to avoid repeatedly asking for sensitive fields.
Boundaries
This skill fits merchant operations where account binding and reporting are already complete. It is not a full solution for cross-platform product mapping, pricing and stock policy, or after-sales rule synchronization. Because the sync may change product state in Taobao Flash Purchase, validate on a small scale before batch execution. Incorrect poiCode, shopId, or token scope can cause failures or sync to the wrong target.
Use Cases
- A merchant has bound Meituan and Taobao Flash Purchase and needs to sync existing food delivery products to the Flash Purchase account.
- With poiCode, shopId, token, and deviceId ready, trigger the API to bulk-copy Meituan products to Taobao Flash Purchase.
- When the sync returns 401 or 403, refresh the Token according to the response and retry the same product sync.
- Record new token and deviceId values in MEMORY.md or TOOLS.md so later syncs can reuse them.
Best For
- Merchant operators managing both Meituan and Taobao Flash Purchase who need to bulk-sync food delivery products.
- Flash Purchase operators who have completed account binding and reporting and want to reduce manual listing work.
- Platform administrators who manage sync credentials, verify token and deviceId, and handle 401 or 403 responses.
- E-commerce operations staff who need to trigger Meituan-to-Taobao Flash Purchase product copying after reporting.
Related Skills
Applies Deming quality management, PDCA, process optimization, and statistical process control to output data-first diagnostics, Top 3 actions, and fillable templates.
Apply Ries and Trout positioning theory to F&B operations for problem scoping, framework matching, prioritized strategy, and actionable rollout.
Generate ISO 9001 quality manuals, procedures, work instructions, and forms as Word documents using process and risk methods.
Parse multi-format resumes, search job postings, rank matches, and output company due-diligence and fit assessment reports.