AI Commerce OS

平台集成

Temu、物流、支付和后续外部系统的接入状态。

事项
负责人
状态
风险
Temu Open Platform
temu
authorization_pending: Temu authorization session created. Complete the Seller Center callback to enable automatic sync.
Carrier Tracking
logistics
degraded: Tracking update delay observed for TEMU-10022.
Payment Settlement
payments
configured: Settlement import pending real API credential.
Temu 正式账号连接进度

自动判断当前离连接正式账号还有多远,只有进入店铺管理员交接阶段才需要你介入。

进度 / Progress
75%
6/8
当前阶段
等待 Seller Center 授权 / waiting_for_seller_authorization
需要你现在介入
是 / yes
不需要 Temu 店铺登录密码
安全 / safe
当前阻断点
Seller Center 授权 / Seller Center authorization阻断 / blocked
A seller admin must approve the generated Temu Open Platform authorization link.
Open /integrations, generate the authorization URL, and approve it in Temu Seller Center.
下一步
  • - Request the Temu Open Platform App Key/App Secret or Seller Center approval; do not request the shop login password.
  • - seller_admin: Open /integrations, generate the authorization URL, and approve it in Temu Seller Center.
公网回调部署 / Public Callback Deployment

Temu callback deployment is ready to register in Seller Center.

编排文件 / Compose
infra\docker-compose.prod.yml
环境文件 / Env
infra\production.env
HTTPS 代理 / HTTPS Proxy
infra\caddy\Caddyfile.example
部署策略
Overseas or Hong Kong quick callback
recommended
Use a public HTTPS host outside the mainland production compliance path to validate Temu authorization callback and first sync quickly.
Pick this for the first formal Temu callback unless the company already has approved production infrastructure.
Existing company production infrastructure
ready_if_available
Deploy behind an already-approved company domain, TLS, monitoring, and database environment.
Use this if API_HOST and WEB_HOST can be provisioned immediately by the ops team.
Mainland China hosting review
review_required
Use this path only after domain, hosting, data, and compliance ownership are explicitly cleared by the operator or company ops team.
Keep this as a later production hardening path, not the default blocker for connector validation.
DNS / 回调输入
阻断 / blocked
已选回调 / Selected callback: https://47.237.184.1.sslip.io/api/v1/integrations/temu/authorization/callback
API DNS record通过 / pass
https://47.237.184.1.sslip.io
Create DNS for API_HOST before requesting Temu callback registration.
Web DNS record通过 / pass
https://47.237.184.1.sslip.io
Create DNS for WEB_HOST before using the Web callback bridge or operator UI.
生产部署输入
Deployment host
生产运维 / ops
阻断 / blocked
TLS certificate email
生产运维 / ops
阻断 / blocked
PostgreSQL password
生产运维 / ops
阻断 / blocked
Production env files
生产运维 / ops
提醒 / warning
回调部署命令
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\init-temu-production-env.ps1 -ApiOrigin https://<api-host> -WebOrigin https://<web-host> -AcmeEmail ops@your-domain.com -PostgresPassword <strong-password>powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\test-production-env-bootstrap.ps1powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\test-production-env-bootstrap.ps1 -CallbackMode WebBridgepowershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\check-production-deployment.ps1docker compose --env-file infra\production.env -f infra\docker-compose.prod.yml up -d --build
公网部署计划命令
生成生产 env / Generate production env
根据选择的公网 API/Web 域名生成 API、Web 和 infra env 文件。 / Create API, Web, and infra env files from the selected public origins.
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\init-temu-production-env.ps1 -ApiOrigin https://<api-host> -WebOrigin https://<web-host> -AcmeEmail ops@your-domain.com -PostgresPassword <strong-password>
生产 env 干跑自测 / Dry-run production env bootstrap
在写入真实生产 env 前,先生成临时 env 并证明部署预检 0 blocker。 / Generate temporary env files and prove the deployment preflight has zero blockers before writing real production env files.
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\test-production-env-bootstrap.ps1
生产部署预检 / Run local preflight
不启动服务,验证 env 文件、回调 URL、CORS、compose、Caddy 和 standalone 构建产物。 / Validate env files, callback URLs, CORS, compose, Caddy, and standalone output without starting services.
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\check-production-deployment.ps1
部署公网服务 / Deploy public stack
启动 PostgreSQL、Redis、API、Web、迁移任务和 Caddy HTTPS 反向代理。 / Start PostgreSQL, Redis, API, Web, migration job, and Caddy HTTPS reverse proxy.
docker compose --env-file infra\production.env -f infra\docker-compose.prod.yml up -d --build
公网回调 smoke test / Smoke test public callback
验证公网健康检查、OpenAPI、回调诊断、部署包和已配置回调路由。 / Verify public health, OpenAPI, callback diagnostics, deployment packet, and configured callback route.
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\test-temu-callback-deployment.ps1 -ApiOrigin https://<api-host> -WebOrigin https://<web-host>
当前阻断
无 / none
集成工作台
Temu 自动连接
通过 Temu Open Platform 授权会话自动同步订单、商品和买家消息。
授权入口: https://seller.temu.com/open-platform/client-manage
前端回调桥接: /integrations/temu/callback
正式自动授权路径等待闸口通过
正式账号接入优先使用“自动授权启动包”。在公网回调、生产 env、App Key/App Secret 和安全闸口通过前,这里只返回阻断项,不会要求 Temu 店铺登录密码。
开发调试入口非正式首选
仅用于本地验证授权会话和签名同步;正式生产请先使用上方“自动授权启动包”和运行手册闸口。
这里不需要 Temu 登录密码。生产环境应把 App Secret 和 Token 存入加密密钥库;当前 MVP 只做进程内临时配置,用于验证签名同步流程。