amazon_seller_central

Synchronize Amazon Seller Central listings, orders, and FBA inventory via SP-API.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/antonyfmunoz/OS --skill amazon-seller-central
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon_seller_central
Source: https://github.com/antonyfmunoz/OS/tree/main/skills/tools/amazon_seller_central
Command: npx skills add https://github.com/antonyfmunoz/OS --skill amazon-seller-central

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual overhead of running Amazon Seller Central operations by providing an SP-API powered way to sync catalog, manage listings and FBA inventory, and pull orders into your EOS workflows.

Core Features & Use Cases

  • Catalog, Listings & Inventory Sync: Transform Shopify variants into Amazon JSON_LISTINGS_FEED updates for listings and fulfillment availability, including batching for throughput limits.
  • Orders Ingestion into EOS: Pull and paginate orders, optionally mint Restricted Data Tokens to retrieve PII fields, and store order identifiers for downstream EOS processing.
  • FBA Monitoring & Planning: Query FBA inventory summaries, react to reorder-point and IPI risk signals, and support inbound shipment planning.
  • Bulk Updates via Feeds & Bulk Reads via Reports: Use Feeds for async bulk write operations and Reports for large-scale reads instead of inefficient polling loops.

Quick Start

Ask the AI to pull the last 24 hours of Amazon orders for your marketplace into EOS memory, paginating results and minting an RDT only when restricted PII fields are required.

Frequently Asked Questions about amazon_seller_central

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

FAQPage Schema
How do I sync Shopify variants to Amazon listings using SP-API?

You can sync Shopify variants to Amazon by transforming them into Amazon JSON_LISTINGS_FEED updates for listings and fulfillment availability, including batching to respect throughput limits.

How does Restricted Data Token access work for Amazon order ingestion?

Restricted Data Token access for Amazon order ingestion works by optionally minting an RDT to retrieve restricted PII fields when pulling and paginating orders into your workflow.

Can I query FBA inventory summaries and monitor IPI risk signals via SP-API?

Yes, you can query FBA inventory summaries via the fba/inventory/v1 endpoint to react to reorder-point and IPI risk signals, and support inbound shipment planning.

What is the best way to handle bulk updates and reads for Amazon Seller Central?

The best way to handle bulk updates and reads is using Amazon Feeds for asynchronous bulk write operations and Reports for large-scale reads instead of inefficient polling loops.

Do I need separate skills to manage Amazon ads and affiliate operations?

Yes, you need dedicated skills for Amazon ads and affiliate operations, as this SP-API workflow explicitly separates those concerns to focus on listings, orders, and inventory.

What SP-API endpoint families are required for Amazon Seller Central synchronization?

Amazon Seller Central synchronization requires versioned endpoint families including orders/v0, listings/2021-08-01, fba/inventory/v1, feeds/2021-06-30, and reports/2021-06-30, respecting throttling and pagination.