Introduction
- When a store is closed, the vendor can receive information on the status of the goods via ServerReplyURL and an email will be sent to the vendor.
- Provide the merchant to mofdify the information on pickup stores or return stores for logistics orders.
- for C2C, 7-ELEVEN, FAMI Mart and OK Mart.
API URLs
- stage:https://logistics-stage.ecpay.com.tw/Express/UpdateStoreInfo
- Production:https://logistics.ecpay.com.tw/Express/UpdateStoreInfo
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 transaction number.
CVSPaymentNo String(15)
Required
Shipping number.
CVSValidationNo String(10)
Required
Verification code.
- If 7-ELEVEN is required.
StoreType String(2)
Required
Store type
- 01: Pickup store update
- 02: Return store update
ReceiverStoreID String(6)
Logistics order pickup store.
Special Note:Either logistics order pickup store or return store must be filled out.
ReturnStoreID String(6)
Logistics order return store.
Special Note:Either logistics order pickup store or return store must be filled out.
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 for more information on checksum mechanism.
Response Parameter Description
Return plain text value
- Success if value returns 1|OK
- Failure if value returned is not 1|OK
1|OK