Introduction
When creating Hi-Life shipment orders (C2C), merchants could go to a LifeET kiosk to print it, or by calling this API to do so.
Notice:
When using the Printing shipping labels function, please avoid using iframe to prevent blocking issues at convenience stores that may cause the process to fail.
API URLs
- Stage:https://logistics-stage.ecpay.com.tw/Express/PrintHILIFEC2COrderInfo
- Production:https://logistics.ecpay.com.tw/Express/PrintHILIFEC2COrderInfo
HTTPS Transfer Protocol
- Accept:text/html
- Content Type:application/x-www-form-urlencoded
- HTTP Method:POST
Request Parameter Description
MerchantID String(10)
Required
Provided by ECPAY.
AllPayLogisticsID String(20)
Required
Logistics order number
CVSPaymentNo String(15)
Required
Shipping number
PlatformID String(10)
- Provided by ECPAY, this parameter is used by Platform. General merchant should set this to null.
- When used by Platform, please use the MerchantID bound with merchant account.
CheckMacValue String
Required
Checksum.
- Please refer to the appendix Checksum for more information.