public interface WxMaProductOrderService
限定符和类型 | 方法和说明 |
---|---|
WxMaShopBaseResponse |
afterSaleAccept(Long orderId,
Long addressId) |
WxMaShopBaseResponse |
afterSaleReject(Long afterSaleOrderId,
String rejectReason) |
WxMiniBatchGetAfterSaleOrderResponse |
batchGetAfterSaleOrder(List<Long> afterSaleOrderIdList) |
void |
changeMerchantNotes(Long orderId,
String merchantNotes)
修改订单备注
|
WxMaShopBaseResponse |
deliverySend(WxMiniOrderDeliveryRequest request) |
WxMiniGetAfterSaleOrderResponse |
getAfterSaleOrder(Long afterSaleOrderId) |
WxMinishopOrderDetailResponse |
getOrderDetail(Long orderId)
获取订单详情
|
WxMinishopOrderListResponse |
getOrderList(String startCreateTime,
String endCreateTime,
String startUpdateTime,
String endUpdateTime,
Integer status,
Integer page,
Integer pageSize,
Integer source)
获取订单列表
|
WxMinishopOrderListResponse getOrderList(String startCreateTime, String endCreateTime, String startUpdateTime, String endUpdateTime, Integer status, Integer page, Integer pageSize, Integer source) throws WxErrorException
startCreateTime
- 否(未填更新时间范围时必填)endCreateTime
- 否(未填更新时间范围时必填)startUpdateTime
- 否(未填创建时间范围时必填)endUpdateTime
- 否(未填创建时间范围时必填)status
- 订单状态,枚举值见RequestOrderStatuspage
- 第几页(最小填1)pageSize
- 每页数量(不超过10,000)source
- 1:小商店,2:CPS带货WxErrorException
WxMinishopOrderDetailResponse getOrderDetail(Long orderId) throws WxErrorException
orderId
- 订单ID,可从获取订单列表中获得WxErrorException
void changeMerchantNotes(Long orderId, String merchantNotes) throws WxErrorException
orderId
- 订单idmerchantNotes
- 备注内容WxErrorException
WxMaShopBaseResponse deliverySend(WxMiniOrderDeliveryRequest request) throws WxErrorException
WxErrorException
WxMiniGetAfterSaleOrderResponse getAfterSaleOrder(Long afterSaleOrderId) throws WxErrorException
WxErrorException
WxMiniBatchGetAfterSaleOrderResponse batchGetAfterSaleOrder(List<Long> afterSaleOrderIdList) throws WxErrorException
WxErrorException
WxMaShopBaseResponse afterSaleAccept(Long orderId, Long addressId) throws WxErrorException
WxErrorException
WxMaShopBaseResponse afterSaleReject(Long afterSaleOrderId, String rejectReason) throws WxErrorException
WxErrorException
Copyright © 2024. All rights reserved.