快工助手跨境电商知识与商机助手

Open API Send Message Limitation

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.announcements
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/announcementtopic/apitopic/changelogtopic/developertopic/openapi-updates

资料正文

§1 Open API Send Message Limitation

Dear Developer ,

Please note that the send message OpenAPI limitation

To reduce unnecessary messages and enhance the buyer experience, Shopee will implement a validation mechanism on July 4, 2025 to block some messages via OpenAPI.( both v2.sellerchat.send_message and v2.sellerchat.send_autoreply_message)

Error 1: reach_5_message_limit

Error Message: You can send up to 5 messages before the buyer responds.

Returned when the seller tries to send more than 5 messages without receiving any reply, under any of the following:

- Buyer messaged the seller within the last 1–7 days

- Buyer has never messaged or last messaged more than 7 days ago, and:

- The buyer has placed an order within 30 days, or

- There is an ongoing RR

Error 2: user_is_forbidden

Error Message: You can only message the buyer if they start a conversation with you within 30 days, place an order within 30 days, or have an unresolved return or refund.

Returned when:

- Buyer has never sent a message or last message > 7 days, and

- Buyer did not place an order in the last 30 days, and

- Buyer has no ongoing RR case

Impacted OpenAPI:

v2.sellerchat.send_message

v2.sellerchat.send_autoreply_message

尊敬的开发者,

请留意OpenAPI发送消息限制的变更

为减少不必要的消息干扰、提升买家体验,Shopee 将于 2025 年 7 月 4 日 起对 OpenAPI 消息发送接口 启用限制校验机制(适用于 v2.sellerchat.send_message 和 v2.sellerchat.send_autoreply_message)。

错误码 1:reach_5_message_limit

错误提示:

You can send up to 5 messages before the buyer responds.

当卖家在 未收到买家任何回复 的前提下尝试发送超过 5 条消息时,会触发此错误。适用以下任一场景:

- 买家在过去 1–7 天内发送过消息,或

- 买家 从未发过消息 或最后一条消息时间 早于 7 天前,且:

- 买家在近 30 天内下过订单,或

- 买家当前存在 进行中的退货/退款(RR)

错误码 2:user_is_forbidden

错误提示: You can only message the buyer if they start a conversation with you within 30 days, place an order within 30 days, or have an unresolved return or refund

当满足以下所有条件时,系统将阻止消息发送并返回该错误码:

- 买家 从未发送过消息 或最后一条消息时间 超过 7 天

- 买家在近 30 天内没有下单

- 买家 无正在进行中的退货/退款(RR)

#