来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [VN] Support New Điểm Nhận Hàng Collection Point Channel
Dear Developers,
The updates below are effective for selected Shopee VN local sellers only.
- Background & Update Details
Shopee VN is introducing a new integrated logistics channel: Điểm nhận hàng. This channel allows buyers to collect orders at designated post offices and partner service locations.
The channel is managed by SPX Express and supports both prepaid and COD payments. The maximum order value allowed for this channel is 3,000,000 VND.
- Affected Logistics Channels
| logistics_channel_name | logistics_channel_id | mask_channel_id |
|---|---|---|
| Điểm nhận hàng | 50053 | 0 |
The channel is default toggle off, sellers can toggle on.
- Sample of Response Body
v2.logistics.get_channel_list:
{
"logistics_channel_id": 50053,
"logistics_channel_name": "Điểm nhận hàng",
"mask_channel_id": 0,
"enabled": true,
"cod_enabled": true,
"service_type_identifier": "null",
"weight_limit": {
"item_max_weight": 10,
"item_min_weight": 0.01
},
"item_max_dimension": {
"height": 60,
"width": 60,
"length": 60,
"unit": "cm"
}
- Action to Take from Developers
- Update Integration Logic: Support the new logistics_channel_id 50053.
- AWB Customization: Display the text ĐIỂM NHẬN HÀNG clearly under the Shopee logo on the printed label.
- Validation Logic: Ensure product weight and dimensions do not exceed the channel limits (Max 10kg and 60cm per side).
- Fulfillment Logic: The handling deadlines and shipping service level agreements (SLA) for this channel are identical to the standard Express channel.
- Timeline Configuration: Developers should configure system alerts based on the 14:00 cut-off time:
- Orders before 14:00: Arrange shipment by 23:59 same day.
- Orders after 14:00: Arrange shipment by 23:59 next day.
For more details regarding the channel's features and seller operations, please refer to this announcement.
- AWB Sample
Below is a sample AWB for reference. The ĐIỂM NHẬN HÀNG are highlighted in red.
- Related APIs
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.product.add_item
v2.product.update_item
v2.product.get_item_base_info
v2.order.get_order_detail
v2.order.get_package_detail
v2.logistics.get_shipping_document_data_info
- Effective Date
Feb 03, 2026
尊敬的开发者,
以下更新仅适用于部分特定的 Shopee 越南本土卖家。
- 背景与更新内容
Shopee VN 推出全新集成物流渠道:Điểm nhận hàng,买家可通过此渠道在指定邮局和合作服务点自提订单。 该渠道由 SPX Express 运营,支持预付和货到付款两种支付方式,此渠道的订单最高限额为 3,000,000 越南盾。
- 受影响的物流渠道
| logistics_channel_name | logistics_channel_id | mask_channel_id |
|---|---|---|
| Điểm nhận hàng | 50053 | 0 |
该渠道默认处于关闭状态,卖家可以手动开启。
- 响应主体示例
v2.logistics.get_channel_list:
{
"logistics_channel_id": 50053,
"logistics_channel_name": "Điểm nhận hàng",
"mask_channel_id": 0,
"enabled": true,
"cod_enabled": true,
"service_type_identifier": "null",
"weight_limit": {
"item_max_weight": 10,
"item_min_weight": 0.01
},
"item_max_dimension": {
"height": 60,
"width": 60,
"length": 60,
"unit": "cm"
}
- 开发者需采取的行动
- 更新集成逻辑:支持新Chanel ID: 50053;
- 面单设计:在面单上的 Shopee 标志下方清晰显示“ĐIỂM NHẬN HÀNG”字样;
- 验证逻辑:确保产品重量和尺寸不超过渠道限制(最大重量 10 公斤,单边最大尺寸 60 厘米);
- 履行逻辑:此渠道的处理期限和运输服务级别协议 (SLA) 与Standard Express Channel相同;
- 时间线配置:应根据 14:00 的截止时间配置系统提醒:
- 14:00 前产生的订单:在当天 23:59 前安排发货
- 14:00 后产生的订单:在次日 23:59 前安排发货
有关渠道功能和卖家操作的更多详细信息,请参阅此公告。
- AWB示例
以下为 AWB 示例,仅供参考:在AWB中需要将 “Điểm Nhận Hàng” 标识以红色高亮显示。
- 相关 API
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.product.add_item
v2.product.update_item
v2.product.get_item_base_info
v2.order.get_order_detail
v2.order.get_package_detail
v2.logistics.get_shipping_document_data_info
- 生效日期 2026 年 2 月 3 日
