来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Shipping Carrier Airway Bill
Dear Developers,
1.[MY] Important Update for Shipping Carrier Airway Bill
The updates below are applicable to Shopee MY local sellers only.
Effective 10 July 2023, the following channel will have some changes on the Airway Bill layouts.
Action to take from developers,
Get Shipping Document Data Info API
-When calling the following API V2.logistics.get_shipping_document_info, there are some changes on Airway Bill layout if the Response body field “shipping_carrier" return the shipping carriers below:
| Shipping Carrier Name | Shipping Carrier ID |
|---|---|
| Shopee Xpress (West Malaysia) | 20088 |
| Shopee Xpress (East Malaysia) | 20033 |
| Shopee Xpress (Sea Shipping) | 20077 |
| Buyer Self Collection | 20099 |
- Shopee Xpress (West Malaysia) 20088
Shopee Xpress (West Malaysia) 20088 Airway Bill Sample:
Changes Required in Shopee Xpress (West Malaysia) 20088:
1.Add a small header “Buyer Details (FWD)” on top of the existing forward sort code
2.Remove the existing return sort code ("return_first_sort_code") *refer to the response body sample below
3.Remove buyer’s postcode
4.Reposition home/office tag, QR code, barcode & SPX tracking number to be slightly above
5.Add a smaller header “Seller Details (RTS)” at the bottom of existing barcode with return sort code (“return_first_sort_code”) followed by zone code ("zone_code") at the bottom *refer to the response body sample below
Kindly refer to the response body sample indicating the related fields that are highlighted which required changes.
Response body sample:
"recipient_sort_code": {
"first_recipient_sort_code": "KV1-PCH-Z",
"second_recipient_sort_code": "",
"third_recipient_sort_code": "E-10-PCHJ.9-S"
},
"return_sort_code": {
"return_first_sort_code": "KV1-PCH-Z" [Point #2 & Point #5]
},
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Shopee Xpress (West Malaysia)",
"shopee_tracking_number": "MY231457521098WU",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "SPXMY039280596577",
"zone": "",
"zone_code": "A-10-PU.12" [Point #5]
Related APIs:
Open API 2.0:
V2.logistics.get_shipping_document_info
Effective Live Date: 2023/07/10
- Shopee Xpress (East Malaysia) 20033
Shopee Xpress (East Malaysia) 20033 Airway Bill Sample:
Changes Required in Shopee Xpress (East Malaysia) 20033:
- Remove the existing return sort code ("return_first_sort_code") *refer to the response body sample below
Kindly refer to the response body sample indicating the related fields that are highlighted which required changes.
Response body sample:
"recipient_sort_code": {
"first_recipient_sort_code": "KV1-PCH-Z",
"second_recipient_sort_code": "",
"third_recipient_sort_code": "E-10-PCHJ.9-S"
},
"return_sort_code": {
"return_first_sort_code": "FM-PRK-STW" [Point #1]
},
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
}
Related APIs:
Open API 2.0:
V2.logistics.get_shipping_document_info
Effective Live Date: 2023/07/10
- Shopee Xpress (Sea Shipping) 20077
Shopee Xpress (Sea Shipping) 20077 Airway Bill Sample:
Changes Required in Shopee Xpress (Sea Shipping) 20077:
1.Reposition the home/office tag, QR code, barcode & SPX tracking number to be above the buyer’s postcode
2.Move buyer’s postcode to be under the barcode
Effective Live Date: 2023/07/10
- Shopee Xpress (Self Collection) 20099
Shopee Xpress (Self Collection) 20099 Airway Bill Sample:
Changes Required in Shopee Xpress (Self Collection) 20099:
1.Reposition “BUYER SELF COLLECTION” tag under Order Details
2.Add a small header “Buyer Details (FWD)” on top of the existing forward sort code
3.Remove buyer’s postcode
4.Reposition home/office tag, QR code, barcode & SPX tracking number to be slightly above
5.Add a smaller header “Seller Details (RTS)” at the bottom of existing barcode with return sort code (“return_first_sort_code”) followed by zone code ("zone_code") at the bottom *refer to the response body sample below
Kindly refer to the response body sample indicating the related fields that are highlighted which required changes.
Response body sample:
"recipient_sort_code": {
"first_recipient_sort_code": "KV3-PJY-Z",
"second_recipient_sort_code": "",
"third_recipient_sort_code": "A-06-ARA.2-O"
},
"return_sort_code": {
"return_first_sort_code": "KV1-PCH-Z" [Point #5]
},
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Shopee Xpress (Self Collection)",
"shopee_tracking_number": "MY333457521098AU",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
}, "spx_sub_district": "",
"tracking_number": "SPXMY039280596887",
"zone": "",
"zone_code": "A-10-PU.12" [Point #5]
Related APIs:
Open API 2.0:
V2.logistics.get_shipping_document_info
Effective Live Date: 2023/07/10
- We add a new response field "buyer_videos" to support buyer upload the evidence for refund and return to help explain the issue (e.g. parcel unboxing videos, electronic product function issue).
Related APIs:
Open API 2.0:v2.returns.get_return_detail
Effective Live Date: Lived
