SkillHub

amazon-to-shopify-sync

v1.0.0

提取亚马逊多语言商品数据同步至Shopify,自动续期令牌并通过REST Admin API重写英文内容。

Sourced from ClawHub, Authored by Walyn

Installation

Please help me install the skill `amazon-to-shopify-sync` from SkillHub official store. npx skills add walynlee/amazon-to-shopify-sync

Amazon to Shopify Sync Skill 🦞

Description

Extract product data from Amazon (multilingual) and synchronize it directly to Shopify via REST Admin API with automatic token renewal.

Core Logic

  • Automatic Token Renewal: Triggers client_credentials grant before every sync to bypass the 24h token expiry.
  • Multilingual Support: Extracted French content is rewritten into high-conversion English Body HTML.
  • API Mapping: Targets dinoho.myshopify.com for authentication and dinoho.cn for store data.

Configuration

  • Grant URL: https://dinoho.myshopify.com/admin/oauth/access_token
  • Product API: https://dinoho.myshopify.com/admin/api/2024-01/products.json
  • Keys: Client ID (32-char) & Secret Key (Managed in environment/scripts).

Usage

Trigger this skill when the user provides an Amazon URL (e.g. Amazon.fr, .de, .uk) for automated Shopify listing.