Documentation
¶
Overview ¶
Package refund 包含退款API相关方法
Index ¶
- func TaobaoRdcAligeniusIdentificationCaseResultUpdate(ctx context.Context, clt *core.SDKClient, ...) error
- func TaobaoRdcAligeniusIdentificationCaseUpdate(ctx context.Context, clt *core.SDKClient, ...) error
- func TaobaoRdcAligeniusSendgoodsCancel(ctx context.Context, clt *core.SDKClient, ...) error
- func TaobaoRefundRefuse(ctx context.Context, clt *core.SDKClient, ...) error
- func TaobaoRefundsReceiveGet(ctx context.Context, clt *core.SDKClient, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TaobaoRdcAligeniusIdentificationCaseResultUpdate ¶
func TaobaoRdcAligeniusIdentificationCaseResultUpdate(ctx context.Context, clt *core.SDKClient, req *refund.TaobaoRdcAligeniusIdentificationCaseResultUpdateAPIRequest, resp *refund.TaobaoRdcAligeniusIdentificationCaseResultUpdateAPIResponse, session string) error
TaobaoRdcAligeniusIdentificationCaseResultUpdate 鉴定工单结果同步 taobao.rdc.aligenius.identification.case.result.update
同步鉴定工单结果信息
func TaobaoRdcAligeniusIdentificationCaseUpdate ¶
func TaobaoRdcAligeniusIdentificationCaseUpdate(ctx context.Context, clt *core.SDKClient, req *refund.TaobaoRdcAligeniusIdentificationCaseUpdateAPIRequest, resp *refund.TaobaoRdcAligeniusIdentificationCaseUpdateAPIResponse, session string) error
TaobaoRdcAligeniusIdentificationCaseUpdate 鉴定工单信息同步 taobao.rdc.aligenius.identification.case.update
同步商家鉴定工单信息
func TaobaoRdcAligeniusSendgoodsCancel ¶
func TaobaoRdcAligeniusSendgoodsCancel(ctx context.Context, clt *core.SDKClient, req *refund.TaobaoRdcAligeniusSendgoodsCancelAPIRequest, resp *refund.TaobaoRdcAligeniusSendgoodsCancelAPIResponse, session string) error
TaobaoRdcAligeniusSendgoodsCancel 取消发货 taobao.rdc.aligenius.sendgoods.cancel
提供商家在仅退款中发送取消发货状态
func TaobaoRefundRefuse ¶
func TaobaoRefundRefuse(ctx context.Context, clt *core.SDKClient, req *refund.TaobaoRefundRefuseAPIRequest, resp *refund.TaobaoRefundRefuseAPIResponse, session string) error
TaobaoRefundRefuse 卖家拒绝退款 taobao.refund.refuse
卖家拒绝单笔退款(包含退款和退款退货)交易,要求如下:<br/>1. 传入的refund_id和相应的tid, oid必须匹配<br/>2. 如果一笔订单只有一笔子订单,则tid必须与oid相同<br/>3. 只有卖家才能执行拒绝退款操作<br/>4. 以下三种情况不能退款:卖家未发货;7天无理由退换货;网游订单
func TaobaoRefundsReceiveGet ¶ added in v1.2.5
func TaobaoRefundsReceiveGet(ctx context.Context, clt *core.SDKClient, req *refund.TaobaoRefundsReceiveGetAPIRequest, resp *refund.TaobaoRefundsReceiveGetAPIResponse, session string) error
TaobaoRefundsReceiveGet 查询卖家收到的退款列表 taobao.refunds.receive.get
查询卖家收到的退款列表
Types ¶
This section is empty.