public interface WxMaOrderShippingService
| 限定符和类型 | 方法和说明 |
|---|---|
WxMaOrderShippingInfoGetResponse |
get(WxMaOrderShippingInfoGetRequest request)
查询订单发货状态
你可以通过交易单号或商户号+商户单号来查询该支付单的发货状态。
|
WxMaOrderShippingInfoGetListResponse |
getList(WxMaOrderShippingInfoGetListRequest request)
查询订单列表
你可以通过支付时间、支付者openid或订单状态来查询订单列表。
|
WxMaOrderShippingIsTradeManagedResponse |
isTradeManaged(String appId)
查询小程序是否已开通发货信息管理服务
|
WxMaOrderShippingInfoBaseResponse |
notifyConfirmReceive(WxMaOrderShippingInfoNotifyConfirmRequest request)
确认收货提醒接口
如你已经从你的快递物流服务方获知到用户已经签收相关商品,可以通过该接口提醒用户及时确认收货,以提高资金结算效率,每个订单仅可调用一次。
|
WxMaOrderShippingInfoBaseResponse |
setMsgJumpPath(String path)
消息跳转路径设置接口
如你已经在小程序内接入平台提供的确认收货组件,可以通过该接口设置发货消息及确认收货消息的跳转动作,用户点击发货消息时会直接进入你的小程序订单列表页面或详情页面进行确认收货,进一步优化用户体验。
|
WxMaOrderShippingInfoBaseResponse |
upload(WxMaOrderCombinedShippingInfoUploadRequest request)
发货信息合单录入接口
|
WxMaOrderShippingInfoBaseResponse |
upload(WxMaOrderShippingInfoUploadRequest request)
发货信息录入接口
|
WxMaOrderShippingIsTradeManagedResponse isTradeManaged(String appId) throws WxErrorException
appId - 待查询小程序的 appid,非服务商调用时仅能查询本账号WxErrorException - eWxMaOrderShippingInfoBaseResponse upload(WxMaOrderShippingInfoUploadRequest request) throws WxErrorException
request - 请求WxErrorException - eWxMaOrderShippingInfoBaseResponse upload(WxMaOrderCombinedShippingInfoUploadRequest request) throws WxErrorException
request - 请求WxErrorException - eWxMaOrderShippingInfoGetResponse get(WxMaOrderShippingInfoGetRequest request) throws WxErrorException
request - 请求WxErrorException - eWxMaOrderShippingInfoGetListResponse getList(WxMaOrderShippingInfoGetListRequest request) throws WxErrorException
request - 请求WxErrorException - eWxMaOrderShippingInfoBaseResponse notifyConfirmReceive(WxMaOrderShippingInfoNotifyConfirmRequest request) throws WxErrorException
request - 请求WxErrorException - eWxMaOrderShippingInfoBaseResponse setMsgJumpPath(String path) throws WxErrorException
path - 商户自定义跳转路径WxErrorException - eCopyright © 2024. All rights reserved.