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

[PH] AWB Format Update for Instant Delivery

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/logistics-channel-awb-updates

资料正文

§1 [PH] AWB Format Update for Instant Delivery

Dear Developers,

The update below is effective for selected Shopee PH local sellers only.

To support the launch of COD as a payment option for Instant Delivery orders, Shopee PH requires a “COD” watermark to be displayed on customized Instant Delivery AWBs.

This update ensures COD orders are clearly marked on the shipping documents.

  1. Affected Logistics Channels
shipping_carrierlogistics_channel_idmask_channel__id
Instant Delivery400790
  1. Sample of Response Body v2.logistics.get_shipping_document_data_info

{ "error": "", "message": "", "request_id": "e3e3e7f34c42e9f1cc46fad791c4dc00:010003a6a1a04d7b:000000f346ac4c99", "response": { "shipping_document_info": {

"create_date_ymd_sl": "2026/03/05",

"deliver_area": "",

"delivery_hub": "",

"dely_fri_label": "",

"dely_sat_label": "",

"dely_sun_label": "",

"destination_base_code": "",

"ec_order_no": "",

"is_lm_dg_bool": 1,

"last_mile_tracking_number": "",

"last_third_digits_buyer_phone": "",

"cod": true, "cod_amount": "39", "logistics_channel_id": 40079, ... } } }

  1. Action to Take from Developers
  • Display the “COD” watermark on customized AWBs when cod = TRUE by calling the v2.logistics.get_shipping_document_data_info API. Please refer to the sample AWB for guidance.
  • If unable to display the watermark by the go-live date, use Shopee system-generated AWBs. This can be done by calling the APIs in the following order:

- v2.logistics. get_shipping_document_parameter

- v2.logistics.create_shipping_document

- v2.logistics.get_shipping_document_result

- v2.logistics.download_shipping_document

Note: If the watermark is not displayed correctly, the AWB may not be accepted by the logistics provider, which could delay fulfillment.

  1. AWB Sample

  2. Related API

v2.get_shipping document_data_info

  1. Effective Date on Live

9 March 2026

尊敬的开发者:

以下更新仅适用于部分 Shopee PH 本土卖家。

为支持即时配送订单的货到付款(COD)功能,Shopee PH 要求在自定义即时配送面单上显示“COD”水印,以便在面单上清晰识别货到付款订单。

  1. 受影响物流渠道
shipping_carrierlogistics_channel_idmask_channel__id
Instant Delivery400790
  1. 响应示例

v2.logistics.get_shipping_document_data_info

{ "error": "", "message": "", "request_id": "e3e3e7f34c42e9f1cc46fad791c4dc00:010003a6a1a04d7b:000000f346ac4c99", "response": { "shipping_document_info": {

"create_date_ymd_sl": "2026/03/05",

"deliver_area": "",

"delivery_hub": "",

"dely_fri_label": "",

"dely_sat_label": "",

"dely_sun_label": "",

"destination_base_code": "",

"ec_order_no": "",

"is_lm_dg_bool": 1,

"last_mile_tracking_number": "",

"last_third_digits_buyer_phone": "",

"cod": true, "cod_amount": "39", "logistics_channel_id": 40079, ... } }

  1. 开发者需采取的行动
  • 当 cod = TRUE 时,在自画面单上显示“COD”水印,即调用v2.logistics.get_shipping_document_data_info API,具体可参考面单示例。
  • 如无法在生效日之前显示水印,请使用 Shopee 系统生成的面单,可按以下 API 顺序操作:

- v2.logistics. get_shipping_document_parameter

- v2.logistics.create_shipping_document

- v2.logistics.get_shipping_document_result

- v2.logistics.download_shipping_document

请注意:如果水印显示不正确,物流承运商可能不接受该面单,从而导致订单履行延迟。

  1. 面单示例

  2. 相关 API

v2.logistics.get_shipping_document_data_info

  1. 生效日期 2026-03-09
#