Documentation
¶
Overview ¶
Package exchange 包含换货API相关方法
Index ¶
- func TmallExchangeAgree(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeConfirmConsign(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeConsigngoods(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeGet(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeMessageAdd(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeMessagesGet(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeReceiveGet(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeRefuse(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeRefusereasonGet(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeReturngoodsAgree(ctx context.Context, clt *core.SDKClient, ...) error
- func TmallExchangeReturngoodsRefuse(ctx context.Context, clt *core.SDKClient, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TmallExchangeAgree ¶
func TmallExchangeAgree(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeAgreeAPIRequest, resp *exchange.TmallExchangeAgreeAPIResponse, session string) error
TmallExchangeAgree 卖家同意换货申请 tmall.exchange.agree
卖家同意换货申请
func TmallExchangeConfirmConsign ¶ added in v1.2.9
func TmallExchangeConfirmConsign(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeConfirmConsignAPIRequest, resp *exchange.TmallExchangeConfirmConsignAPIResponse, session string) error
TmallExchangeConfirmConsign 换货商家确认收货并发货 tmall.exchange.confirm.consign
卖家确认收货并发货
func TmallExchangeConsigngoods ¶
func TmallExchangeConsigngoods(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeConsigngoodsAPIRequest, resp *exchange.TmallExchangeConsigngoodsAPIResponse, session string) error
TmallExchangeConsigngoods 卖家发货 tmall.exchange.consigngoods
卖家发货
func TmallExchangeGet ¶
func TmallExchangeGet(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeGetAPIRequest, resp *exchange.TmallExchangeGetAPIResponse, session string) error
TmallExchangeGet 获取单笔换货详情 tmall.exchange.get
获取单笔换货详情
func TmallExchangeMessageAdd ¶
func TmallExchangeMessageAdd(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeMessageAddAPIRequest, resp *exchange.TmallExchangeMessageAddAPIResponse, session string) error
TmallExchangeMessageAdd 卖家创建换货留言 tmall.exchange.message.add
卖家创建换货留言
func TmallExchangeMessagesGet ¶
func TmallExchangeMessagesGet(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeMessagesGetAPIRequest, resp *exchange.TmallExchangeMessagesGetAPIResponse, session string) error
TmallExchangeMessagesGet 查询换货订单留言列表 tmall.exchange.messages.get
查询换货订单留言列表
func TmallExchangeReceiveGet ¶
func TmallExchangeReceiveGet(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeReceiveGetAPIRequest, resp *exchange.TmallExchangeReceiveGetAPIResponse, session string) error
TmallExchangeReceiveGet 卖家查询换货列表 tmall.exchange.receive.get
卖家查询换货列表
func TmallExchangeRefuse ¶
func TmallExchangeRefuse(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeRefuseAPIRequest, resp *exchange.TmallExchangeRefuseAPIResponse, session string) error
TmallExchangeRefuse 卖家拒绝换货申请 tmall.exchange.refuse
卖家拒绝换货申请
func TmallExchangeRefusereasonGet ¶
func TmallExchangeRefusereasonGet(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeRefusereasonGetAPIRequest, resp *exchange.TmallExchangeRefusereasonGetAPIResponse, session string) error
TmallExchangeRefusereasonGet 获取拒绝换货原因列表 tmall.exchange.refusereason.get
获取拒绝换货原因列表
func TmallExchangeReturngoodsAgree ¶
func TmallExchangeReturngoodsAgree(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeReturngoodsAgreeAPIRequest, resp *exchange.TmallExchangeReturngoodsAgreeAPIResponse, session string) error
TmallExchangeReturngoodsAgree 卖家确认收货 tmall.exchange.returngoods.agree
卖家确认收货
func TmallExchangeReturngoodsRefuse ¶
func TmallExchangeReturngoodsRefuse(ctx context.Context, clt *core.SDKClient, req *exchange.TmallExchangeReturngoodsRefuseAPIRequest, resp *exchange.TmallExchangeReturngoodsRefuseAPIResponse, session string) error
TmallExchangeReturngoodsRefuse 卖家拒绝确认收货 tmall.exchange.returngoods.refuse
卖家拒绝买家换货申请
Types ¶
This section is empty.
Source Files
¶
- TmallExchangeAgree.go
- TmallExchangeConfirmConsign.go
- TmallExchangeConsigngoods.go
- TmallExchangeGet.go
- TmallExchangeMessageAdd.go
- TmallExchangeMessagesGet.go
- TmallExchangeReceiveGet.go
- TmallExchangeRefuse.go
- TmallExchangeRefusereasonGet.go
- TmallExchangeReturngoodsAgree.go
- TmallExchangeReturngoodsRefuse.go
- doc.go