来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§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.
- Affected Logistics Channels
| shipping_carrier | logistics_channel_id | mask_channel__id |
|---|---|---|
| Instant Delivery | 40079 | 0 |
- 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, ... } } }
- 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.
-
AWB Sample
-
Related API
v2.get_shipping document_data_info
- Effective Date on Live
9 March 2026
尊敬的开发者:
以下更新仅适用于部分 Shopee PH 本土卖家。
为支持即时配送订单的货到付款(COD)功能,Shopee PH 要求在自定义即时配送面单上显示“COD”水印,以便在面单上清晰识别货到付款订单。
- 受影响物流渠道
| shipping_carrier | logistics_channel_id | mask_channel__id |
|---|---|---|
| Instant Delivery | 40079 | 0 |
- 响应示例
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, ... } }
- 开发者需采取的行动
- 当 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
请注意:如果水印显示不正确,物流承运商可能不接受该面单,从而导致订单履行延迟。
-
面单示例
-
相关 API
v2.logistics.get_shipping_document_data_info
- 生效日期 2026-03-09
