linkfox-amazon-store-fulfillment-outbound
Installation
SKILL.md
Amazon 店铺 Fulfillment Outbound
Use this Skill for Amazon Multi-Channel Fulfillment workflows on Fulfillment Outbound v2026-07-04. It exposes all nine operations in Amazon's current Outbound model plus the overview page's associated getInvoiceHeaders operation from Invoices v2026-06-25, while keeping the existing production linkfox-amazon-store-fba and linkfox-amazon-store-external-fulfillment implementations untouched.
Prerequisites
- Require
linkfox-amazon-store-auth. Runpython scripts/check_auth_dependency.py; exit code42means the dependency must be installed or loaded first. - Select one authorized store and obtain its
sellerIdandregion. Accept onlyNA,EU, orFE. - Never accept or forward
amzAccessToken,accessToken, orrefreshToken; the server resolves authorization fromsellerId + region. - Read references/api.md for operation contracts and references/workflows.md before a create, update, or cancel action.
- After explicit user confirmation, pass boolean
confirmWrite: truetocreateOrder,updateOrder,cancelOrder,updateOrderStatus, orupdatePackage; the wrappers reject writes without it. - When Amazon assigned a multi-tenant service identifier, pass it only as top-level
fulfillmentServiceId(1–40 characters). The proxy maps it tox-amzn-fulfillment-service-id; never put the raw header name in query or body.
调用方式
- API 端点:
POST /spApi/developerProxy(完整参数/响应/错误码见references/api.md) - Python 脚本:
python scripts/<operation_script>.py '<JSON 参数>' [--inline] [--no-cache] - 调用约束:本工具沿用 Amazon Store Skill 的统一免费配置;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换参数、翻页或连续试探;需要继续调用时先征得用户同意。