Install
openclaw skills install @linkfox-ai/linkfox-shopee-store-returnsShopee(虾皮)店铺退货退款(与 linkfox-shopee-store-auth 同系列),经 /shopee/developerProxy 转发 Shopee Open API Returns 模块全部 15 个接口:get_return_list、get_return_detail、confirm、dispute、offer、accept_offer、upload_proof、get_reverse_tracking_info 等。当用户提到 Shopee 退货、退款、return_sn、退货列表、确认退货、退货争议、dispute、逆向物流 时触发。即使未明确提及"退货",只要涉及已授权 Shopee 店铺的退货/退款查询或处理,也应触发。
openclaw skills install @linkfox-ai/linkfox-shopee-store-returnsShopee Open Platform Returns 模块(15 个 API)。依赖 linkfox-shopee-store-auth:先取 accessToken,再经 POST /shopee/developerProxy 转发(path 须 api/v2/returns/...)。
POST /shopee/developerProxy(不同操作通过请求体区分;完整参数/响应/错误码见 references/api.md)python scripts/<脚本名>.py '<JSON 参数>' [--inline](可用脚本见上文脚本一览)输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/<skill-name>-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
Returns 模块索引:v2.returns.get_return_list
python scripts/check_auth_dependency.py;exit code 42 → 先安装 linkfox-shopee-store-auth 并授权店铺。storeTokens → developerProxy → 紫鸟 shopee-proxy → Shopee APIlinkfox-shopee-store-orders;本 skill 处理退货/退款/争议get_return_list → get_return_detail → confirm / offer / disputeshopId| 脚本 | API | Method |
|---|---|---|
get_return_list.py | get_return_list | GET |
get_return_detail.py | get_return_detail | GET |
confirm.py | confirm | POST |
dispute.py | dispute | POST |
get_available_solutions.py | get_available_solutions | GET |
offer.py | offer | POST |
accept_offer.py | accept_offer | POST |
convert_image.py | convert_image | POST |
upload_proof.py | upload_proof | POST |
query_proof.py | query_proof | GET |
get_return_dispute_reason.py | get_return_dispute_reason | GET |
cancel_dispute.py | cancel_dispute | POST |
get_shipping_carrier.py | get_shipping_carrier | GET |
upload_shipping_proof.py | upload_shipping_proof | POST |
get_reverse_tracking_info.py | get_reverse_tracking_info | GET |
returns_api.py | 通用入口(JSON 含 api 字段) | — |
共享:_shopee_returns_common.py、_returns_endpoints.py、_returns_api_runner.py。
get_return_list.py:page_no、page_sizeget_return_detail.py:return_snget_available_solutions.py:return_snconfirm.py 或 offer.py:POST bodydispute.py / cancel_dispute.pyupload_proof.py / query_proof.pyget_reverse_tracking_info.pydeveloperProxy.httpStatus,再读 *Response 字段bodymodule=102)linkfox-shopee-store-authlinkfox-shopee-store-orderslinkfox-shopee-store-logisticslinkfox-shopee-store-productFeedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.