replenishment-store-resolve

Resolve Amazon FBA store names into store_id and id_type.

1|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/LXE123/LXE_AGENT --skill replenishment-store-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replenishment-store-resolve
Source: https://github.com/LXE123/LXE_AGENT/tree/main/skills/replenishment-store-resolve
Command: npx skills add https://github.com/LXE123/LXE_AGENT --skill replenishment-store-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将马帮 Amazon FBA 店铺名解析为可查询的店铺 ID,便于后续数据获取(如下载 MSKU 数据)时使用正确的店铺标识。

Core Features & Use Cases

  • 解析并输出 store_id 和 id_type;支持 fbaWarehouseIds[] 与 shopId 两种输出类型。
  • 支持顶层区域/整组查询,以及欧洲区子站点的店铺查询。
  • 在店铺名不唯一或信息不完整时,返回候选结果以供确认。

Quick Start

给出要解析的店铺名,系统将返回匹配的店铺 ID、id_type 及匹配状态,以便后续数据下载。

Frequently Asked Questions about replenishment-store-resolve

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

FAQPage Schema
How do I resolve an Amazon FBA store name to a store ID for data lookups?

To resolve an Amazon FBA store name, input the exact or partial name and the system returns a queryable store_id and id_type. It handles top-level regions and Europe sub-sites, outputting the final JSON line for downstream data retrieval.

What is the difference between store_id types when querying FBA stores?

The store_id type varies to support different lookup mechanisms. The resolver outputs either fbaWarehouseIds[] arrays or a shopId string, matched to the specific regional group or top-level region, driving accurate downstream data retrieval.

Can I use partial store name matches to find my FBA store ID?

Yes, you can use partial store names to find your FBA store ID. When names are incomplete or not unique, the resolver returns candidate results for confirmation, applying across regional groups and Europe sub-sites.

How do I automate FBA store ID resolution for downstream data pipelines?

Automate FBA store ID resolution by enforcing deterministic CLI usage. The system outputs the last JSON line containing the store_id and id_type, which can be directly parsed to drive downstream data retrieval pipelines.

What should I do when an Amazon FBA store name returns multiple candidate results?

When an Amazon FBA store name returns multiple candidate results due to non-unique or incomplete names, the system outputs these candidates for manual confirmation. This ensures you select the correct store_id and id_type before proceeding.

Does the FBA store resolver support European sub-sites and regional groups?

Yes, the FBA store resolver supports European sub-sites and regional groups. It applies across top-level regions and handles exact or partial matches to return the correct store_id and id_type for these specific marketplaces.