Loading...
Loading...
亚马逊店铺 A+ Content(增强图文页)管理(与 linkfox-amazon-store-auth / linkfox-amazon-store-listings 同系列),经 LinkFox /spApi/developerProxy 调用 SP-API A+ Content Management v2020-11-01:searchContentDocuments、createContentDocument、getContentDocument、updateContentDocument、list/post ContentDocument ASIN 关联、validateContentDocumentAsinRelations、searchContentPublishRecords、提交审核 postContentDocumentApprovalSubmission、暂停展示 postContentDocumentSuspendSubmission。当用户提到 A+ 页面、A+ Content、增强品牌内容、EBC、图文详情、searchContentDocuments、getContentDocument、contentReferenceKey、A+ 审核、A+ 发布记录、contentPublishRecords 时触发。
npx skill4agent add linkfox-ai/linkfox-skills linkfox-amazon-store-aplus-contentlinkfox-amazon-store-authlinkfox-amazon-store-listingsPOST /spApi/storeTokensaccessTokenPOST /spApi/developerProxy| 操作 | 官方参考 |
|---|---|
| 搜索文档列表 | searchContentDocuments |
| 新建文档 | createContentDocument |
| 获取文档(内容/元数据) | getContentDocument |
| 更新文档 | updateContentDocument |
| 列出 ASIN 关联 | listContentDocumentAsinRelations |
| 替换 ASIN 关联 | postContentDocumentAsinRelations |
| 校验文档与 ASIN | validateContentDocumentAsinRelations |
| 按 ASIN 查发布记录 | searchContentPublishRecords |
| 提交审核/发布 | postContentDocumentApprovalSubmission |
| 暂停前台展示 | postContentDocumentSuspendSubmission |
linkfox-amazon-store-authpython scripts/check_auth_dependency.pyDEPENDENCY_MISSING:linkfox-amazon-store-auth| 能力 | Path 要点 | 脚本 |
|---|---|---|
| 搜索 A+ 文档 | | |
| 创建 A+ 文档 | 同上 POST + body | |
| 获取单篇文档 | | |
| 更新文档 | 同上 POST + body | |
| 列出关联 ASIN | | |
| 全量替换关联 ASIN | | |
| 校验与 ASIN 的可用性 | | |
| 发布记录(按 ASIN) | | |
| 提交审核 | | |
| 暂停展示 | | |
postContentDocumentAsinRelationsasinSetreferences/api.md| 字段 | 必填 | 说明 |
|---|---|---|
| sellerId | 是 | 已授权 Seller ID(与 |
| region | 是 | |
| marketplaceId 或 marketplaceIds | 是 | 目标站点;数组时脚本仅取 第一个 |
contentReferenceKeysearchContentDocuments| 字段 | 必填 | 说明 |
|---|---|---|
| includedDataSet | 是 | 至少一项; |
| 字段 | 必填 | 说明 |
|---|---|---|
| asin | 是 | 长度 ≥ 10 |
scripts/search_content_documents.pyscripts/create_content_document.pyscripts/get_content_document.pyscripts/update_content_document.pyscripts/list_content_document_asin_relations.pyscripts/post_content_document_asin_relations.pyscripts/validate_content_document_asin_relations.pyscripts/search_content_publish_records.pyscripts/post_content_document_approval_submission.pyscripts/post_content_document_suspend_submission.pyscripts/check_auth_dependency.pyexport LINKFOXAGENT_API_KEY="<your-key>"
python scripts/search_content_documents.py '{"sellerId":"A1...","region":"NA","marketplaceId":"ATVPDKIKX0DER"}'
python scripts/get_content_document.py '{"sellerId":"A1...","region":"NA","marketplaceId":"ATVPDKIKX0DER","contentReferenceKey":"YOUR_KEY","includedDataSet":["CONTENTS","METADATA"]}'
python scripts/post_content_document_asin_relations.py '{"sellerId":"A1...","region":"NA","marketplaceId":"ATVPDKIKX0DER","contentReferenceKey":"YOUR_KEY","asinSet":["B0XXXXXXXXXX"]}'
python scripts/search_content_publish_records.py '{"sellerId":"A1...","region":"NA","marketplaceId":"ATVPDKIKX0DER","asin":"B0XXXXXXXXXX"}'
python scripts/post_content_document_approval_submission.py '{"sellerId":"A1...","region":"NA","marketplaceId":"ATVPDKIKX0DER","contentReferenceKey":"YOUR_KEY"}'errcodehttpStatusdeveloperProxy.body*ResponsecontentReferenceKeyaplus/2020-11-01/contentDocumentmarketplaceIdmarketplaceIdsreferences/api.mdskillNamelinkfox-amazon-store-aplus-contentpython scripts/response_io.py run --script scripts/check_auth_dependency.py --out-dir <DIR> '<params>'
python scripts/response_io.py read <file> --fields "<paths>" # or --path "<JMESPath>"Pickoutside any git working tree (e.g.--out-diron Unix,/tmp/...on Windows). Persisted responses may contain PII, pricing, or auth-sensitive data — do not commit them. Files are not auto-deleted; clean up when the task is done.%TEMP%/...
This skill exposes multiple entry scripts:,check_auth_dependency.py,create_content_document.py,get_content_document.py,list_content_document_asin_relations.py,post_content_document_approval_submission.py,post_content_document_asin_relations.py,post_content_document_suspend_submission.py,search_content_documents.py,search_content_publish_records.py,update_content_document.py. Passvalidate_content_document_asin_relations.pyto choose the one you need.--script scripts/<name>.py
runread--limit/--offset--format json|jsonl|csv|tableread