Amazon Store Catalog — 亚马逊商店目录
v0亚马逊店铺商品目录 Catalog(与 linkfox-amazon-store-auth / report / listings / pricing / orders / feeds 同系列),经 /spApi/developerProxy 调用 SP-API Catalog Items:v0 listCatalogCategories;v2022-04-01(默认)或 v2020-12-01 的 searchCatalogItems、getCatalogItem。当用户提到亚马逊目录、Catalog Items、listCatalogCategories、searchCatalogItems、getCatalogItem、按 ASIN 查目录、关键词搜商品目录、类目节点、includedData、summaries/images 时触发。
0· 19·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install linkfox-amazon-store-catalog
镜像加速npx clawhub@latest install linkfox-amazon-store-catalog --registry https://cn.longxiaskill.com 镜像可用
技能文档
Amazon 店铺 Catalog Items 本 skill 与 linkfox-amazon-store-auth 等同属 Amazon Store 系列:先 POST /spApi/storeTokens,再 POST /spApi/developerProxy 转发 GET。 官方参考索引 能力 文档
- listCatalogCategories
- listCatalogCategories
- searchCatalogItems
- searchCatalogItems
- getCatalogItem
- getCatalogItem
- listCatalogCategories catalog/v0/categories list_catalog_categories.py
- searchCatalogItems catalog/{2022-04-01|2020-12-01}/items search_catalog_items.py
- getCatalogItem catalog/{version}/items/{asin} get_catalog_item.py
- listCatalogCategories:marketplaceId + asin 或 sellerSku(二选一)。
- searchCatalogItems:marketplaceIds + keywords 或 identifiers + identifiersType(互斥);可选 includedData、brandNames、classificationIds、pageSize、pageToken。
- getCatalogItem:asin、marketplaceIds;可选 includedData、locale。