AI Agent Hub
Back to skills
Meituan Food Delivery To Taobao Flash Purchase Product Sync icon

Meituan Food Delivery To Taobao Flash Purchase Product Sync

Business Operations Updated 2026.08.30

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), and deviceId. The request should not be triggered if any field is missing.
  • API call: The skill uses exec to send a PowerShell POST request to the CopyMeituanToTaobao endpoint, with Authorization: Bearer {token} and Device-ID: {deviceId} headers, then submits the sync parameters as a form.
  • Response handling: Success indicates that the sync has been triggered; 401/403 should prompt the user to refresh the token; other errors should lead to checking poiCode or contacting the administrator.
  • Credential retention: Save token and deviceId to local memory such as MEMORY.md or TOOLS.md for 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.