mx-amazon-retail

Provides on-demand access to Amazon SP-API read operations for authorized merchants.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/miXshift/mx-claude-plugin --skill mx-amazon-retail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mx-amazon-retail
Source: https://github.com/miXshift/mx-claude-plugin/tree/main/plugins/mixshift-ai/skills/mx-amazon-retail
Command: npx skills add https://github.com/miXshift/mx-claude-plugin --skill mx-amazon-retail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mixshift, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides live, on-demand data lookups from Amazon's SP-API for authorized merchants, eliminating the need for manual report generation.

Core Features & Use Cases

  • Live Data Lookups: Access live data such as product titles, inventory levels, order metrics, and financial transactions.
  • ASIN Lookup: Find titles, brands, and sales ranks for ASINs missing from the warehouse.
  • FBA Inventory: Get real-time FBA stock levels and other inventory details.
  • Use Case: Quickly retrieve the current inventory levels of a specific product directly from Amazon without generating a report.

Quick Start

To look up the current FBA inventory for an ASIN, run the following command: mixshift amazon call fba_inventory.get_inventory_summaries --query details=true --query sellerSkus=B0CV4JLCVZ.

Frequently Asked Questions about mx-amazon-retail

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

FAQPage Schema
How do I retrieve live Amazon SP-API retail data without generating reports?

You can retrieve live Amazon SP-API retail data on-demand by executing read operations for catalog, inventory, orders, finances, listings, and fulfillment lookups without generating reports.

Can I look up current FBA inventory levels for a specific ASIN directly?

Yes, you can look up current FBA inventory levels by running the fba_inventory command with the sellerSkus parameter to get real-time stock summaries for specific ASINs.

Do I need a MixShift account to access Amazon SP-API read operations?

Yes, you need a MixShift account with authorized SP-API access to perform on-demand retail data lookups for catalog, inventory, orders, and finances.

What Amazon retail data can I access using live SP-API lookups?

Live SP-API lookups support accessing product titles, brands, sales ranks, real-time FBA stock levels, order metrics, financial transactions, and fulfillment details.

What is the best way to find missing ASIN details like titles and sales ranks?

The best way to find missing ASIN details is using the ASIN lookup feature, which retrieves product titles, brands, and sales ranks directly from the live Amazon catalog.

Are Amazon SP-API report generation tasks supported by this approach?

No, this approach focuses entirely on on-demand live data lookups through read operations and does not support Amazon SP-API report generation.

Related Skills