marketplace-connectors

Synchronize product listings, inventory, and orders across Amazon, eBay, and Walmart.

14|3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill marketplace-connectors-tomtoto757
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-connectors
Source: https://github.com/tomtoto757/ecomm-ai-skills-hub/tree/main/skills/platform-integrations-infrastructure/finsilabs/integrations-apis/marketplace-connectors
Command: npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill marketplace-connectors-tomtoto757

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Selling on multiple marketplaces introduces mismatched product data models, inventory oversells, and manual order reconciliation work. This Skill provides prescriptive guidance and integration patterns to connect stores to Amazon, eBay, and Walmart so inventory stays accurate, listings are created or matched consistently, and marketplace orders are imported reliably into your OMS.

Core Features & Use Cases

  • Two-way inventory synchronization that updates marketplaces when your store stock changes while excluding the source channel to avoid loops.
  • Automated listing creation and matching across marketplaces with platform-specific guidance for Shopify, WooCommerce, BigCommerce, and custom headless stores.
  • Order import and idempotent processing so marketplace orders become native orders in your system without duplicates.
  • Resilience and operational best practices including rate-limit handling, safety-stock buffers, idempotency keys, and nightly reconciliation jobs to surface discrepancies.

Quick Start

Connect my Shopify store to Amazon, enable two-way inventory sync with a 10% safety stock buffer, and import unshipped Amazon orders from the last 24 hours.

Frequently Asked Questions about marketplace-connectors

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync inventory across Amazon, eBay, and Walmart without overselling?

Two-way inventory synchronization updates marketplace stock levels when your store inventory changes, excluding the source channel to prevent sync loops. It subtracts configurable safety stock buffers and uses resilient parallel sync to prevent overselling across Amazon, eBay, and Walmart.

Can I import Amazon orders into Shopify automatically without duplicates?

Idempotent order processing imports unshipped Amazon orders into Shopify as native orders using unique idempotency keys. Scheduled order polling fetches marketplace orders and reconciles them to ensure no duplicates are created during automated ingestion.

What is the best way to connect a WooCommerce store to Amazon SP-API for multichannel listings?

Authenticated integrations using Amazon SP-API with LWA and SigV4 connect WooCommerce stores for multichannel listing creation. The integration matches existing listings or creates new ones across marketplaces while maintaining consistent product data models.

Does this multichannel sync approach work with BigCommerce and custom headless stores?

Multichannel listing creation and two-way inventory sync support BigCommerce and custom headless stores alongside Shopify and WooCommerce. Platform-specific guidance adapts the integration patterns for each environment to automate order ingestion and stock updates.

Why does inventory sync fail to update all marketplaces during a stock change event?

Resilient parallel sync uses Promise.allSettled to ensure partial failures do not halt the entire synchronization job. Rate-limit handling and nightly reconciliation jobs surface discrepancies to re-process failed updates across connected marketplaces.