wdk

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package wdk 包含五道口API相关结构体

https://open.taobao.com/API.htm?docType=2&docId=66186

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbnormalContentDto

type AbnormalContentDto struct {
	// 操作描述
	OperateDesc string `json:"operate_desc,omitempty" xml:"operate_desc,omitempty"`
	// 处理结果
	OperateResult string `json:"operate_result,omitempty" xml:"operate_result,omitempty"`
	// 处理数量
	AbnormalProcessQuantity string `json:"abnormal_process_quantity,omitempty" xml:"abnormal_process_quantity,omitempty"`
	// 上报数量
	AbnormalQuantity string `json:"abnormal_quantity,omitempty" xml:"abnormal_quantity,omitempty"`
}

AbnormalContentDto 结构体

type AbnormalStatusChangeDto

type AbnormalStatusChangeDto struct {
	// 是否终态
	IsFinal string `json:"is_final,omitempty" xml:"is_final,omitempty"`
	// 当前经纬度
	CurrentLngLat string `json:"current_lng_lat,omitempty" xml:"current_lng_lat,omitempty"`
	// 操作时间
	OperateTime string `json:"operate_time,omitempty" xml:"operate_time,omitempty"`
	// 处理人名称
	OperateUserName string `json:"operate_user_name,omitempty" xml:"operate_user_name,omitempty"`
	// 处理人
	OperateUserCode string `json:"operate_user_code,omitempty" xml:"operate_user_code,omitempty"`
	// 节点Code
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 节点类型
	NodeType string `json:"node_type,omitempty" xml:"node_type,omitempty"`
	// 异常受理单ID
	AbnormalAcceptId string `json:"abnormal_accept_id,omitempty" xml:"abnormal_accept_id,omitempty"`
	// 异常单ID
	AbnormalOrderId string `json:"abnormal_order_id,omitempty" xml:"abnormal_order_id,omitempty"`
	// 状态变更类型
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 异常协同单ID
	AbnormalCoordinationId string `json:"abnormal_coordination_id,omitempty" xml:"abnormal_coordination_id,omitempty"`
	// 参数
	AbnormalContentDto *AbnormalContentDto `json:"abnormal_content_dto,omitempty" xml:"abnormal_content_dto,omitempty"`
}

AbnormalStatusChangeDto 结构体

type Action

type Action struct {
	// 减钱金额,单位分
	DecreaseMoney int64 `json:"decrease_money,omitempty" xml:"decrease_money,omitempty"`
	// 折扣,950,表示9.5折
	DiscountRate int64 `json:"discount_rate,omitempty" xml:"discount_rate,omitempty"`
	// 一口价金额,单位分
	FixPriceMoney int64 `json:"fix_price_money,omitempty" xml:"fix_price_money,omitempty"`
	// 一口价类型,0:普通一口价,1:第N件一口价,2:整体一口价
	FixPriceType int64 `json:"fix_price_type,omitempty" xml:"fix_price_type,omitempty"`
	// 是否打折
	Discount bool `json:"discount,omitempty" xml:"discount,omitempty"`
	// 是否一口价
	FixPrice bool `json:"fix_price,omitempty" xml:"fix_price,omitempty"`
	// 是否减钱
	Decrease bool `json:"decrease,omitempty" xml:"decrease,omitempty"`
}

Action 结构体

type ActionDto added in v1.2.5

type ActionDto struct {
	// 满减金额,单位分
	DecreaseMoney int64 `json:"decrease_money,omitempty" xml:"decrease_money,omitempty"`
	// 折扣率
	DiscountRate int64 `json:"discount_rate,omitempty" xml:"discount_rate,omitempty"`
	// 一口价金额,单位分
	FixPriceMoney int64 `json:"fix_price_money,omitempty" xml:"fix_price_money,omitempty"`
	// 一口价类型 0: 普通一口价 1: 每件或者第n件一口价 2: 整体一口价
	FixPriceType int64 `json:"fix_price_type,omitempty" xml:"fix_price_type,omitempty"`
	// 是否减钱
	Decrease bool `json:"decrease,omitempty" xml:"decrease,omitempty"`
	// 是否打折
	Discount bool `json:"discount,omitempty" xml:"discount,omitempty"`
	// 是否一口价
	FixPrice bool `json:"fix_price,omitempty" xml:"fix_price,omitempty"`
}

ActionDto 结构体

type ActivityRule

type ActivityRule struct {
	// 封顶金额
	CeilingAmount int64 `json:"ceiling_amount,omitempty" xml:"ceiling_amount,omitempty"`
	// 1-可贬值,0-不可贬值
	DiscountFeeMode int64 `json:"discount_fee_mode,omitempty" xml:"discount_fee_mode,omitempty"`
	// 多阶梯是否可叠加
	IsMultiMix bool `json:"is_multi_mix,omitempty" xml:"is_multi_mix,omitempty"`
	// 单商品是否累计
	ItemOverlay bool `json:"item_overlay,omitempty" xml:"item_overlay,omitempty"`
	// 是否单商品计数【NY使用】【废弃】
	IsAlone bool `json:"is_alone,omitempty" xml:"is_alone,omitempty"`
	// 是否上不封顶
	EnableMultiple bool `json:"enable_multiple,omitempty" xml:"enable_multiple,omitempty"`
	// 是否叠加计算逻辑分组与阶梯满元【件】条件
	IsCheckAllCond bool `json:"is_check_all_cond,omitempty" xml:"is_check_all_cond,omitempty"`
}

ActivityRule 结构体

type ActivitySkuQuery

type ActivitySkuQuery struct {
	// 需要查询的商品skuCodes
	SkuCodes []string `json:"sku_codes,omitempty" xml:"sku_codes>string,omitempty"`
	// 自定义同步的渠道配置
	ChannelConfigList []ChannelConfig `json:"channel_config_list,omitempty" xml:"channel_config_list>channel_config,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 五道口活动id
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// 分页参数
	Page *BasePageQuery `json:"page,omitempty" xml:"page,omitempty"`
	// 是否自定义渠道同步
	ByChannel bool `json:"by_channel,omitempty" xml:"by_channel,omitempty"`
}

ActivitySkuQuery 结构体

type ActivitySkuQueryDto added in v1.2.5

type ActivitySkuQueryDto struct {
	// 当前页码,从1开始
	Current int64 `json:"current,omitempty" xml:"current,omitempty"`
	// 页面大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

ActivitySkuQueryDto 结构体

type AddressInfo

type AddressInfo struct {
	// 地址类型
	AddressType string `json:"address_type,omitempty" xml:"address_type,omitempty"`
	// 城市
	City string `json:"city,omitempty" xml:"city,omitempty"`
	// 省份
	State string `json:"state,omitempty" xml:"state,omitempty"`
	// 国家
	Country string `json:"country,omitempty" xml:"country,omitempty"`
	// 详细地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
}

AddressInfo 结构体

type AfterRefundOrderInfo added in v1.2.8

type AfterRefundOrderInfo struct {
	// 退款审核人
	Wdkrc string `json:"wdkrc,omitempty" xml:"wdkrc,omitempty"`
	// 退款审核备注
	Wdkrcm string `json:"wdkrcm,omitempty" xml:"wdkrcm,omitempty"`
	// 退款发起人
	Wdkrfqr string `json:"wdkrfqr,omitempty" xml:"wdkrfqr,omitempty"`
	// 退款理由
	Wdkdfqrrr string `json:"wdkdfqrrr,omitempty" xml:"wdkdfqrrr,omitempty"`
	// 退款发起备注
	Wdkrfqrmemo string `json:"wdkrfqrmemo,omitempty" xml:"wdkrfqrmemo,omitempty"`
	// 外部退款单号
	Rprid string `json:"rprid,omitempty" xml:"rprid,omitempty"`
	// 实际退货数量
	Wdkfra string `json:"wdkfra,omitempty" xml:"wdkfra,omitempty"`
	// 实际退款金额
	Wdkrf string `json:"wdkrf,omitempty" xml:"wdkrf,omitempty"`
}

AfterRefundOrderInfo 结构体

type AfterRefundOrderRequest added in v1.2.8

type AfterRefundOrderRequest struct {
	// 门店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 业务子单号
	SubBizOrderId string `json:"sub_biz_order_id,omitempty" xml:"sub_biz_order_id,omitempty"`
	// 退款信息
	AfterRefundOrderInfo *AfterRefundOrderInfo `json:"after_refund_order_info,omitempty" xml:"after_refund_order_info,omitempty"`
}

AfterRefundOrderRequest 结构体

type AlibabaaelophyorderdelivererchangeAPIRequest added in v1.3.1

type AlibabaaelophyorderdelivererchangeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyorderdelivererchangeAPIRequest 配送员信息变更接口 API请求 alibaba.aelophy.order.deliverer.change

配送员信息变更接口

func NewAlibabaaelophyorderdelivererchangeRequest added in v1.3.1

func NewAlibabaaelophyorderdelivererchangeRequest() *AlibabaaelophyorderdelivererchangeAPIRequest

NewAlibabaaelophyorderdelivererchangeRequest 初始化AlibabaaelophyorderdelivererchangeAPIRequest对象

func (AlibabaaelophyorderdelivererchangeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyorderdelivererchangeAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyorderdelivererchangeAPIRequest) GetDelivererChangeRequest added in v1.3.1

GetDelivererChangeRequest DelivererChangeRequest Getter

func (AlibabaaelophyorderdelivererchangeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaaelophyorderdelivererchangeAPIRequest) SetDelivererChangeRequest added in v1.3.1

func (r *AlibabaaelophyorderdelivererchangeAPIRequest) SetDelivererChangeRequest(_delivererChangeRequest *DelivererChangeRequest) error

SetDelivererChangeRequest is DelivererChangeRequest Setter 配送员信息变更请求

type AlibabaaelophyorderdelivererchangeAPIResponse added in v1.3.1

type AlibabaaelophyorderdelivererchangeAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyorderdelivererchangeAPIResponseModel
}

AlibabaaelophyorderdelivererchangeAPIResponse 配送员信息变更接口 API返回值 alibaba.aelophy.order.deliverer.change

配送员信息变更接口

type AlibabaaelophyorderdelivererchangeAPIResponseModel added in v1.3.1

type AlibabaaelophyorderdelivererchangeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_order_deliverer_change_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 配送员信息变更响应
	ApiResult *TopBaseResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaelophyorderdelivererchangeAPIResponseModel is 配送员信息变更接口 成功返回结果

type AlibabaaelophyorderdesensitizephonegetAPIRequest added in v1.3.1

type AlibabaaelophyorderdesensitizephonegetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyorderdesensitizephonegetAPIRequest 获取订单隐私号 API请求 alibaba.aelophy.order.desensitizephone.get

获取订单隐私号

func NewAlibabaaelophyorderdesensitizephonegetRequest added in v1.3.1

func NewAlibabaaelophyorderdesensitizephonegetRequest() *AlibabaaelophyorderdesensitizephonegetAPIRequest

NewAlibabaaelophyorderdesensitizephonegetRequest 初始化AlibabaaelophyorderdesensitizephonegetAPIRequest对象

func (AlibabaaelophyorderdesensitizephonegetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyorderdesensitizephonegetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyorderdesensitizephonegetAPIRequest) GetOrderDesensitizePhoneRequest added in v1.3.1

GetOrderDesensitizePhoneRequest OrderDesensitizePhoneRequest Getter

func (AlibabaaelophyorderdesensitizephonegetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaaelophyorderdesensitizephonegetAPIRequest) SetOrderDesensitizePhoneRequest added in v1.3.1

func (r *AlibabaaelophyorderdesensitizephonegetAPIRequest) SetOrderDesensitizePhoneRequest(_orderDesensitizePhoneRequest *OrderDesensitizePhoneRequest) error

SetOrderDesensitizePhoneRequest is OrderDesensitizePhoneRequest Setter 请求

type AlibabaaelophyorderdesensitizephonegetAPIResponse added in v1.3.1

type AlibabaaelophyorderdesensitizephonegetAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyorderdesensitizephonegetAPIResponseModel
}

AlibabaaelophyorderdesensitizephonegetAPIResponse 获取订单隐私号 API返回值 alibaba.aelophy.order.desensitizephone.get

获取订单隐私号

type AlibabaaelophyorderdesensitizephonegetAPIResponseModel added in v1.3.1

type AlibabaaelophyorderdesensitizephonegetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_order_desensitizephone_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误码
	ApiErrCode string `json:"api_err_code,omitempty" xml:"api_err_code,omitempty"`
	// 错误信息
	ApiErrMsg string `json:"api_err_msg,omitempty" xml:"api_err_msg,omitempty"`
	// 订单隐私号信息
	Model *OrderDesensitizePhoneResult `json:"model,omitempty" xml:"model,omitempty"`
	// 调用是否成功
	ApiSuccess bool `json:"api_success,omitempty" xml:"api_success,omitempty"`
}

AlibabaaelophyorderdesensitizephonegetAPIResponseModel is 获取订单隐私号 成功返回结果

type AlibabaaelophyordergetAPIRequest added in v1.3.1

type AlibabaaelophyordergetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyordergetAPIRequest 翱象拉取订单接口 API请求 alibaba.aelophy.order.get

翱象拉取订单接口

func NewAlibabaaelophyordergetRequest added in v1.3.1

func NewAlibabaaelophyordergetRequest() *AlibabaaelophyordergetAPIRequest

NewAlibabaaelophyordergetRequest 初始化AlibabaaelophyordergetAPIRequest对象

func (AlibabaaelophyordergetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabaaelophyordergetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyordergetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabaaelophyordergetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyordergetAPIRequest) GetOrderGetRequest added in v1.3.1

func (r AlibabaaelophyordergetAPIRequest) GetOrderGetRequest() *OrderGetRequest

GetOrderGetRequest OrderGetRequest Getter

func (AlibabaaelophyordergetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaaelophyordergetAPIRequest) SetOrderGetRequest added in v1.3.1

func (r *AlibabaaelophyordergetAPIRequest) SetOrderGetRequest(_orderGetRequest *OrderGetRequest) error

SetOrderGetRequest is OrderGetRequest Setter 请求对象

type AlibabaaelophyordergetAPIResponse added in v1.3.1

type AlibabaaelophyordergetAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyordergetAPIResponseModel
}

AlibabaaelophyordergetAPIResponse 翱象拉取订单接口 API返回值 alibaba.aelophy.order.get

翱象拉取订单接口

type AlibabaaelophyordergetAPIResponseModel added in v1.3.1

type AlibabaaelophyordergetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_order_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应对象
	ApiResult *TopBaseResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaelophyordergetAPIResponseModel is 翱象拉取订单接口 成功返回结果

type AlibabaaelophyorderlogisticstracecallbackAPIRequest added in v1.3.1

type AlibabaaelophyorderlogisticstracecallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyorderlogisticstracecallbackAPIRequest 配送轨迹回传 API请求 alibaba.aelophy.order.logistics.trace.callback

配送轨迹回传

func NewAlibabaaelophyorderlogisticstracecallbackRequest added in v1.3.1

func NewAlibabaaelophyorderlogisticstracecallbackRequest() *AlibabaaelophyorderlogisticstracecallbackAPIRequest

NewAlibabaaelophyorderlogisticstracecallbackRequest 初始化AlibabaaelophyorderlogisticstracecallbackAPIRequest对象

func (AlibabaaelophyorderlogisticstracecallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyorderlogisticstracecallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyorderlogisticstracecallbackAPIRequest) GetLogisticsTraceCallbackRequest added in v1.3.1

GetLogisticsTraceCallbackRequest LogisticsTraceCallbackRequest Getter

func (AlibabaaelophyorderlogisticstracecallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaaelophyorderlogisticstracecallbackAPIRequest) SetLogisticsTraceCallbackRequest added in v1.3.1

func (r *AlibabaaelophyorderlogisticstracecallbackAPIRequest) SetLogisticsTraceCallbackRequest(_logisticsTraceCallbackRequest *LogisticsTraceCallbackRequest) error

SetLogisticsTraceCallbackRequest is LogisticsTraceCallbackRequest Setter 配送轨迹回传请求

type AlibabaaelophyorderlogisticstracecallbackAPIResponse added in v1.3.1

type AlibabaaelophyorderlogisticstracecallbackAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyorderlogisticstracecallbackAPIResponseModel
}

AlibabaaelophyorderlogisticstracecallbackAPIResponse 配送轨迹回传 API返回值 alibaba.aelophy.order.logistics.trace.callback

配送轨迹回传

type AlibabaaelophyorderlogisticstracecallbackAPIResponseModel added in v1.3.1

type AlibabaaelophyorderlogisticstracecallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_order_logistics_trace_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 配送轨迹回传响应
	ApiResult *TopBaseResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaelophyorderlogisticstracecallbackAPIResponseModel is 配送轨迹回传 成功返回结果

type AlibabaaelophyorderworkcallbackAPIRequest added in v1.3.1

type AlibabaaelophyorderworkcallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyorderworkcallbackAPIRequest 仓配作业结果回传接口 API请求 alibaba.aelophy.order.work.callback

仓配作业结果回传接口

func NewAlibabaaelophyorderworkcallbackRequest added in v1.3.1

func NewAlibabaaelophyorderworkcallbackRequest() *AlibabaaelophyorderworkcallbackAPIRequest

NewAlibabaaelophyorderworkcallbackRequest 初始化AlibabaaelophyorderworkcallbackAPIRequest对象

func (AlibabaaelophyorderworkcallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyorderworkcallbackAPIRequest) GetApiParams added in v1.3.1

func (r AlibabaaelophyorderworkcallbackAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyorderworkcallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaaelophyorderworkcallbackAPIRequest) GetWorkCallbackRequest added in v1.3.1

GetWorkCallbackRequest WorkCallbackRequest Getter

func (*AlibabaaelophyorderworkcallbackAPIRequest) SetWorkCallbackRequest added in v1.3.1

func (r *AlibabaaelophyorderworkcallbackAPIRequest) SetWorkCallbackRequest(_workCallbackRequest *WorkCallbackRequest) error

SetWorkCallbackRequest is WorkCallbackRequest Setter 仓配作业结果回传请求

type AlibabaaelophyorderworkcallbackAPIResponse added in v1.3.1

type AlibabaaelophyorderworkcallbackAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyorderworkcallbackAPIResponseModel
}

AlibabaaelophyorderworkcallbackAPIResponse 仓配作业结果回传接口 API返回值 alibaba.aelophy.order.work.callback

仓配作业结果回传接口

type AlibabaaelophyorderworkcallbackAPIResponseModel added in v1.3.1

type AlibabaaelophyorderworkcallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_order_work_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 回传响应
	ApiResult *TopBaseResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaelophyorderworkcallbackAPIResponseModel is 仓配作业结果回传接口 成功返回结果

type AlibabaaelophyshopupdateinfoAPIRequest added in v1.3.1

type AlibabaaelophyshopupdateinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyshopupdateinfoAPIRequest 更新渠道店基础信息 API请求 alibaba.aelophy.shop.updateinfo

更新渠道店基础信息

func NewAlibabaaelophyshopupdateinfoRequest added in v1.3.1

func NewAlibabaaelophyshopupdateinfoRequest() *AlibabaaelophyshopupdateinfoAPIRequest

NewAlibabaaelophyshopupdateinfoRequest 初始化AlibabaaelophyshopupdateinfoAPIRequest对象

func (AlibabaaelophyshopupdateinfoAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabaaelophyshopupdateinfoAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyshopupdateinfoAPIRequest) GetApiParams added in v1.3.1

func (r AlibabaaelophyshopupdateinfoAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyshopupdateinfoAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaaelophyshopupdateinfoAPIRequest) GetShopInfoUpdateRequest added in v1.3.1

func (r AlibabaaelophyshopupdateinfoAPIRequest) GetShopInfoUpdateRequest() *ShopInfoUpdateRequest

GetShopInfoUpdateRequest ShopInfoUpdateRequest Getter

func (*AlibabaaelophyshopupdateinfoAPIRequest) SetShopInfoUpdateRequest added in v1.3.1

func (r *AlibabaaelophyshopupdateinfoAPIRequest) SetShopInfoUpdateRequest(_shopInfoUpdateRequest *ShopInfoUpdateRequest) error

SetShopInfoUpdateRequest is ShopInfoUpdateRequest Setter 请求对象

type AlibabaaelophyshopupdateinfoAPIResponse added in v1.3.1

type AlibabaaelophyshopupdateinfoAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyshopupdateinfoAPIResponseModel
}

AlibabaaelophyshopupdateinfoAPIResponse 更新渠道店基础信息 API返回值 alibaba.aelophy.shop.updateinfo

更新渠道店基础信息

type AlibabaaelophyshopupdateinfoAPIResponseModel added in v1.3.1

type AlibabaaelophyshopupdateinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_shop_updateinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// api调用结果
	ApiResult *AlibabaaelophyshopupdateinfoApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaelophyshopupdateinfoAPIResponseModel is 更新渠道店基础信息 成功返回结果

type AlibabaaelophyshopupdateinfoApiResult added in v1.3.1

type AlibabaaelophyshopupdateinfoApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用结果
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaaelophyshopupdateinfoApiResult 结构体

type AlibabaaelophyshopupdaterangeAPIRequest added in v1.3.1

type AlibabaaelophyshopupdaterangeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyshopupdaterangeAPIRequest 更新渠道店销售范围 API请求 alibaba.aelophy.shop.updaterange

更新渠道店销售范围

func NewAlibabaaelophyshopupdaterangeRequest added in v1.3.1

func NewAlibabaaelophyshopupdaterangeRequest() *AlibabaaelophyshopupdaterangeAPIRequest

NewAlibabaaelophyshopupdaterangeRequest 初始化AlibabaaelophyshopupdaterangeAPIRequest对象

func (AlibabaaelophyshopupdaterangeAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabaaelophyshopupdaterangeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyshopupdaterangeAPIRequest) GetApiParams added in v1.3.1

func (r AlibabaaelophyshopupdaterangeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyshopupdaterangeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaaelophyshopupdaterangeAPIRequest) GetShopRangeUpdateRequest added in v1.3.1

func (r AlibabaaelophyshopupdaterangeAPIRequest) GetShopRangeUpdateRequest() *ShopRangeUpdateRequest

GetShopRangeUpdateRequest ShopRangeUpdateRequest Getter

func (*AlibabaaelophyshopupdaterangeAPIRequest) SetShopRangeUpdateRequest added in v1.3.1

func (r *AlibabaaelophyshopupdaterangeAPIRequest) SetShopRangeUpdateRequest(_shopRangeUpdateRequest *ShopRangeUpdateRequest) error

SetShopRangeUpdateRequest is ShopRangeUpdateRequest Setter 请求对象

type AlibabaaelophyshopupdaterangeAPIResponse added in v1.3.1

type AlibabaaelophyshopupdaterangeAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyshopupdaterangeAPIResponseModel
}

AlibabaaelophyshopupdaterangeAPIResponse 更新渠道店销售范围 API返回值 alibaba.aelophy.shop.updaterange

更新渠道店销售范围

type AlibabaaelophyshopupdaterangeAPIResponseModel added in v1.3.1

type AlibabaaelophyshopupdaterangeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_shop_updaterange_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// api调用结果
	ApiResult *AlibabaaelophyshopupdaterangeApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaelophyshopupdaterangeAPIResponseModel is 更新渠道店销售范围 成功返回结果

type AlibabaaelophyshopupdaterangeApiResult added in v1.3.1

type AlibabaaelophyshopupdaterangeApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用结果
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaaelophyshopupdaterangeApiResult 结构体

type AlibabaaelophyshopupdatestatusAPIRequest added in v1.3.1

type AlibabaaelophyshopupdatestatusAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaelophyshopupdatestatusAPIRequest 更新渠道店营业状态 API请求 alibaba.aelophy.shop.updatestatus

更新渠道店营业状态

func NewAlibabaaelophyshopupdatestatusRequest added in v1.3.1

func NewAlibabaaelophyshopupdatestatusRequest() *AlibabaaelophyshopupdatestatusAPIRequest

NewAlibabaaelophyshopupdatestatusRequest 初始化AlibabaaelophyshopupdatestatusAPIRequest对象

func (AlibabaaelophyshopupdatestatusAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabaaelophyshopupdatestatusAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaelophyshopupdatestatusAPIRequest) GetApiParams added in v1.3.1

func (r AlibabaaelophyshopupdatestatusAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaelophyshopupdatestatusAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaaelophyshopupdatestatusAPIRequest) GetShopStatusUpdateRequest added in v1.3.1

func (r AlibabaaelophyshopupdatestatusAPIRequest) GetShopStatusUpdateRequest() *ShopStatusUpdateRequest

GetShopStatusUpdateRequest ShopStatusUpdateRequest Getter

func (*AlibabaaelophyshopupdatestatusAPIRequest) SetShopStatusUpdateRequest added in v1.3.1

func (r *AlibabaaelophyshopupdatestatusAPIRequest) SetShopStatusUpdateRequest(_shopStatusUpdateRequest *ShopStatusUpdateRequest) error

SetShopStatusUpdateRequest is ShopStatusUpdateRequest Setter 请求对象

type AlibabaaelophyshopupdatestatusAPIResponse added in v1.3.1

type AlibabaaelophyshopupdatestatusAPIResponse struct {
	model.CommonResponse
	AlibabaaelophyshopupdatestatusAPIResponseModel
}

AlibabaaelophyshopupdatestatusAPIResponse 更新渠道店营业状态 API返回值 alibaba.aelophy.shop.updatestatus

更新渠道店营业状态

type AlibabaaelophyshopupdatestatusAPIResponseModel added in v1.3.1

type AlibabaaelophyshopupdatestatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_aelophy_shop_updatestatus_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// api调用结果
	ApiResult *AlibabaaelophyshopupdatestatusApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaelophyshopupdatestatusAPIResponseModel is 更新渠道店营业状态 成功返回结果

type AlibabaaelophyshopupdatestatusApiResult added in v1.3.1

type AlibabaaelophyshopupdatestatusApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用结果
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaaelophyshopupdatestatusApiResult 结构体

type AlibabaaxchannelskustatusupdateAPIRequest added in v1.3.1

type AlibabaaxchannelskustatusupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaxchannelskustatusupdateAPIRequest 翱象渠道商品上下架接口 API请求 alibaba.ax.channel.sku.status.update

翱象渠道商品上下架接口

func NewAlibabaaxchannelskustatusupdateRequest added in v1.3.1

func NewAlibabaaxchannelskustatusupdateRequest() *AlibabaaxchannelskustatusupdateAPIRequest

NewAlibabaaxchannelskustatusupdateRequest 初始化AlibabaaxchannelskustatusupdateAPIRequest对象

func (AlibabaaxchannelskustatusupdateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaxchannelskustatusupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabaaxchannelskustatusupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaxchannelskustatusupdateAPIRequest) GetChannelSkuUpdateStatusReq added in v1.3.1

func (r AlibabaaxchannelskustatusupdateAPIRequest) GetChannelSkuUpdateStatusReq() *ChannelSkuUpdateStatusReq

GetChannelSkuUpdateStatusReq ChannelSkuUpdateStatusReq Getter

func (AlibabaaxchannelskustatusupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaaxchannelskustatusupdateAPIRequest) SetChannelSkuUpdateStatusReq added in v1.3.1

func (r *AlibabaaxchannelskustatusupdateAPIRequest) SetChannelSkuUpdateStatusReq(_channelSkuUpdateStatusReq *ChannelSkuUpdateStatusReq) error

SetChannelSkuUpdateStatusReq is ChannelSkuUpdateStatusReq Setter 请求入参

type AlibabaaxchannelskustatusupdateAPIResponse added in v1.3.1

type AlibabaaxchannelskustatusupdateAPIResponse struct {
	model.CommonResponse
	AlibabaaxchannelskustatusupdateAPIResponseModel
}

AlibabaaxchannelskustatusupdateAPIResponse 翱象渠道商品上下架接口 API返回值 alibaba.ax.channel.sku.status.update

翱象渠道商品上下架接口

type AlibabaaxchannelskustatusupdateAPIResponseModel added in v1.3.1

type AlibabaaxchannelskustatusupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_ax_channel_sku_status_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用接口返回结果
	ApiResult *AlibabaaxchannelskustatusupdateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabaaxchannelskustatusupdateAPIResponseModel is 翱象渠道商品上下架接口 成功返回结果

type AlibabaaxchannelskustatusupdateApiResult added in v1.3.1

type AlibabaaxchannelskustatusupdateApiResult struct {
	// 调用接口返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用接口返回错误bian ma
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用接口返回结果成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaaxchannelskustatusupdateApiResult 结构体

type AlibabaaxwarehouseinboundcallbackAPIRequest added in v1.3.1

type AlibabaaxwarehouseinboundcallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaxwarehouseinboundcallbackAPIRequest 翱象入库回传 API请求 alibaba.ax.warehouse.inbound.callback

翱象入库回传

func NewAlibabaaxwarehouseinboundcallbackRequest added in v1.3.1

func NewAlibabaaxwarehouseinboundcallbackRequest() *AlibabaaxwarehouseinboundcallbackAPIRequest

NewAlibabaaxwarehouseinboundcallbackRequest 初始化AlibabaaxwarehouseinboundcallbackAPIRequest对象

func (AlibabaaxwarehouseinboundcallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaxwarehouseinboundcallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaxwarehouseinboundcallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaaxwarehouseinboundcallbackAPIRequest) GetReverseInBoundCallBackRequest added in v1.3.1

GetReverseInBoundCallBackRequest ReverseInBoundCallBackRequest Getter

func (*AlibabaaxwarehouseinboundcallbackAPIRequest) SetReverseInBoundCallBackRequest added in v1.3.1

func (r *AlibabaaxwarehouseinboundcallbackAPIRequest) SetReverseInBoundCallBackRequest(_reverseInBoundCallBackRequest *TopReverseInBoundCallBackRequest) error

SetReverseInBoundCallBackRequest is ReverseInBoundCallBackRequest Setter 消息体

type AlibabaaxwarehouseinboundcallbackAPIResponse added in v1.3.1

type AlibabaaxwarehouseinboundcallbackAPIResponse struct {
	model.CommonResponse
	AlibabaaxwarehouseinboundcallbackAPIResponseModel
}

AlibabaaxwarehouseinboundcallbackAPIResponse 翱象入库回传 API返回值 alibaba.ax.warehouse.inbound.callback

翱象入库回传

type AlibabaaxwarehouseinboundcallbackAPIResponseModel added in v1.3.1

type AlibabaaxwarehouseinboundcallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_ax_warehouse_inbound_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误编码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 错误信息
	ReturnMessage string `json:"return_message,omitempty" xml:"return_message,omitempty"`
	// 调用成功
	ReturnSuccess bool `json:"return_success,omitempty" xml:"return_success,omitempty"`
}

AlibabaaxwarehouseinboundcallbackAPIResponseModel is 翱象入库回传 成功返回结果

type AlibabaaxwarehouseoutboundcallbackAPIRequest added in v1.3.1

type AlibabaaxwarehouseoutboundcallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaaxwarehouseoutboundcallbackAPIRequest 翱象出仓回传 API请求 alibaba.ax.warehouse.outbound.callback

翱象出仓回传

func NewAlibabaaxwarehouseoutboundcallbackRequest added in v1.3.1

func NewAlibabaaxwarehouseoutboundcallbackRequest() *AlibabaaxwarehouseoutboundcallbackAPIRequest

NewAlibabaaxwarehouseoutboundcallbackRequest 初始化AlibabaaxwarehouseoutboundcallbackAPIRequest对象

func (AlibabaaxwarehouseoutboundcallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaaxwarehouseoutboundcallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaaxwarehouseoutboundcallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaaxwarehouseoutboundcallbackAPIRequest) GetTradeOutBoundCallBackRequest added in v1.3.1

GetTradeOutBoundCallBackRequest TradeOutBoundCallBackRequest Getter

func (*AlibabaaxwarehouseoutboundcallbackAPIRequest) SetTradeOutBoundCallBackRequest added in v1.3.1

func (r *AlibabaaxwarehouseoutboundcallbackAPIRequest) SetTradeOutBoundCallBackRequest(_tradeOutBoundCallBackRequest *TopTradeOutBoundCallBackRequest) error

SetTradeOutBoundCallBackRequest is TradeOutBoundCallBackRequest Setter 出库回传

type AlibabaaxwarehouseoutboundcallbackAPIResponse added in v1.3.1

type AlibabaaxwarehouseoutboundcallbackAPIResponse struct {
	model.CommonResponse
	AlibabaaxwarehouseoutboundcallbackAPIResponseModel
}

AlibabaaxwarehouseoutboundcallbackAPIResponse 翱象出仓回传 API返回值 alibaba.ax.warehouse.outbound.callback

翱象出仓回传

type AlibabaaxwarehouseoutboundcallbackAPIResponseModel added in v1.3.1

type AlibabaaxwarehouseoutboundcallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_ax_warehouse_outbound_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 错误信息
	ReturnMessage string `json:"return_message,omitempty" xml:"return_message,omitempty"`
	// 调用成功
	ReturnSuccess bool `json:"return_success,omitempty" xml:"return_success,omitempty"`
}

AlibabaaxwarehouseoutboundcallbackAPIResponseModel is 翱象出仓回传 成功返回结果

type AlibabahmmarketingbuygiftitemaddasyncAPIRequest added in v1.3.1

type AlibabahmmarketingbuygiftitemaddasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingbuygiftitemaddasyncAPIRequest 批量发布买赠商品 API请求 alibaba.hm.marketing.buygift.item.add.async

批量发布买赠商品

func NewAlibabahmmarketingbuygiftitemaddasyncRequest added in v1.3.1

func NewAlibabahmmarketingbuygiftitemaddasyncRequest() *AlibabahmmarketingbuygiftitemaddasyncAPIRequest

NewAlibabahmmarketingbuygiftitemaddasyncRequest 初始化AlibabahmmarketingbuygiftitemaddasyncAPIRequest对象

func (AlibabahmmarketingbuygiftitemaddasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingbuygiftitemaddasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingbuygiftitemaddasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingbuygiftitemaddasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingbuygiftitemaddasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabahmmarketingbuygiftitemaddasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabahmmarketingbuygiftitemaddasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabahmmarketingbuygiftitemaddasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabahmmarketingbuygiftitemaddasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabahmmarketingbuygiftitemaddasyncAPIResponse added in v1.3.1

type AlibabahmmarketingbuygiftitemaddasyncAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingbuygiftitemaddasyncAPIResponseModel
}

AlibabahmmarketingbuygiftitemaddasyncAPIResponse 批量发布买赠商品 API返回值 alibaba.hm.marketing.buygift.item.add.async

批量发布买赠商品

type AlibabahmmarketingbuygiftitemaddasyncAPIResponseModel added in v1.3.1

type AlibabahmmarketingbuygiftitemaddasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_buygift_item_add_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingbuygiftitemaddasyncAPIResponseModel is 批量发布买赠商品 成功返回结果

type AlibabahmmarketingbuygiftitemremoveasyncAPIRequest added in v1.3.1

type AlibabahmmarketingbuygiftitemremoveasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingbuygiftitemremoveasyncAPIRequest 批量删除买赠商品 API请求 alibaba.hm.marketing.buygift.item.remove.async

批量删除买赠商品

func NewAlibabahmmarketingbuygiftitemremoveasyncRequest added in v1.3.1

func NewAlibabahmmarketingbuygiftitemremoveasyncRequest() *AlibabahmmarketingbuygiftitemremoveasyncAPIRequest

NewAlibabahmmarketingbuygiftitemremoveasyncRequest 初始化AlibabahmmarketingbuygiftitemremoveasyncAPIRequest对象

func (AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabahmmarketingbuygiftitemremoveasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabahmmarketingbuygiftitemremoveasyncAPIResponse added in v1.3.1

type AlibabahmmarketingbuygiftitemremoveasyncAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingbuygiftitemremoveasyncAPIResponseModel
}

AlibabahmmarketingbuygiftitemremoveasyncAPIResponse 批量删除买赠商品 API返回值 alibaba.hm.marketing.buygift.item.remove.async

批量删除买赠商品

type AlibabahmmarketingbuygiftitemremoveasyncAPIResponseModel added in v1.3.1

type AlibabahmmarketingbuygiftitemremoveasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_buygift_item_remove_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingbuygiftitemremoveasyncAPIResponseModel is 批量删除买赠商品 成功返回结果

type AlibabahmmarketingcouponcreateactivityAPIRequest added in v1.3.1

type AlibabahmmarketingcouponcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingcouponcreateactivityAPIRequest 优惠券活动创建 API请求 alibaba.hm.marketing.coupon.createactivity

添加优惠券活动

func NewAlibabahmmarketingcouponcreateactivityRequest added in v1.3.1

func NewAlibabahmmarketingcouponcreateactivityRequest() *AlibabahmmarketingcouponcreateactivityAPIRequest

NewAlibabahmmarketingcouponcreateactivityRequest 初始化AlibabahmmarketingcouponcreateactivityAPIRequest对象

func (AlibabahmmarketingcouponcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingcouponcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingcouponcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingcouponcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingcouponcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建优惠券活动请求入参

type AlibabahmmarketingcouponcreateactivityAPIResponse added in v1.3.1

type AlibabahmmarketingcouponcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingcouponcreateactivityAPIResponseModel
}

AlibabahmmarketingcouponcreateactivityAPIResponse 优惠券活动创建 API返回值 alibaba.hm.marketing.coupon.createactivity

添加优惠券活动

type AlibabahmmarketingcouponcreateactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingcouponcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_coupon_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建优惠券活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingcouponcreateactivityAPIResponseModel is 优惠券活动创建 成功返回结果

type AlibabahmmarketingcouponendactivityAPIRequest added in v1.3.1

type AlibabahmmarketingcouponendactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingcouponendactivityAPIRequest 结束优惠券活动 API请求 alibaba.hm.marketing.coupon.endactivity

结束优惠券活动。优惠券变为结束领取状态,已领取的优惠券可以继续使用

func NewAlibabahmmarketingcouponendactivityRequest added in v1.3.1

func NewAlibabahmmarketingcouponendactivityRequest() *AlibabahmmarketingcouponendactivityAPIRequest

NewAlibabahmmarketingcouponendactivityRequest 初始化AlibabahmmarketingcouponendactivityAPIRequest对象

func (AlibabahmmarketingcouponendactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingcouponendactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingcouponendactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingcouponendactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingcouponendactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabahmmarketingcouponendactivityAPIResponse added in v1.3.1

type AlibabahmmarketingcouponendactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingcouponendactivityAPIResponseModel
}

AlibabahmmarketingcouponendactivityAPIResponse 结束优惠券活动 API返回值 alibaba.hm.marketing.coupon.endactivity

结束优惠券活动。优惠券变为结束领取状态,已领取的优惠券可以继续使用

type AlibabahmmarketingcouponendactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingcouponendactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_coupon_endactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingcouponendactivityAPIResponseModel is 结束优惠券活动 成功返回结果

type AlibabahmmarketingcouponqueryitemsAPIRequest added in v1.3.1

type AlibabahmmarketingcouponqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingcouponqueryitemsAPIRequest 查询优惠券活动下的商品 API请求 alibaba.hm.marketing.coupon.queryitems

查询优惠券活动下面的商品

func NewAlibabahmmarketingcouponqueryitemsRequest added in v1.3.1

func NewAlibabahmmarketingcouponqueryitemsRequest() *AlibabahmmarketingcouponqueryitemsAPIRequest

NewAlibabahmmarketingcouponqueryitemsRequest 初始化AlibabahmmarketingcouponqueryitemsAPIRequest对象

func (AlibabahmmarketingcouponqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingcouponqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingcouponqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingcouponqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingcouponqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabahmmarketingcouponqueryitemsAPIResponse added in v1.3.1

type AlibabahmmarketingcouponqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingcouponqueryitemsAPIResponseModel
}

AlibabahmmarketingcouponqueryitemsAPIResponse 查询优惠券活动下的商品 API返回值 alibaba.hm.marketing.coupon.queryitems

查询优惠券活动下面的商品

type AlibabahmmarketingcouponqueryitemsAPIResponseModel added in v1.3.1

type AlibabahmmarketingcouponqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_coupon_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingcouponqueryitemsAPIResponseModel is 查询优惠券活动下的商品 成功返回结果

type AlibabahmmarketingcouponsendmaAPIRequest added in v1.3.1

type AlibabahmmarketingcouponsendmaAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingcouponsendmaAPIRequest 发放匿名码 API请求 alibaba.hm.marketing.coupon.sendma

根据优惠券活动id打印单个匿名码

func NewAlibabahmmarketingcouponsendmaRequest added in v1.3.1

func NewAlibabahmmarketingcouponsendmaRequest() *AlibabahmmarketingcouponsendmaAPIRequest

NewAlibabahmmarketingcouponsendmaRequest 初始化AlibabahmmarketingcouponsendmaAPIRequest对象

func (AlibabahmmarketingcouponsendmaAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabahmmarketingcouponsendmaAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingcouponsendmaAPIRequest) GetApiParams added in v1.3.1

func (r AlibabahmmarketingcouponsendmaAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingcouponsendmaAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingcouponsendmaAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingcouponsendmaAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 发放匿名码入参

type AlibabahmmarketingcouponsendmaAPIResponse added in v1.3.1

type AlibabahmmarketingcouponsendmaAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingcouponsendmaAPIResponseModel
}

AlibabahmmarketingcouponsendmaAPIResponse 发放匿名码 API返回值 alibaba.hm.marketing.coupon.sendma

根据优惠券活动id打印单个匿名码

type AlibabahmmarketingcouponsendmaAPIResponseModel added in v1.3.1

type AlibabahmmarketingcouponsendmaAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_coupon_sendma_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 发放匿名码返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingcouponsendmaAPIResponseModel is 发放匿名码 成功返回结果

type AlibabahmmarketingdiscountitemaddasyncAPIRequest added in v1.3.1

type AlibabahmmarketingdiscountitemaddasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingdiscountitemaddasyncAPIRequest 特价批量新增商品 API请求 alibaba.hm.marketing.discount.item.add.async

新分组模型下新增商品

func NewAlibabahmmarketingdiscountitemaddasyncRequest added in v1.3.1

func NewAlibabahmmarketingdiscountitemaddasyncRequest() *AlibabahmmarketingdiscountitemaddasyncAPIRequest

NewAlibabahmmarketingdiscountitemaddasyncRequest 初始化AlibabahmmarketingdiscountitemaddasyncAPIRequest对象

func (AlibabahmmarketingdiscountitemaddasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingdiscountitemaddasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingdiscountitemaddasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingdiscountitemaddasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingdiscountitemaddasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabahmmarketingdiscountitemaddasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabahmmarketingdiscountitemaddasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabahmmarketingdiscountitemaddasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabahmmarketingdiscountitemaddasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabahmmarketingdiscountitemaddasyncAPIResponse added in v1.3.1

type AlibabahmmarketingdiscountitemaddasyncAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingdiscountitemaddasyncAPIResponseModel
}

AlibabahmmarketingdiscountitemaddasyncAPIResponse 特价批量新增商品 API返回值 alibaba.hm.marketing.discount.item.add.async

新分组模型下新增商品

type AlibabahmmarketingdiscountitemaddasyncAPIResponseModel added in v1.3.1

type AlibabahmmarketingdiscountitemaddasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_discount_item_add_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingdiscountitemaddasyncAPIResponseModel is 特价批量新增商品 成功返回结果

type AlibabahmmarketingdiscountitemremoveasyncAPIRequest added in v1.3.1

type AlibabahmmarketingdiscountitemremoveasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingdiscountitemremoveasyncAPIRequest 特价批量移除商品 API请求 alibaba.hm.marketing.discount.item.remove.async

特价批量移除商品

func NewAlibabahmmarketingdiscountitemremoveasyncRequest added in v1.3.1

func NewAlibabahmmarketingdiscountitemremoveasyncRequest() *AlibabahmmarketingdiscountitemremoveasyncAPIRequest

NewAlibabahmmarketingdiscountitemremoveasyncRequest 初始化AlibabahmmarketingdiscountitemremoveasyncAPIRequest对象

func (AlibabahmmarketingdiscountitemremoveasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingdiscountitemremoveasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingdiscountitemremoveasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingdiscountitemremoveasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingdiscountitemremoveasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabahmmarketingdiscountitemremoveasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabahmmarketingdiscountitemremoveasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabahmmarketingdiscountitemremoveasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabahmmarketingdiscountitemremoveasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabahmmarketingdiscountitemremoveasyncAPIResponse added in v1.3.1

type AlibabahmmarketingdiscountitemremoveasyncAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingdiscountitemremoveasyncAPIResponseModel
}

AlibabahmmarketingdiscountitemremoveasyncAPIResponse 特价批量移除商品 API返回值 alibaba.hm.marketing.discount.item.remove.async

特价批量移除商品

type AlibabahmmarketingdiscountitemremoveasyncAPIResponseModel added in v1.3.1

type AlibabahmmarketingdiscountitemremoveasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_discount_item_remove_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingdiscountitemremoveasyncAPIResponseModel is 特价批量移除商品 成功返回结果

type AlibabahmmarketingexpirepromotioncreateAPIRequest added in v1.3.1

type AlibabahmmarketingexpirepromotioncreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingexpirepromotioncreateAPIRequest 短保优惠创建 API请求 alibaba.hm.marketing.expire.promotion.create

过期优惠优惠信息录入

func NewAlibabahmmarketingexpirepromotioncreateRequest added in v1.3.1

func NewAlibabahmmarketingexpirepromotioncreateRequest() *AlibabahmmarketingexpirepromotioncreateAPIRequest

NewAlibabahmmarketingexpirepromotioncreateRequest 初始化AlibabahmmarketingexpirepromotioncreateAPIRequest对象

func (AlibabahmmarketingexpirepromotioncreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingexpirepromotioncreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingexpirepromotioncreateAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingexpirepromotioncreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingexpirepromotioncreateAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 创建短保优惠

type AlibabahmmarketingexpirepromotioncreateAPIResponse added in v1.3.1

type AlibabahmmarketingexpirepromotioncreateAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingexpirepromotioncreateAPIResponseModel
}

AlibabahmmarketingexpirepromotioncreateAPIResponse 短保优惠创建 API返回值 alibaba.hm.marketing.expire.promotion.create

过期优惠优惠信息录入

type AlibabahmmarketingexpirepromotioncreateAPIResponseModel added in v1.3.1

type AlibabahmmarketingexpirepromotioncreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_expire_promotion_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// data
	Datas []AlibabahmmarketingexpirepromotioncreateT `json:"datas,omitempty" xml:"datas>alibabahmmarketingexpirepromotioncreate_t,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// errorCode
	FailCode string `json:"fail_code,omitempty" xml:"fail_code,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabahmmarketingexpirepromotioncreateAPIResponseModel is 短保优惠创建 成功返回结果

type AlibabahmmarketingexpirepromotioncreateT added in v1.3.1

type AlibabahmmarketingexpirepromotioncreateT struct {
	// 商家code
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 商品skucode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 门店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 商品itemId
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabahmmarketingexpirepromotioncreateT 结构体

type AlibabahmmarketingexpirepromotiondeleteAPIRequest added in v1.3.1

type AlibabahmmarketingexpirepromotiondeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingexpirepromotiondeleteAPIRequest 短保优惠删除 API请求 alibaba.hm.marketing.expire.promotion.delete

短保优惠删除

func NewAlibabahmmarketingexpirepromotiondeleteRequest added in v1.3.1

func NewAlibabahmmarketingexpirepromotiondeleteRequest() *AlibabahmmarketingexpirepromotiondeleteAPIRequest

NewAlibabahmmarketingexpirepromotiondeleteRequest 初始化AlibabahmmarketingexpirepromotiondeleteAPIRequest对象

func (AlibabahmmarketingexpirepromotiondeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingexpirepromotiondeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingexpirepromotiondeleteAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingexpirepromotiondeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingexpirepromotiondeleteAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 删除短保优惠

type AlibabahmmarketingexpirepromotiondeleteAPIResponse added in v1.3.1

type AlibabahmmarketingexpirepromotiondeleteAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingexpirepromotiondeleteAPIResponseModel
}

AlibabahmmarketingexpirepromotiondeleteAPIResponse 短保优惠删除 API返回值 alibaba.hm.marketing.expire.promotion.delete

短保优惠删除

type AlibabahmmarketingexpirepromotiondeleteAPIResponseModel added in v1.3.1

type AlibabahmmarketingexpirepromotiondeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_expire_promotion_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// data
	Datas []ExpirePromotionResult `json:"datas,omitempty" xml:"datas>expire_promotion_result,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// errorCode
	FailCode string `json:"fail_code,omitempty" xml:"fail_code,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabahmmarketingexpirepromotiondeleteAPIResponseModel is 短保优惠删除 成功返回结果

type AlibabahmmarketingexpirepromotionqueryAPIRequest added in v1.3.1

type AlibabahmmarketingexpirepromotionqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingexpirepromotionqueryAPIRequest 短保优惠查询 API请求 alibaba.hm.marketing.expire.promotion.query

短保优惠查询

func NewAlibabahmmarketingexpirepromotionqueryRequest added in v1.3.1

func NewAlibabahmmarketingexpirepromotionqueryRequest() *AlibabahmmarketingexpirepromotionqueryAPIRequest

NewAlibabahmmarketingexpirepromotionqueryRequest 初始化AlibabahmmarketingexpirepromotionqueryAPIRequest对象

func (AlibabahmmarketingexpirepromotionqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingexpirepromotionqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingexpirepromotionqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabahmmarketingexpirepromotionqueryAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabahmmarketingexpirepromotionqueryAPIRequest) GetSkuCode added in v1.3.1

GetSkuCode SkuCode Getter

func (*AlibabahmmarketingexpirepromotionqueryAPIRequest) SetShopId added in v1.3.1

SetShopId is ShopId Setter 店铺id

func (*AlibabahmmarketingexpirepromotionqueryAPIRequest) SetSkuCode added in v1.3.1

SetSkuCode is SkuCode Setter 商品skucode

type AlibabahmmarketingexpirepromotionqueryAPIResponse added in v1.3.1

type AlibabahmmarketingexpirepromotionqueryAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingexpirepromotionqueryAPIResponseModel
}

AlibabahmmarketingexpirepromotionqueryAPIResponse 短保优惠查询 API返回值 alibaba.hm.marketing.expire.promotion.query

短保优惠查询

type AlibabahmmarketingexpirepromotionqueryAPIResponseModel added in v1.3.1

type AlibabahmmarketingexpirepromotionqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_expire_promotion_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingexpirepromotionqueryAPIResponseModel is 短保优惠查询 成功返回结果

type AlibabahmmarketingfullrangeaddexchangeitemAPIRequest added in v1.3.1

type AlibabahmmarketingfullrangeaddexchangeitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingfullrangeaddexchangeitemAPIRequest 全场增加换购品 API请求 alibaba.hm.marketing.fullrange.addexchangeitem

全场增加换购品

func NewAlibabahmmarketingfullrangeaddexchangeitemRequest added in v1.3.1

func NewAlibabahmmarketingfullrangeaddexchangeitemRequest() *AlibabahmmarketingfullrangeaddexchangeitemAPIRequest

NewAlibabahmmarketingfullrangeaddexchangeitemRequest 初始化AlibabahmmarketingfullrangeaddexchangeitemAPIRequest对象

func (AlibabahmmarketingfullrangeaddexchangeitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingfullrangeaddexchangeitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingfullrangeaddexchangeitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingfullrangeaddexchangeitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingfullrangeaddexchangeitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingfullrangeaddexchangeitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 系统自动生成

func (*AlibabahmmarketingfullrangeaddexchangeitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

type AlibabahmmarketingfullrangeaddexchangeitemAPIResponse added in v1.3.1

type AlibabahmmarketingfullrangeaddexchangeitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingfullrangeaddexchangeitemAPIResponseModel
}

AlibabahmmarketingfullrangeaddexchangeitemAPIResponse 全场增加换购品 API返回值 alibaba.hm.marketing.fullrange.addexchangeitem

全场增加换购品

type AlibabahmmarketingfullrangeaddexchangeitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingfullrangeaddexchangeitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_fullrange_addexchangeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 添加商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingfullrangeaddexchangeitemAPIResponseModel is 全场增加换购品 成功返回结果

type AlibabahmmarketingfullrangecreateactivityAPIRequest added in v1.3.1

type AlibabahmmarketingfullrangecreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingfullrangecreateactivityAPIRequest 创建全场活动 API请求 alibaba.hm.marketing.fullrange.createactivity

创建全场活动

func NewAlibabahmmarketingfullrangecreateactivityRequest added in v1.3.1

func NewAlibabahmmarketingfullrangecreateactivityRequest() *AlibabahmmarketingfullrangecreateactivityAPIRequest

NewAlibabahmmarketingfullrangecreateactivityRequest 初始化AlibabahmmarketingfullrangecreateactivityAPIRequest对象

func (AlibabahmmarketingfullrangecreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingfullrangecreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingfullrangecreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingfullrangecreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingfullrangecreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabahmmarketingfullrangecreateactivityAPIResponse added in v1.3.1

type AlibabahmmarketingfullrangecreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingfullrangecreateactivityAPIResponseModel
}

AlibabahmmarketingfullrangecreateactivityAPIResponse 创建全场活动 API返回值 alibaba.hm.marketing.fullrange.createactivity

创建全场活动

type AlibabahmmarketingfullrangecreateactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingfullrangecreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_fullrange_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingfullrangecreateactivityAPIResponseModel is 创建全场活动 成功返回结果

type AlibabahmmarketingfullrangedeleteactivityAPIRequest added in v1.3.1

type AlibabahmmarketingfullrangedeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingfullrangedeleteactivityAPIRequest 全场活动删除活动接口 API请求 alibaba.hm.marketing.fullrange.deleteactivity

全场活动删除活动

func NewAlibabahmmarketingfullrangedeleteactivityRequest added in v1.3.1

func NewAlibabahmmarketingfullrangedeleteactivityRequest() *AlibabahmmarketingfullrangedeleteactivityAPIRequest

NewAlibabahmmarketingfullrangedeleteactivityRequest 初始化AlibabahmmarketingfullrangedeleteactivityAPIRequest对象

func (AlibabahmmarketingfullrangedeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingfullrangedeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingfullrangedeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingfullrangedeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingfullrangedeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabahmmarketingfullrangedeleteactivityAPIResponse added in v1.3.1

type AlibabahmmarketingfullrangedeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingfullrangedeleteactivityAPIResponseModel
}

AlibabahmmarketingfullrangedeleteactivityAPIResponse 全场活动删除活动接口 API返回值 alibaba.hm.marketing.fullrange.deleteactivity

全场活动删除活动

type AlibabahmmarketingfullrangedeleteactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingfullrangedeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_fullrange_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingfullrangedeleteactivityAPIResponseModel is 全场活动删除活动接口 成功返回结果

type AlibabahmmarketingfullrangequeryactivityAPIRequest added in v1.3.1

type AlibabahmmarketingfullrangequeryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingfullrangequeryactivityAPIRequest 全场活动查询活动 API请求 alibaba.hm.marketing.fullrange.queryactivity

全场活动查询活动

func NewAlibabahmmarketingfullrangequeryactivityRequest added in v1.3.1

func NewAlibabahmmarketingfullrangequeryactivityRequest() *AlibabahmmarketingfullrangequeryactivityAPIRequest

NewAlibabahmmarketingfullrangequeryactivityRequest 初始化AlibabahmmarketingfullrangequeryactivityAPIRequest对象

func (AlibabahmmarketingfullrangequeryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingfullrangequeryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingfullrangequeryactivityAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingfullrangequeryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingfullrangequeryactivityAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 查询活动入参

type AlibabahmmarketingfullrangequeryactivityAPIResponse added in v1.3.1

type AlibabahmmarketingfullrangequeryactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingfullrangequeryactivityAPIResponseModel
}

AlibabahmmarketingfullrangequeryactivityAPIResponse 全场活动查询活动 API返回值 alibaba.hm.marketing.fullrange.queryactivity

全场活动查询活动

type AlibabahmmarketingfullrangequeryactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingfullrangequeryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_fullrange_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingfullrangequeryactivityAPIResponseModel is 全场活动查询活动 成功返回结果

type AlibabahmmarketingfullrangequeryitemAPIRequest added in v1.3.1

type AlibabahmmarketingfullrangequeryitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingfullrangequeryitemAPIRequest 全场活动查询换购品 API请求 alibaba.hm.marketing.fullrange.queryitem

全场活动查询换购品

func NewAlibabahmmarketingfullrangequeryitemRequest added in v1.3.1

func NewAlibabahmmarketingfullrangequeryitemRequest() *AlibabahmmarketingfullrangequeryitemAPIRequest

NewAlibabahmmarketingfullrangequeryitemRequest 初始化AlibabahmmarketingfullrangequeryitemAPIRequest对象

func (AlibabahmmarketingfullrangequeryitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingfullrangequeryitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingfullrangequeryitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingfullrangequeryitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingfullrangequeryitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 换购商品查询参数

type AlibabahmmarketingfullrangequeryitemAPIResponse added in v1.3.1

type AlibabahmmarketingfullrangequeryitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingfullrangequeryitemAPIResponseModel
}

AlibabahmmarketingfullrangequeryitemAPIResponse 全场活动查询换购品 API返回值 alibaba.hm.marketing.fullrange.queryitem

全场活动查询换购品

type AlibabahmmarketingfullrangequeryitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingfullrangequeryitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_fullrange_queryitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingfullrangequeryitemAPIResponseModel is 全场活动查询换购品 成功返回结果

type AlibabahmmarketingfullrangeremoveitemAPIRequest added in v1.3.1

type AlibabahmmarketingfullrangeremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingfullrangeremoveitemAPIRequest 全场活动删除购品 API请求 alibaba.hm.marketing.fullrange.removeitem

删除换购商品

func NewAlibabahmmarketingfullrangeremoveitemRequest added in v1.3.1

func NewAlibabahmmarketingfullrangeremoveitemRequest() *AlibabahmmarketingfullrangeremoveitemAPIRequest

NewAlibabahmmarketingfullrangeremoveitemRequest 初始化AlibabahmmarketingfullrangeremoveitemAPIRequest对象

func (AlibabahmmarketingfullrangeremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingfullrangeremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingfullrangeremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingfullrangeremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingfullrangeremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingfullrangeremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品sku信息

func (*AlibabahmmarketingfullrangeremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动信息

type AlibabahmmarketingfullrangeremoveitemAPIResponse added in v1.3.1

type AlibabahmmarketingfullrangeremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingfullrangeremoveitemAPIResponseModel
}

AlibabahmmarketingfullrangeremoveitemAPIResponse 全场活动删除购品 API返回值 alibaba.hm.marketing.fullrange.removeitem

删除换购商品

type AlibabahmmarketingfullrangeremoveitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingfullrangeremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_fullrange_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingfullrangeremoveitemAPIResponseModel is 全场活动删除购品 成功返回结果

type AlibabahmmarketingitembuygiftadditemAPIRequest added in v1.3.1

type AlibabahmmarketingitembuygiftadditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitembuygiftadditemAPIRequest 增加买赠活动商品。【注意,此接口暂不支持并发!】 API请求 alibaba.hm.marketing.itembuygift.additem

增加买赠活动商品。【注意,此接口暂不支持并发!】

func NewAlibabahmmarketingitembuygiftadditemRequest added in v1.3.1

func NewAlibabahmmarketingitembuygiftadditemRequest() *AlibabahmmarketingitembuygiftadditemAPIRequest

NewAlibabahmmarketingitembuygiftadditemRequest 初始化AlibabahmmarketingitembuygiftadditemAPIRequest对象

func (AlibabahmmarketingitembuygiftadditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitembuygiftadditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitembuygiftadditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitembuygiftadditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitembuygiftadditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitembuygiftadditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabahmmarketingitembuygiftadditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabahmmarketingitembuygiftadditemAPIResponse added in v1.3.1

type AlibabahmmarketingitembuygiftadditemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitembuygiftadditemAPIResponseModel
}

AlibabahmmarketingitembuygiftadditemAPIResponse 增加买赠活动商品。【注意,此接口暂不支持并发!】 API返回值 alibaba.hm.marketing.itembuygift.additem

增加买赠活动商品。【注意,此接口暂不支持并发!】

type AlibabahmmarketingitembuygiftadditemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitembuygiftadditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itembuygift_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitembuygiftadditemAPIResponseModel is 增加买赠活动商品。【注意,此接口暂不支持并发!】 成功返回结果

type AlibabahmmarketingitembuygiftcreateactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitembuygiftcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitembuygiftcreateactivityAPIRequest 创建买赠活动 API请求 alibaba.hm.marketing.itembuygift.createactivity

创建买赠活动

func NewAlibabahmmarketingitembuygiftcreateactivityRequest added in v1.3.1

func NewAlibabahmmarketingitembuygiftcreateactivityRequest() *AlibabahmmarketingitembuygiftcreateactivityAPIRequest

NewAlibabahmmarketingitembuygiftcreateactivityRequest 初始化AlibabahmmarketingitembuygiftcreateactivityAPIRequest对象

func (AlibabahmmarketingitembuygiftcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitembuygiftcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitembuygiftcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitembuygiftcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitembuygiftcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabahmmarketingitembuygiftcreateactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitembuygiftcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitembuygiftcreateactivityAPIResponseModel
}

AlibabahmmarketingitembuygiftcreateactivityAPIResponse 创建买赠活动 API返回值 alibaba.hm.marketing.itembuygift.createactivity

创建买赠活动

type AlibabahmmarketingitembuygiftcreateactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitembuygiftcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itembuygift_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitembuygiftcreateactivityAPIResponseModel is 创建买赠活动 成功返回结果

type AlibabahmmarketingitembuygiftdeleteactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitembuygiftdeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitembuygiftdeleteactivityAPIRequest 删除买赠活动 API请求 alibaba.hm.marketing.itembuygift.deleteactivity

删除买赠活动

func NewAlibabahmmarketingitembuygiftdeleteactivityRequest added in v1.3.1

func NewAlibabahmmarketingitembuygiftdeleteactivityRequest() *AlibabahmmarketingitembuygiftdeleteactivityAPIRequest

NewAlibabahmmarketingitembuygiftdeleteactivityRequest 初始化AlibabahmmarketingitembuygiftdeleteactivityAPIRequest对象

func (AlibabahmmarketingitembuygiftdeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitembuygiftdeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitembuygiftdeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitembuygiftdeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitembuygiftdeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 要删除的活动信息

type AlibabahmmarketingitembuygiftdeleteactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitembuygiftdeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitembuygiftdeleteactivityAPIResponseModel
}

AlibabahmmarketingitembuygiftdeleteactivityAPIResponse 删除买赠活动 API返回值 alibaba.hm.marketing.itembuygift.deleteactivity

删除买赠活动

type AlibabahmmarketingitembuygiftdeleteactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitembuygiftdeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itembuygift_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitembuygiftdeleteactivityAPIResponseModel is 删除买赠活动 成功返回结果

type AlibabahmmarketingitembuygiftqueryactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitembuygiftqueryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitembuygiftqueryactivityAPIRequest 查询买赠活动 API请求 alibaba.hm.marketing.itembuygift.queryactivity

查询买赠活动

func NewAlibabahmmarketingitembuygiftqueryactivityRequest added in v1.3.1

func NewAlibabahmmarketingitembuygiftqueryactivityRequest() *AlibabahmmarketingitembuygiftqueryactivityAPIRequest

NewAlibabahmmarketingitembuygiftqueryactivityRequest 初始化AlibabahmmarketingitembuygiftqueryactivityAPIRequest对象

func (AlibabahmmarketingitembuygiftqueryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitembuygiftqueryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitembuygiftqueryactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitembuygiftqueryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitembuygiftqueryactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabahmmarketingitembuygiftqueryactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitembuygiftqueryactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitembuygiftqueryactivityAPIResponseModel
}

AlibabahmmarketingitembuygiftqueryactivityAPIResponse 查询买赠活动 API返回值 alibaba.hm.marketing.itembuygift.queryactivity

查询买赠活动

type AlibabahmmarketingitembuygiftqueryactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitembuygiftqueryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itembuygift_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitembuygiftqueryactivityAPIResponseModel is 查询买赠活动 成功返回结果

type AlibabahmmarketingitembuygiftqueryitemsAPIRequest added in v1.3.1

type AlibabahmmarketingitembuygiftqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitembuygiftqueryitemsAPIRequest 查询买赠活动下的商品 API请求 alibaba.hm.marketing.itembuygift.queryitems

查询买赠活动下的商品

func NewAlibabahmmarketingitembuygiftqueryitemsRequest added in v1.3.1

func NewAlibabahmmarketingitembuygiftqueryitemsRequest() *AlibabahmmarketingitembuygiftqueryitemsAPIRequest

NewAlibabahmmarketingitembuygiftqueryitemsRequest 初始化AlibabahmmarketingitembuygiftqueryitemsAPIRequest对象

func (AlibabahmmarketingitembuygiftqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitembuygiftqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitembuygiftqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitembuygiftqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitembuygiftqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabahmmarketingitembuygiftqueryitemsAPIResponse added in v1.3.1

type AlibabahmmarketingitembuygiftqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitembuygiftqueryitemsAPIResponseModel
}

AlibabahmmarketingitembuygiftqueryitemsAPIResponse 查询买赠活动下的商品 API返回值 alibaba.hm.marketing.itembuygift.queryitems

查询买赠活动下的商品

type AlibabahmmarketingitembuygiftqueryitemsAPIResponseModel added in v1.3.1

type AlibabahmmarketingitembuygiftqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itembuygift_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitembuygiftqueryitemsAPIResponseModel is 查询买赠活动下的商品 成功返回结果

type AlibabahmmarketingitembuygiftqueryitemsData added in v1.3.1

type AlibabahmmarketingitembuygiftqueryitemsData struct {
	// 赠品的名称
	GiftSkuName string `json:"gift_sku_name,omitempty" xml:"gift_sku_name,omitempty"`
	// 赠品的skuCode,如果和主商品的skuCode相同,则为买A赠A;如果不同,则为买A赠B
	GiftSkuCode string `json:"gift_sku_code,omitempty" xml:"gift_sku_code,omitempty"`
	// 淘宝item和shop的对应关系, k-itemId, v-shopId
	ItemShopRelation string `json:"item_shop_relation,omitempty" xml:"item_shop_relation,omitempty"`
	// 主商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 主商品的skuCode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 通用限购信息,-1为不限制,默认为不限制
	LimitInfo *LimitInfo `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// 买N赠1的N
	BuyNum int64 `json:"buy_num,omitempty" xml:"buy_num,omitempty"`
}

AlibabahmmarketingitembuygiftqueryitemsData 结构体

type AlibabahmmarketingitembuygiftremoveitemAPIRequest added in v1.3.1

type AlibabahmmarketingitembuygiftremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitembuygiftremoveitemAPIRequest 移除买赠活动下的商品。【注意,此接口暂不支持并发!】 API请求 alibaba.hm.marketing.itembuygift.removeitem

移除买赠活动下的商品。【注意,此接口暂不支持并发!】

func NewAlibabahmmarketingitembuygiftremoveitemRequest added in v1.3.1

func NewAlibabahmmarketingitembuygiftremoveitemRequest() *AlibabahmmarketingitembuygiftremoveitemAPIRequest

NewAlibabahmmarketingitembuygiftremoveitemRequest 初始化AlibabahmmarketingitembuygiftremoveitemAPIRequest对象

func (AlibabahmmarketingitembuygiftremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitembuygiftremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitembuygiftremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitembuygiftremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitembuygiftremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitembuygiftremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabahmmarketingitembuygiftremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabahmmarketingitembuygiftremoveitemAPIResponse added in v1.3.1

type AlibabahmmarketingitembuygiftremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitembuygiftremoveitemAPIResponseModel
}

AlibabahmmarketingitembuygiftremoveitemAPIResponse 移除买赠活动下的商品。【注意,此接口暂不支持并发!】 API返回值 alibaba.hm.marketing.itembuygift.removeitem

移除买赠活动下的商品。【注意,此接口暂不支持并发!】

type AlibabahmmarketingitembuygiftremoveitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitembuygiftremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itembuygift_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 移除商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitembuygiftremoveitemAPIResponseModel is 移除买赠活动下的商品。【注意,此接口暂不支持并发!】 成功返回结果

type AlibabahmmarketingitemdiscountadditemAPIRequest added in v1.3.1

type AlibabahmmarketingitemdiscountadditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitemdiscountadditemAPIRequest 报名特价商品 API请求 alibaba.hm.marketing.itemdiscount.additem

在商品特价活动中报名特价商品

func NewAlibabahmmarketingitemdiscountadditemRequest added in v1.3.1

func NewAlibabahmmarketingitemdiscountadditemRequest() *AlibabahmmarketingitemdiscountadditemAPIRequest

NewAlibabahmmarketingitemdiscountadditemRequest 初始化AlibabahmmarketingitemdiscountadditemAPIRequest对象

func (AlibabahmmarketingitemdiscountadditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitemdiscountadditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitemdiscountadditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitemdiscountadditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitemdiscountadditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitemdiscountadditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabahmmarketingitemdiscountadditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabahmmarketingitemdiscountadditemAPIResponse added in v1.3.1

type AlibabahmmarketingitemdiscountadditemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitemdiscountadditemAPIResponseModel
}

AlibabahmmarketingitemdiscountadditemAPIResponse 报名特价商品 API返回值 alibaba.hm.marketing.itemdiscount.additem

在商品特价活动中报名特价商品

type AlibabahmmarketingitemdiscountadditemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitemdiscountadditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itemdiscount_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitemdiscountadditemAPIResponseModel is 报名特价商品 成功返回结果

type AlibabahmmarketingitemdiscountcreateactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitemdiscountcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitemdiscountcreateactivityAPIRequest 创建商品特价活动 API请求 alibaba.hm.marketing.itemdiscount.createactivity

创建商品特价活动

func NewAlibabahmmarketingitemdiscountcreateactivityRequest added in v1.3.1

func NewAlibabahmmarketingitemdiscountcreateactivityRequest() *AlibabahmmarketingitemdiscountcreateactivityAPIRequest

NewAlibabahmmarketingitemdiscountcreateactivityRequest 初始化AlibabahmmarketingitemdiscountcreateactivityAPIRequest对象

func (AlibabahmmarketingitemdiscountcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitemdiscountcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitemdiscountcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitemdiscountcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitemdiscountcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabahmmarketingitemdiscountcreateactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitemdiscountcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitemdiscountcreateactivityAPIResponseModel
}

AlibabahmmarketingitemdiscountcreateactivityAPIResponse 创建商品特价活动 API返回值 alibaba.hm.marketing.itemdiscount.createactivity

创建商品特价活动

type AlibabahmmarketingitemdiscountcreateactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitemdiscountcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itemdiscount_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitemdiscountcreateactivityAPIResponseModel is 创建商品特价活动 成功返回结果

type AlibabahmmarketingitemdiscountdeleteactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitemdiscountdeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitemdiscountdeleteactivityAPIRequest 删除商品特价活动 API请求 alibaba.hm.marketing.itemdiscount.deleteactivity

删除商品特价活动

func NewAlibabahmmarketingitemdiscountdeleteactivityRequest added in v1.3.1

func NewAlibabahmmarketingitemdiscountdeleteactivityRequest() *AlibabahmmarketingitemdiscountdeleteactivityAPIRequest

NewAlibabahmmarketingitemdiscountdeleteactivityRequest 初始化AlibabahmmarketingitemdiscountdeleteactivityAPIRequest对象

func (AlibabahmmarketingitemdiscountdeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitemdiscountdeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitemdiscountdeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitemdiscountdeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitemdiscountdeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabahmmarketingitemdiscountdeleteactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitemdiscountdeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitemdiscountdeleteactivityAPIResponseModel
}

AlibabahmmarketingitemdiscountdeleteactivityAPIResponse 删除商品特价活动 API返回值 alibaba.hm.marketing.itemdiscount.deleteactivity

删除商品特价活动

type AlibabahmmarketingitemdiscountdeleteactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitemdiscountdeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itemdiscount_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitemdiscountdeleteactivityAPIResponseModel is 删除商品特价活动 成功返回结果

type AlibabahmmarketingitemdiscountqueryactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitemdiscountqueryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitemdiscountqueryactivityAPIRequest 查找特价活动 API请求 alibaba.hm.marketing.itemdiscount.queryactivity

查找特价活动

func NewAlibabahmmarketingitemdiscountqueryactivityRequest added in v1.3.1

func NewAlibabahmmarketingitemdiscountqueryactivityRequest() *AlibabahmmarketingitemdiscountqueryactivityAPIRequest

NewAlibabahmmarketingitemdiscountqueryactivityRequest 初始化AlibabahmmarketingitemdiscountqueryactivityAPIRequest对象

func (AlibabahmmarketingitemdiscountqueryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitemdiscountqueryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitemdiscountqueryactivityAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitemdiscountqueryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitemdiscountqueryactivityAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

type AlibabahmmarketingitemdiscountqueryactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitemdiscountqueryactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitemdiscountqueryactivityAPIResponseModel
}

AlibabahmmarketingitemdiscountqueryactivityAPIResponse 查找特价活动 API返回值 alibaba.hm.marketing.itemdiscount.queryactivity

查找特价活动

type AlibabahmmarketingitemdiscountqueryactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitemdiscountqueryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itemdiscount_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询特价活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitemdiscountqueryactivityAPIResponseModel is 查找特价活动 成功返回结果

type AlibabahmmarketingitemdiscountqueryitemsAPIRequest added in v1.3.1

type AlibabahmmarketingitemdiscountqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitemdiscountqueryitemsAPIRequest 查询特价商品 API请求 alibaba.hm.marketing.itemdiscount.queryitems

查询参加特价活动的商品优惠详情

func NewAlibabahmmarketingitemdiscountqueryitemsRequest added in v1.3.1

func NewAlibabahmmarketingitemdiscountqueryitemsRequest() *AlibabahmmarketingitemdiscountqueryitemsAPIRequest

NewAlibabahmmarketingitemdiscountqueryitemsRequest 初始化AlibabahmmarketingitemdiscountqueryitemsAPIRequest对象

func (AlibabahmmarketingitemdiscountqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitemdiscountqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitemdiscountqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitemdiscountqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitemdiscountqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabahmmarketingitemdiscountqueryitemsAPIResponse added in v1.3.1

type AlibabahmmarketingitemdiscountqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitemdiscountqueryitemsAPIResponseModel
}

AlibabahmmarketingitemdiscountqueryitemsAPIResponse 查询特价商品 API返回值 alibaba.hm.marketing.itemdiscount.queryitems

查询参加特价活动的商品优惠详情

type AlibabahmmarketingitemdiscountqueryitemsAPIResponseModel added in v1.3.1

type AlibabahmmarketingitemdiscountqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itemdiscount_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitemdiscountqueryitemsAPIResponseModel is 查询特价商品 成功返回结果

type AlibabahmmarketingitemdiscountremoveitemAPIRequest added in v1.3.1

type AlibabahmmarketingitemdiscountremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitemdiscountremoveitemAPIRequest 移除报名的商品 API请求 alibaba.hm.marketing.itemdiscount.removeitem

将报名特价活动的商品从特价活动中移除

func NewAlibabahmmarketingitemdiscountremoveitemRequest added in v1.3.1

func NewAlibabahmmarketingitemdiscountremoveitemRequest() *AlibabahmmarketingitemdiscountremoveitemAPIRequest

NewAlibabahmmarketingitemdiscountremoveitemRequest 初始化AlibabahmmarketingitemdiscountremoveitemAPIRequest对象

func (AlibabahmmarketingitemdiscountremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitemdiscountremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitemdiscountremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitemdiscountremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitemdiscountremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitemdiscountremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabahmmarketingitemdiscountremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabahmmarketingitemdiscountremoveitemAPIResponse added in v1.3.1

type AlibabahmmarketingitemdiscountremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitemdiscountremoveitemAPIResponseModel
}

AlibabahmmarketingitemdiscountremoveitemAPIResponse 移除报名的商品 API返回值 alibaba.hm.marketing.itemdiscount.removeitem

将报名特价活动的商品从特价活动中移除

type AlibabahmmarketingitemdiscountremoveitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitemdiscountremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itemdiscount_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 移除商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitemdiscountremoveitemAPIResponseModel is 移除报名的商品 成功返回结果

type AlibabahmmarketingitempoolactivitycreateAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolactivitycreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolactivitycreateAPIRequest 创建活动新接口 API请求 alibaba.hm.marketing.itempool.activity.create

创建活动新接口,支持新工具玩法

func NewAlibabahmmarketingitempoolactivitycreateRequest added in v1.3.1

func NewAlibabahmmarketingitempoolactivitycreateRequest() *AlibabahmmarketingitempoolactivitycreateAPIRequest

NewAlibabahmmarketingitempoolactivitycreateRequest 初始化AlibabahmmarketingitempoolactivitycreateAPIRequest对象

func (AlibabahmmarketingitempoolactivitycreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolactivitycreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolactivitycreateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitempoolactivitycreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolactivitycreateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabahmmarketingitempoolactivitycreateAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolactivitycreateAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolactivitycreateAPIResponseModel
}

AlibabahmmarketingitempoolactivitycreateAPIResponse 创建活动新接口 API返回值 alibaba.hm.marketing.itempool.activity.create

创建活动新接口,支持新工具玩法

type AlibabahmmarketingitempoolactivitycreateAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolactivitycreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_activity_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// errorCode
	FailCode string `json:"fail_code,omitempty" xml:"fail_code,omitempty"`
	// data
	Data int64 `json:"data,omitempty" xml:"data,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabahmmarketingitempoolactivitycreateAPIResponseModel is 创建活动新接口 成功返回结果

type AlibabahmmarketingitempooladdcategoryAPIRequest added in v1.3.1

type AlibabahmmarketingitempooladdcategoryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempooladdcategoryAPIRequest 增加商品池里面的类目 API请求 alibaba.hm.marketing.itempool.addcategory

增加商品池里面的类目

func NewAlibabahmmarketingitempooladdcategoryRequest added in v1.3.1

func NewAlibabahmmarketingitempooladdcategoryRequest() *AlibabahmmarketingitempooladdcategoryAPIRequest

NewAlibabahmmarketingitempooladdcategoryRequest 初始化AlibabahmmarketingitempooladdcategoryAPIRequest对象

func (AlibabahmmarketingitempooladdcategoryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempooladdcategoryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempooladdcategoryAPIRequest) GetCommonActivityParam added in v1.3.1

GetCommonActivityParam CommonActivityParam Getter

func (AlibabahmmarketingitempooladdcategoryAPIRequest) GetItemPoolActivityCategory added in v1.3.1

GetItemPoolActivityCategory ItemPoolActivityCategory Getter

func (AlibabahmmarketingitempooladdcategoryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempooladdcategoryAPIRequest) SetCommonActivityParam added in v1.3.1

func (r *AlibabahmmarketingitempooladdcategoryAPIRequest) SetCommonActivityParam(_commonActivityParam *CommonActivityParam) error

SetCommonActivityParam is CommonActivityParam Setter 活动对象

func (*AlibabahmmarketingitempooladdcategoryAPIRequest) SetItemPoolActivityCategory added in v1.3.1

func (r *AlibabahmmarketingitempooladdcategoryAPIRequest) SetItemPoolActivityCategory(_itemPoolActivityCategory *ItemPoolActivityCategory) error

SetItemPoolActivityCategory is ItemPoolActivityCategory Setter 类目对象

type AlibabahmmarketingitempooladdcategoryAPIResponse added in v1.3.1

type AlibabahmmarketingitempooladdcategoryAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempooladdcategoryAPIResponseModel
}

AlibabahmmarketingitempooladdcategoryAPIResponse 增加商品池里面的类目 API返回值 alibaba.hm.marketing.itempool.addcategory

增加商品池里面的类目

type AlibabahmmarketingitempooladdcategoryAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempooladdcategoryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_addcategory_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempooladdcategoryAPIResponseModel is 增加商品池里面的类目 成功返回结果

type AlibabahmmarketingitempooladditemAPIRequest added in v1.3.1

type AlibabahmmarketingitempooladditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempooladditemAPIRequest 增加商品池里面的商品 API请求 alibaba.hm.marketing.itempool.additem

增加商品池里面的商品

func NewAlibabahmmarketingitempooladditemRequest added in v1.3.1

func NewAlibabahmmarketingitempooladditemRequest() *AlibabahmmarketingitempooladditemAPIRequest

NewAlibabahmmarketingitempooladditemRequest 初始化AlibabahmmarketingitempooladditemAPIRequest对象

func (AlibabahmmarketingitempooladditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempooladditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempooladditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempooladditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitempooladditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempooladditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabahmmarketingitempooladditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabahmmarketingitempooladditemAPIResponse added in v1.3.1

type AlibabahmmarketingitempooladditemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempooladditemAPIResponseModel
}

AlibabahmmarketingitempooladditemAPIResponse 增加商品池里面的商品 API返回值 alibaba.hm.marketing.itempool.additem

增加商品池里面的商品

type AlibabahmmarketingitempooladditemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempooladditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempooladditemAPIResponseModel is 增加商品池里面的商品 成功返回结果

type AlibabahmmarketingitempoolcreateactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolcreateactivityAPIRequest 添加商品池活动 API请求 alibaba.hm.marketing.itempool.createactivity

添加商品池活动

func NewAlibabahmmarketingitempoolcreateactivityRequest added in v1.3.1

func NewAlibabahmmarketingitempoolcreateactivityRequest() *AlibabahmmarketingitempoolcreateactivityAPIRequest

NewAlibabahmmarketingitempoolcreateactivityRequest 初始化AlibabahmmarketingitempoolcreateactivityAPIRequest对象

func (AlibabahmmarketingitempoolcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitempoolcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabahmmarketingitempoolcreateactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolcreateactivityAPIResponseModel
}

AlibabahmmarketingitempoolcreateactivityAPIResponse 添加商品池活动 API返回值 alibaba.hm.marketing.itempool.createactivity

添加商品池活动

type AlibabahmmarketingitempoolcreateactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolcreateactivityAPIResponseModel is 添加商品池活动 成功返回结果

type AlibabahmmarketingitempooldeleteactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitempooldeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempooldeleteactivityAPIRequest 删除商品池活动 API请求 alibaba.hm.marketing.itempool.deleteactivity

删除商品池活动

func NewAlibabahmmarketingitempooldeleteactivityRequest added in v1.3.1

func NewAlibabahmmarketingitempooldeleteactivityRequest() *AlibabahmmarketingitempooldeleteactivityAPIRequest

NewAlibabahmmarketingitempooldeleteactivityRequest 初始化AlibabahmmarketingitempooldeleteactivityAPIRequest对象

func (AlibabahmmarketingitempooldeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempooldeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempooldeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitempooldeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempooldeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabahmmarketingitempooldeleteactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitempooldeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempooldeleteactivityAPIResponseModel
}

AlibabahmmarketingitempooldeleteactivityAPIResponse 删除商品池活动 API返回值 alibaba.hm.marketing.itempool.deleteactivity

删除商品池活动

type AlibabahmmarketingitempooldeleteactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempooldeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempooldeleteactivityAPIResponseModel is 删除商品池活动 成功返回结果

type AlibabahmmarketingitempoolexcludeskucodeAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolexcludeskucodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolexcludeskucodeAPIRequest 商品池排除商品【品类优惠使用】 API请求 alibaba.hm.marketing.itempool.excludeskucode

品类优惠新增排除池

func NewAlibabahmmarketingitempoolexcludeskucodeRequest added in v1.3.1

func NewAlibabahmmarketingitempoolexcludeskucodeRequest() *AlibabahmmarketingitempoolexcludeskucodeAPIRequest

NewAlibabahmmarketingitempoolexcludeskucodeRequest 初始化AlibabahmmarketingitempoolexcludeskucodeAPIRequest对象

func (AlibabahmmarketingitempoolexcludeskucodeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolexcludeskucodeAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolexcludeskucodeAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolexcludeskucodeAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitempoolexcludeskucodeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolexcludeskucodeAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabahmmarketingitempoolexcludeskucodeAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabahmmarketingitempoolexcludeskucodeAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolexcludeskucodeAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolexcludeskucodeAPIResponseModel
}

AlibabahmmarketingitempoolexcludeskucodeAPIResponse 商品池排除商品【品类优惠使用】 API返回值 alibaba.hm.marketing.itempool.excludeskucode

品类优惠新增排除池

type AlibabahmmarketingitempoolexcludeskucodeAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolexcludeskucodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_excludeskucode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolexcludeskucodeAPIResponseModel is 商品池排除商品【品类优惠使用】 成功返回结果

type AlibabahmmarketingitempoolitemaddasyncAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolitemaddasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolitemaddasyncAPIRequest 商品池新增商品 API请求 alibaba.hm.marketing.itempool.item.add.async

新分组模型下新增商品

func NewAlibabahmmarketingitempoolitemaddasyncRequest added in v1.3.1

func NewAlibabahmmarketingitempoolitemaddasyncRequest() *AlibabahmmarketingitempoolitemaddasyncAPIRequest

NewAlibabahmmarketingitempoolitemaddasyncRequest 初始化AlibabahmmarketingitempoolitemaddasyncAPIRequest对象

func (AlibabahmmarketingitempoolitemaddasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolitemaddasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolitemaddasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolitemaddasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitempoolitemaddasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabahmmarketingitempoolitemaddasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabahmmarketingitempoolitemaddasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 阶梯商品信息

func (*AlibabahmmarketingitempoolitemaddasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabahmmarketingitempoolitemaddasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabahmmarketingitempoolitemaddasyncAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolitemaddasyncAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolitemaddasyncAPIResponseModel
}

AlibabahmmarketingitempoolitemaddasyncAPIResponse 商品池新增商品 API返回值 alibaba.hm.marketing.itempool.item.add.async

新分组模型下新增商品

type AlibabahmmarketingitempoolitemaddasyncAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolitemaddasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_item_add_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolitemaddasyncAPIResponseModel is 商品池新增商品 成功返回结果

type AlibabahmmarketingitempoolitemremoveasyncAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolitemremoveasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolitemremoveasyncAPIRequest 商品池删除商品 API请求 alibaba.hm.marketing.itempool.item.remove.async

新模型下删除商品

func NewAlibabahmmarketingitempoolitemremoveasyncRequest added in v1.3.1

func NewAlibabahmmarketingitempoolitemremoveasyncRequest() *AlibabahmmarketingitempoolitemremoveasyncAPIRequest

NewAlibabahmmarketingitempoolitemremoveasyncRequest 初始化AlibabahmmarketingitempoolitemremoveasyncAPIRequest对象

func (AlibabahmmarketingitempoolitemremoveasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolitemremoveasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolitemremoveasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolitemremoveasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitempoolitemremoveasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabahmmarketingitempoolitemremoveasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabahmmarketingitempoolitemremoveasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabahmmarketingitempoolitemremoveasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动信息

func (*AlibabahmmarketingitempoolitemremoveasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabahmmarketingitempoolitemremoveasyncAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolitemremoveasyncAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolitemremoveasyncAPIResponseModel
}

AlibabahmmarketingitempoolitemremoveasyncAPIResponse 商品池删除商品 API返回值 alibaba.hm.marketing.itempool.item.remove.async

新模型下删除商品

type AlibabahmmarketingitempoolitemremoveasyncAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolitemremoveasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_item_remove_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolitemremoveasyncAPIResponseModel is 商品池删除商品 成功返回结果

type AlibabahmmarketingitempoolqueryactivityAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolqueryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolqueryactivityAPIRequest 查找商品池活动 API请求 alibaba.hm.marketing.itempool.queryactivity

查找商品池活动

func NewAlibabahmmarketingitempoolqueryactivityRequest added in v1.3.1

func NewAlibabahmmarketingitempoolqueryactivityRequest() *AlibabahmmarketingitempoolqueryactivityAPIRequest

NewAlibabahmmarketingitempoolqueryactivityRequest 初始化AlibabahmmarketingitempoolqueryactivityAPIRequest对象

func (AlibabahmmarketingitempoolqueryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolqueryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolqueryactivityAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolqueryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolqueryactivityAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 查询商品池活动入参

type AlibabahmmarketingitempoolqueryactivityAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolqueryactivityAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolqueryactivityAPIResponseModel
}

AlibabahmmarketingitempoolqueryactivityAPIResponse 查找商品池活动 API返回值 alibaba.hm.marketing.itempool.queryactivity

查找商品池活动

type AlibabahmmarketingitempoolqueryactivityAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolqueryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolqueryactivityAPIResponseModel is 查找商品池活动 成功返回结果

type AlibabahmmarketingitempoolqueryitemsAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolqueryitemsAPIRequest 查询商品池活动下面的商品 API请求 alibaba.hm.marketing.itempool.queryitems

查询商品池活动下面的商品

func NewAlibabahmmarketingitempoolqueryitemsRequest added in v1.3.1

func NewAlibabahmmarketingitempoolqueryitemsRequest() *AlibabahmmarketingitempoolqueryitemsAPIRequest

NewAlibabahmmarketingitempoolqueryitemsRequest 初始化AlibabahmmarketingitempoolqueryitemsAPIRequest对象

func (AlibabahmmarketingitempoolqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingitempoolqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabahmmarketingitempoolqueryitemsAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolqueryitemsAPIResponseModel
}

AlibabahmmarketingitempoolqueryitemsAPIResponse 查询商品池活动下面的商品 API返回值 alibaba.hm.marketing.itempool.queryitems

查询商品池活动下面的商品

type AlibabahmmarketingitempoolqueryitemsAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolqueryitemsAPIResponseModel is 查询商品池活动下面的商品 成功返回结果

type AlibabahmmarketingitempoolremoveitemAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolremoveitemAPIRequest 移除商品池里面的商品 API请求 alibaba.hm.marketing.itempool.removeitem

移除商品池里面的商品

func NewAlibabahmmarketingitempoolremoveitemRequest added in v1.3.1

func NewAlibabahmmarketingitempoolremoveitemRequest() *AlibabahmmarketingitempoolremoveitemAPIRequest

NewAlibabahmmarketingitempoolremoveitemRequest 初始化AlibabahmmarketingitempoolremoveitemAPIRequest对象

func (AlibabahmmarketingitempoolremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitempoolremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabahmmarketingitempoolremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabahmmarketingitempoolremoveitemAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolremoveitemAPIResponseModel
}

AlibabahmmarketingitempoolremoveitemAPIResponse 移除商品池里面的商品 API返回值 alibaba.hm.marketing.itempool.removeitem

移除商品池里面的商品

type AlibabahmmarketingitempoolremoveitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 移除商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolremoveitemAPIResponseModel is 移除商品池里面的商品 成功返回结果

type AlibabahmmarketingitempoolstairadditemAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolstairadditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolstairadditemAPIRequest 商品池阶梯商品添加 API请求 alibaba.hm.marketing.itempool.stair.additem

添加商品池阶梯商品

func NewAlibabahmmarketingitempoolstairadditemRequest added in v1.3.1

func NewAlibabahmmarketingitempoolstairadditemRequest() *AlibabahmmarketingitempoolstairadditemAPIRequest

NewAlibabahmmarketingitempoolstairadditemRequest 初始化AlibabahmmarketingitempoolstairadditemAPIRequest对象

func (AlibabahmmarketingitempoolstairadditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolstairadditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolstairadditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolstairadditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitempoolstairadditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolstairadditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 系统自动生成

func (*AlibabahmmarketingitempoolstairadditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

type AlibabahmmarketingitempoolstairadditemAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolstairadditemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolstairadditemAPIResponseModel
}

AlibabahmmarketingitempoolstairadditemAPIResponse 商品池阶梯商品添加 API返回值 alibaba.hm.marketing.itempool.stair.additem

添加商品池阶梯商品

type AlibabahmmarketingitempoolstairadditemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolstairadditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_stair_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 添加商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolstairadditemAPIResponseModel is 商品池阶梯商品添加 成功返回结果

type AlibabahmmarketingitempoolstairqueryitemAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolstairqueryitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolstairqueryitemAPIRequest 换购商品查询 API请求 alibaba.hm.marketing.itempool.stair.queryitem

换购商品查询

func NewAlibabahmmarketingitempoolstairqueryitemRequest added in v1.3.1

func NewAlibabahmmarketingitempoolstairqueryitemRequest() *AlibabahmmarketingitempoolstairqueryitemAPIRequest

NewAlibabahmmarketingitempoolstairqueryitemRequest 初始化AlibabahmmarketingitempoolstairqueryitemAPIRequest对象

func (AlibabahmmarketingitempoolstairqueryitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolstairqueryitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolstairqueryitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolstairqueryitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolstairqueryitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 换购商品查询参数

type AlibabahmmarketingitempoolstairqueryitemAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolstairqueryitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolstairqueryitemAPIResponseModel
}

AlibabahmmarketingitempoolstairqueryitemAPIResponse 换购商品查询 API返回值 alibaba.hm.marketing.itempool.stair.queryitem

换购商品查询

type AlibabahmmarketingitempoolstairqueryitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolstairqueryitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_stair_queryitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolstairqueryitemAPIResponseModel is 换购商品查询 成功返回结果

type AlibabahmmarketingitempoolstairremoveitemAPIRequest added in v1.3.1

type AlibabahmmarketingitempoolstairremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingitempoolstairremoveitemAPIRequest 删除换购活动商品 API请求 alibaba.hm.marketing.itempool.stair.removeitem

删除换购商品

func NewAlibabahmmarketingitempoolstairremoveitemRequest added in v1.3.1

func NewAlibabahmmarketingitempoolstairremoveitemRequest() *AlibabahmmarketingitempoolstairremoveitemAPIRequest

NewAlibabahmmarketingitempoolstairremoveitemRequest 初始化AlibabahmmarketingitempoolstairremoveitemAPIRequest对象

func (AlibabahmmarketingitempoolstairremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingitempoolstairremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingitempoolstairremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabahmmarketingitempoolstairremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabahmmarketingitempoolstairremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingitempoolstairremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品sku信息

func (*AlibabahmmarketingitempoolstairremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动信息

type AlibabahmmarketingitempoolstairremoveitemAPIResponse added in v1.3.1

type AlibabahmmarketingitempoolstairremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingitempoolstairremoveitemAPIResponseModel
}

AlibabahmmarketingitempoolstairremoveitemAPIResponse 删除换购活动商品 API返回值 alibaba.hm.marketing.itempool.stair.removeitem

删除换购商品

type AlibabahmmarketingitempoolstairremoveitemAPIResponseModel added in v1.3.1

type AlibabahmmarketingitempoolstairremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_itempool_stair_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingitempoolstairremoveitemAPIResponseModel is 删除换购活动商品 成功返回结果

type AlibabahmmarketingversioncommitAPIRequest added in v1.3.1

type AlibabahmmarketingversioncommitAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingversioncommitAPIRequest 提交版本号 API请求 alibaba.hm.marketing.version.commit

提交版本号,标识结束此版本操作

func NewAlibabahmmarketingversioncommitRequest added in v1.3.1

func NewAlibabahmmarketingversioncommitRequest() *AlibabahmmarketingversioncommitAPIRequest

NewAlibabahmmarketingversioncommitRequest 初始化AlibabahmmarketingversioncommitAPIRequest对象

func (AlibabahmmarketingversioncommitAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingversioncommitAPIRequest) GetApiParams added in v1.3.1

func (r AlibabahmmarketingversioncommitAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingversioncommitAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingversioncommitAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingversioncommitAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 版本号提交参数

type AlibabahmmarketingversioncommitAPIResponse added in v1.3.1

type AlibabahmmarketingversioncommitAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingversioncommitAPIResponseModel
}

AlibabahmmarketingversioncommitAPIResponse 提交版本号 API返回值 alibaba.hm.marketing.version.commit

提交版本号,标识结束此版本操作

type AlibabahmmarketingversioncommitAPIResponseModel added in v1.3.1

type AlibabahmmarketingversioncommitAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_version_commit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingversioncommitAPIResponseModel is 提交版本号 成功返回结果

type AlibabahmmarketingversiongenerateAPIRequest added in v1.3.1

type AlibabahmmarketingversiongenerateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabahmmarketingversiongenerateAPIRequest 生成发布使用的版本号 API请求 alibaba.hm.marketing.version.generate

生成发布使用的版本号

func NewAlibabahmmarketingversiongenerateRequest added in v1.3.1

func NewAlibabahmmarketingversiongenerateRequest() *AlibabahmmarketingversiongenerateAPIRequest

NewAlibabahmmarketingversiongenerateRequest 初始化AlibabahmmarketingversiongenerateAPIRequest对象

func (AlibabahmmarketingversiongenerateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabahmmarketingversiongenerateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabahmmarketingversiongenerateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabahmmarketingversiongenerateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabahmmarketingversiongenerateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 档期版本号参数信息

type AlibabahmmarketingversiongenerateAPIResponse added in v1.3.1

type AlibabahmmarketingversiongenerateAPIResponse struct {
	model.CommonResponse
	AlibabahmmarketingversiongenerateAPIResponseModel
}

AlibabahmmarketingversiongenerateAPIResponse 生成发布使用的版本号 API返回值 alibaba.hm.marketing.version.generate

生成发布使用的版本号

type AlibabahmmarketingversiongenerateAPIResponseModel added in v1.3.1

type AlibabahmmarketingversiongenerateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_hm_marketing_version_generate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabahmmarketingversiongenerateAPIResponseModel is 生成发布使用的版本号 成功返回结果

type AlibabaifpfulfillwarehousetokenqueryAPIRequest added in v1.3.1

type AlibabaifpfulfillwarehousetokenqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaifpfulfillwarehousetokenqueryAPIRequest 同城令牌打印接口 API请求 alibaba.ifp.fulfill.warehouse.token.query

用于仓内作业打印包裹信息

func NewAlibabaifpfulfillwarehousetokenqueryRequest added in v1.3.1

func NewAlibabaifpfulfillwarehousetokenqueryRequest() *AlibabaifpfulfillwarehousetokenqueryAPIRequest

NewAlibabaifpfulfillwarehousetokenqueryRequest 初始化AlibabaifpfulfillwarehousetokenqueryAPIRequest对象

func (AlibabaifpfulfillwarehousetokenqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaifpfulfillwarehousetokenqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaifpfulfillwarehousetokenqueryAPIRequest) GetPackageQueryDTO added in v1.3.1

GetPackageQueryDTO PackageQueryDTO Getter

func (AlibabaifpfulfillwarehousetokenqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaifpfulfillwarehousetokenqueryAPIRequest) SetPackageQueryDTO added in v1.3.1

func (r *AlibabaifpfulfillwarehousetokenqueryAPIRequest) SetPackageQueryDTO(_packageQueryDTO *PackageQueryDto) error

SetPackageQueryDTO is PackageQueryDTO Setter 入参

type AlibabaifpfulfillwarehousetokenqueryAPIResponse added in v1.3.1

type AlibabaifpfulfillwarehousetokenqueryAPIResponse struct {
	model.CommonResponse
	AlibabaifpfulfillwarehousetokenqueryAPIResponseModel
}

AlibabaifpfulfillwarehousetokenqueryAPIResponse 同城令牌打印接口 API返回值 alibaba.ifp.fulfill.warehouse.token.query

用于仓内作业打印包裹信息

type AlibabaifpfulfillwarehousetokenqueryAPIResponseModel added in v1.3.1

type AlibabaifpfulfillwarehousetokenqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_ifp_fulfill_warehouse_token_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	WorkResult *WorkResult `json:"work_result,omitempty" xml:"work_result,omitempty"`
}

AlibabaifpfulfillwarehousetokenqueryAPIResponseModel is 同城令牌打印接口 成功返回结果

type AlibabanewretailpurchasepricedeleteAPIRequest added in v1.3.1

type AlibabanewretailpurchasepricedeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabanewretailpurchasepricedeleteAPIRequest 共享库存 商户删除采购价 API请求 alibaba.newretail.purchase.price.delete

共享库存 商户删除采购价

func NewAlibabanewretailpurchasepricedeleteRequest added in v1.3.1

func NewAlibabanewretailpurchasepricedeleteRequest() *AlibabanewretailpurchasepricedeleteAPIRequest

NewAlibabanewretailpurchasepricedeleteRequest 初始化AlibabanewretailpurchasepricedeleteAPIRequest对象

func (AlibabanewretailpurchasepricedeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabanewretailpurchasepricedeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabanewretailpurchasepricedeleteAPIRequest) GetDeletePurchasePriceRequest added in v1.3.1

GetDeletePurchasePriceRequest DeletePurchasePriceRequest Getter

func (AlibabanewretailpurchasepricedeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabanewretailpurchasepricedeleteAPIRequest) SetDeletePurchasePriceRequest added in v1.3.1

func (r *AlibabanewretailpurchasepricedeleteAPIRequest) SetDeletePurchasePriceRequest(_deletePurchasePriceRequest *DeletePurchasePriceRequest) error

SetDeletePurchasePriceRequest is DeletePurchasePriceRequest Setter 调用入参

type AlibabanewretailpurchasepricedeleteAPIResponse added in v1.3.1

type AlibabanewretailpurchasepricedeleteAPIResponse struct {
	model.CommonResponse
	AlibabanewretailpurchasepricedeleteAPIResponseModel
}

AlibabanewretailpurchasepricedeleteAPIResponse 共享库存 商户删除采购价 API返回值 alibaba.newretail.purchase.price.delete

共享库存 商户删除采购价

type AlibabanewretailpurchasepricedeleteAPIResponseModel added in v1.3.1

type AlibabanewretailpurchasepricedeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_newretail_purchase_price_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 拆单结果对象
	Result *TopBaseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabanewretailpurchasepricedeleteAPIResponseModel is 共享库存 商户删除采购价 成功返回结果

type AlibabanewretailpurchasepricesaveAPIRequest added in v1.3.1

type AlibabanewretailpurchasepricesaveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabanewretailpurchasepricesaveAPIRequest 共享库存 采购价上传接口 API请求 alibaba.newretail.purchase.price.save

共享库存业务 供应商上传商品采购价

func NewAlibabanewretailpurchasepricesaveRequest added in v1.3.1

func NewAlibabanewretailpurchasepricesaveRequest() *AlibabanewretailpurchasepricesaveAPIRequest

NewAlibabanewretailpurchasepricesaveRequest 初始化AlibabanewretailpurchasepricesaveAPIRequest对象

func (AlibabanewretailpurchasepricesaveAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabanewretailpurchasepricesaveAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabanewretailpurchasepricesaveAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabanewretailpurchasepricesaveAPIRequest) GetSavePurchasePriceRequest added in v1.3.1

GetSavePurchasePriceRequest SavePurchasePriceRequest Getter

func (*AlibabanewretailpurchasepricesaveAPIRequest) SetSavePurchasePriceRequest added in v1.3.1

func (r *AlibabanewretailpurchasepricesaveAPIRequest) SetSavePurchasePriceRequest(_savePurchasePriceRequest *SavePurchasePriceRequest) error

SetSavePurchasePriceRequest is SavePurchasePriceRequest Setter 接口入参

type AlibabanewretailpurchasepricesaveAPIResponse added in v1.3.1

type AlibabanewretailpurchasepricesaveAPIResponse struct {
	model.CommonResponse
	AlibabanewretailpurchasepricesaveAPIResponseModel
}

AlibabanewretailpurchasepricesaveAPIResponse 共享库存 采购价上传接口 API返回值 alibaba.newretail.purchase.price.save

共享库存业务 供应商上传商品采购价

type AlibabanewretailpurchasepricesaveAPIResponseModel added in v1.3.1

type AlibabanewretailpurchasepricesaveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_newretail_purchase_price_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果对象
	Result *TopBaseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabanewretailpurchasepricesaveAPIResponseModel is 共享库存 采购价上传接口 成功返回结果

type AlibabaposfundcashiershiftsummaryAPIRequest added in v1.3.1

type AlibabaposfundcashiershiftsummaryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaposfundcashiershiftsummaryAPIRequest 收银换班数据同步 API请求 alibaba.pos.fund.cashier.shift.summary

收银换班数据同步,将每天收银换班的数据回流给商家。

func NewAlibabaposfundcashiershiftsummaryRequest added in v1.3.1

func NewAlibabaposfundcashiershiftsummaryRequest() *AlibabaposfundcashiershiftsummaryAPIRequest

NewAlibabaposfundcashiershiftsummaryRequest 初始化AlibabaposfundcashiershiftsummaryAPIRequest对象

func (AlibabaposfundcashiershiftsummaryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaposfundcashiershiftsummaryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaposfundcashiershiftsummaryAPIRequest) GetCashierShiftFundRequest added in v1.3.1

GetCashierShiftFundRequest CashierShiftFundRequest Getter

func (AlibabaposfundcashiershiftsummaryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaposfundcashiershiftsummaryAPIRequest) SetCashierShiftFundRequest added in v1.3.1

func (r *AlibabaposfundcashiershiftsummaryAPIRequest) SetCashierShiftFundRequest(_cashierShiftFundRequest *CashierShiftFundRequest) error

SetCashierShiftFundRequest is CashierShiftFundRequest Setter 请求参数

type AlibabaposfundcashiershiftsummaryAPIResponse added in v1.3.1

type AlibabaposfundcashiershiftsummaryAPIResponse struct {
	model.CommonResponse
	AlibabaposfundcashiershiftsummaryAPIResponseModel
}

AlibabaposfundcashiershiftsummaryAPIResponse 收银换班数据同步 API返回值 alibaba.pos.fund.cashier.shift.summary

收银换班数据同步,将每天收银换班的数据回流给商家。

type AlibabaposfundcashiershiftsummaryAPIResponseModel added in v1.3.1

type AlibabaposfundcashiershiftsummaryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_pos_fund_cashier_shift_summary_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回
	Result *AlibabaposfundcashiershiftsummaryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaposfundcashiershiftsummaryAPIResponseModel is 收银换班数据同步 成功返回结果

type AlibabaposfundcashiershiftsummaryResult added in v1.3.1

type AlibabaposfundcashiershiftsummaryResult struct {
	// 模型
	Model []CashierShiftFundSummaryDto `json:"model,omitempty" xml:"model>cashier_shift_fund_summary_dto,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 扩展字段
	BizExtMap string `json:"biz_ext_map,omitempty" xml:"biz_ext_map,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaposfundcashiershiftsummaryResult 结构体

type AlibabapricepromotionactivitydeleteAPIRequest added in v1.3.1

type AlibabapricepromotionactivitydeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabapricepromotionactivitydeleteAPIRequest 删除档期活动 API请求 alibaba.price.promotion.activity.delete

删除盒马帮档期活动

func NewAlibabapricepromotionactivitydeleteRequest added in v1.3.1

func NewAlibabapricepromotionactivitydeleteRequest() *AlibabapricepromotionactivitydeleteAPIRequest

NewAlibabapricepromotionactivitydeleteRequest 初始化AlibabapricepromotionactivitydeleteAPIRequest对象

func (AlibabapricepromotionactivitydeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabapricepromotionactivitydeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabapricepromotionactivitydeleteAPIRequest) GetOuCode added in v1.3.1

GetOuCode OuCode Getter

func (AlibabapricepromotionactivitydeleteAPIRequest) GetOuterPromotionCode added in v1.3.1

func (r AlibabapricepromotionactivitydeleteAPIRequest) GetOuterPromotionCode() string

GetOuterPromotionCode OuterPromotionCode Getter

func (AlibabapricepromotionactivitydeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabapricepromotionactivitydeleteAPIRequest) SetOuCode added in v1.3.1

SetOuCode is OuCode Setter 经营店OU

func (*AlibabapricepromotionactivitydeleteAPIRequest) SetOuterPromotionCode added in v1.3.1

func (r *AlibabapricepromotionactivitydeleteAPIRequest) SetOuterPromotionCode(_outerPromotionCode string) error

SetOuterPromotionCode is OuterPromotionCode Setter 外部主键

type AlibabapricepromotionactivitydeleteAPIResponse added in v1.3.1

type AlibabapricepromotionactivitydeleteAPIResponse struct {
	model.CommonResponse
	AlibabapricepromotionactivitydeleteAPIResponseModel
}

AlibabapricepromotionactivitydeleteAPIResponse 删除档期活动 API返回值 alibaba.price.promotion.activity.delete

删除盒马帮档期活动

type AlibabapricepromotionactivitydeleteAPIResponseModel added in v1.3.1

type AlibabapricepromotionactivitydeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_price_promotion_activity_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabapricepromotionactivitydeleteResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabapricepromotionactivitydeleteAPIResponseModel is 删除档期活动 成功返回结果

type AlibabapricepromotionactivitydeleteResult added in v1.3.1

type AlibabapricepromotionactivitydeleteResult struct {
	// data
	DataList []string `json:"data_list,omitempty" xml:"data_list>string,omitempty"`
	// msg
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// code
	ResultCode int64 `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// totalRecord
	TotalRecord int64 `json:"total_record,omitempty" xml:"total_record,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabapricepromotionactivitydeleteResult 结构体

type AlibabapricepromotionactivityqueryAPIRequest added in v1.3.1

type AlibabapricepromotionactivityqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabapricepromotionactivityqueryAPIRequest 查询盒马帮档期活动详情 API请求 alibaba.price.promotion.activity.query

查询盒马帮档期活动详情

func NewAlibabapricepromotionactivityqueryRequest added in v1.3.1

func NewAlibabapricepromotionactivityqueryRequest() *AlibabapricepromotionactivityqueryAPIRequest

NewAlibabapricepromotionactivityqueryRequest 初始化AlibabapricepromotionactivityqueryAPIRequest对象

func (AlibabapricepromotionactivityqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabapricepromotionactivityqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabapricepromotionactivityqueryAPIRequest) GetOuCode added in v1.3.1

GetOuCode OuCode Getter

func (AlibabapricepromotionactivityqueryAPIRequest) GetOuterPromotionCode added in v1.3.1

func (r AlibabapricepromotionactivityqueryAPIRequest) GetOuterPromotionCode() string

GetOuterPromotionCode OuterPromotionCode Getter

func (AlibabapricepromotionactivityqueryAPIRequest) GetPage added in v1.3.1

GetPage Page Getter

func (AlibabapricepromotionactivityqueryAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabapricepromotionactivityqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabapricepromotionactivityqueryAPIRequest) SetOuCode added in v1.3.1

SetOuCode is OuCode Setter TOB店仓编码

func (*AlibabapricepromotionactivityqueryAPIRequest) SetOuterPromotionCode added in v1.3.1

func (r *AlibabapricepromotionactivityqueryAPIRequest) SetOuterPromotionCode(_outerPromotionCode string) error

SetOuterPromotionCode is OuterPromotionCode Setter 外部档期code

func (*AlibabapricepromotionactivityqueryAPIRequest) SetPage added in v1.3.1

SetPage is Page Setter 页码

func (*AlibabapricepromotionactivityqueryAPIRequest) SetPageSize added in v1.3.1

func (r *AlibabapricepromotionactivityqueryAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页码大小

type AlibabapricepromotionactivityqueryAPIResponse added in v1.3.1

type AlibabapricepromotionactivityqueryAPIResponse struct {
	model.CommonResponse
	AlibabapricepromotionactivityqueryAPIResponseModel
}

AlibabapricepromotionactivityqueryAPIResponse 查询盒马帮档期活动详情 API返回值 alibaba.price.promotion.activity.query

查询盒马帮档期活动详情

type AlibabapricepromotionactivityqueryAPIResponseModel added in v1.3.1

type AlibabapricepromotionactivityqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_price_promotion_activity_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 大润发促销档期数据
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 错误参数
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误编码
	ResultCode int64 `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 大润发档期数据
	TotalRecord int64 `json:"total_record,omitempty" xml:"total_record,omitempty"`
	// 接口调用是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabapricepromotionactivityqueryAPIResponseModel is 查询盒马帮档期活动详情 成功返回结果

type AlibabapricepromotioncreateAPIRequest added in v1.3.1

type AlibabapricepromotioncreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabapricepromotioncreateAPIRequest 营销档期活动创建 API请求 alibaba.price.promotion.create

大润发-盒马帮提供新增创建营销活动

func NewAlibabapricepromotioncreateRequest added in v1.3.1

func NewAlibabapricepromotioncreateRequest() *AlibabapricepromotioncreateAPIRequest

NewAlibabapricepromotioncreateRequest 初始化AlibabapricepromotioncreateAPIRequest对象

func (AlibabapricepromotioncreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabapricepromotioncreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabapricepromotioncreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabapricepromotioncreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabapricepromotioncreateAPIRequest) GetPromotionActivityDo added in v1.3.1

func (r AlibabapricepromotioncreateAPIRequest) GetPromotionActivityDo() *PromotionActivityDo

GetPromotionActivityDo PromotionActivityDo Getter

func (AlibabapricepromotioncreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabapricepromotioncreateAPIRequest) SetPromotionActivityDo added in v1.3.1

func (r *AlibabapricepromotioncreateAPIRequest) SetPromotionActivityDo(_promotionActivityDo *PromotionActivityDo) error

SetPromotionActivityDo is PromotionActivityDo Setter 档期活动参数

type AlibabapricepromotioncreateAPIResponse added in v1.3.1

type AlibabapricepromotioncreateAPIResponse struct {
	model.CommonResponse
	AlibabapricepromotioncreateAPIResponseModel
}

AlibabapricepromotioncreateAPIResponse 营销档期活动创建 API返回值 alibaba.price.promotion.create

大润发-盒马帮提供新增创建营销活动

type AlibabapricepromotioncreateAPIResponseModel added in v1.3.1

type AlibabapricepromotioncreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_price_promotion_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误描述
	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
	// 错误编码,本期不作识别
	SystemCode string `json:"system_code,omitempty" xml:"system_code,omitempty"`
	// 档期活动ID
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
	// 数量,本期不启用
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 创建是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabapricepromotioncreateAPIResponseModel is 营销档期活动创建 成功返回结果

type AlibabapricepromotionitemaddAPIRequest added in v1.3.1

type AlibabapricepromotionitemaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabapricepromotionitemaddAPIRequest 新增档期商品 API请求 alibaba.price.promotion.item.add

批量新增档期活动商品

func NewAlibabapricepromotionitemaddRequest added in v1.3.1

func NewAlibabapricepromotionitemaddRequest() *AlibabapricepromotionitemaddAPIRequest

NewAlibabapricepromotionitemaddRequest 初始化AlibabapricepromotionitemaddAPIRequest对象

func (AlibabapricepromotionitemaddAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabapricepromotionitemaddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabapricepromotionitemaddAPIRequest) GetApiParams added in v1.3.1

func (r AlibabapricepromotionitemaddAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabapricepromotionitemaddAPIRequest) GetPromotionContent added in v1.3.1

GetPromotionContent PromotionContent Getter

func (AlibabapricepromotionitemaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabapricepromotionitemaddAPIRequest) SetPromotionContent added in v1.3.1

func (r *AlibabapricepromotionitemaddAPIRequest) SetPromotionContent(_promotionContent *PromotionContent) error

SetPromotionContent is PromotionContent Setter 入参

type AlibabapricepromotionitemaddAPIResponse added in v1.3.1

type AlibabapricepromotionitemaddAPIResponse struct {
	model.CommonResponse
	AlibabapricepromotionitemaddAPIResponseModel
}

AlibabapricepromotionitemaddAPIResponse 新增档期商品 API返回值 alibaba.price.promotion.item.add

批量新增档期活动商品

type AlibabapricepromotionitemaddAPIResponseModel added in v1.3.1

type AlibabapricepromotionitemaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_price_promotion_item_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabapricepromotionitemaddResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabapricepromotionitemaddAPIResponseModel is 新增档期商品 成功返回结果

type AlibabapricepromotionitemaddResult added in v1.3.1

type AlibabapricepromotionitemaddResult struct {
	// 信息
	Msg string `json:"msg,omitempty" xml:"msg,omitempty"`
	// 编码
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
	// 结果内容
	Data *PromotionContentResult `json:"data,omitempty" xml:"data,omitempty"`
	// 数量
	TotalRecord int64 `json:"total_record,omitempty" xml:"total_record,omitempty"`
	// 是否成功
	SuccAndNotNull bool `json:"succ_and_not_null,omitempty" xml:"succ_and_not_null,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabapricepromotionitemaddResult 结构体

type AlibabapricepromotionitemdeleteAPIRequest added in v1.3.1

type AlibabapricepromotionitemdeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabapricepromotionitemdeleteAPIRequest 批量删除档期 API请求 alibaba.price.promotion.item.delete

盒马帮批量删除档期商品

func NewAlibabapricepromotionitemdeleteRequest added in v1.3.1

func NewAlibabapricepromotionitemdeleteRequest() *AlibabapricepromotionitemdeleteAPIRequest

NewAlibabapricepromotionitemdeleteRequest 初始化AlibabapricepromotionitemdeleteAPIRequest对象

func (AlibabapricepromotionitemdeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabapricepromotionitemdeleteAPIRequest) GetApiParams added in v1.3.1

func (r AlibabapricepromotionitemdeleteAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabapricepromotionitemdeleteAPIRequest) GetOuCode added in v1.3.1

GetOuCode OuCode Getter

func (AlibabapricepromotionitemdeleteAPIRequest) GetOuterPromotionCode added in v1.3.1

func (r AlibabapricepromotionitemdeleteAPIRequest) GetOuterPromotionCode() string

GetOuterPromotionCode OuterPromotionCode Getter

func (AlibabapricepromotionitemdeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabapricepromotionitemdeleteAPIRequest) GetSkuCodes added in v1.3.1

GetSkuCodes SkuCodes Getter

func (AlibabapricepromotionitemdeleteAPIRequest) GetUniqueId added in v1.3.1

GetUniqueId UniqueId Getter

func (*AlibabapricepromotionitemdeleteAPIRequest) SetOuCode added in v1.3.1

SetOuCode is OuCode Setter toB渠道店OU

func (*AlibabapricepromotionitemdeleteAPIRequest) SetOuterPromotionCode added in v1.3.1

func (r *AlibabapricepromotionitemdeleteAPIRequest) SetOuterPromotionCode(_outerPromotionCode string) error

SetOuterPromotionCode is OuterPromotionCode Setter 外部档期编码

func (*AlibabapricepromotionitemdeleteAPIRequest) SetSkuCodes added in v1.3.1

func (r *AlibabapricepromotionitemdeleteAPIRequest) SetSkuCodes(_skuCodes []string) error

SetSkuCodes is SkuCodes Setter 商品code

func (*AlibabapricepromotionitemdeleteAPIRequest) SetUniqueId added in v1.3.1

func (r *AlibabapricepromotionitemdeleteAPIRequest) SetUniqueId(_uniqueId string) error

SetUniqueId is UniqueId Setter 盒马唯一标识

type AlibabapricepromotionitemdeleteAPIResponse added in v1.3.1

type AlibabapricepromotionitemdeleteAPIResponse struct {
	model.CommonResponse
	AlibabapricepromotionitemdeleteAPIResponseModel
}

AlibabapricepromotionitemdeleteAPIResponse 批量删除档期 API返回值 alibaba.price.promotion.item.delete

盒马帮批量删除档期商品

type AlibabapricepromotionitemdeleteAPIResponseModel added in v1.3.1

type AlibabapricepromotionitemdeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_price_promotion_item_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabapricepromotionitemdeleteResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabapricepromotionitemdeleteAPIResponseModel is 批量删除档期 成功返回结果

type AlibabapricepromotionitemdeleteResult added in v1.3.1

type AlibabapricepromotionitemdeleteResult struct {
	// data
	DataList []string `json:"data_list,omitempty" xml:"data_list>string,omitempty"`
	// msg
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// code
	ResultCode int64 `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// totalRecord
	TotalRecord int64 `json:"total_record,omitempty" xml:"total_record,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabapricepromotionitemdeleteResult 结构体

type AlibabaretailmarketingbuygiftactivitycreateAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftactivitycreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftactivitycreateAPIRequest 创建买赠活动 API请求 alibaba.retail.marketing.buygift.activity.create

同城供给买赠活动创建

func NewAlibabaretailmarketingbuygiftactivitycreateRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftactivitycreateRequest() *AlibabaretailmarketingbuygiftactivitycreateAPIRequest

NewAlibabaretailmarketingbuygiftactivitycreateRequest 初始化AlibabaretailmarketingbuygiftactivitycreateAPIRequest对象

func (AlibabaretailmarketingbuygiftactivitycreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftactivitycreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftactivitycreateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingbuygiftactivitycreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftactivitycreateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动参数

type AlibabaretailmarketingbuygiftactivitycreateAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftactivitycreateAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftactivitycreateAPIResponseModel
}

AlibabaretailmarketingbuygiftactivitycreateAPIResponse 创建买赠活动 API返回值 alibaba.retail.marketing.buygift.activity.create

同城供给买赠活动创建

type AlibabaretailmarketingbuygiftactivitycreateAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftactivitycreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_activity_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingbuygiftactivitycreateAPIResponseModel is 创建买赠活动 成功返回结果

type AlibabaretailmarketingbuygiftactivitydeleteAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftactivitydeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftactivitydeleteAPIRequest 删除单品买赠活动 API请求 alibaba.retail.marketing.buygift.activity.delete

同城零售单品特价活动删除

func NewAlibabaretailmarketingbuygiftactivitydeleteRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftactivitydeleteRequest() *AlibabaretailmarketingbuygiftactivitydeleteAPIRequest

NewAlibabaretailmarketingbuygiftactivitydeleteRequest 初始化AlibabaretailmarketingbuygiftactivitydeleteAPIRequest对象

func (AlibabaretailmarketingbuygiftactivitydeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftactivitydeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftactivitydeleteAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingbuygiftactivitydeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftactivitydeleteAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 删除活动参数

type AlibabaretailmarketingbuygiftactivitydeleteAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftactivitydeleteAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftactivitydeleteAPIResponseModel
}

AlibabaretailmarketingbuygiftactivitydeleteAPIResponse 删除单品买赠活动 API返回值 alibaba.retail.marketing.buygift.activity.delete

同城零售单品特价活动删除

type AlibabaretailmarketingbuygiftactivitydeleteAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftactivitydeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_activity_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingbuygiftactivitydeleteAPIResponseModel is 删除单品买赠活动 成功返回结果

type AlibabaretailmarketingbuygiftactivityqueryAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftactivityqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftactivityqueryAPIRequest 查询单品买赠活动【同城零售】 API请求 alibaba.retail.marketing.buygift.activity.query

查询单品买赠活动【同城零售】

func NewAlibabaretailmarketingbuygiftactivityqueryRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftactivityqueryRequest() *AlibabaretailmarketingbuygiftactivityqueryAPIRequest

NewAlibabaretailmarketingbuygiftactivityqueryRequest 初始化AlibabaretailmarketingbuygiftactivityqueryAPIRequest对象

func (AlibabaretailmarketingbuygiftactivityqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftactivityqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftactivityqueryAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabaretailmarketingbuygiftactivityqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftactivityqueryAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 买赠活动查询入参

type AlibabaretailmarketingbuygiftactivityqueryAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftactivityqueryAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftactivityqueryAPIResponseModel
}

AlibabaretailmarketingbuygiftactivityqueryAPIResponse 查询单品买赠活动【同城零售】 API返回值 alibaba.retail.marketing.buygift.activity.query

查询单品买赠活动【同城零售】

type AlibabaretailmarketingbuygiftactivityqueryAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftactivityqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_activity_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// 错误码
	ErrNumber string `json:"err_number,omitempty" xml:"err_number,omitempty"`
	// 买赠活动查询结果
	Data *BuyGiftPromotionActivityDto `json:"data,omitempty" xml:"data,omitempty"`
	// 成功标识
	Succeed bool `json:"succeed,omitempty" xml:"succeed,omitempty"`
}

AlibabaretailmarketingbuygiftactivityqueryAPIResponseModel is 查询单品买赠活动【同城零售】 成功返回结果

type AlibabaretailmarketingbuygiftactivitysaveAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftactivitysaveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftactivitysaveAPIRequest 【同城零售】单品买赠活动保存 API请求 alibaba.retail.marketing.buygift.activity.save

同城零售单品买赠活动保存

func NewAlibabaretailmarketingbuygiftactivitysaveRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftactivitysaveRequest() *AlibabaretailmarketingbuygiftactivitysaveAPIRequest

NewAlibabaretailmarketingbuygiftactivitysaveRequest 初始化AlibabaretailmarketingbuygiftactivitysaveAPIRequest对象

func (AlibabaretailmarketingbuygiftactivitysaveAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftactivitysaveAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftactivitysaveAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingbuygiftactivitysaveAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftactivitysaveAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 保存单品买赠活动参数

type AlibabaretailmarketingbuygiftactivitysaveAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftactivitysaveAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftactivitysaveAPIResponseModel
}

AlibabaretailmarketingbuygiftactivitysaveAPIResponse 【同城零售】单品买赠活动保存 API返回值 alibaba.retail.marketing.buygift.activity.save

同城零售单品买赠活动保存

type AlibabaretailmarketingbuygiftactivitysaveAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftactivitysaveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_activity_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingbuygiftactivitysaveAPIResponseModel is 【同城零售】单品买赠活动保存 成功返回结果

type AlibabaretailmarketingbuygiftactivityskuaddAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftactivityskuaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftactivityskuaddAPIRequest 添加单品买赠活动商品 API请求 alibaba.retail.marketing.buygift.activity.sku.add

新增或更新单品买赠活动商品信息【同城零售】

func NewAlibabaretailmarketingbuygiftactivityskuaddRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftactivityskuaddRequest() *AlibabaretailmarketingbuygiftactivityskuaddAPIRequest

NewAlibabaretailmarketingbuygiftactivityskuaddRequest 初始化AlibabaretailmarketingbuygiftactivityskuaddAPIRequest对象

func (AlibabaretailmarketingbuygiftactivityskuaddAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftactivityskuaddAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftactivityskuaddAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingbuygiftactivityskuaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftactivityskuaddAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 添加活动商品参数

type AlibabaretailmarketingbuygiftactivityskuaddAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftactivityskuaddAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftactivityskuaddAPIResponseModel
}

AlibabaretailmarketingbuygiftactivityskuaddAPIResponse 添加单品买赠活动商品 API返回值 alibaba.retail.marketing.buygift.activity.sku.add

新增或更新单品买赠活动商品信息【同城零售】

type AlibabaretailmarketingbuygiftactivityskuaddAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftactivityskuaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_activity_sku_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingbuygiftactivityskuaddAPIResponseModel is 添加单品买赠活动商品 成功返回结果

type AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest 删除单品买赠活动商品 API请求 alibaba.retail.marketing.buygift.activity.sku.delete

删除单品买赠活动商品信息【同城零售】

func NewAlibabaretailmarketingbuygiftactivityskudeleteRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftactivityskudeleteRequest() *AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest

NewAlibabaretailmarketingbuygiftactivityskudeleteRequest 初始化AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest对象

func (AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftactivityskudeleteAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 删除买赠活动商品参数

type AlibabaretailmarketingbuygiftactivityskudeleteAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftactivityskudeleteAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftactivityskudeleteAPIResponseModel
}

AlibabaretailmarketingbuygiftactivityskudeleteAPIResponse 删除单品买赠活动商品 API返回值 alibaba.retail.marketing.buygift.activity.sku.delete

删除单品买赠活动商品信息【同城零售】

type AlibabaretailmarketingbuygiftactivityskudeleteAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftactivityskudeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_activity_sku_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingbuygiftactivityskudeleteAPIResponseModel is 删除单品买赠活动商品 成功返回结果

type AlibabaretailmarketingbuygiftactivityupdateAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftactivityupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftactivityupdateAPIRequest 更新单品买赠活动 API请求 alibaba.retail.marketing.buygift.activity.update

同城零售单品买赠活动更新

func NewAlibabaretailmarketingbuygiftactivityupdateRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftactivityupdateRequest() *AlibabaretailmarketingbuygiftactivityupdateAPIRequest

NewAlibabaretailmarketingbuygiftactivityupdateRequest 初始化AlibabaretailmarketingbuygiftactivityupdateAPIRequest对象

func (AlibabaretailmarketingbuygiftactivityupdateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftactivityupdateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftactivityupdateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingbuygiftactivityupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftactivityupdateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 更新单品买赠活动参数

type AlibabaretailmarketingbuygiftactivityupdateAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftactivityupdateAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftactivityupdateAPIResponseModel
}

AlibabaretailmarketingbuygiftactivityupdateAPIResponse 更新单品买赠活动 API返回值 alibaba.retail.marketing.buygift.activity.update

同城零售单品买赠活动更新

type AlibabaretailmarketingbuygiftactivityupdateAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftactivityupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_activity_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingbuygiftactivityupdateAPIResponseModel is 更新单品买赠活动 成功返回结果

type AlibabaretailmarketingbuygiftskuqueryAPIRequest added in v1.3.1

type AlibabaretailmarketingbuygiftskuqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingbuygiftskuqueryAPIRequest 查询买赠活动商品【同城零售】 API请求 alibaba.retail.marketing.buygift.sku.query

查询买赠活动商品【同城零售】

func NewAlibabaretailmarketingbuygiftskuqueryRequest added in v1.3.1

func NewAlibabaretailmarketingbuygiftskuqueryRequest() *AlibabaretailmarketingbuygiftskuqueryAPIRequest

NewAlibabaretailmarketingbuygiftskuqueryRequest 初始化AlibabaretailmarketingbuygiftskuqueryAPIRequest对象

func (AlibabaretailmarketingbuygiftskuqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingbuygiftskuqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingbuygiftskuqueryAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabaretailmarketingbuygiftskuqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingbuygiftskuqueryAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 买赠商品查询入参

type AlibabaretailmarketingbuygiftskuqueryAPIResponse added in v1.3.1

type AlibabaretailmarketingbuygiftskuqueryAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingbuygiftskuqueryAPIResponseModel
}

AlibabaretailmarketingbuygiftskuqueryAPIResponse 查询买赠活动商品【同城零售】 API返回值 alibaba.retail.marketing.buygift.sku.query

查询买赠活动商品【同城零售】

type AlibabaretailmarketingbuygiftskuqueryAPIResponseModel added in v1.3.1

type AlibabaretailmarketingbuygiftskuqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_buygift_sku_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 买赠商品查询结果
	Data []BuyGiftActivitySkuDto `json:"data,omitempty" xml:"data>buy_gift_activity_sku_dto,omitempty"`
	// 错误信息
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// 错误码
	ErrNumber string `json:"err_number,omitempty" xml:"err_number,omitempty"`
	// 分页信息
	PageInfo *PageInfoDto `json:"page_info,omitempty" xml:"page_info,omitempty"`
	// 成功标识
	Succeed bool `json:"succeed,omitempty" xml:"succeed,omitempty"`
}

AlibabaretailmarketingbuygiftskuqueryAPIResponseModel is 查询买赠活动商品【同城零售】 成功返回结果

type AlibabaretailmarketingitemdiscountactivitycreateAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitycreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountactivitycreateAPIRequest 创建单品特价活动【同城零售】 API请求 alibaba.retail.marketing.itemdiscount.activity.create

同城零售单品特价活动创建

func NewAlibabaretailmarketingitemdiscountactivitycreateRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountactivitycreateRequest() *AlibabaretailmarketingitemdiscountactivitycreateAPIRequest

NewAlibabaretailmarketingitemdiscountactivitycreateRequest 初始化AlibabaretailmarketingitemdiscountactivitycreateAPIRequest对象

func (AlibabaretailmarketingitemdiscountactivitycreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountactivitycreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountactivitycreateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitemdiscountactivitycreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountactivitycreateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动参数

type AlibabaretailmarketingitemdiscountactivitycreateAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitycreateAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountactivitycreateAPIResponseModel
}

AlibabaretailmarketingitemdiscountactivitycreateAPIResponse 创建单品特价活动【同城零售】 API返回值 alibaba.retail.marketing.itemdiscount.activity.create

同城零售单品特价活动创建

type AlibabaretailmarketingitemdiscountactivitycreateAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitycreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_activity_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitemdiscountactivitycreateAPIResponseModel is 创建单品特价活动【同城零售】 成功返回结果

type AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest 删除单品特价活动【同城零售】 API请求 alibaba.retail.marketing.itemdiscount.activity.delete

同城零售单品特价活动删除

func NewAlibabaretailmarketingitemdiscountactivitydeleteRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountactivitydeleteRequest() *AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest

NewAlibabaretailmarketingitemdiscountactivitydeleteRequest 初始化AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest对象

func (AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountactivitydeleteAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 删除活动参数

type AlibabaretailmarketingitemdiscountactivitydeleteAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitydeleteAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountactivitydeleteAPIResponseModel
}

AlibabaretailmarketingitemdiscountactivitydeleteAPIResponse 删除单品特价活动【同城零售】 API返回值 alibaba.retail.marketing.itemdiscount.activity.delete

同城零售单品特价活动删除

type AlibabaretailmarketingitemdiscountactivitydeleteAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitydeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_activity_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitemdiscountactivitydeleteAPIResponseModel is 删除单品特价活动【同城零售】 成功返回结果

type AlibabaretailmarketingitemdiscountactivityqueryAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountactivityqueryAPIRequest 查询单品特价活动【同城零售】 API请求 alibaba.retail.marketing.itemdiscount.activity.query

查询单品特价活动【同城零售】

func NewAlibabaretailmarketingitemdiscountactivityqueryRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountactivityqueryRequest() *AlibabaretailmarketingitemdiscountactivityqueryAPIRequest

NewAlibabaretailmarketingitemdiscountactivityqueryRequest 初始化AlibabaretailmarketingitemdiscountactivityqueryAPIRequest对象

func (AlibabaretailmarketingitemdiscountactivityqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountactivityqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountactivityqueryAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabaretailmarketingitemdiscountactivityqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountactivityqueryAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 请求体

type AlibabaretailmarketingitemdiscountactivityqueryAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityqueryAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountactivityqueryAPIResponseModel
}

AlibabaretailmarketingitemdiscountactivityqueryAPIResponse 查询单品特价活动【同城零售】 API返回值 alibaba.retail.marketing.itemdiscount.activity.query

查询单品特价活动【同城零售】

type AlibabaretailmarketingitemdiscountactivityqueryAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_activity_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// 错误码
	ErrNumber string `json:"err_number,omitempty" xml:"err_number,omitempty"`
	// 响应体
	Data *ItemDiscountPromotionActivityDto `json:"data,omitempty" xml:"data,omitempty"`
	// 成功标识
	Succeed bool `json:"succeed,omitempty" xml:"succeed,omitempty"`
}

AlibabaretailmarketingitemdiscountactivityqueryAPIResponseModel is 查询单品特价活动【同城零售】 成功返回结果

type AlibabaretailmarketingitemdiscountactivitysaveAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitysaveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountactivitysaveAPIRequest 【同城零售】单品活动保存 API请求 alibaba.retail.marketing.itemdiscount.activity.save

【同城零售】单品活动保存

func NewAlibabaretailmarketingitemdiscountactivitysaveRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountactivitysaveRequest() *AlibabaretailmarketingitemdiscountactivitysaveAPIRequest

NewAlibabaretailmarketingitemdiscountactivitysaveRequest 初始化AlibabaretailmarketingitemdiscountactivitysaveAPIRequest对象

func (AlibabaretailmarketingitemdiscountactivitysaveAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountactivitysaveAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountactivitysaveAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitemdiscountactivitysaveAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountactivitysaveAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 保存活动参数

type AlibabaretailmarketingitemdiscountactivitysaveAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitysaveAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountactivitysaveAPIResponseModel
}

AlibabaretailmarketingitemdiscountactivitysaveAPIResponse 【同城零售】单品活动保存 API返回值 alibaba.retail.marketing.itemdiscount.activity.save

【同城零售】单品活动保存

type AlibabaretailmarketingitemdiscountactivitysaveAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountactivitysaveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_activity_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitemdiscountactivitysaveAPIResponseModel is 【同城零售】单品活动保存 成功返回结果

type AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest 特价活动新增商品 API请求 alibaba.retail.marketing.itemdiscount.activity.sku.add

新增或更新活动商品信息【同城零售】

func NewAlibabaretailmarketingitemdiscountactivityskuaddRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountactivityskuaddRequest() *AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest

NewAlibabaretailmarketingitemdiscountactivityskuaddRequest 初始化AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest对象

func (AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountactivityskuaddAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 添加活动商品参数

type AlibabaretailmarketingitemdiscountactivityskuaddAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityskuaddAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountactivityskuaddAPIResponseModel
}

AlibabaretailmarketingitemdiscountactivityskuaddAPIResponse 特价活动新增商品 API返回值 alibaba.retail.marketing.itemdiscount.activity.sku.add

新增或更新活动商品信息【同城零售】

type AlibabaretailmarketingitemdiscountactivityskuaddAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityskuaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_activity_sku_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitemdiscountactivityskuaddAPIResponseModel is 特价活动新增商品 成功返回结果

type AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest 删除特价活动商品 API请求 alibaba.retail.marketing.itemdiscount.activity.sku.delete

删除活动商品信息【同城零售】

func NewAlibabaretailmarketingitemdiscountactivityskudeleteRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountactivityskudeleteRequest() *AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest

NewAlibabaretailmarketingitemdiscountactivityskudeleteRequest 初始化AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest对象

func (AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountactivityskudeleteAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 添加活动商品参数

type AlibabaretailmarketingitemdiscountactivityskudeleteAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityskudeleteAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountactivityskudeleteAPIResponseModel
}

AlibabaretailmarketingitemdiscountactivityskudeleteAPIResponse 删除特价活动商品 API返回值 alibaba.retail.marketing.itemdiscount.activity.sku.delete

删除活动商品信息【同城零售】

type AlibabaretailmarketingitemdiscountactivityskudeleteAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityskudeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_activity_sku_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitemdiscountactivityskudeleteAPIResponseModel is 删除特价活动商品 成功返回结果

type AlibabaretailmarketingitemdiscountactivityupdateAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountactivityupdateAPIRequest 更新单品特价活动【同城零售】 API请求 alibaba.retail.marketing.itemdiscount.activity.update

同城零售单品特价活动更新

func NewAlibabaretailmarketingitemdiscountactivityupdateRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountactivityupdateRequest() *AlibabaretailmarketingitemdiscountactivityupdateAPIRequest

NewAlibabaretailmarketingitemdiscountactivityupdateRequest 初始化AlibabaretailmarketingitemdiscountactivityupdateAPIRequest对象

func (AlibabaretailmarketingitemdiscountactivityupdateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountactivityupdateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountactivityupdateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitemdiscountactivityupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountactivityupdateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动参数

type AlibabaretailmarketingitemdiscountactivityupdateAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityupdateAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountactivityupdateAPIResponseModel
}

AlibabaretailmarketingitemdiscountactivityupdateAPIResponse 更新单品特价活动【同城零售】 API返回值 alibaba.retail.marketing.itemdiscount.activity.update

同城零售单品特价活动更新

type AlibabaretailmarketingitemdiscountactivityupdateAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountactivityupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_activity_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitemdiscountactivityupdateAPIResponseModel is 更新单品特价活动【同城零售】 成功返回结果

type AlibabaretailmarketingitemdiscountskuqueryAPIRequest added in v1.3.1

type AlibabaretailmarketingitemdiscountskuqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitemdiscountskuqueryAPIRequest 查询单品特价活动商品【同城零售】 API请求 alibaba.retail.marketing.itemdiscount.sku.query

查询单品特价活动商品【同城零售】

func NewAlibabaretailmarketingitemdiscountskuqueryRequest added in v1.3.1

func NewAlibabaretailmarketingitemdiscountskuqueryRequest() *AlibabaretailmarketingitemdiscountskuqueryAPIRequest

NewAlibabaretailmarketingitemdiscountskuqueryRequest 初始化AlibabaretailmarketingitemdiscountskuqueryAPIRequest对象

func (AlibabaretailmarketingitemdiscountskuqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitemdiscountskuqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitemdiscountskuqueryAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabaretailmarketingitemdiscountskuqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitemdiscountskuqueryAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 请求体

type AlibabaretailmarketingitemdiscountskuqueryAPIResponse added in v1.3.1

type AlibabaretailmarketingitemdiscountskuqueryAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitemdiscountskuqueryAPIResponseModel
}

AlibabaretailmarketingitemdiscountskuqueryAPIResponse 查询单品特价活动商品【同城零售】 API返回值 alibaba.retail.marketing.itemdiscount.sku.query

查询单品特价活动商品【同城零售】

type AlibabaretailmarketingitemdiscountskuqueryAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitemdiscountskuqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itemdiscount_sku_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应体
	Data []SkuActivityElementDto `json:"data,omitempty" xml:"data>sku_activity_element_dto,omitempty"`
	// 错误信息
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// 错误码
	ErrNumber string `json:"err_number,omitempty" xml:"err_number,omitempty"`
	// 分页信息
	PageInfo *PageInfoDto `json:"page_info,omitempty" xml:"page_info,omitempty"`
	// 成功标识
	Succeed bool `json:"succeed,omitempty" xml:"succeed,omitempty"`
}

AlibabaretailmarketingitemdiscountskuqueryAPIResponseModel is 查询单品特价活动商品【同城零售】 成功返回结果

type AlibabaretailmarketingitempoolactivitycreateAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolactivitycreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolactivitycreateAPIRequest 创建商品池活动【同城零售】 API请求 alibaba.retail.marketing.itempool.activity.create

同城零售商品池活动创建

func NewAlibabaretailmarketingitempoolactivitycreateRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolactivitycreateRequest() *AlibabaretailmarketingitempoolactivitycreateAPIRequest

NewAlibabaretailmarketingitempoolactivitycreateRequest 初始化AlibabaretailmarketingitempoolactivitycreateAPIRequest对象

func (AlibabaretailmarketingitempoolactivitycreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolactivitycreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolactivitycreateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitempoolactivitycreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolactivitycreateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建商品池活动参数

type AlibabaretailmarketingitempoolactivitycreateAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolactivitycreateAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolactivitycreateAPIResponseModel
}

AlibabaretailmarketingitempoolactivitycreateAPIResponse 创建商品池活动【同城零售】 API返回值 alibaba.retail.marketing.itempool.activity.create

同城零售商品池活动创建

type AlibabaretailmarketingitempoolactivitycreateAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolactivitycreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_activity_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitempoolactivitycreateAPIResponseModel is 创建商品池活动【同城零售】 成功返回结果

type AlibabaretailmarketingitempoolactivitydeleteAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolactivitydeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolactivitydeleteAPIRequest 删除商品池活动【同城零售】 API请求 alibaba.retail.marketing.itempool.activity.delete

同城零售商品池活动删除

func NewAlibabaretailmarketingitempoolactivitydeleteRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolactivitydeleteRequest() *AlibabaretailmarketingitempoolactivitydeleteAPIRequest

NewAlibabaretailmarketingitempoolactivitydeleteRequest 初始化AlibabaretailmarketingitempoolactivitydeleteAPIRequest对象

func (AlibabaretailmarketingitempoolactivitydeleteAPIRequest) GetActId added in v1.3.1

GetActId ActId Getter

func (AlibabaretailmarketingitempoolactivitydeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolactivitydeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolactivitydeleteAPIRequest) GetCreatorId added in v1.3.1

GetCreatorId CreatorId Getter

func (AlibabaretailmarketingitempoolactivitydeleteAPIRequest) GetCreatorName added in v1.3.1

GetCreatorName CreatorName Getter

func (AlibabaretailmarketingitempoolactivitydeleteAPIRequest) GetOutActId added in v1.3.1

GetOutActId OutActId Getter

func (AlibabaretailmarketingitempoolactivitydeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolactivitydeleteAPIRequest) SetActId added in v1.3.1

SetActId is ActId Setter 同城零售活动Id

func (*AlibabaretailmarketingitempoolactivitydeleteAPIRequest) SetCreatorId added in v1.3.1

SetCreatorId is CreatorId Setter 操作人id

func (*AlibabaretailmarketingitempoolactivitydeleteAPIRequest) SetCreatorName added in v1.3.1

SetCreatorName is CreatorName Setter 操作人名称

func (*AlibabaretailmarketingitempoolactivitydeleteAPIRequest) SetOutActId added in v1.3.1

SetOutActId is OutActId Setter erp外部活动id

type AlibabaretailmarketingitempoolactivitydeleteAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolactivitydeleteAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolactivitydeleteAPIResponseModel
}

AlibabaretailmarketingitempoolactivitydeleteAPIResponse 删除商品池活动【同城零售】 API返回值 alibaba.retail.marketing.itempool.activity.delete

同城零售商品池活动删除

type AlibabaretailmarketingitempoolactivitydeleteAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolactivitydeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_activity_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitempoolactivitydeleteAPIResponseModel is 删除商品池活动【同城零售】 成功返回结果

type AlibabaretailmarketingitempoolactivityqueryAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolactivityqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolactivityqueryAPIRequest 查询商品池活动【同城零售】 API请求 alibaba.retail.marketing.itempool.activity.query

查询商品池活动【同城零售】

func NewAlibabaretailmarketingitempoolactivityqueryRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolactivityqueryRequest() *AlibabaretailmarketingitempoolactivityqueryAPIRequest

NewAlibabaretailmarketingitempoolactivityqueryRequest 初始化AlibabaretailmarketingitempoolactivityqueryAPIRequest对象

func (AlibabaretailmarketingitempoolactivityqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolactivityqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolactivityqueryAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabaretailmarketingitempoolactivityqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolactivityqueryAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 请求体

type AlibabaretailmarketingitempoolactivityqueryAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolactivityqueryAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolactivityqueryAPIResponseModel
}

AlibabaretailmarketingitempoolactivityqueryAPIResponse 查询商品池活动【同城零售】 API返回值 alibaba.retail.marketing.itempool.activity.query

查询商品池活动【同城零售】

type AlibabaretailmarketingitempoolactivityqueryAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolactivityqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_activity_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// 错误码
	ErrNumber string `json:"err_number,omitempty" xml:"err_number,omitempty"`
	// 响应体
	Data *ItemPoolPromotionActivityDto `json:"data,omitempty" xml:"data,omitempty"`
	// 成功标识
	Succeed bool `json:"succeed,omitempty" xml:"succeed,omitempty"`
}

AlibabaretailmarketingitempoolactivityqueryAPIResponseModel is 查询商品池活动【同城零售】 成功返回结果

type AlibabaretailmarketingitempoolactivitysaveAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolactivitysaveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolactivitysaveAPIRequest 【同城零售】保存商品池活动 API请求 alibaba.retail.marketing.itempool.activity.save

同城零售商品池活动保存

func NewAlibabaretailmarketingitempoolactivitysaveRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolactivitysaveRequest() *AlibabaretailmarketingitempoolactivitysaveAPIRequest

NewAlibabaretailmarketingitempoolactivitysaveRequest 初始化AlibabaretailmarketingitempoolactivitysaveAPIRequest对象

func (AlibabaretailmarketingitempoolactivitysaveAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolactivitysaveAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolactivitysaveAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitempoolactivitysaveAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolactivitysaveAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 更新商品池活动参数

type AlibabaretailmarketingitempoolactivitysaveAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolactivitysaveAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolactivitysaveAPIResponseModel
}

AlibabaretailmarketingitempoolactivitysaveAPIResponse 【同城零售】保存商品池活动 API返回值 alibaba.retail.marketing.itempool.activity.save

同城零售商品池活动保存

type AlibabaretailmarketingitempoolactivitysaveAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolactivitysaveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_activity_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitempoolactivitysaveAPIResponseModel is 【同城零售】保存商品池活动 成功返回结果

type AlibabaretailmarketingitempoolactivityskuaddAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolactivityskuaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolactivityskuaddAPIRequest 商品池活动新增商品 API请求 alibaba.retail.marketing.itempool.activity.sku.add

新增或更新商品池活动商品信息【同城零售】

func NewAlibabaretailmarketingitempoolactivityskuaddRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolactivityskuaddRequest() *AlibabaretailmarketingitempoolactivityskuaddAPIRequest

NewAlibabaretailmarketingitempoolactivityskuaddRequest 初始化AlibabaretailmarketingitempoolactivityskuaddAPIRequest对象

func (AlibabaretailmarketingitempoolactivityskuaddAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolactivityskuaddAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolactivityskuaddAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitempoolactivityskuaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolactivityskuaddAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 入参

type AlibabaretailmarketingitempoolactivityskuaddAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolactivityskuaddAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolactivityskuaddAPIResponseModel
}

AlibabaretailmarketingitempoolactivityskuaddAPIResponse 商品池活动新增商品 API返回值 alibaba.retail.marketing.itempool.activity.sku.add

新增或更新商品池活动商品信息【同城零售】

type AlibabaretailmarketingitempoolactivityskuaddAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolactivityskuaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_activity_sku_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitempoolactivityskuaddAPIResponseModel is 商品池活动新增商品 成功返回结果

type AlibabaretailmarketingitempoolactivityskudeleteAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolactivityskudeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolactivityskudeleteAPIRequest 删除商品池活动商品【同城零售】 API请求 alibaba.retail.marketing.itempool.activity.sku.delete

删除商品池活动商品信息【同城零售】

func NewAlibabaretailmarketingitempoolactivityskudeleteRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolactivityskudeleteRequest() *AlibabaretailmarketingitempoolactivityskudeleteAPIRequest

NewAlibabaretailmarketingitempoolactivityskudeleteRequest 初始化AlibabaretailmarketingitempoolactivityskudeleteAPIRequest对象

func (AlibabaretailmarketingitempoolactivityskudeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolactivityskudeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolactivityskudeleteAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitempoolactivityskudeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolactivityskudeleteAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 入参

type AlibabaretailmarketingitempoolactivityskudeleteAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolactivityskudeleteAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolactivityskudeleteAPIResponseModel
}

AlibabaretailmarketingitempoolactivityskudeleteAPIResponse 删除商品池活动商品【同城零售】 API返回值 alibaba.retail.marketing.itempool.activity.sku.delete

删除商品池活动商品信息【同城零售】

type AlibabaretailmarketingitempoolactivityskudeleteAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolactivityskudeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_activity_sku_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitempoolactivityskudeleteAPIResponseModel is 删除商品池活动商品【同城零售】 成功返回结果

type AlibabaretailmarketingitempoolactivityupdateAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolactivityupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolactivityupdateAPIRequest 更新商品池活动【同城零售】 API请求 alibaba.retail.marketing.itempool.activity.update

同城零售商品池活动更新

func NewAlibabaretailmarketingitempoolactivityupdateRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolactivityupdateRequest() *AlibabaretailmarketingitempoolactivityupdateAPIRequest

NewAlibabaretailmarketingitempoolactivityupdateRequest 初始化AlibabaretailmarketingitempoolactivityupdateAPIRequest对象

func (AlibabaretailmarketingitempoolactivityupdateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolactivityupdateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolactivityupdateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabaretailmarketingitempoolactivityupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolactivityupdateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 更新商品池活动参数

type AlibabaretailmarketingitempoolactivityupdateAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolactivityupdateAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolactivityupdateAPIResponseModel
}

AlibabaretailmarketingitempoolactivityupdateAPIResponse 更新商品池活动【同城零售】 API返回值 alibaba.retail.marketing.itempool.activity.update

同城零售商品池活动更新

type AlibabaretailmarketingitempoolactivityupdateAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolactivityupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_activity_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作结果
	Result *OctopusOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaretailmarketingitempoolactivityupdateAPIResponseModel is 更新商品池活动【同城零售】 成功返回结果

type AlibabaretailmarketingitempoolskuqueryAPIRequest added in v1.3.1

type AlibabaretailmarketingitempoolskuqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaretailmarketingitempoolskuqueryAPIRequest 查询商品池活动商品【同城零售】 API请求 alibaba.retail.marketing.itempool.sku.query

查询商品池活动商品【同城零售】

func NewAlibabaretailmarketingitempoolskuqueryRequest added in v1.3.1

func NewAlibabaretailmarketingitempoolskuqueryRequest() *AlibabaretailmarketingitempoolskuqueryAPIRequest

NewAlibabaretailmarketingitempoolskuqueryRequest 初始化AlibabaretailmarketingitempoolskuqueryAPIRequest对象

func (AlibabaretailmarketingitempoolskuqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaretailmarketingitempoolskuqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaretailmarketingitempoolskuqueryAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabaretailmarketingitempoolskuqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaretailmarketingitempoolskuqueryAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 请求入参

type AlibabaretailmarketingitempoolskuqueryAPIResponse added in v1.3.1

type AlibabaretailmarketingitempoolskuqueryAPIResponse struct {
	model.CommonResponse
	AlibabaretailmarketingitempoolskuqueryAPIResponseModel
}

AlibabaretailmarketingitempoolskuqueryAPIResponse 查询商品池活动商品【同城零售】 API返回值 alibaba.retail.marketing.itempool.sku.query

查询商品池活动商品【同城零售】

type AlibabaretailmarketingitempoolskuqueryAPIResponseModel added in v1.3.1

type AlibabaretailmarketingitempoolskuqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_retail_marketing_itempool_sku_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应体
	Data []ItemPoolSkuActivityElementDto `json:"data,omitempty" xml:"data>item_pool_sku_activity_element_dto,omitempty"`
	// 错误信息
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// 错误码
	ErrNumber string `json:"err_number,omitempty" xml:"err_number,omitempty"`
	// 分页信息
	PageInfo *PageInfoDto `json:"page_info,omitempty" xml:"page_info,omitempty"`
	// 成功标识
	Succeed bool `json:"succeed,omitempty" xml:"succeed,omitempty"`
}

AlibabaretailmarketingitempoolskuqueryAPIResponseModel is 查询商品池活动商品【同城零售】 成功返回结果

type AlibabatccompasswarehousenetworkqueryAPIRequest added in v1.3.1

type AlibabatccompasswarehousenetworkqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatccompasswarehousenetworkqueryAPIRequest 按仓维度来查询鸟潮网络 API请求 alibaba.tc.compass.warehousenetwork.query

按仓维度来查询鸟潮网络

func NewAlibabatccompasswarehousenetworkqueryRequest added in v1.3.1

func NewAlibabatccompasswarehousenetworkqueryRequest() *AlibabatccompasswarehousenetworkqueryAPIRequest

NewAlibabatccompasswarehousenetworkqueryRequest 初始化AlibabatccompasswarehousenetworkqueryAPIRequest对象

func (AlibabatccompasswarehousenetworkqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatccompasswarehousenetworkqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatccompasswarehousenetworkqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatccompasswarehousenetworkqueryAPIRequest) GetServiceType added in v1.3.1

GetServiceType ServiceType Getter

func (AlibabatccompasswarehousenetworkqueryAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (AlibabatccompasswarehousenetworkqueryAPIRequest) GetWarehouseMerchantCode added in v1.3.1

func (r AlibabatccompasswarehousenetworkqueryAPIRequest) GetWarehouseMerchantCode() string

GetWarehouseMerchantCode WarehouseMerchantCode Getter

func (*AlibabatccompasswarehousenetworkqueryAPIRequest) SetServiceType added in v1.3.1

func (r *AlibabatccompasswarehousenetworkqueryAPIRequest) SetServiceType(_serviceType string) error

SetServiceType is ServiceType Setter WAVE_ARRIVE-波次达。ONE_HOUR-小时达

func (*AlibabatccompasswarehousenetworkqueryAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabatccompasswarehousenetworkqueryAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓编码

func (*AlibabatccompasswarehousenetworkqueryAPIRequest) SetWarehouseMerchantCode added in v1.3.1

func (r *AlibabatccompasswarehousenetworkqueryAPIRequest) SetWarehouseMerchantCode(_warehouseMerchantCode string) error

SetWarehouseMerchantCode is WarehouseMerchantCode Setter 仓商家编码

type AlibabatccompasswarehousenetworkqueryAPIResponse added in v1.3.1

type AlibabatccompasswarehousenetworkqueryAPIResponse struct {
	model.CommonResponse
	AlibabatccompasswarehousenetworkqueryAPIResponseModel
}

AlibabatccompasswarehousenetworkqueryAPIResponse 按仓维度来查询鸟潮网络 API返回值 alibaba.tc.compass.warehousenetwork.query

按仓维度来查询鸟潮网络

type AlibabatccompasswarehousenetworkqueryAPIResponseModel added in v1.3.1

type AlibabatccompasswarehousenetworkqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tc_compass_warehousenetwork_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TopApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabatccompasswarehousenetworkqueryAPIResponseModel is 按仓维度来查询鸟潮网络 成功返回结果

type AlibabatclsaelophybilldailyqueryAPIRequest added in v1.3.1

type AlibabatclsaelophybilldailyqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophybilldailyqueryAPIRequest 账单日汇总接口 API请求 alibaba.tcls.aelophy.bill.daily.query

账单日汇总接口

func NewAlibabatclsaelophybilldailyqueryRequest added in v1.3.1

func NewAlibabatclsaelophybilldailyqueryRequest() *AlibabatclsaelophybilldailyqueryAPIRequest

NewAlibabatclsaelophybilldailyqueryRequest 初始化AlibabatclsaelophybilldailyqueryAPIRequest对象

func (AlibabatclsaelophybilldailyqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophybilldailyqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabatclsaelophybilldailyqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophybilldailyqueryAPIRequest) GetDailyRequest added in v1.3.1

GetDailyRequest DailyRequest Getter

func (AlibabatclsaelophybilldailyqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophybilldailyqueryAPIRequest) SetDailyRequest added in v1.3.1

func (r *AlibabatclsaelophybilldailyqueryAPIRequest) SetDailyRequest(_dailyRequest *BillDailyQueryRequest) error

SetDailyRequest is DailyRequest Setter 请求入参

type AlibabatclsaelophybilldailyqueryAPIResponse added in v1.3.1

type AlibabatclsaelophybilldailyqueryAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophybilldailyqueryAPIResponseModel
}

AlibabatclsaelophybilldailyqueryAPIResponse 账单日汇总接口 API返回值 alibaba.tcls.aelophy.bill.daily.query

账单日汇总接口

type AlibabatclsaelophybilldailyqueryAPIResponseModel added in v1.3.1

type AlibabatclsaelophybilldailyqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_bill_daily_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果对象
	ApiResult *ApiPageResults `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophybilldailyqueryAPIResponseModel is 账单日汇总接口 成功返回结果

type AlibabatclsaelophybilldetailqueryAPIRequest added in v1.3.1

type AlibabatclsaelophybilldetailqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophybilldetailqueryAPIRequest 账单明细接口 API请求 alibaba.tcls.aelophy.bill.detail.query

账单明细接口

func NewAlibabatclsaelophybilldetailqueryRequest added in v1.3.1

func NewAlibabatclsaelophybilldetailqueryRequest() *AlibabatclsaelophybilldetailqueryAPIRequest

NewAlibabatclsaelophybilldetailqueryRequest 初始化AlibabatclsaelophybilldetailqueryAPIRequest对象

func (AlibabatclsaelophybilldetailqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophybilldetailqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophybilldetailqueryAPIRequest) GetDetailRequest added in v1.3.1

GetDetailRequest DetailRequest Getter

func (AlibabatclsaelophybilldetailqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophybilldetailqueryAPIRequest) SetDetailRequest added in v1.3.1

func (r *AlibabatclsaelophybilldetailqueryAPIRequest) SetDetailRequest(_detailRequest *BillDetailQueryRequest) error

SetDetailRequest is DetailRequest Setter 请求对象

type AlibabatclsaelophybilldetailqueryAPIResponse added in v1.3.1

type AlibabatclsaelophybilldetailqueryAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophybilldetailqueryAPIResponseModel
}

AlibabatclsaelophybilldetailqueryAPIResponse 账单明细接口 API返回值 alibaba.tcls.aelophy.bill.detail.query

账单明细接口

type AlibabatclsaelophybilldetailqueryAPIResponseModel added in v1.3.1

type AlibabatclsaelophybilldetailqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_bill_detail_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	ApiResult *ApiPageResults `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophybilldetailqueryAPIResponseModel is 账单明细接口 成功返回结果

type AlibabatclsaelophybillverificatecallbackAPIRequest added in v1.3.1

type AlibabatclsaelophybillverificatecallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophybillverificatecallbackAPIRequest 翱象ERP核销回调 API请求 alibaba.tcls.aelophy.bill.verificate.callback

翱象ERP核销回调

func NewAlibabatclsaelophybillverificatecallbackRequest added in v1.3.1

func NewAlibabatclsaelophybillverificatecallbackRequest() *AlibabatclsaelophybillverificatecallbackAPIRequest

NewAlibabatclsaelophybillverificatecallbackRequest 初始化AlibabatclsaelophybillverificatecallbackAPIRequest对象

func (AlibabatclsaelophybillverificatecallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophybillverificatecallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophybillverificatecallbackAPIRequest) GetModule added in v1.3.1

GetModule Module Getter

func (AlibabatclsaelophybillverificatecallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophybillverificatecallbackAPIRequest) SetModule added in v1.3.1

SetModule is Module Setter 回调对象

type AlibabatclsaelophybillverificatecallbackAPIResponse added in v1.3.1

type AlibabatclsaelophybillverificatecallbackAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophybillverificatecallbackAPIResponseModel
}

AlibabatclsaelophybillverificatecallbackAPIResponse 翱象ERP核销回调 API返回值 alibaba.tcls.aelophy.bill.verificate.callback

翱象ERP核销回调

type AlibabatclsaelophybillverificatecallbackAPIResponseModel added in v1.3.1

type AlibabatclsaelophybillverificatecallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_bill_verificate_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 处理结果
	ApiResult *AlibabatclsaelophybillverificatecallbackApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophybillverificatecallbackAPIResponseModel is 翱象ERP核销回调 成功返回结果

type AlibabatclsaelophybillverificatecallbackApiResult added in v1.3.1

type AlibabatclsaelophybillverificatecallbackApiResult struct {
	// 错误说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 回调是否处理成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophybillverificatecallbackApiResult 结构体

type AlibabatclsaelophymerchantchannelordercancelAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelordercancelAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelordercancelAPIRequest 翱象商家自有渠道 交易订单取消 API请求 alibaba.tcls.aelophy.merchant.channel.order.cancel

翱象小程序用户取消订单

func NewAlibabatclsaelophymerchantchannelordercancelRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelordercancelRequest() *AlibabatclsaelophymerchantchannelordercancelAPIRequest

NewAlibabatclsaelophymerchantchannelordercancelRequest 初始化AlibabatclsaelophymerchantchannelordercancelAPIRequest对象

func (AlibabatclsaelophymerchantchannelordercancelAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelordercancelAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelordercancelAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophymerchantchannelordercancelAPIRequest) GetUserCancelInfo added in v1.3.1

GetUserCancelInfo UserCancelInfo Getter

func (*AlibabatclsaelophymerchantchannelordercancelAPIRequest) SetUserCancelInfo added in v1.3.1

SetUserCancelInfo is UserCancelInfo Setter 取消信息

type AlibabatclsaelophymerchantchannelordercancelAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelordercancelAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelordercancelAPIResponseModel
}

AlibabatclsaelophymerchantchannelordercancelAPIResponse 翱象商家自有渠道 交易订单取消 API返回值 alibaba.tcls.aelophy.merchant.channel.order.cancel

翱象小程序用户取消订单

type AlibabatclsaelophymerchantchannelordercancelAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelordercancelAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_order_cancel_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabatclsaelophymerchantchannelordercancelApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelordercancelAPIResponseModel is 翱象商家自有渠道 交易订单取消 成功返回结果

type AlibabatclsaelophymerchantchannelordercancelApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelordercancelApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelordercancelApiResult 结构体

type AlibabatclsaelophymerchantchannelordercreateAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelordercreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelordercreateAPIRequest 翱象商家自有渠道 订单创建 API请求 alibaba.tcls.aelophy.merchant.channel.order.create

翱象小程序渠道订单创建

func NewAlibabatclsaelophymerchantchannelordercreateRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelordercreateRequest() *AlibabatclsaelophymerchantchannelordercreateAPIRequest

NewAlibabatclsaelophymerchantchannelordercreateRequest 初始化AlibabatclsaelophymerchantchannelordercreateAPIRequest对象

func (AlibabatclsaelophymerchantchannelordercreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelordercreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelordercreateAPIRequest) GetOrderInfo added in v1.3.1

GetOrderInfo OrderInfo Getter

func (AlibabatclsaelophymerchantchannelordercreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophymerchantchannelordercreateAPIRequest) SetOrderInfo added in v1.3.1

SetOrderInfo is OrderInfo Setter 订单信息

type AlibabatclsaelophymerchantchannelordercreateAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelordercreateAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelordercreateAPIResponseModel
}

AlibabatclsaelophymerchantchannelordercreateAPIResponse 翱象商家自有渠道 订单创建 API返回值 alibaba.tcls.aelophy.merchant.channel.order.create

翱象小程序渠道订单创建

type AlibabatclsaelophymerchantchannelordercreateAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelordercreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_order_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabatclsaelophymerchantchannelordercreateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelordercreateAPIResponseModel is 翱象商家自有渠道 订单创建 成功返回结果

type AlibabatclsaelophymerchantchannelordercreateApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelordercreateApiResult struct {
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelordercreateApiResult 结构体

type AlibabatclsaelophymerchantchannelorderprecheckAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelorderprecheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelorderprecheckAPIRequest 前置校验商品是否可下单作业 API请求 alibaba.tcls.aelophy.merchant.channel.order.precheck

前置校验商品是否可下单作业

func NewAlibabatclsaelophymerchantchannelorderprecheckRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelorderprecheckRequest() *AlibabatclsaelophymerchantchannelorderprecheckAPIRequest

NewAlibabatclsaelophymerchantchannelorderprecheckRequest 初始化AlibabatclsaelophymerchantchannelorderprecheckAPIRequest对象

func (AlibabatclsaelophymerchantchannelorderprecheckAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelorderprecheckAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelorderprecheckAPIRequest) GetPreCheckRequest added in v1.3.1

GetPreCheckRequest PreCheckRequest Getter

func (AlibabatclsaelophymerchantchannelorderprecheckAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophymerchantchannelorderprecheckAPIRequest) SetPreCheckRequest added in v1.3.1

func (r *AlibabatclsaelophymerchantchannelorderprecheckAPIRequest) SetPreCheckRequest(_preCheckRequest *PreCheckRequest) error

SetPreCheckRequest is PreCheckRequest Setter 前置校验入参

type AlibabatclsaelophymerchantchannelorderprecheckAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelorderprecheckAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelorderprecheckAPIResponseModel
}

AlibabatclsaelophymerchantchannelorderprecheckAPIResponse 前置校验商品是否可下单作业 API返回值 alibaba.tcls.aelophy.merchant.channel.order.precheck

前置校验商品是否可下单作业

type AlibabatclsaelophymerchantchannelorderprecheckAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelorderprecheckAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_order_precheck_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	ApiResult *AlibabatclsaelophymerchantchannelorderprecheckApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelorderprecheckAPIResponseModel is 前置校验商品是否可下单作业 成功返回结果

type AlibabatclsaelophymerchantchannelorderprecheckApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelorderprecheckApiResult struct {
	// 返回码说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 商品校验结果返回对象
	Model *PreCheckResponse `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelorderprecheckApiResult 结构体

type AlibabatclsaelophymerchantchannelorderslicegetAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelorderslicegetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelorderslicegetAPIRequest 获取运力时间片信息 API请求 alibaba.tcls.aelophy.merchant.channel.order.sliceget

获取履约时间片

func NewAlibabatclsaelophymerchantchannelorderslicegetRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelorderslicegetRequest() *AlibabatclsaelophymerchantchannelorderslicegetAPIRequest

NewAlibabatclsaelophymerchantchannelorderslicegetRequest 初始化AlibabatclsaelophymerchantchannelorderslicegetAPIRequest对象

func (AlibabatclsaelophymerchantchannelorderslicegetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelorderslicegetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelorderslicegetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophymerchantchannelorderslicegetAPIRequest) GetTimeSliceGetRequest added in v1.3.1

GetTimeSliceGetRequest TimeSliceGetRequest Getter

func (*AlibabatclsaelophymerchantchannelorderslicegetAPIRequest) SetTimeSliceGetRequest added in v1.3.1

func (r *AlibabatclsaelophymerchantchannelorderslicegetAPIRequest) SetTimeSliceGetRequest(_timeSliceGetRequest *TimeSliceGetRequest) error

SetTimeSliceGetRequest is TimeSliceGetRequest Setter 获取时间片入参

type AlibabatclsaelophymerchantchannelorderslicegetAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelorderslicegetAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelorderslicegetAPIResponseModel
}

AlibabatclsaelophymerchantchannelorderslicegetAPIResponse 获取运力时间片信息 API返回值 alibaba.tcls.aelophy.merchant.channel.order.sliceget

获取履约时间片

type AlibabatclsaelophymerchantchannelorderslicegetAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelorderslicegetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_order_sliceget_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	ApiResult *AlibabatclsaelophymerchantchannelorderslicegetApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelorderslicegetAPIResponseModel is 获取运力时间片信息 成功返回结果

type AlibabatclsaelophymerchantchannelorderslicegetApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelorderslicegetApiResult struct {
	// 返回码说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 返回的时间片数据
	Model *TimeSliceGetResponse `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelorderslicegetApiResult 结构体

type AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest 翱象商家自有渠道 订单状态更新 API请求 alibaba.tcls.aelophy.merchant.channel.order.updatestatus

订单状态变更

func NewAlibabatclsaelophymerchantchannelorderupdatestatusRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelorderupdatestatusRequest() *AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest

NewAlibabatclsaelophymerchantchannelorderupdatestatusRequest 初始化AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest对象

func (AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest) GetOrderStatusInfo added in v1.3.1

GetOrderStatusInfo OrderStatusInfo Getter

func (AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophymerchantchannelorderupdatestatusAPIRequest) SetOrderStatusInfo added in v1.3.1

SetOrderStatusInfo is OrderStatusInfo Setter 修改信息

type AlibabatclsaelophymerchantchannelorderupdatestatusAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelorderupdatestatusAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelorderupdatestatusAPIResponseModel
}

AlibabatclsaelophymerchantchannelorderupdatestatusAPIResponse 翱象商家自有渠道 订单状态更新 API返回值 alibaba.tcls.aelophy.merchant.channel.order.updatestatus

订单状态变更

type AlibabatclsaelophymerchantchannelorderupdatestatusAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelorderupdatestatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_order_updatestatus_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabatclsaelophymerchantchannelorderupdatestatusApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelorderupdatestatusAPIResponseModel is 翱象商家自有渠道 订单状态更新 成功返回结果

type AlibabatclsaelophymerchantchannelorderupdatestatusApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelorderupdatestatusApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelorderupdatestatusApiResult 结构体

type AlibabatclsaelophymerchantchannelrefundapplyAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundapplyAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelrefundapplyAPIRequest 翱象商家自有渠道 逆向单申请 API请求 alibaba.tcls.aelophy.merchant.channel.refund.apply

翱象小程序 用户逆向单申请

func NewAlibabatclsaelophymerchantchannelrefundapplyRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelrefundapplyRequest() *AlibabatclsaelophymerchantchannelrefundapplyAPIRequest

NewAlibabatclsaelophymerchantchannelrefundapplyRequest 初始化AlibabatclsaelophymerchantchannelrefundapplyAPIRequest对象

func (AlibabatclsaelophymerchantchannelrefundapplyAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelrefundapplyAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelrefundapplyAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophymerchantchannelrefundapplyAPIRequest) GetRefundApplyInfo added in v1.3.1

GetRefundApplyInfo RefundApplyInfo Getter

func (*AlibabatclsaelophymerchantchannelrefundapplyAPIRequest) SetRefundApplyInfo added in v1.3.1

func (r *AlibabatclsaelophymerchantchannelrefundapplyAPIRequest) SetRefundApplyInfo(_refundApplyInfo *RefundApplyInfo) error

SetRefundApplyInfo is RefundApplyInfo Setter 请求对象

type AlibabatclsaelophymerchantchannelrefundapplyAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundapplyAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelrefundapplyAPIResponseModel
}

AlibabatclsaelophymerchantchannelrefundapplyAPIResponse 翱象商家自有渠道 逆向单申请 API返回值 alibaba.tcls.aelophy.merchant.channel.refund.apply

翱象小程序 用户逆向单申请

type AlibabatclsaelophymerchantchannelrefundapplyAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundapplyAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_refund_apply_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	ApiResult *AlibabatclsaelophymerchantchannelrefundapplyApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelrefundapplyAPIResponseModel is 翱象商家自有渠道 逆向单申请 成功返回结果

type AlibabatclsaelophymerchantchannelrefundapplyApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundapplyApiResult struct {
	// 返回码说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelrefundapplyApiResult 结构体

type AlibabatclsaelophymerchantchannelrefundcancelAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcancelAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelrefundcancelAPIRequest 翱象商家自有渠道 逆向单申请取消 API请求 alibaba.tcls.aelophy.merchant.channel.refund.cancel

翱象小程序 用户逆向申请取消

func NewAlibabatclsaelophymerchantchannelrefundcancelRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelrefundcancelRequest() *AlibabatclsaelophymerchantchannelrefundcancelAPIRequest

NewAlibabatclsaelophymerchantchannelrefundcancelRequest 初始化AlibabatclsaelophymerchantchannelrefundcancelAPIRequest对象

func (AlibabatclsaelophymerchantchannelrefundcancelAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelrefundcancelAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelrefundcancelAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophymerchantchannelrefundcancelAPIRequest) GetRefundCancelInfo added in v1.3.1

GetRefundCancelInfo RefundCancelInfo Getter

func (*AlibabatclsaelophymerchantchannelrefundcancelAPIRequest) SetRefundCancelInfo added in v1.3.1

func (r *AlibabatclsaelophymerchantchannelrefundcancelAPIRequest) SetRefundCancelInfo(_refundCancelInfo *RefundCancelInfo) error

SetRefundCancelInfo is RefundCancelInfo Setter 逆向申请取消

type AlibabatclsaelophymerchantchannelrefundcancelAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcancelAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelrefundcancelAPIResponseModel
}

AlibabatclsaelophymerchantchannelrefundcancelAPIResponse 翱象商家自有渠道 逆向单申请取消 API返回值 alibaba.tcls.aelophy.merchant.channel.refund.cancel

翱象小程序 用户逆向申请取消

type AlibabatclsaelophymerchantchannelrefundcancelAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcancelAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_refund_cancel_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	ApiResult *AlibabatclsaelophymerchantchannelrefundcancelApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelrefundcancelAPIResponseModel is 翱象商家自有渠道 逆向单申请取消 成功返回结果

type AlibabatclsaelophymerchantchannelrefundcancelApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcancelApiResult struct {
	// 返回码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 返回码说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelrefundcancelApiResult 结构体

type AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest 翱象商家自有渠道 逆向单完成 API请求 alibaba.tcls.aelophy.merchant.channel.refund.complete

翱象小程序 退款完成

func NewAlibabatclsaelophymerchantchannelrefundcompleteRequest added in v1.3.1

func NewAlibabatclsaelophymerchantchannelrefundcompleteRequest() *AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest

NewAlibabatclsaelophymerchantchannelrefundcompleteRequest 初始化AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest对象

func (AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest) GetRefundCompleteInfo added in v1.3.1

GetRefundCompleteInfo RefundCompleteInfo Getter

func (*AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest) SetRefundCompleteInfo added in v1.3.1

func (r *AlibabatclsaelophymerchantchannelrefundcompleteAPIRequest) SetRefundCompleteInfo(_refundCompleteInfo *RefundCompleteInfo) error

SetRefundCompleteInfo is RefundCompleteInfo Setter 请求对象

type AlibabatclsaelophymerchantchannelrefundcompleteAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcompleteAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantchannelrefundcompleteAPIResponseModel
}

AlibabatclsaelophymerchantchannelrefundcompleteAPIResponse 翱象商家自有渠道 逆向单完成 API返回值 alibaba.tcls.aelophy.merchant.channel.refund.complete

翱象小程序 退款完成

type AlibabatclsaelophymerchantchannelrefundcompleteAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcompleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_channel_refund_complete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	ApiResult *AlibabatclsaelophymerchantchannelrefundcompleteApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantchannelrefundcompleteAPIResponseModel is 翱象商家自有渠道 逆向单完成 成功返回结果

type AlibabatclsaelophymerchantchannelrefundcompleteApiResult added in v1.3.1

type AlibabatclsaelophymerchantchannelrefundcompleteApiResult struct {
	// 返回码说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantchannelrefundcompleteApiResult 结构体

type AlibabatclsaelophymerchantidmixAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantidmixAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantidmixAPIRequest 商家用户id混淆 API请求 alibaba.tcls.aelophy.merchant.id.mix

商家用户id混淆

func NewAlibabatclsaelophymerchantidmixRequest added in v1.3.1

func NewAlibabatclsaelophymerchantidmixRequest() *AlibabatclsaelophymerchantidmixAPIRequest

NewAlibabatclsaelophymerchantidmixRequest 初始化AlibabatclsaelophymerchantidmixAPIRequest对象

func (AlibabatclsaelophymerchantidmixAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantidmixAPIRequest) GetApiParams added in v1.3.1

func (r AlibabatclsaelophymerchantidmixAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantidmixAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophymerchantidmixAPIRequest) GetUnionUid added in v1.3.1

GetUnionUid UnionUid Getter

func (*AlibabatclsaelophymerchantidmixAPIRequest) SetUnionUid added in v1.3.1

func (r *AlibabatclsaelophymerchantidmixAPIRequest) SetUnionUid(_unionUid string) error

SetUnionUid is UnionUid Setter 商家用户id

type AlibabatclsaelophymerchantidmixAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantidmixAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantidmixAPIResponseModel
}

AlibabatclsaelophymerchantidmixAPIResponse 商家用户id混淆 API返回值 alibaba.tcls.aelophy.merchant.id.mix

商家用户id混淆

type AlibabatclsaelophymerchantidmixAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantidmixAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_id_mix_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	ApiResult *AlibabatclsaelophymerchantidmixApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantidmixAPIResponseModel is 商家用户id混淆 成功返回结果

type AlibabatclsaelophymerchantidmixApiResult added in v1.3.1

type AlibabatclsaelophymerchantidmixApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回混淆id
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 获取mixId成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophymerchantidmixApiResult 结构体

type AlibabatclsaelophymerchantorderbatchuploadAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantorderbatchuploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantorderbatchuploadAPIRequest 商家订单数据批量上传 API请求 alibaba.tcls.aelophy.merchant.order.batch.upload

商家订单数据上传

func NewAlibabatclsaelophymerchantorderbatchuploadRequest added in v1.3.1

func NewAlibabatclsaelophymerchantorderbatchuploadRequest() *AlibabatclsaelophymerchantorderbatchuploadAPIRequest

NewAlibabatclsaelophymerchantorderbatchuploadRequest 初始化AlibabatclsaelophymerchantorderbatchuploadAPIRequest对象

func (AlibabatclsaelophymerchantorderbatchuploadAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantorderbatchuploadAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantorderbatchuploadAPIRequest) GetOrderInfoList added in v1.3.1

GetOrderInfoList OrderInfoList Getter

func (AlibabatclsaelophymerchantorderbatchuploadAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophymerchantorderbatchuploadAPIRequest) SetOrderInfoList added in v1.3.1

SetOrderInfoList is OrderInfoList Setter 商家订单信息

type AlibabatclsaelophymerchantorderbatchuploadAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantorderbatchuploadAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantorderbatchuploadAPIResponseModel
}

AlibabatclsaelophymerchantorderbatchuploadAPIResponse 商家订单数据批量上传 API返回值 alibaba.tcls.aelophy.merchant.order.batch.upload

商家订单数据上传

type AlibabatclsaelophymerchantorderbatchuploadAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantorderbatchuploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_order_batch_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	ApiResult *AlibabatclsaelophymerchantorderbatchuploadApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantorderbatchuploadAPIResponseModel is 商家订单数据批量上传 成功返回结果

type AlibabatclsaelophymerchantorderbatchuploadApiResult added in v1.3.1

type AlibabatclsaelophymerchantorderbatchuploadApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 返回值
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabatclsaelophymerchantorderbatchuploadApiResult 结构体

type AlibabatclsaelophymerchantorderuploadAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantorderuploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantorderuploadAPIRequest 商家订单数据上传 API请求 alibaba.tcls.aelophy.merchant.order.upload

商家订单数据上传

func NewAlibabatclsaelophymerchantorderuploadRequest added in v1.3.1

func NewAlibabatclsaelophymerchantorderuploadRequest() *AlibabatclsaelophymerchantorderuploadAPIRequest

NewAlibabatclsaelophymerchantorderuploadRequest 初始化AlibabatclsaelophymerchantorderuploadAPIRequest对象

func (AlibabatclsaelophymerchantorderuploadAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantorderuploadAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantorderuploadAPIRequest) GetOrderInfo added in v1.3.1

GetOrderInfo OrderInfo Getter

func (AlibabatclsaelophymerchantorderuploadAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatclsaelophymerchantorderuploadAPIRequest) SetOrderInfo added in v1.3.1

SetOrderInfo is OrderInfo Setter 商家订单信息

type AlibabatclsaelophymerchantorderuploadAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantorderuploadAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantorderuploadAPIResponseModel
}

AlibabatclsaelophymerchantorderuploadAPIResponse 商家订单数据上传 API返回值 alibaba.tcls.aelophy.merchant.order.upload

商家订单数据上传

type AlibabatclsaelophymerchantorderuploadAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantorderuploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_order_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	ApiResult *AlibabatclsaelophymerchantorderuploadApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantorderuploadAPIResponseModel is 商家订单数据上传 成功返回结果

type AlibabatclsaelophymerchantorderuploadApiResult added in v1.3.1

type AlibabatclsaelophymerchantorderuploadApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 返回值
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabatclsaelophymerchantorderuploadApiResult 结构体

type AlibabatclsaelophymerchantuseruploadAPIRequest added in v1.3.1

type AlibabatclsaelophymerchantuseruploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophymerchantuseruploadAPIRequest 商家会员数据上传 API请求 alibaba.tcls.aelophy.merchant.user.upload

商家会员数据上传

func NewAlibabatclsaelophymerchantuseruploadRequest added in v1.3.1

func NewAlibabatclsaelophymerchantuseruploadRequest() *AlibabatclsaelophymerchantuseruploadAPIRequest

NewAlibabatclsaelophymerchantuseruploadRequest 初始化AlibabatclsaelophymerchantuseruploadAPIRequest对象

func (AlibabatclsaelophymerchantuseruploadAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophymerchantuseruploadAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophymerchantuseruploadAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophymerchantuseruploadAPIRequest) GetUserInfoList added in v1.3.1

GetUserInfoList UserInfoList Getter

func (*AlibabatclsaelophymerchantuseruploadAPIRequest) SetUserInfoList added in v1.3.1

func (r *AlibabatclsaelophymerchantuseruploadAPIRequest) SetUserInfoList(_userInfoList []MerchantUserInfo) error

SetUserInfoList is UserInfoList Setter 渠道用户信息

type AlibabatclsaelophymerchantuseruploadAPIResponse added in v1.3.1

type AlibabatclsaelophymerchantuseruploadAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophymerchantuseruploadAPIResponseModel
}

AlibabatclsaelophymerchantuseruploadAPIResponse 商家会员数据上传 API返回值 alibaba.tcls.aelophy.merchant.user.upload

商家会员数据上传

type AlibabatclsaelophymerchantuseruploadAPIResponseModel added in v1.3.1

type AlibabatclsaelophymerchantuseruploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_merchant_user_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	ApiResult *AlibabatclsaelophymerchantuseruploadApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophymerchantuseruploadAPIResponseModel is 商家会员数据上传 成功返回结果

type AlibabatclsaelophymerchantuseruploadApiResult added in v1.3.1

type AlibabatclsaelophymerchantuseruploadApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息描述
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabatclsaelophymerchantuseruploadApiResult 结构体

type AlibabatclsaelophyorderreceiptqueryAPIRequest added in v1.3.1

type AlibabatclsaelophyorderreceiptqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophyorderreceiptqueryAPIRequest 订单小票查询 API请求 alibaba.tcls.aelophy.order.receipt.query

订单小票查询

func NewAlibabatclsaelophyorderreceiptqueryRequest added in v1.3.1

func NewAlibabatclsaelophyorderreceiptqueryRequest() *AlibabatclsaelophyorderreceiptqueryAPIRequest

NewAlibabatclsaelophyorderreceiptqueryRequest 初始化AlibabatclsaelophyorderreceiptqueryAPIRequest对象

func (AlibabatclsaelophyorderreceiptqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophyorderreceiptqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophyorderreceiptqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophyorderreceiptqueryAPIRequest) GetReceiptQueryRequest added in v1.3.1

GetReceiptQueryRequest ReceiptQueryRequest Getter

func (*AlibabatclsaelophyorderreceiptqueryAPIRequest) SetReceiptQueryRequest added in v1.3.1

func (r *AlibabatclsaelophyorderreceiptqueryAPIRequest) SetReceiptQueryRequest(_receiptQueryRequest *ReceiptQueryRequest) error

SetReceiptQueryRequest is ReceiptQueryRequest Setter 小票查询请求

type AlibabatclsaelophyorderreceiptqueryAPIResponse added in v1.3.1

type AlibabatclsaelophyorderreceiptqueryAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophyorderreceiptqueryAPIResponseModel
}

AlibabatclsaelophyorderreceiptqueryAPIResponse 订单小票查询 API返回值 alibaba.tcls.aelophy.order.receipt.query

订单小票查询

type AlibabatclsaelophyorderreceiptqueryAPIResponseModel added in v1.3.1

type AlibabatclsaelophyorderreceiptqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_order_receipt_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabatclsaelophyorderreceiptqueryApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabatclsaelophyorderreceiptqueryAPIResponseModel is 订单小票查询 成功返回结果

type AlibabatclsaelophyorderreceiptqueryApiResult added in v1.3.1

type AlibabatclsaelophyorderreceiptqueryApiResult struct {
	// 打印商家/顾客联小票数据列表
	OrderList []ReceiptDto `json:"order_list,omitempty" xml:"order_list>receipt_dto,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口状态
	Status bool `json:"status,omitempty" xml:"status,omitempty"`
}

AlibabatclsaelophyorderreceiptqueryApiResult 结构体

type AlibabatclsaelophyrefundagreeAPIRequest added in v1.3.1

type AlibabatclsaelophyrefundagreeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophyrefundagreeAPIRequest saas 售后逆向 商户同意用户逆向申请 API请求 alibaba.tcls.aelophy.refund.agree

saas 售后逆向 商户同意用户逆向申请

func NewAlibabatclsaelophyrefundagreeRequest added in v1.3.1

func NewAlibabatclsaelophyrefundagreeRequest() *AlibabatclsaelophyrefundagreeAPIRequest

NewAlibabatclsaelophyrefundagreeRequest 初始化AlibabatclsaelophyrefundagreeAPIRequest对象

func (AlibabatclsaelophyrefundagreeAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabatclsaelophyrefundagreeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophyrefundagreeAPIRequest) GetApiParams added in v1.3.1

func (r AlibabatclsaelophyrefundagreeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophyrefundagreeAPIRequest) GetAuditMemo added in v1.3.1

GetAuditMemo AuditMemo Getter

func (AlibabatclsaelophyrefundagreeAPIRequest) GetOrderFrom added in v1.3.1

GetOrderFrom OrderFrom Getter

func (AlibabatclsaelophyrefundagreeAPIRequest) GetOutOrderId added in v1.3.1

GetOutOrderId OutOrderId Getter

func (AlibabatclsaelophyrefundagreeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophyrefundagreeAPIRequest) GetRefundId added in v1.3.1

GetRefundId RefundId Getter

func (AlibabatclsaelophyrefundagreeAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (AlibabatclsaelophyrefundagreeAPIRequest) GetSubRefundList added in v1.3.1

GetSubRefundList SubRefundList Getter

func (*AlibabatclsaelophyrefundagreeAPIRequest) SetAuditMemo added in v1.3.1

func (r *AlibabatclsaelophyrefundagreeAPIRequest) SetAuditMemo(_auditMemo string) error

SetAuditMemo is AuditMemo Setter 审核说明

func (*AlibabatclsaelophyrefundagreeAPIRequest) SetOrderFrom added in v1.3.1

func (r *AlibabatclsaelophyrefundagreeAPIRequest) SetOrderFrom(_orderFrom int64) error

SetOrderFrom is OrderFrom Setter 渠道

func (*AlibabatclsaelophyrefundagreeAPIRequest) SetOutOrderId added in v1.3.1

func (r *AlibabatclsaelophyrefundagreeAPIRequest) SetOutOrderId(_outOrderId string) error

SetOutOrderId is OutOrderId Setter 外部订单ID

func (*AlibabatclsaelophyrefundagreeAPIRequest) SetRefundId added in v1.3.1

func (r *AlibabatclsaelophyrefundagreeAPIRequest) SetRefundId(_refundId string) error

SetRefundId is RefundId Setter 退款单ID

func (*AlibabatclsaelophyrefundagreeAPIRequest) SetStoreId added in v1.3.1

func (r *AlibabatclsaelophyrefundagreeAPIRequest) SetStoreId(_storeId string) error

SetStoreId is StoreId Setter 门店ID

func (*AlibabatclsaelophyrefundagreeAPIRequest) SetSubRefundList added in v1.3.1

func (r *AlibabatclsaelophyrefundagreeAPIRequest) SetSubRefundList(_subRefundList *Subrefundlist) error

SetSubRefundList is SubRefundList Setter 外部子订单列表

type AlibabatclsaelophyrefundagreeAPIResponse added in v1.3.1

type AlibabatclsaelophyrefundagreeAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophyrefundagreeAPIResponseModel
}

AlibabatclsaelophyrefundagreeAPIResponse saas 售后逆向 商户同意用户逆向申请 API返回值 alibaba.tcls.aelophy.refund.agree

saas 售后逆向 商户同意用户逆向申请

type AlibabatclsaelophyrefundagreeAPIResponseModel added in v1.3.1

type AlibabatclsaelophyrefundagreeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_refund_agree_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *AlibabatclsaelophyrefundagreeApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabatclsaelophyrefundagreeAPIResponseModel is saas 售后逆向 商户同意用户逆向申请 成功返回结果

type AlibabatclsaelophyrefundagreeApiResult added in v1.3.1

type AlibabatclsaelophyrefundagreeApiResult struct {
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 调用是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabatclsaelophyrefundagreeApiResult 结构体

type AlibabatclsaelophyrefundcsapplyAPIRequest added in v1.3.1

type AlibabatclsaelophyrefundcsapplyAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophyrefundcsapplyAPIRequest 商家代客售后提交逆向申请 API请求 alibaba.tcls.aelophy.refund.csapply

商家代客售后提交逆向申请

func NewAlibabatclsaelophyrefundcsapplyRequest added in v1.3.1

func NewAlibabatclsaelophyrefundcsapplyRequest() *AlibabatclsaelophyrefundcsapplyAPIRequest

NewAlibabatclsaelophyrefundcsapplyRequest 初始化AlibabatclsaelophyrefundcsapplyAPIRequest对象

func (AlibabatclsaelophyrefundcsapplyAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophyrefundcsapplyAPIRequest) GetApiParams added in v1.3.1

func (r AlibabatclsaelophyrefundcsapplyAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophyrefundcsapplyAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophyrefundcsapplyAPIRequest) GetRefundCsApplyDTO added in v1.3.1

GetRefundCsApplyDTO RefundCsApplyDTO Getter

func (*AlibabatclsaelophyrefundcsapplyAPIRequest) SetRefundCsApplyDTO added in v1.3.1

func (r *AlibabatclsaelophyrefundcsapplyAPIRequest) SetRefundCsApplyDTO(_refundCsApplyDTO *RefundCsApplyDto) error

SetRefundCsApplyDTO is RefundCsApplyDTO Setter 逆向申请入参

type AlibabatclsaelophyrefundcsapplyAPIResponse added in v1.3.1

type AlibabatclsaelophyrefundcsapplyAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophyrefundcsapplyAPIResponseModel
}

AlibabatclsaelophyrefundcsapplyAPIResponse 商家代客售后提交逆向申请 API返回值 alibaba.tcls.aelophy.refund.csapply

商家代客售后提交逆向申请

type AlibabatclsaelophyrefundcsapplyAPIResponseModel added in v1.3.1

type AlibabatclsaelophyrefundcsapplyAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_refund_csapply_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	ApiResult *AlibabatclsaelophyrefundcsapplyApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophyrefundcsapplyAPIResponseModel is 商家代客售后提交逆向申请 成功返回结果

type AlibabatclsaelophyrefundcsapplyApiResult added in v1.3.1

type AlibabatclsaelophyrefundcsapplyApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophyrefundcsapplyApiResult 结构体

type AlibabatclsaelophyrefundcsapplynewAPIRequest added in v1.3.1

type AlibabatclsaelophyrefundcsapplynewAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophyrefundcsapplynewAPIRequest 代客退 API请求 alibaba.tcls.aelophy.refund.csapply.new

代客退

func NewAlibabatclsaelophyrefundcsapplynewRequest added in v1.3.1

func NewAlibabatclsaelophyrefundcsapplynewRequest() *AlibabatclsaelophyrefundcsapplynewAPIRequest

NewAlibabatclsaelophyrefundcsapplynewRequest 初始化AlibabatclsaelophyrefundcsapplynewAPIRequest对象

func (AlibabatclsaelophyrefundcsapplynewAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophyrefundcsapplynewAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophyrefundcsapplynewAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophyrefundcsapplynewAPIRequest) GetRefundCsApplyDTO added in v1.3.1

GetRefundCsApplyDTO RefundCsApplyDTO Getter

func (*AlibabatclsaelophyrefundcsapplynewAPIRequest) SetRefundCsApplyDTO added in v1.3.1

func (r *AlibabatclsaelophyrefundcsapplynewAPIRequest) SetRefundCsApplyDTO(_refundCsApplyDTO *RefundCsApplyNewDto) error

SetRefundCsApplyDTO is RefundCsApplyDTO Setter 逆向申请入参

type AlibabatclsaelophyrefundcsapplynewAPIResponse added in v1.3.1

type AlibabatclsaelophyrefundcsapplynewAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophyrefundcsapplynewAPIResponseModel
}

AlibabatclsaelophyrefundcsapplynewAPIResponse 代客退 API返回值 alibaba.tcls.aelophy.refund.csapply.new

代客退

type AlibabatclsaelophyrefundcsapplynewAPIResponseModel added in v1.3.1

type AlibabatclsaelophyrefundcsapplynewAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_refund_csapply_new_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	ApiResult *AlibabatclsaelophyrefundcsapplynewApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophyrefundcsapplynewAPIResponseModel is 代客退 成功返回结果

type AlibabatclsaelophyrefundcsapplynewApiResult added in v1.3.1

type AlibabatclsaelophyrefundcsapplynewApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophyrefundcsapplynewApiResult 结构体

type AlibabatclsaelophyrefundcsapplyrenderAPIRequest added in v1.3.1

type AlibabatclsaelophyrefundcsapplyrenderAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophyrefundcsapplyrenderAPIRequest 商家代客售后逆向申请渲染获取 API请求 alibaba.tcls.aelophy.refund.csapplyrender

提供商家代客售后逆向申请渲染获取的接口

func NewAlibabatclsaelophyrefundcsapplyrenderRequest added in v1.3.1

func NewAlibabatclsaelophyrefundcsapplyrenderRequest() *AlibabatclsaelophyrefundcsapplyrenderAPIRequest

NewAlibabatclsaelophyrefundcsapplyrenderRequest 初始化AlibabatclsaelophyrefundcsapplyrenderAPIRequest对象

func (AlibabatclsaelophyrefundcsapplyrenderAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophyrefundcsapplyrenderAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophyrefundcsapplyrenderAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophyrefundcsapplyrenderAPIRequest) GetRefundCsApplyRenderDTO added in v1.3.1

GetRefundCsApplyRenderDTO RefundCsApplyRenderDTO Getter

func (*AlibabatclsaelophyrefundcsapplyrenderAPIRequest) SetRefundCsApplyRenderDTO added in v1.3.1

func (r *AlibabatclsaelophyrefundcsapplyrenderAPIRequest) SetRefundCsApplyRenderDTO(_refundCsApplyRenderDTO *RefundCsApplyRenderDto) error

SetRefundCsApplyRenderDTO is RefundCsApplyRenderDTO Setter 系统自动生成

type AlibabatclsaelophyrefundcsapplyrenderAPIResponse added in v1.3.1

type AlibabatclsaelophyrefundcsapplyrenderAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophyrefundcsapplyrenderAPIResponseModel
}

AlibabatclsaelophyrefundcsapplyrenderAPIResponse 商家代客售后逆向申请渲染获取 API返回值 alibaba.tcls.aelophy.refund.csapplyrender

提供商家代客售后逆向申请渲染获取的接口

type AlibabatclsaelophyrefundcsapplyrenderAPIResponseModel added in v1.3.1

type AlibabatclsaelophyrefundcsapplyrenderAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_refund_csapplyrender_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应结果
	ApiResult *AlibabatclsaelophyrefundcsapplyrenderApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophyrefundcsapplyrenderAPIResponseModel is 商家代客售后逆向申请渲染获取 成功返回结果

type AlibabatclsaelophyrefundcsapplyrenderApiResult added in v1.3.1

type AlibabatclsaelophyrefundcsapplyrenderApiResult struct {
	// 回调返回编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 回调错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 数据
	Model *RefundCsApplyRenderResponseDto `json:"model,omitempty" xml:"model,omitempty"`
	// 回调是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaelophyrefundcsapplyrenderApiResult 结构体

type AlibabatclsaelophyrefunddisagreeAPIRequest added in v1.3.1

type AlibabatclsaelophyrefunddisagreeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophyrefunddisagreeAPIRequest saas 售后逆向 商户拒绝用户逆向申请 API请求 alibaba.tcls.aelophy.refund.disagree

saas 售后逆向 商户拒绝用户逆向申请

func NewAlibabatclsaelophyrefunddisagreeRequest added in v1.3.1

func NewAlibabatclsaelophyrefunddisagreeRequest() *AlibabatclsaelophyrefunddisagreeAPIRequest

NewAlibabatclsaelophyrefunddisagreeRequest 初始化AlibabatclsaelophyrefunddisagreeAPIRequest对象

func (AlibabatclsaelophyrefunddisagreeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophyrefunddisagreeAPIRequest) GetApiParams added in v1.3.1

func (r AlibabatclsaelophyrefunddisagreeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophyrefunddisagreeAPIRequest) GetOrderFrom added in v1.3.1

GetOrderFrom OrderFrom Getter

func (AlibabatclsaelophyrefunddisagreeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophyrefunddisagreeAPIRequest) GetRefundId added in v1.3.1

GetRefundId RefundId Getter

func (AlibabatclsaelophyrefunddisagreeAPIRequest) GetRejectReason added in v1.3.1

GetRejectReason RejectReason Getter

func (*AlibabatclsaelophyrefunddisagreeAPIRequest) SetOrderFrom added in v1.3.1

func (r *AlibabatclsaelophyrefunddisagreeAPIRequest) SetOrderFrom(_orderFrom int64) error

SetOrderFrom is OrderFrom Setter 渠道来源

func (*AlibabatclsaelophyrefunddisagreeAPIRequest) SetRefundId added in v1.3.1

func (r *AlibabatclsaelophyrefunddisagreeAPIRequest) SetRefundId(_refundId string) error

SetRefundId is RefundId Setter 退款单ID

func (*AlibabatclsaelophyrefunddisagreeAPIRequest) SetRejectReason added in v1.3.1

func (r *AlibabatclsaelophyrefunddisagreeAPIRequest) SetRejectReason(_rejectReason string) error

SetRejectReason is RejectReason Setter 拒绝原因

type AlibabatclsaelophyrefunddisagreeAPIResponse added in v1.3.1

type AlibabatclsaelophyrefunddisagreeAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophyrefunddisagreeAPIResponseModel
}

AlibabatclsaelophyrefunddisagreeAPIResponse saas 售后逆向 商户拒绝用户逆向申请 API返回值 alibaba.tcls.aelophy.refund.disagree

saas 售后逆向 商户拒绝用户逆向申请

type AlibabatclsaelophyrefunddisagreeAPIResponseModel added in v1.3.1

type AlibabatclsaelophyrefunddisagreeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_refund_disagree_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *AlibabatclsaelophyrefunddisagreeApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabatclsaelophyrefunddisagreeAPIResponseModel is saas 售后逆向 商户拒绝用户逆向申请 成功返回结果

type AlibabatclsaelophyrefunddisagreeApiResult added in v1.3.1

type AlibabatclsaelophyrefunddisagreeApiResult struct {
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 调用是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabatclsaelophyrefunddisagreeApiResult 结构体

type AlibabatclsaelophyrefundfetchgoodsAPIRequest added in v1.3.1

type AlibabatclsaelophyrefundfetchgoodsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophyrefundfetchgoodsAPIRequest saas 售后逆向 商户发起逆向取货 API请求 alibaba.tcls.aelophy.refund.fetchgoods

saas 售后逆向 商户发起逆向取货

func NewAlibabatclsaelophyrefundfetchgoodsRequest added in v1.3.1

func NewAlibabatclsaelophyrefundfetchgoodsRequest() *AlibabatclsaelophyrefundfetchgoodsAPIRequest

NewAlibabatclsaelophyrefundfetchgoodsRequest 初始化AlibabatclsaelophyrefundfetchgoodsAPIRequest对象

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetFetchEndTime added in v1.3.1

GetFetchEndTime FetchEndTime Getter

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetFetchStartTime added in v1.3.1

GetFetchStartTime FetchStartTime Getter

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetOrderFrom added in v1.3.1

GetOrderFrom OrderFrom Getter

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetOutOrderId added in v1.3.1

GetOutOrderId OutOrderId Getter

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetRefundId added in v1.3.1

GetRefundId RefundId Getter

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetRemark added in v1.3.1

GetRemark Remark Getter

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (AlibabatclsaelophyrefundfetchgoodsAPIRequest) GetSubRefundList added in v1.3.1

GetSubRefundList SubRefundList Getter

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetFetchEndTime added in v1.3.1

func (r *AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetFetchEndTime(_fetchEndTime string) error

SetFetchEndTime is FetchEndTime Setter 取货结束时间

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetFetchStartTime added in v1.3.1

func (r *AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetFetchStartTime(_fetchStartTime string) error

SetFetchStartTime is FetchStartTime Setter 取货开始时间

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetOrderFrom added in v1.3.1

func (r *AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetOrderFrom(_orderFrom int64) error

SetOrderFrom is OrderFrom Setter 渠道来源

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetOutOrderId added in v1.3.1

func (r *AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetOutOrderId(_outOrderId string) error

SetOutOrderId is OutOrderId Setter 外部订单ID

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetRefundId added in v1.3.1

func (r *AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetRefundId(_refundId string) error

SetRefundId is RefundId Setter 渠道退款单ID

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetRemark added in v1.3.1

SetRemark is Remark Setter 备注

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetStoreId added in v1.3.1

SetStoreId is StoreId Setter 经营店ID

func (*AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetSubRefundList added in v1.3.1

func (r *AlibabatclsaelophyrefundfetchgoodsAPIRequest) SetSubRefundList(_subRefundList *Subrefundlist) error

SetSubRefundList is SubRefundList Setter 外部子订单列表

type AlibabatclsaelophyrefundfetchgoodsAPIResponse added in v1.3.1

type AlibabatclsaelophyrefundfetchgoodsAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophyrefundfetchgoodsAPIResponseModel
}

AlibabatclsaelophyrefundfetchgoodsAPIResponse saas 售后逆向 商户发起逆向取货 API返回值 alibaba.tcls.aelophy.refund.fetchgoods

saas 售后逆向 商户发起逆向取货

type AlibabatclsaelophyrefundfetchgoodsAPIResponseModel added in v1.3.1

type AlibabatclsaelophyrefundfetchgoodsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_refund_fetchgoods_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *AlibabatclsaelophyrefundfetchgoodsApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabatclsaelophyrefundfetchgoodsAPIResponseModel is saas 售后逆向 商户发起逆向取货 成功返回结果

type AlibabatclsaelophyrefundfetchgoodsApiResult added in v1.3.1

type AlibabatclsaelophyrefundfetchgoodsApiResult struct {
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 调用是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabatclsaelophyrefundfetchgoodsApiResult 结构体

type AlibabatclsaelophywarehouseordergetAPIRequest added in v1.3.1

type AlibabatclsaelophywarehouseordergetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaelophywarehouseordergetAPIRequest 仓作业单获取 API请求 alibaba.tcls.aelophy.warehouse.order.get

仓作业单获取

func NewAlibabatclsaelophywarehouseordergetRequest added in v1.3.1

func NewAlibabatclsaelophywarehouseordergetRequest() *AlibabatclsaelophywarehouseordergetAPIRequest

NewAlibabatclsaelophywarehouseordergetRequest 初始化AlibabatclsaelophywarehouseordergetAPIRequest对象

func (AlibabatclsaelophywarehouseordergetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaelophywarehouseordergetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaelophywarehouseordergetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaelophywarehouseordergetAPIRequest) GetWarehouseOrderGetRequest added in v1.3.1

GetWarehouseOrderGetRequest WarehouseOrderGetRequest Getter

func (*AlibabatclsaelophywarehouseordergetAPIRequest) SetWarehouseOrderGetRequest added in v1.3.1

func (r *AlibabatclsaelophywarehouseordergetAPIRequest) SetWarehouseOrderGetRequest(_warehouseOrderGetRequest *WarehouseOrderGetRequest) error

SetWarehouseOrderGetRequest is WarehouseOrderGetRequest Setter 查询入参对象

type AlibabatclsaelophywarehouseordergetAPIResponse added in v1.3.1

type AlibabatclsaelophywarehouseordergetAPIResponse struct {
	model.CommonResponse
	AlibabatclsaelophywarehouseordergetAPIResponseModel
}

AlibabatclsaelophywarehouseordergetAPIResponse 仓作业单获取 API返回值 alibaba.tcls.aelophy.warehouse.order.get

仓作业单获取

type AlibabatclsaelophywarehouseordergetAPIResponseModel added in v1.3.1

type AlibabatclsaelophywarehouseordergetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_aelophy_warehouse_order_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *TopBaseResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatclsaelophywarehouseordergetAPIResponseModel is 仓作业单获取 成功返回结果

type AlibabatclsaxintegrationaccountimportAPIRequest added in v1.3.1

type AlibabatclsaxintegrationaccountimportAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatclsaxintegrationaccountimportAPIRequest ISV用户录入 API请求 alibaba.tcls.ax.integration.account.import

ISV的用户录入翱象

func NewAlibabatclsaxintegrationaccountimportRequest added in v1.3.1

func NewAlibabatclsaxintegrationaccountimportRequest() *AlibabatclsaxintegrationaccountimportAPIRequest

NewAlibabatclsaxintegrationaccountimportRequest 初始化AlibabatclsaxintegrationaccountimportAPIRequest对象

func (AlibabatclsaxintegrationaccountimportAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatclsaxintegrationaccountimportAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatclsaxintegrationaccountimportAPIRequest) GetClientId added in v1.3.1

GetClientId ClientId Getter

func (AlibabatclsaxintegrationaccountimportAPIRequest) GetEmail added in v1.3.1

GetEmail Email Getter

func (AlibabatclsaxintegrationaccountimportAPIRequest) GetMobile added in v1.3.1

GetMobile Mobile Getter

func (AlibabatclsaxintegrationaccountimportAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabatclsaxintegrationaccountimportAPIRequest) GetUsername added in v1.3.1

GetUsername Username Getter

func (*AlibabatclsaxintegrationaccountimportAPIRequest) SetClientId added in v1.3.1

SetClientId is ClientId Setter isv编码

func (*AlibabatclsaxintegrationaccountimportAPIRequest) SetEmail added in v1.3.1

SetEmail is Email Setter 邮箱

func (*AlibabatclsaxintegrationaccountimportAPIRequest) SetMobile added in v1.3.1

SetMobile is Mobile Setter 手机号

func (*AlibabatclsaxintegrationaccountimportAPIRequest) SetUsername added in v1.3.1

SetUsername is Username Setter 用户名

type AlibabatclsaxintegrationaccountimportAPIResponse added in v1.3.1

type AlibabatclsaxintegrationaccountimportAPIResponse struct {
	model.CommonResponse
	AlibabatclsaxintegrationaccountimportAPIResponseModel
}

AlibabatclsaxintegrationaccountimportAPIResponse ISV用户录入 API返回值 alibaba.tcls.ax.integration.account.import

ISV的用户录入翱象

type AlibabatclsaxintegrationaccountimportAPIResponseModel added in v1.3.1

type AlibabatclsaxintegrationaccountimportAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_tcls_ax_integration_account_import_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	Result *AlibabatclsaxintegrationaccountimportApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabatclsaxintegrationaccountimportAPIResponseModel is ISV用户录入 成功返回结果

type AlibabatclsaxintegrationaccountimportApiResult added in v1.3.1

type AlibabatclsaxintegrationaccountimportApiResult struct {
	// 扩展信息
	Ext string `json:"ext,omitempty" xml:"ext,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 导入结果
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 请求是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatclsaxintegrationaccountimportApiResult 结构体

type AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest added in v1.3.1

type AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest 品牌营销导购员券页面二维码获取 API请求 alibaba.txcs.brandmarketing.coupon.qrcode.get

构建券页码二维码url

func NewAlibabatxcsbrandmarketingcouponqrcodegetRequest added in v1.3.1

func NewAlibabatxcsbrandmarketingcouponqrcodegetRequest() *AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest

NewAlibabatxcsbrandmarketingcouponqrcodegetRequest 初始化AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest对象

func (AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest) GetCouponQrcodeParamDo added in v1.3.1

GetCouponQrcodeParamDo CouponQrcodeParamDo Getter

func (AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest) SetCouponQrcodeParamDo added in v1.3.1

func (r *AlibabatxcsbrandmarketingcouponqrcodegetAPIRequest) SetCouponQrcodeParamDo(_couponQrcodeParamDo *CouponQrcodeParamDo) error

SetCouponQrcodeParamDo is CouponQrcodeParamDo Setter 请求信息

type AlibabatxcsbrandmarketingcouponqrcodegetAPIResponse added in v1.3.1

type AlibabatxcsbrandmarketingcouponqrcodegetAPIResponse struct {
	model.CommonResponse
	AlibabatxcsbrandmarketingcouponqrcodegetAPIResponseModel
}

AlibabatxcsbrandmarketingcouponqrcodegetAPIResponse 品牌营销导购员券页面二维码获取 API返回值 alibaba.txcs.brandmarketing.coupon.qrcode.get

构建券页码二维码url

type AlibabatxcsbrandmarketingcouponqrcodegetAPIResponseModel added in v1.3.1

type AlibabatxcsbrandmarketingcouponqrcodegetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_txcs_brandmarketing_coupon_qrcode_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabatxcsbrandmarketingcouponqrcodegetApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabatxcsbrandmarketingcouponqrcodegetAPIResponseModel is 品牌营销导购员券页面二维码获取 成功返回结果

type AlibabatxcsbrandmarketingcouponqrcodegetApiResult added in v1.3.1

type AlibabatxcsbrandmarketingcouponqrcodegetApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 返回内容
	Model *CouponQrcodeResultDo `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabatxcsbrandmarketingcouponqrcodegetApiResult 结构体

type AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest added in v1.3.1

type AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest 品牌营销导购员券推广统计数据回流 API请求 alibaba.txcs.brandmarketing.coupon.statistics.get

请求券统计数据回流

func NewAlibabatxcsbrandmarketingcouponstatisticsgetRequest added in v1.3.1

func NewAlibabatxcsbrandmarketingcouponstatisticsgetRequest() *AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest

NewAlibabatxcsbrandmarketingcouponstatisticsgetRequest 初始化AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest对象

func (AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest) GetCouponStatisticsParamDo added in v1.3.1

GetCouponStatisticsParamDo CouponStatisticsParamDo Getter

func (AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest) SetCouponStatisticsParamDo added in v1.3.1

func (r *AlibabatxcsbrandmarketingcouponstatisticsgetAPIRequest) SetCouponStatisticsParamDo(_couponStatisticsParamDo *CouponStatisticsParamDo) error

SetCouponStatisticsParamDo is CouponStatisticsParamDo Setter 请求信息

type AlibabatxcsbrandmarketingcouponstatisticsgetAPIResponse added in v1.3.1

type AlibabatxcsbrandmarketingcouponstatisticsgetAPIResponse struct {
	model.CommonResponse
	AlibabatxcsbrandmarketingcouponstatisticsgetAPIResponseModel
}

AlibabatxcsbrandmarketingcouponstatisticsgetAPIResponse 品牌营销导购员券推广统计数据回流 API返回值 alibaba.txcs.brandmarketing.coupon.statistics.get

请求券统计数据回流

type AlibabatxcsbrandmarketingcouponstatisticsgetAPIResponseModel added in v1.3.1

type AlibabatxcsbrandmarketingcouponstatisticsgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_txcs_brandmarketing_coupon_statistics_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiPageResult *ApiPageResult `json:"api_page_result,omitempty" xml:"api_page_result,omitempty"`
}

AlibabatxcsbrandmarketingcouponstatisticsgetAPIResponseModel is 品牌营销导购员券推广统计数据回流 成功返回结果

type AlibabawdkaxstorecreateAPIRequest added in v1.3.1

type AlibabawdkaxstorecreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkaxstorecreateAPIRequest 翱象经营店创建接口 API请求 alibaba.wdk.ax.store.create

翱象经营店创建

func NewAlibabawdkaxstorecreateRequest added in v1.3.1

func NewAlibabawdkaxstorecreateRequest() *AlibabawdkaxstorecreateAPIRequest

NewAlibabawdkaxstorecreateRequest 初始化AlibabawdkaxstorecreateAPIRequest对象

func (AlibabawdkaxstorecreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkaxstorecreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkaxstorecreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkaxstorecreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkaxstorecreateAPIRequest) GetAxStoreCreateRequest added in v1.3.1

func (r AlibabawdkaxstorecreateAPIRequest) GetAxStoreCreateRequest() *AxStoreCreateRequest

GetAxStoreCreateRequest AxStoreCreateRequest Getter

func (AlibabawdkaxstorecreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkaxstorecreateAPIRequest) SetAxStoreCreateRequest added in v1.3.1

func (r *AlibabawdkaxstorecreateAPIRequest) SetAxStoreCreateRequest(_axStoreCreateRequest *AxStoreCreateRequest) error

SetAxStoreCreateRequest is AxStoreCreateRequest Setter 入参

type AlibabawdkaxstorecreateAPIResponse added in v1.3.1

type AlibabawdkaxstorecreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkaxstorecreateAPIResponseModel
}

AlibabawdkaxstorecreateAPIResponse 翱象经营店创建接口 API返回值 alibaba.wdk.ax.store.create

翱象经营店创建

type AlibabawdkaxstorecreateAPIResponseModel added in v1.3.1

type AlibabawdkaxstorecreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ax_store_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabawdkaxstorecreateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkaxstorecreateAPIResponseModel is 翱象经营店创建接口 成功返回结果

type AlibabawdkaxstorecreateApiResult added in v1.3.1

type AlibabawdkaxstorecreateApiResult struct {
	// 调用接口返回错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用接口返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回对象
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 调用接口返回成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkaxstorecreateApiResult 结构体

type AlibabawdkaxstorequeryAPIRequest added in v1.3.1

type AlibabawdkaxstorequeryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkaxstorequeryAPIRequest 翱象经营店查询接口 API请求 alibaba.wdk.ax.store.query

翱象经营店查询接口

func NewAlibabawdkaxstorequeryRequest added in v1.3.1

func NewAlibabawdkaxstorequeryRequest() *AlibabawdkaxstorequeryAPIRequest

NewAlibabawdkaxstorequeryRequest 初始化AlibabawdkaxstorequeryAPIRequest对象

func (AlibabawdkaxstorequeryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkaxstorequeryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkaxstorequeryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkaxstorequeryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkaxstorequeryAPIRequest) GetQueryRequest added in v1.3.1

GetQueryRequest QueryRequest Getter

func (AlibabawdkaxstorequeryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkaxstorequeryAPIRequest) SetQueryRequest added in v1.3.1

func (r *AlibabawdkaxstorequeryAPIRequest) SetQueryRequest(_queryRequest *AxStoreQueryRequest) error

SetQueryRequest is QueryRequest Setter 查询入参

type AlibabawdkaxstorequeryAPIResponse added in v1.3.1

type AlibabawdkaxstorequeryAPIResponse struct {
	model.CommonResponse
	AlibabawdkaxstorequeryAPIResponseModel
}

AlibabawdkaxstorequeryAPIResponse 翱象经营店查询接口 API返回值 alibaba.wdk.ax.store.query

翱象经营店查询接口

type AlibabawdkaxstorequeryAPIResponseModel added in v1.3.1

type AlibabawdkaxstorequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ax_store_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询接口返回结果
	ApiResult *AlibabawdkaxstorequeryApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkaxstorequeryAPIResponseModel is 翱象经营店查询接口 成功返回结果

type AlibabawdkaxstorequeryApiResult added in v1.3.1

type AlibabawdkaxstorequeryApiResult struct {
	// 调用接口返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用接口返回错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 查询接口返回对象
	Model *AxStoreQueryResponse `json:"model,omitempty" xml:"model,omitempty"`
	// 调用接口返回成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkaxstorequeryApiResult 结构体

type AlibabawdkaxstoreupdateAPIRequest added in v1.3.1

type AlibabawdkaxstoreupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkaxstoreupdateAPIRequest 翱翔经营店更新接口 API请求 alibaba.wdk.ax.store.update

翱翔经营店更新接口

func NewAlibabawdkaxstoreupdateRequest added in v1.3.1

func NewAlibabawdkaxstoreupdateRequest() *AlibabawdkaxstoreupdateAPIRequest

NewAlibabawdkaxstoreupdateRequest 初始化AlibabawdkaxstoreupdateAPIRequest对象

func (AlibabawdkaxstoreupdateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkaxstoreupdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkaxstoreupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkaxstoreupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkaxstoreupdateAPIRequest) GetAxStoreCreateRequest added in v1.3.1

func (r AlibabawdkaxstoreupdateAPIRequest) GetAxStoreCreateRequest() *AxStoreCreateRequest

GetAxStoreCreateRequest AxStoreCreateRequest Getter

func (AlibabawdkaxstoreupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkaxstoreupdateAPIRequest) SetAxStoreCreateRequest added in v1.3.1

func (r *AlibabawdkaxstoreupdateAPIRequest) SetAxStoreCreateRequest(_axStoreCreateRequest *AxStoreCreateRequest) error

SetAxStoreCreateRequest is AxStoreCreateRequest Setter 入参

type AlibabawdkaxstoreupdateAPIResponse added in v1.3.1

type AlibabawdkaxstoreupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkaxstoreupdateAPIResponseModel
}

AlibabawdkaxstoreupdateAPIResponse 翱翔经营店更新接口 API返回值 alibaba.wdk.ax.store.update

翱翔经营店更新接口

type AlibabawdkaxstoreupdateAPIResponseModel added in v1.3.1

type AlibabawdkaxstoreupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ax_store_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用接口返回结果
	ApiResult *AlibabawdkaxstoreupdateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkaxstoreupdateAPIResponseModel is 翱翔经营店更新接口 成功返回结果

type AlibabawdkaxstoreupdateApiResult added in v1.3.1

type AlibabawdkaxstoreupdateApiResult struct {
	// 调用接口返回错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用接口返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回对象
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 调用接口返回成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkaxstoreupdateApiResult 结构体

type AlibabawdkbilllistAPIRequest added in v1.3.1

type AlibabawdkbilllistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkbilllistAPIRequest 五道口账单拉取接口 API请求 alibaba.wdk.bill.list

五道口账单拉取接口

func NewAlibabawdkbilllistRequest added in v1.3.1

func NewAlibabawdkbilllistRequest() *AlibabawdkbilllistAPIRequest

NewAlibabawdkbilllistRequest 初始化AlibabawdkbilllistAPIRequest对象

func (AlibabawdkbilllistAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkbilllistAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkbilllistAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkbilllistAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkbilllistAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkbilllistAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkbilllistAPIRequest) GetTxdBillListGetRequest added in v1.3.1

func (r AlibabawdkbilllistAPIRequest) GetTxdBillListGetRequest() *TxdBillListGetRequest

GetTxdBillListGetRequest TxdBillListGetRequest Getter

func (*AlibabawdkbilllistAPIRequest) SetTxdBillListGetRequest added in v1.3.1

func (r *AlibabawdkbilllistAPIRequest) SetTxdBillListGetRequest(_txdBillListGetRequest *TxdBillListGetRequest) error

SetTxdBillListGetRequest is TxdBillListGetRequest Setter 入参

type AlibabawdkbilllistAPIResponse added in v1.3.1

type AlibabawdkbilllistAPIResponse struct {
	model.CommonResponse
	AlibabawdkbilllistAPIResponseModel
}

AlibabawdkbilllistAPIResponse 五道口账单拉取接口 API返回值 alibaba.wdk.bill.list

五道口账单拉取接口

type AlibabawdkbilllistAPIResponseModel added in v1.3.1

type AlibabawdkbilllistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_bill_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口响应结果
	ApiResult *AlibabawdkbilllistApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkbilllistAPIResponseModel is 五道口账单拉取接口 成功返回结果

type AlibabawdkbilllistApiResult added in v1.3.1

type AlibabawdkbilllistApiResult struct {
	// 响应错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 响应错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 响应返回值
	Model *TxdBillListGetResult `json:"model,omitempty" xml:"model,omitempty"`
	// 响应成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkbilllistApiResult 结构体

type AlibabawdkbmcouponqueryAPIRequest added in v1.3.1

type AlibabawdkbmcouponqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkbmcouponqueryAPIRequest 淘鲜达券信息查询接口 API请求 alibaba.wdk.bm.coupon.query

淘鲜达品牌营销的券信息查询接口,基于券id查询券相关信息:券id、券名称、分摊信息、面额、创建时间、开始时间、结束时间

func NewAlibabawdkbmcouponqueryRequest added in v1.3.1

func NewAlibabawdkbmcouponqueryRequest() *AlibabawdkbmcouponqueryAPIRequest

NewAlibabawdkbmcouponqueryRequest 初始化AlibabawdkbmcouponqueryAPIRequest对象

func (AlibabawdkbmcouponqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkbmcouponqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkbmcouponqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkbmcouponqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkbmcouponqueryAPIRequest) GetIsvQueryCouponParam added in v1.3.1

func (r AlibabawdkbmcouponqueryAPIRequest) GetIsvQueryCouponParam() *IsvQueryCouponParam

GetIsvQueryCouponParam IsvQueryCouponParam Getter

func (AlibabawdkbmcouponqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkbmcouponqueryAPIRequest) SetIsvQueryCouponParam added in v1.3.1

func (r *AlibabawdkbmcouponqueryAPIRequest) SetIsvQueryCouponParam(_isvQueryCouponParam *IsvQueryCouponParam) error

SetIsvQueryCouponParam is IsvQueryCouponParam Setter 查询券参数

type AlibabawdkbmcouponqueryAPIResponse added in v1.3.1

type AlibabawdkbmcouponqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkbmcouponqueryAPIResponseModel
}

AlibabawdkbmcouponqueryAPIResponse 淘鲜达券信息查询接口 API返回值 alibaba.wdk.bm.coupon.query

淘鲜达品牌营销的券信息查询接口,基于券id查询券相关信息:券id、券名称、分摊信息、面额、创建时间、开始时间、结束时间

type AlibabawdkbmcouponqueryAPIResponseModel added in v1.3.1

type AlibabawdkbmcouponqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_bm_coupon_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *BmResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkbmcouponqueryAPIResponseModel is 淘鲜达券信息查询接口 成功返回结果

type AlibabawdkbmcouponqueryData added in v1.3.1

type AlibabawdkbmcouponqueryData struct {
	// 补差商品列表
	PaymentItemDOList []PaymentItemDo `json:"payment_item_d_o_list,omitempty" xml:"payment_item_d_o_list>payment_item_do,omitempty"`
	// 券名称
	CouponName string `json:"coupon_name,omitempty" xml:"coupon_name,omitempty"`
	// 发放开始时间
	ApplyStartTime string `json:"apply_start_time,omitempty" xml:"apply_start_time,omitempty"`
	// 发放结束时间
	ApplyEndTime string `json:"apply_end_time,omitempty" xml:"apply_end_time,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 补差比例
	PaymentRate string `json:"payment_rate,omitempty" xml:"payment_rate,omitempty"`
	// 券id
	CouponId int64 `json:"coupon_id,omitempty" xml:"coupon_id,omitempty"`
	// 满减门槛,单位为分
	StartFee int64 `json:"start_fee,omitempty" xml:"start_fee,omitempty"`
	// 优惠金额,单位为分
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 补差类型,值为1表示全补至门店售价、值为2表示部分补固定金额、值为3表示补主档价、值为4表示自行约定、值为5表示按比例补差
	PaymentType int64 `json:"payment_type,omitempty" xml:"payment_type,omitempty"`
	// 补差渠道,值为1表示与淘鲜达结算、值为2表示与零售商结算
	PaymentChannel int64 `json:"payment_channel,omitempty" xml:"payment_channel,omitempty"`
}

AlibabawdkbmcouponqueryData 结构体

type AlibabawdkbmpaiyangstatdataqueryAPIRequest added in v1.3.1

type AlibabawdkbmpaiyangstatdataqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkbmpaiyangstatdataqueryAPIRequest 派样统计数据查询 API请求 alibaba.wdk.bm.paiyang.stat.data.query

派样统计数据查询

func NewAlibabawdkbmpaiyangstatdataqueryRequest added in v1.3.1

func NewAlibabawdkbmpaiyangstatdataqueryRequest() *AlibabawdkbmpaiyangstatdataqueryAPIRequest

NewAlibabawdkbmpaiyangstatdataqueryRequest 初始化AlibabawdkbmpaiyangstatdataqueryAPIRequest对象

func (AlibabawdkbmpaiyangstatdataqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkbmpaiyangstatdataqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkbmpaiyangstatdataqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkbmpaiyangstatdataqueryAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkbmpaiyangstatdataqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkbmpaiyangstatdataqueryAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 入参对象

type AlibabawdkbmpaiyangstatdataqueryAPIResponse added in v1.3.1

type AlibabawdkbmpaiyangstatdataqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkbmpaiyangstatdataqueryAPIResponseModel
}

AlibabawdkbmpaiyangstatdataqueryAPIResponse 派样统计数据查询 API返回值 alibaba.wdk.bm.paiyang.stat.data.query

派样统计数据查询

type AlibabawdkbmpaiyangstatdataqueryAPIResponseModel added in v1.3.1

type AlibabawdkbmpaiyangstatdataqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_bm_paiyang_stat_data_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参对象
	Result *BmPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkbmpaiyangstatdataqueryAPIResponseModel is 派样统计数据查询 成功返回结果

type AlibabawdkbmpaiyangstockqueryAPIRequest added in v1.3.1

type AlibabawdkbmpaiyangstockqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkbmpaiyangstockqueryAPIRequest 派样商品门店库存查询接口 API请求 alibaba.wdk.bm.paiyang.stock.query

淘鲜达接入第三方进行派样,第三方查询派样商品的门店库存信息。

func NewAlibabawdkbmpaiyangstockqueryRequest added in v1.3.1

func NewAlibabawdkbmpaiyangstockqueryRequest() *AlibabawdkbmpaiyangstockqueryAPIRequest

NewAlibabawdkbmpaiyangstockqueryRequest 初始化AlibabawdkbmpaiyangstockqueryAPIRequest对象

func (AlibabawdkbmpaiyangstockqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkbmpaiyangstockqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkbmpaiyangstockqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkbmpaiyangstockqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkbmpaiyangstockqueryAPIRequest) GetIsvShopStockParam added in v1.3.1

GetIsvShopStockParam IsvShopStockParam Getter

func (AlibabawdkbmpaiyangstockqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkbmpaiyangstockqueryAPIRequest) SetIsvShopStockParam added in v1.3.1

func (r *AlibabawdkbmpaiyangstockqueryAPIRequest) SetIsvShopStockParam(_isvShopStockParam *IsvShopStockParam) error

SetIsvShopStockParam is IsvShopStockParam Setter 请求入参

type AlibabawdkbmpaiyangstockqueryAPIResponse added in v1.3.1

type AlibabawdkbmpaiyangstockqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkbmpaiyangstockqueryAPIResponseModel
}

AlibabawdkbmpaiyangstockqueryAPIResponse 派样商品门店库存查询接口 API返回值 alibaba.wdk.bm.paiyang.stock.query

淘鲜达接入第三方进行派样,第三方查询派样商品的门店库存信息。

type AlibabawdkbmpaiyangstockqueryAPIResponseModel added in v1.3.1

type AlibabawdkbmpaiyangstockqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_bm_paiyang_stock_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 请求出参
	Result *BmResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkbmpaiyangstockqueryAPIResponseModel is 派样商品门店库存查询接口 成功返回结果

type AlibabawdkbmpaiyangsupplypublishAPIRequest added in v1.3.1

type AlibabawdkbmpaiyangsupplypublishAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkbmpaiyangsupplypublishAPIRequest 派样商品库存变更同步接口 API请求 alibaba.wdk.bm.paiyang.supply.publish

淘鲜达接入第三方进行派样,第三方同步大仓和门店的库存变更信息。

func NewAlibabawdkbmpaiyangsupplypublishRequest added in v1.3.1

func NewAlibabawdkbmpaiyangsupplypublishRequest() *AlibabawdkbmpaiyangsupplypublishAPIRequest

NewAlibabawdkbmpaiyangsupplypublishRequest 初始化AlibabawdkbmpaiyangsupplypublishAPIRequest对象

func (AlibabawdkbmpaiyangsupplypublishAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkbmpaiyangsupplypublishAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkbmpaiyangsupplypublishAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkbmpaiyangsupplypublishAPIRequest) GetIsvSupplySyncParam added in v1.3.1

GetIsvSupplySyncParam IsvSupplySyncParam Getter

func (AlibabawdkbmpaiyangsupplypublishAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkbmpaiyangsupplypublishAPIRequest) SetIsvSupplySyncParam added in v1.3.1

func (r *AlibabawdkbmpaiyangsupplypublishAPIRequest) SetIsvSupplySyncParam(_isvSupplySyncParam *IsvSupplySyncParam) error

SetIsvSupplySyncParam is IsvSupplySyncParam Setter 请求入参

type AlibabawdkbmpaiyangsupplypublishAPIResponse added in v1.3.1

type AlibabawdkbmpaiyangsupplypublishAPIResponse struct {
	model.CommonResponse
	AlibabawdkbmpaiyangsupplypublishAPIResponseModel
}

AlibabawdkbmpaiyangsupplypublishAPIResponse 派样商品库存变更同步接口 API返回值 alibaba.wdk.bm.paiyang.supply.publish

淘鲜达接入第三方进行派样,第三方同步大仓和门店的库存变更信息。

type AlibabawdkbmpaiyangsupplypublishAPIResponseModel added in v1.3.1

type AlibabawdkbmpaiyangsupplypublishAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_bm_paiyang_supply_publish_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 请求出参
	Result *BmResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkbmpaiyangsupplypublishAPIResponseModel is 派样商品库存变更同步接口 成功返回结果

type AlibabawdkbmstockpublishAPIRequest added in v1.3.1

type AlibabawdkbmstockpublishAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkbmstockpublishAPIRequest 品牌营销涉及到的商品的库存同步接口 API请求 alibaba.wdk.bm.stock.publish

用于操作sku的库存

func NewAlibabawdkbmstockpublishRequest added in v1.3.1

func NewAlibabawdkbmstockpublishRequest() *AlibabawdkbmstockpublishAPIRequest

NewAlibabawdkbmstockpublishRequest 初始化AlibabawdkbmstockpublishAPIRequest对象

func (AlibabawdkbmstockpublishAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkbmstockpublishAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkbmstockpublishAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkbmstockpublishAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkbmstockpublishAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkbmstockpublishAPIRequest) GetSkuStockPublishParamList added in v1.3.1

func (r AlibabawdkbmstockpublishAPIRequest) GetSkuStockPublishParamList() []SkuStockPublishParamDo

GetSkuStockPublishParamList SkuStockPublishParamList Getter

func (*AlibabawdkbmstockpublishAPIRequest) SetSkuStockPublishParamList added in v1.3.1

func (r *AlibabawdkbmstockpublishAPIRequest) SetSkuStockPublishParamList(_skuStockPublishParamList []SkuStockPublishParamDo) error

SetSkuStockPublishParamList is SkuStockPublishParamList Setter 批量入参

type AlibabawdkbmstockpublishAPIResponse added in v1.3.1

type AlibabawdkbmstockpublishAPIResponse struct {
	model.CommonResponse
	AlibabawdkbmstockpublishAPIResponseModel
}

AlibabawdkbmstockpublishAPIResponse 品牌营销涉及到的商品的库存同步接口 API返回值 alibaba.wdk.bm.stock.publish

用于操作sku的库存

type AlibabawdkbmstockpublishAPIResponseModel added in v1.3.1

type AlibabawdkbmstockpublishAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_bm_stock_publish_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *BmResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkbmstockpublishAPIResponseModel is 品牌营销涉及到的商品的库存同步接口 成功返回结果

type AlibabawdkbmtradeactivityqueryAPIRequest added in v1.3.1

type AlibabawdkbmtradeactivityqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkbmtradeactivityqueryAPIRequest 品牌营销的订单活动信息查询 API请求 alibaba.wdk.bm.trade.activity.query

品牌营销的订单活动信息查询

func NewAlibabawdkbmtradeactivityqueryRequest added in v1.3.1

func NewAlibabawdkbmtradeactivityqueryRequest() *AlibabawdkbmtradeactivityqueryAPIRequest

NewAlibabawdkbmtradeactivityqueryRequest 初始化AlibabawdkbmtradeactivityqueryAPIRequest对象

func (AlibabawdkbmtradeactivityqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkbmtradeactivityqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkbmtradeactivityqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkbmtradeactivityqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkbmtradeactivityqueryAPIRequest) GetQueryParam added in v1.3.1

GetQueryParam QueryParam Getter

func (AlibabawdkbmtradeactivityqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkbmtradeactivityqueryAPIRequest) SetQueryParam added in v1.3.1

func (r *AlibabawdkbmtradeactivityqueryAPIRequest) SetQueryParam(_queryParam *IsvOrderQueryParam) error

SetQueryParam is QueryParam Setter 入参

type AlibabawdkbmtradeactivityqueryAPIResponse added in v1.3.1

type AlibabawdkbmtradeactivityqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkbmtradeactivityqueryAPIResponseModel
}

AlibabawdkbmtradeactivityqueryAPIResponse 品牌营销的订单活动信息查询 API返回值 alibaba.wdk.bm.trade.activity.query

品牌营销的订单活动信息查询

type AlibabawdkbmtradeactivityqueryAPIResponseModel added in v1.3.1

type AlibabawdkbmtradeactivityqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_bm_trade_activity_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果数据
	Result *BmResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkbmtradeactivityqueryAPIResponseModel is 品牌营销的订单活动信息查询 成功返回结果

type AlibabawdkchannelcommentcreateAPIRequest added in v1.3.1

type AlibabawdkchannelcommentcreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkchannelcommentcreateAPIRequest 差评导入 API请求 alibaba.wdk.channel.comment.create

差评导入

func NewAlibabawdkchannelcommentcreateRequest added in v1.3.1

func NewAlibabawdkchannelcommentcreateRequest() *AlibabawdkchannelcommentcreateAPIRequest

NewAlibabawdkchannelcommentcreateRequest 初始化AlibabawdkchannelcommentcreateAPIRequest对象

func (AlibabawdkchannelcommentcreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkchannelcommentcreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkchannelcommentcreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkchannelcommentcreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkchannelcommentcreateAPIRequest) GetCommentCreateInfo added in v1.3.1

GetCommentCreateInfo CommentCreateInfo Getter

func (AlibabawdkchannelcommentcreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkchannelcommentcreateAPIRequest) SetCommentCreateInfo added in v1.3.1

func (r *AlibabawdkchannelcommentcreateAPIRequest) SetCommentCreateInfo(_commentCreateInfo *CommentCreateInfo) error

SetCommentCreateInfo is CommentCreateInfo Setter 差评信息

type AlibabawdkchannelcommentcreateAPIResponse added in v1.3.1

type AlibabawdkchannelcommentcreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkchannelcommentcreateAPIResponseModel
}

AlibabawdkchannelcommentcreateAPIResponse 差评导入 API返回值 alibaba.wdk.channel.comment.create

差评导入

type AlibabawdkchannelcommentcreateAPIResponseModel added in v1.3.1

type AlibabawdkchannelcommentcreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_channel_comment_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabawdkchannelcommentcreateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkchannelcommentcreateAPIResponseModel is 差评导入 成功返回结果

type AlibabawdkchannelcommentcreateApiResult added in v1.3.1

type AlibabawdkchannelcommentcreateApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkchannelcommentcreateApiResult 结构体

type AlibabawdkchannelordercreateAPIRequest added in v1.3.1

type AlibabawdkchannelordercreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkchannelordercreateAPIRequest 创建订单 API请求 alibaba.wdk.channel.order.create

外部商家创建订单

func NewAlibabawdkchannelordercreateRequest added in v1.3.1

func NewAlibabawdkchannelordercreateRequest() *AlibabawdkchannelordercreateAPIRequest

NewAlibabawdkchannelordercreateRequest 初始化AlibabawdkchannelordercreateAPIRequest对象

func (AlibabawdkchannelordercreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkchannelordercreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkchannelordercreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkchannelordercreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkchannelordercreateAPIRequest) GetOrderInfo added in v1.3.1

GetOrderInfo OrderInfo Getter

func (AlibabawdkchannelordercreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkchannelordercreateAPIRequest) SetOrderInfo added in v1.3.1

func (r *AlibabawdkchannelordercreateAPIRequest) SetOrderInfo(_orderInfo *OrderInfo) error

SetOrderInfo is OrderInfo Setter 订单信息

type AlibabawdkchannelordercreateAPIResponse added in v1.3.1

type AlibabawdkchannelordercreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkchannelordercreateAPIResponseModel
}

AlibabawdkchannelordercreateAPIResponse 创建订单 API返回值 alibaba.wdk.channel.order.create

外部商家创建订单

type AlibabawdkchannelordercreateAPIResponseModel added in v1.3.1

type AlibabawdkchannelordercreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_channel_order_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabawdkchannelordercreateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkchannelordercreateAPIResponseModel is 创建订单 成功返回结果

type AlibabawdkchannelordercreateApiResult added in v1.3.1

type AlibabawdkchannelordercreateApiResult struct {
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回内容
	Model *OrderOperateResult `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkchannelordercreateApiResult 结构体

type AlibabawdkchannelorderrefundconfirmAPIRequest added in v1.3.1

type AlibabawdkchannelorderrefundconfirmAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkchannelorderrefundconfirmAPIRequest 退款确认 API请求 alibaba.wdk.channel.order.refund.confirm

退款确认

func NewAlibabawdkchannelorderrefundconfirmRequest added in v1.3.1

func NewAlibabawdkchannelorderrefundconfirmRequest() *AlibabawdkchannelorderrefundconfirmAPIRequest

NewAlibabawdkchannelorderrefundconfirmRequest 初始化AlibabawdkchannelorderrefundconfirmAPIRequest对象

func (AlibabawdkchannelorderrefundconfirmAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkchannelorderrefundconfirmAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkchannelorderrefundconfirmAPIRequest) GetOrderRefundConfirmInfo added in v1.3.1

GetOrderRefundConfirmInfo OrderRefundConfirmInfo Getter

func (AlibabawdkchannelorderrefundconfirmAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkchannelorderrefundconfirmAPIRequest) SetOrderRefundConfirmInfo added in v1.3.1

func (r *AlibabawdkchannelorderrefundconfirmAPIRequest) SetOrderRefundConfirmInfo(_orderRefundConfirmInfo *OrderRefundConfirmInfo) error

SetOrderRefundConfirmInfo is OrderRefundConfirmInfo Setter 退款确认信息

type AlibabawdkchannelorderrefundconfirmAPIResponse added in v1.3.1

type AlibabawdkchannelorderrefundconfirmAPIResponse struct {
	model.CommonResponse
	AlibabawdkchannelorderrefundconfirmAPIResponseModel
}

AlibabawdkchannelorderrefundconfirmAPIResponse 退款确认 API返回值 alibaba.wdk.channel.order.refund.confirm

退款确认

type AlibabawdkchannelorderrefundconfirmAPIResponseModel added in v1.3.1

type AlibabawdkchannelorderrefundconfirmAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_channel_order_refund_confirm_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabawdkchannelorderrefundconfirmApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkchannelorderrefundconfirmAPIResponseModel is 退款确认 成功返回结果

type AlibabawdkchannelorderrefundconfirmApiResult added in v1.3.1

type AlibabawdkchannelorderrefundconfirmApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkchannelorderrefundconfirmApiResult 结构体

type AlibabawdkchannelorderstatusupdateAPIRequest added in v1.3.1

type AlibabawdkchannelorderstatusupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkchannelorderstatusupdateAPIRequest 订单状态变更 API请求 alibaba.wdk.channel.order.status.update

订单状态变更

func NewAlibabawdkchannelorderstatusupdateRequest added in v1.3.1

func NewAlibabawdkchannelorderstatusupdateRequest() *AlibabawdkchannelorderstatusupdateAPIRequest

NewAlibabawdkchannelorderstatusupdateRequest 初始化AlibabawdkchannelorderstatusupdateAPIRequest对象

func (AlibabawdkchannelorderstatusupdateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkchannelorderstatusupdateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkchannelorderstatusupdateAPIRequest) GetOrderStatusInfo added in v1.3.1

GetOrderStatusInfo OrderStatusInfo Getter

func (AlibabawdkchannelorderstatusupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkchannelorderstatusupdateAPIRequest) SetOrderStatusInfo added in v1.3.1

func (r *AlibabawdkchannelorderstatusupdateAPIRequest) SetOrderStatusInfo(_orderStatusInfo *OrderStatusInfo) error

SetOrderStatusInfo is OrderStatusInfo Setter 修改信息

type AlibabawdkchannelorderstatusupdateAPIResponse added in v1.3.1

type AlibabawdkchannelorderstatusupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkchannelorderstatusupdateAPIResponseModel
}

AlibabawdkchannelorderstatusupdateAPIResponse 订单状态变更 API返回值 alibaba.wdk.channel.order.status.update

订单状态变更

type AlibabawdkchannelorderstatusupdateAPIResponseModel added in v1.3.1

type AlibabawdkchannelorderstatusupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_channel_order_status_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabawdkchannelorderstatusupdateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkchannelorderstatusupdateAPIResponseModel is 订单状态变更 成功返回结果

type AlibabawdkchannelorderstatusupdateApiResult added in v1.3.1

type AlibabawdkchannelorderstatusupdateApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 返回内容
	Model *OrderOperateResult `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkchannelorderstatusupdateApiResult 结构体

type AlibabawdkchannelorderusercancelAPIRequest added in v1.3.1

type AlibabawdkchannelorderusercancelAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkchannelorderusercancelAPIRequest 用户发起售中取消 API请求 alibaba.wdk.channel.order.usercancel

用户发起售中取消

func NewAlibabawdkchannelorderusercancelRequest added in v1.3.1

func NewAlibabawdkchannelorderusercancelRequest() *AlibabawdkchannelorderusercancelAPIRequest

NewAlibabawdkchannelorderusercancelRequest 初始化AlibabawdkchannelorderusercancelAPIRequest对象

func (AlibabawdkchannelorderusercancelAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkchannelorderusercancelAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkchannelorderusercancelAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkchannelorderusercancelAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkchannelorderusercancelAPIRequest) GetUserCancelInfo added in v1.3.1

GetUserCancelInfo UserCancelInfo Getter

func (*AlibabawdkchannelorderusercancelAPIRequest) SetUserCancelInfo added in v1.3.1

func (r *AlibabawdkchannelorderusercancelAPIRequest) SetUserCancelInfo(_userCancelInfo *OrderUserCancelInfo) error

SetUserCancelInfo is UserCancelInfo Setter 取消信息

type AlibabawdkchannelorderusercancelAPIResponse added in v1.3.1

type AlibabawdkchannelorderusercancelAPIResponse struct {
	model.CommonResponse
	AlibabawdkchannelorderusercancelAPIResponseModel
}

AlibabawdkchannelorderusercancelAPIResponse 用户发起售中取消 API返回值 alibaba.wdk.channel.order.usercancel

用户发起售中取消

type AlibabawdkchannelorderusercancelAPIResponseModel added in v1.3.1

type AlibabawdkchannelorderusercancelAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_channel_order_usercancel_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabawdkchannelorderusercancelApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkchannelorderusercancelAPIResponseModel is 用户发起售中取消 成功返回结果

type AlibabawdkchannelorderusercancelApiResult added in v1.3.1

type AlibabawdkchannelorderusercancelApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkchannelorderusercancelApiResult 结构体

type AlibabawdkchannelorderuserrefundAPIRequest added in v1.3.1

type AlibabawdkchannelorderuserrefundAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkchannelorderuserrefundAPIRequest 用户发起售后退款(整单/部分) API请求 alibaba.wdk.channel.order.userrefund

用户发起售后退款(整单/部分)

func NewAlibabawdkchannelorderuserrefundRequest added in v1.3.1

func NewAlibabawdkchannelorderuserrefundRequest() *AlibabawdkchannelorderuserrefundAPIRequest

NewAlibabawdkchannelorderuserrefundRequest 初始化AlibabawdkchannelorderuserrefundAPIRequest对象

func (AlibabawdkchannelorderuserrefundAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkchannelorderuserrefundAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkchannelorderuserrefundAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkchannelorderuserrefundAPIRequest) GetOrderUserRefundInfo added in v1.3.1

GetOrderUserRefundInfo OrderUserRefundInfo Getter

func (AlibabawdkchannelorderuserrefundAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkchannelorderuserrefundAPIRequest) SetOrderUserRefundInfo added in v1.3.1

func (r *AlibabawdkchannelorderuserrefundAPIRequest) SetOrderUserRefundInfo(_orderUserRefundInfo *OrderUserRefundInfo) error

SetOrderUserRefundInfo is OrderUserRefundInfo Setter 退款信息

type AlibabawdkchannelorderuserrefundAPIResponse added in v1.3.1

type AlibabawdkchannelorderuserrefundAPIResponse struct {
	model.CommonResponse
	AlibabawdkchannelorderuserrefundAPIResponseModel
}

AlibabawdkchannelorderuserrefundAPIResponse 用户发起售后退款(整单/部分) API返回值 alibaba.wdk.channel.order.userrefund

用户发起售后退款(整单/部分)

type AlibabawdkchannelorderuserrefundAPIResponseModel added in v1.3.1

type AlibabawdkchannelorderuserrefundAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_channel_order_userrefund_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ApiResult *AlibabawdkchannelorderuserrefundApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkchannelorderuserrefundAPIResponseModel is 用户发起售后退款(整单/部分) 成功返回结果

type AlibabawdkchannelorderuserrefundApiResult added in v1.3.1

type AlibabawdkchannelorderuserrefundApiResult struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkchannelorderuserrefundApiResult 结构体

type AlibabawdkchannelusersyncAPIRequest added in v1.3.1

type AlibabawdkchannelusersyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkchannelusersyncAPIRequest 会员同步 API请求 alibaba.wdk.channel.user.sync

会员同步

func NewAlibabawdkchannelusersyncRequest added in v1.3.1

func NewAlibabawdkchannelusersyncRequest() *AlibabawdkchannelusersyncAPIRequest

NewAlibabawdkchannelusersyncRequest 初始化AlibabawdkchannelusersyncAPIRequest对象

func (AlibabawdkchannelusersyncAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkchannelusersyncAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkchannelusersyncAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkchannelusersyncAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkchannelusersyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkchannelusersyncAPIRequest) GetUserSyncInfo added in v1.3.1

GetUserSyncInfo UserSyncInfo Getter

func (*AlibabawdkchannelusersyncAPIRequest) SetUserSyncInfo added in v1.3.1

func (r *AlibabawdkchannelusersyncAPIRequest) SetUserSyncInfo(_userSyncInfo *UserSyncInfo) error

SetUserSyncInfo is UserSyncInfo Setter 会员信息

type AlibabawdkchannelusersyncAPIResponse added in v1.3.1

type AlibabawdkchannelusersyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkchannelusersyncAPIResponseModel
}

AlibabawdkchannelusersyncAPIResponse 会员同步 API返回值 alibaba.wdk.channel.user.sync

会员同步

type AlibabawdkchannelusersyncAPIResponseModel added in v1.3.1

type AlibabawdkchannelusersyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_channel_user_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回内容
	ApiResult *AlibabawdkchannelusersyncApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkchannelusersyncAPIResponseModel is 会员同步 成功返回结果

type AlibabawdkchannelusersyncApiResult added in v1.3.1

type AlibabawdkchannelusersyncApiResult struct {
	// 是否成功
	Success string `json:"success,omitempty" xml:"success,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
}

AlibabawdkchannelusersyncApiResult 结构体

type AlibabawdkcouponcontractcreateAPIRequest added in v1.3.1

type AlibabawdkcouponcontractcreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkcouponcontractcreateAPIRequest 营销券合同创建接口 API请求 alibaba.wdk.coupon.contract.create

营销券合同创建接口

func NewAlibabawdkcouponcontractcreateRequest added in v1.3.1

func NewAlibabawdkcouponcontractcreateRequest() *AlibabawdkcouponcontractcreateAPIRequest

NewAlibabawdkcouponcontractcreateRequest 初始化AlibabawdkcouponcontractcreateAPIRequest对象

func (AlibabawdkcouponcontractcreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkcouponcontractcreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkcouponcontractcreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkcouponcontractcreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkcouponcontractcreateAPIRequest) GetCreateContractInstanceRequest added in v1.3.1

func (r AlibabawdkcouponcontractcreateAPIRequest) GetCreateContractInstanceRequest() *CreateContractInstanceRequest

GetCreateContractInstanceRequest CreateContractInstanceRequest Getter

func (AlibabawdkcouponcontractcreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkcouponcontractcreateAPIRequest) SetCreateContractInstanceRequest added in v1.3.1

func (r *AlibabawdkcouponcontractcreateAPIRequest) SetCreateContractInstanceRequest(_createContractInstanceRequest *CreateContractInstanceRequest) error

SetCreateContractInstanceRequest is CreateContractInstanceRequest Setter 调用入参

type AlibabawdkcouponcontractcreateAPIResponse added in v1.3.1

type AlibabawdkcouponcontractcreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkcouponcontractcreateAPIResponseModel
}

AlibabawdkcouponcontractcreateAPIResponse 营销券合同创建接口 API返回值 alibaba.wdk.coupon.contract.create

营销券合同创建接口

type AlibabawdkcouponcontractcreateAPIResponseModel added in v1.3.1

type AlibabawdkcouponcontractcreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_coupon_contract_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabawdkcouponcontractcreateApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkcouponcontractcreateAPIResponseModel is 营销券合同创建接口 成功返回结果

type AlibabawdkcouponcontractcreateApiResult added in v1.3.1

type AlibabawdkcouponcontractcreateApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误码说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 合同ID
	Model int64 `json:"model,omitempty" xml:"model,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkcouponcontractcreateApiResult 结构体

type AlibabawdkcoupontemplatequeryumpactidAPIRequest added in v1.3.1

type AlibabawdkcoupontemplatequeryumpactidAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkcoupontemplatequeryumpactidAPIRequest 通过券模板查询券活动id接口 API请求 alibaba.wdk.coupon.template.queryumpactid

当前大润发商家根据券模板创建券id,但订单回流的核销是根据券活动id回流的,大润发侧无法建立券模板和券活动的关联关系,导致大润发计算核销率比较困难,营销域增加通过券模板查询券活动id接口

func NewAlibabawdkcoupontemplatequeryumpactidRequest added in v1.3.1

func NewAlibabawdkcoupontemplatequeryumpactidRequest() *AlibabawdkcoupontemplatequeryumpactidAPIRequest

NewAlibabawdkcoupontemplatequeryumpactidRequest 初始化AlibabawdkcoupontemplatequeryumpactidAPIRequest对象

func (AlibabawdkcoupontemplatequeryumpactidAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkcoupontemplatequeryumpactidAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkcoupontemplatequeryumpactidAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkcoupontemplatequeryumpactidAPIRequest) GetSourceIds added in v1.3.1

GetSourceIds SourceIds Getter

func (AlibabawdkcoupontemplatequeryumpactidAPIRequest) GetWdkCouponType added in v1.3.1

GetWdkCouponType WdkCouponType Getter

func (*AlibabawdkcoupontemplatequeryumpactidAPIRequest) SetSourceIds added in v1.3.1

func (r *AlibabawdkcoupontemplatequeryumpactidAPIRequest) SetSourceIds(_sourceIds []string) error

SetSourceIds is SourceIds Setter 券模版id列表

func (*AlibabawdkcoupontemplatequeryumpactidAPIRequest) SetWdkCouponType added in v1.3.1

func (r *AlibabawdkcoupontemplatequeryumpactidAPIRequest) SetWdkCouponType(_wdkCouponType int64) error

SetWdkCouponType is WdkCouponType Setter 优惠券类型

type AlibabawdkcoupontemplatequeryumpactidAPIResponse added in v1.3.1

type AlibabawdkcoupontemplatequeryumpactidAPIResponse struct {
	model.CommonResponse
	AlibabawdkcoupontemplatequeryumpactidAPIResponseModel
}

AlibabawdkcoupontemplatequeryumpactidAPIResponse 通过券模板查询券活动id接口 API返回值 alibaba.wdk.coupon.template.queryumpactid

当前大润发商家根据券模板创建券id,但订单回流的核销是根据券活动id回流的,大润发侧无法建立券模板和券活动的关联关系,导致大润发计算核销率比较困难,营销域增加通过券模板查询券活动id接口

type AlibabawdkcoupontemplatequeryumpactidAPIResponseModel added in v1.3.1

type AlibabawdkcoupontemplatequeryumpactidAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_coupon_template_queryumpactid_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	ApiResult *AlibabawdkcoupontemplatequeryumpactidApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkcoupontemplatequeryumpactidAPIResponseModel is 通过券模板查询券活动id接口 成功返回结果

type AlibabawdkcoupontemplatequeryumpactidApiResult added in v1.3.1

type AlibabawdkcoupontemplatequeryumpactidApiResult struct {
	// 数据
	Models []CouponRelatedResponse `json:"models,omitempty" xml:"models>coupon_related_response,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// true为成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkcoupontemplatequeryumpactidApiResult 结构体

type AlibabawdkelemebilldetailgetAPIRequest added in v1.3.1

type AlibabawdkelemebilldetailgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkelemebilldetailgetAPIRequest 饿了么对账单查询,带订单明细 API请求 alibaba.wdk.eleme.bill.detail.get

查询饿了么对账单信息,带订单明细

func NewAlibabawdkelemebilldetailgetRequest added in v1.3.1

func NewAlibabawdkelemebilldetailgetRequest() *AlibabawdkelemebilldetailgetAPIRequest

NewAlibabawdkelemebilldetailgetRequest 初始化AlibabawdkelemebilldetailgetAPIRequest对象

func (AlibabawdkelemebilldetailgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkelemebilldetailgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkelemebilldetailgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkelemebilldetailgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkelemebilldetailgetAPIRequest) GetEleBillRequest added in v1.3.1

GetEleBillRequest EleBillRequest Getter

func (AlibabawdkelemebilldetailgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkelemebilldetailgetAPIRequest) SetEleBillRequest added in v1.3.1

func (r *AlibabawdkelemebilldetailgetAPIRequest) SetEleBillRequest(_eleBillRequest *EleBillRequest) error

SetEleBillRequest is EleBillRequest Setter 对账单查询参数

type AlibabawdkelemebilldetailgetAPIResponse added in v1.3.1

type AlibabawdkelemebilldetailgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkelemebilldetailgetAPIResponseModel
}

AlibabawdkelemebilldetailgetAPIResponse 饿了么对账单查询,带订单明细 API返回值 alibaba.wdk.eleme.bill.detail.get

查询饿了么对账单信息,带订单明细

type AlibabawdkelemebilldetailgetAPIResponseModel added in v1.3.1

type AlibabawdkelemebilldetailgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_eleme_bill_detail_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabawdkelemebilldetailgetApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkelemebilldetailgetAPIResponseModel is 饿了么对账单查询,带订单明细 成功返回结果

type AlibabawdkelemebilldetailgetApiResult added in v1.3.1

type AlibabawdkelemebilldetailgetApiResult struct {
	// 错误描述
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 账单信息
	Model *EleBillBo `json:"model,omitempty" xml:"model,omitempty"`
	// 调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkelemebilldetailgetApiResult 结构体

type AlibabawdkelemebillgetAPIRequest added in v1.3.1

type AlibabawdkelemebillgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkelemebillgetAPIRequest 饿了么日维度对账单查询 API请求 alibaba.wdk.eleme.bill.get

查询饿了么日维度对账单信息

func NewAlibabawdkelemebillgetRequest added in v1.3.1

func NewAlibabawdkelemebillgetRequest() *AlibabawdkelemebillgetAPIRequest

NewAlibabawdkelemebillgetRequest 初始化AlibabawdkelemebillgetAPIRequest对象

func (AlibabawdkelemebillgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkelemebillgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkelemebillgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkelemebillgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkelemebillgetAPIRequest) GetEleBillRequest added in v1.3.1

func (r AlibabawdkelemebillgetAPIRequest) GetEleBillRequest() *EleBillRequest

GetEleBillRequest EleBillRequest Getter

func (AlibabawdkelemebillgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkelemebillgetAPIRequest) SetEleBillRequest added in v1.3.1

func (r *AlibabawdkelemebillgetAPIRequest) SetEleBillRequest(_eleBillRequest *EleBillRequest) error

SetEleBillRequest is EleBillRequest Setter 对账单查询参数

type AlibabawdkelemebillgetAPIResponse added in v1.3.1

type AlibabawdkelemebillgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkelemebillgetAPIResponseModel
}

AlibabawdkelemebillgetAPIResponse 饿了么日维度对账单查询 API返回值 alibaba.wdk.eleme.bill.get

查询饿了么日维度对账单信息

type AlibabawdkelemebillgetAPIResponseModel added in v1.3.1

type AlibabawdkelemebillgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_eleme_bill_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabawdkelemebillgetApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkelemebillgetAPIResponseModel is 饿了么日维度对账单查询 成功返回结果

type AlibabawdkelemebillgetApiResult added in v1.3.1

type AlibabawdkelemebillgetApiResult struct {
	// 错误描述
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 账单信息
	Model *EleBillBo `json:"model,omitempty" xml:"model,omitempty"`
	// 调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkelemebillgetApiResult 结构体

type AlibabawdkfinanceorderbackflowAPIRequest added in v1.3.1

type AlibabawdkfinanceorderbackflowAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfinanceorderbackflowAPIRequest 财务订单回流 API请求 alibaba.wdk.finance.order.backflow

星巴克拉取财务订单回流数据

func NewAlibabawdkfinanceorderbackflowRequest added in v1.3.1

func NewAlibabawdkfinanceorderbackflowRequest() *AlibabawdkfinanceorderbackflowAPIRequest

NewAlibabawdkfinanceorderbackflowRequest 初始化AlibabawdkfinanceorderbackflowAPIRequest对象

func (AlibabawdkfinanceorderbackflowAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkfinanceorderbackflowAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfinanceorderbackflowAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkfinanceorderbackflowAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfinanceorderbackflowAPIRequest) GetFinanceOrderDetailRequest added in v1.3.1

func (r AlibabawdkfinanceorderbackflowAPIRequest) GetFinanceOrderDetailRequest() *FinanceOrderDetailRequest

GetFinanceOrderDetailRequest FinanceOrderDetailRequest Getter

func (AlibabawdkfinanceorderbackflowAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfinanceorderbackflowAPIRequest) SetFinanceOrderDetailRequest added in v1.3.1

func (r *AlibabawdkfinanceorderbackflowAPIRequest) SetFinanceOrderDetailRequest(_financeOrderDetailRequest *FinanceOrderDetailRequest) error

SetFinanceOrderDetailRequest is FinanceOrderDetailRequest Setter 财务订单回流入参

type AlibabawdkfinanceorderbackflowAPIResponse added in v1.3.1

type AlibabawdkfinanceorderbackflowAPIResponse struct {
	model.CommonResponse
	AlibabawdkfinanceorderbackflowAPIResponseModel
}

AlibabawdkfinanceorderbackflowAPIResponse 财务订单回流 API返回值 alibaba.wdk.finance.order.backflow

星巴克拉取财务订单回流数据

type AlibabawdkfinanceorderbackflowAPIResponseModel added in v1.3.1

type AlibabawdkfinanceorderbackflowAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_finance_order_backflow_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	ApiResult *AlibabawdkfinanceorderbackflowApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkfinanceorderbackflowAPIResponseModel is 财务订单回流 成功返回结果

type AlibabawdkfinanceorderbackflowApiResult added in v1.3.1

type AlibabawdkfinanceorderbackflowApiResult struct {
	// 调用接口返回错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用接口返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用接口返回的具体结果
	Models *FinanceOrderDetailResponse `json:"models,omitempty" xml:"models,omitempty"`
	// 调用接口返回成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkfinanceorderbackflowApiResult 结构体

type AlibabawdkfulfillbatchontaskstatuschangedAPIRequest added in v1.3.1

type AlibabawdkfulfillbatchontaskstatuschangedAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillbatchontaskstatuschangedAPIRequest 物流管控作业状态回传 API请求 alibaba.wdk.fulfill.batch.on.task.status.changed

物流管控作业状态回传

func NewAlibabawdkfulfillbatchontaskstatuschangedRequest added in v1.3.1

func NewAlibabawdkfulfillbatchontaskstatuschangedRequest() *AlibabawdkfulfillbatchontaskstatuschangedAPIRequest

NewAlibabawdkfulfillbatchontaskstatuschangedRequest 初始化AlibabawdkfulfillbatchontaskstatuschangedAPIRequest对象

func (AlibabawdkfulfillbatchontaskstatuschangedAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillbatchontaskstatuschangedAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillbatchontaskstatuschangedAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkfulfillbatchontaskstatuschangedAPIRequest) GetTaskStatus added in v1.3.1

GetTaskStatus TaskStatus Getter

func (*AlibabawdkfulfillbatchontaskstatuschangedAPIRequest) SetTaskStatus added in v1.3.1

SetTaskStatus is TaskStatus Setter 作业状态回传对象

type AlibabawdkfulfillbatchontaskstatuschangedAPIResponse added in v1.3.1

type AlibabawdkfulfillbatchontaskstatuschangedAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillbatchontaskstatuschangedAPIResponseModel
}

AlibabawdkfulfillbatchontaskstatuschangedAPIResponse 物流管控作业状态回传 API返回值 alibaba.wdk.fulfill.batch.on.task.status.changed

物流管控作业状态回传

type AlibabawdkfulfillbatchontaskstatuschangedAPIResponseModel added in v1.3.1

type AlibabawdkfulfillbatchontaskstatuschangedAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_batch_on_task_status_changed_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// fulfillLogisticSingleResult
	FulfillLogisticSingleResult *FulfillLogisticDefaultResult `json:"fulfill_logistic_single_result,omitempty" xml:"fulfill_logistic_single_result,omitempty"`
}

AlibabawdkfulfillbatchontaskstatuschangedAPIResponseModel is 物流管控作业状态回传 成功返回结果

type AlibabawdkfulfillbatchquerybybatchidsAPIRequest added in v1.3.1

type AlibabawdkfulfillbatchquerybybatchidsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillbatchquerybybatchidsAPIRequest 作业小票查询接口 API请求 alibaba.wdk.fulfill.batch.query.by.batchids

根据节点等条件查询履约单小票信息

func NewAlibabawdkfulfillbatchquerybybatchidsRequest added in v1.3.1

func NewAlibabawdkfulfillbatchquerybybatchidsRequest() *AlibabawdkfulfillbatchquerybybatchidsAPIRequest

NewAlibabawdkfulfillbatchquerybybatchidsRequest 初始化AlibabawdkfulfillbatchquerybybatchidsAPIRequest对象

func (AlibabawdkfulfillbatchquerybybatchidsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillbatchquerybybatchidsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillbatchquerybybatchidsAPIRequest) GetBatchIds added in v1.3.1

GetBatchIds BatchIds Getter

func (AlibabawdkfulfillbatchquerybybatchidsAPIRequest) GetNodeCode added in v1.3.1

GetNodeCode NodeCode Getter

func (AlibabawdkfulfillbatchquerybybatchidsAPIRequest) GetNodeType added in v1.3.1

GetNodeType NodeType Getter

func (AlibabawdkfulfillbatchquerybybatchidsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfulfillbatchquerybybatchidsAPIRequest) SetBatchIds added in v1.3.1

func (r *AlibabawdkfulfillbatchquerybybatchidsAPIRequest) SetBatchIds(_batchIds []string) error

SetBatchIds is BatchIds Setter 批次号列表

func (*AlibabawdkfulfillbatchquerybybatchidsAPIRequest) SetNodeCode added in v1.3.1

SetNodeCode is NodeCode Setter warehouseCode, 出库仓,由基础店仓维护,盒马全域统一,

func (*AlibabawdkfulfillbatchquerybybatchidsAPIRequest) SetNodeType added in v1.3.1

SetNodeType is NodeType Setter 作业节点类型: WAREHOUSE:仓 DELIVERY_DOCK:配送站 SHOP:经营店

type AlibabawdkfulfillbatchquerybybatchidsAPIResponse added in v1.3.1

type AlibabawdkfulfillbatchquerybybatchidsAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillbatchquerybybatchidsAPIResponseModel
}

AlibabawdkfulfillbatchquerybybatchidsAPIResponse 作业小票查询接口 API返回值 alibaba.wdk.fulfill.batch.query.by.batchids

根据节点等条件查询履约单小票信息

type AlibabawdkfulfillbatchquerybybatchidsAPIResponseModel added in v1.3.1

type AlibabawdkfulfillbatchquerybybatchidsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_batch_query_by_batchids_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询结果对象
	FulfillLogisticListResult *FulfillLogisticListResult `json:"fulfill_logistic_list_result,omitempty" xml:"fulfill_logistic_list_result,omitempty"`
}

AlibabawdkfulfillbatchquerybybatchidsAPIResponseModel is 作业小票查询接口 成功返回结果

type AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest added in v1.3.1

type AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest 退仓结果回传 API请求 alibaba.wdk.fulfill.bill.return.warehouse.on.task.status.changed

退货入仓结果回传

func NewAlibabawdkfulfillbillreturnwarehouseontaskstatuschangedRequest added in v1.3.1

func NewAlibabawdkfulfillbillreturnwarehouseontaskstatuschangedRequest() *AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest

NewAlibabawdkfulfillbillreturnwarehouseontaskstatuschangedRequest 初始化AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest对象

func (AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest) GetReturnWarehouseResult added in v1.3.1

GetReturnWarehouseResult ReturnWarehouseResult Getter

func (*AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest) SetReturnWarehouseResult added in v1.3.1

func (r *AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIRequest) SetReturnWarehouseResult(_returnWarehouseResult *ReturnWarehouseResult) error

SetReturnWarehouseResult is ReturnWarehouseResult Setter 退仓结果

type AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIResponse added in v1.3.1

type AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIResponseModel
}

AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIResponse 退仓结果回传 API返回值 alibaba.wdk.fulfill.bill.return.warehouse.on.task.status.changed

退货入仓结果回传

type AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIResponseModel added in v1.3.1

type AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_bill_return_warehouse_on_task_status_changed_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// fulfillVoidResult
	Result *FulfillVoidResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkfulfillbillreturnwarehouseontaskstatuschangedAPIResponseModel is 退仓结果回传 成功返回结果

type AlibabawdkfulfillboxpostbackboxAPIRequest added in v1.3.1

type AlibabawdkfulfillboxpostbackboxAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillboxpostbackboxAPIRequest RT收箱回传 API请求 alibaba.wdk.fulfill.box.post.back.box

RT收箱后,信息同步履约,履约同通知UMS 容器管理

func NewAlibabawdkfulfillboxpostbackboxRequest added in v1.3.1

func NewAlibabawdkfulfillboxpostbackboxRequest() *AlibabawdkfulfillboxpostbackboxAPIRequest

NewAlibabawdkfulfillboxpostbackboxRequest 初始化AlibabawdkfulfillboxpostbackboxAPIRequest对象

func (AlibabawdkfulfillboxpostbackboxAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillboxpostbackboxAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkfulfillboxpostbackboxAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillboxpostbackboxAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkfulfillboxpostbackboxAPIRequest) GetReturnBoxContainerRequest added in v1.3.1

func (r AlibabawdkfulfillboxpostbackboxAPIRequest) GetReturnBoxContainerRequest() *ReturnBoxContainerRequest

GetReturnBoxContainerRequest ReturnBoxContainerRequest Getter

func (*AlibabawdkfulfillboxpostbackboxAPIRequest) SetReturnBoxContainerRequest added in v1.3.1

func (r *AlibabawdkfulfillboxpostbackboxAPIRequest) SetReturnBoxContainerRequest(_returnBoxContainerRequest *ReturnBoxContainerRequest) error

SetReturnBoxContainerRequest is ReturnBoxContainerRequest Setter RT收箱回传请求参数

type AlibabawdkfulfillboxpostbackboxAPIResponse added in v1.3.1

type AlibabawdkfulfillboxpostbackboxAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillboxpostbackboxAPIResponseModel
}

AlibabawdkfulfillboxpostbackboxAPIResponse RT收箱回传 API返回值 alibaba.wdk.fulfill.box.post.back.box

RT收箱后,信息同步履约,履约同通知UMS 容器管理

type AlibabawdkfulfillboxpostbackboxAPIResponseModel added in v1.3.1

type AlibabawdkfulfillboxpostbackboxAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_box_post_back_box_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// fulfillLogisticSingleResult
	FulfillLogisticSingleResult *FulfillLogisticDefaultResult `json:"fulfill_logistic_single_result,omitempty" xml:"fulfill_logistic_single_result,omitempty"`
}

AlibabawdkfulfillboxpostbackboxAPIResponseModel is RT收箱回传 成功返回结果

type AlibabawdkfulfillconfigreadlimitorderAPIRequest added in v1.3.1

type AlibabawdkfulfillconfigreadlimitorderAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillconfigreadlimitorderAPIRequest 根据仓code查询仓限单配置 API请求 alibaba.wdk.fulfill.config.read.limit.order

根据仓code查询仓限单配置

func NewAlibabawdkfulfillconfigreadlimitorderRequest added in v1.3.1

func NewAlibabawdkfulfillconfigreadlimitorderRequest() *AlibabawdkfulfillconfigreadlimitorderAPIRequest

NewAlibabawdkfulfillconfigreadlimitorderRequest 初始化AlibabawdkfulfillconfigreadlimitorderAPIRequest对象

func (AlibabawdkfulfillconfigreadlimitorderAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillconfigreadlimitorderAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillconfigreadlimitorderAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkfulfillconfigreadlimitorderAPIRequest) GetWarehouseCodeList added in v1.3.1

func (r AlibabawdkfulfillconfigreadlimitorderAPIRequest) GetWarehouseCodeList() []string

GetWarehouseCodeList WarehouseCodeList Getter

func (*AlibabawdkfulfillconfigreadlimitorderAPIRequest) SetWarehouseCodeList added in v1.3.1

func (r *AlibabawdkfulfillconfigreadlimitorderAPIRequest) SetWarehouseCodeList(_warehouseCodeList []string) error

SetWarehouseCodeList is WarehouseCodeList Setter 仓code集合

type AlibabawdkfulfillconfigreadlimitorderAPIResponse added in v1.3.1

type AlibabawdkfulfillconfigreadlimitorderAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillconfigreadlimitorderAPIResponseModel
}

AlibabawdkfulfillconfigreadlimitorderAPIResponse 根据仓code查询仓限单配置 API返回值 alibaba.wdk.fulfill.config.read.limit.order

根据仓code查询仓限单配置

type AlibabawdkfulfillconfigreadlimitorderAPIResponseModel added in v1.3.1

type AlibabawdkfulfillconfigreadlimitorderAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_config_read_limit_order_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Results []string `json:"results,omitempty" xml:"results>string,omitempty"`
}

AlibabawdkfulfillconfigreadlimitorderAPIResponseModel is 根据仓code查询仓限单配置 成功返回结果

type AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest added in v1.3.1

type AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest 末端配配送作业回传 API请求 alibaba.wdk.fulfill.dms.delivery.work.order.callback

末端配配送作业回传。

func NewAlibabawdkfulfilldmsdeliveryworkordercallbackRequest added in v1.3.1

func NewAlibabawdkfulfilldmsdeliveryworkordercallbackRequest() *AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest

NewAlibabawdkfulfilldmsdeliveryworkordercallbackRequest 初始化AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest对象

func (AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest) GetCallbackOrder added in v1.3.1

GetCallbackOrder CallbackOrder Getter

func (AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfulfilldmsdeliveryworkordercallbackAPIRequest) SetCallbackOrder added in v1.3.1

SetCallbackOrder is CallbackOrder Setter 作业单回传对象

type AlibabawdkfulfilldmsdeliveryworkordercallbackAPIResponse added in v1.3.1

type AlibabawdkfulfilldmsdeliveryworkordercallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfilldmsdeliveryworkordercallbackAPIResponseModel
}

AlibabawdkfulfilldmsdeliveryworkordercallbackAPIResponse 末端配配送作业回传 API返回值 alibaba.wdk.fulfill.dms.delivery.work.order.callback

末端配配送作业回传。

type AlibabawdkfulfilldmsdeliveryworkordercallbackAPIResponseModel added in v1.3.1

type AlibabawdkfulfilldmsdeliveryworkordercallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_dms_delivery_work_order_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应提示信息
	RespMessage string `json:"resp_message,omitempty" xml:"resp_message,omitempty"`
	// 返回码: SUCCESS:作业批次接收成功 SYSTEM_ERROR :系统异常(指令可重发) PARAM_ERROR :参数错误(指令不可重发,监控报警) BUSINESS_ERROR:业务异常(指令不可重发,监控报警)
	RespCode string `json:"resp_code,omitempty" xml:"resp_code,omitempty"`
	// 是否成功:true 调用成功; false 调用失败
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkfulfilldmsdeliveryworkordercallbackAPIResponseModel is 末端配配送作业回传 成功返回结果

type AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest added in v1.3.1

type AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest 北京小蜜蜂配作业回传 API请求 alibaba.wdk.fulfill.dms.ebeecake.work.order.callback

北京小蜜蜂配作业回传。

func NewAlibabawdkfulfilldmsebeecakeworkordercallbackRequest added in v1.3.1

func NewAlibabawdkfulfilldmsebeecakeworkordercallbackRequest() *AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest

NewAlibabawdkfulfilldmsebeecakeworkordercallbackRequest 初始化AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest对象

func (AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest) GetCallbackOrder added in v1.3.1

GetCallbackOrder CallbackOrder Getter

func (AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfulfilldmsebeecakeworkordercallbackAPIRequest) SetCallbackOrder added in v1.3.1

SetCallbackOrder is CallbackOrder Setter 作业单回传对象

type AlibabawdkfulfilldmsebeecakeworkordercallbackAPIResponse added in v1.3.1

type AlibabawdkfulfilldmsebeecakeworkordercallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfilldmsebeecakeworkordercallbackAPIResponseModel
}

AlibabawdkfulfilldmsebeecakeworkordercallbackAPIResponse 北京小蜜蜂配作业回传 API返回值 alibaba.wdk.fulfill.dms.ebeecake.work.order.callback

北京小蜜蜂配作业回传。

type AlibabawdkfulfilldmsebeecakeworkordercallbackAPIResponseModel added in v1.3.1

type AlibabawdkfulfilldmsebeecakeworkordercallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_dms_ebeecake_work_order_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应提示信息
	RespMessage string `json:"resp_message,omitempty" xml:"resp_message,omitempty"`
	// 响应code
	RespCode string `json:"resp_code,omitempty" xml:"resp_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkfulfilldmsebeecakeworkordercallbackAPIResponseModel is 北京小蜜蜂配作业回传 成功返回结果

type AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest added in v1.3.1

type AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest 每日优鲜仓作业单回传接口 API请求 alibaba.wdk.fulfill.missfresh.warehouse.work.order.callback

家乐福仓作业单回传接口

func NewAlibabawdkfulfillmissfreshwarehouseworkordercallbackRequest added in v1.3.1

func NewAlibabawdkfulfillmissfreshwarehouseworkordercallbackRequest() *AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest

NewAlibabawdkfulfillmissfreshwarehouseworkordercallbackRequest 初始化AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest对象

func (AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest) GetCallbackOrder added in v1.3.1

GetCallbackOrder CallbackOrder Getter

func (AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIRequest) SetCallbackOrder added in v1.3.1

SetCallbackOrder is CallbackOrder Setter 作业单回传对象

type AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIResponse added in v1.3.1

type AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIResponseModel
}

AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIResponse 每日优鲜仓作业单回传接口 API返回值 alibaba.wdk.fulfill.missfresh.warehouse.work.order.callback

家乐福仓作业单回传接口

type AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIResponseModel added in v1.3.1

type AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_missfresh_warehouse_work_order_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应提示信息
	RespMessage string `json:"resp_message,omitempty" xml:"resp_message,omitempty"`
	// 响应code
	RespCode string `json:"resp_code,omitempty" xml:"resp_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkfulfillmissfreshwarehouseworkordercallbackAPIResponseModel is 每日优鲜仓作业单回传接口 成功返回结果

type AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest added in v1.3.1

type AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest 大润发B2C仓作业单回传接口 API请求 alibaba.wdk.fulfill.rt.btoc.warehouse.work.order.callback

大润发B2C仓作业单回传接口

func NewAlibabawdkfulfillrtbtocwarehouseworkordercallbackRequest added in v1.3.1

func NewAlibabawdkfulfillrtbtocwarehouseworkordercallbackRequest() *AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest

NewAlibabawdkfulfillrtbtocwarehouseworkordercallbackRequest 初始化AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest对象

func (AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest) GetCallbackOrder added in v1.3.1

GetCallbackOrder CallbackOrder Getter

func (AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIRequest) SetCallbackOrder added in v1.3.1

SetCallbackOrder is CallbackOrder Setter 作业单回传对象

type AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIResponse added in v1.3.1

type AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIResponseModel
}

AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIResponse 大润发B2C仓作业单回传接口 API返回值 alibaba.wdk.fulfill.rt.btoc.warehouse.work.order.callback

大润发B2C仓作业单回传接口

type AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIResponseModel added in v1.3.1

type AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_rt_btoc_warehouse_work_order_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应提示信息
	RespMessage string `json:"resp_message,omitempty" xml:"resp_message,omitempty"`
	// 响应code
	RespCode string `json:"resp_code,omitempty" xml:"resp_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkfulfillrtbtocwarehouseworkordercallbackAPIResponseModel is 大润发B2C仓作业单回传接口 成功返回结果

type AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest added in v1.3.1

type AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest 顺丰仓作业回传 API请求 alibaba.wdk.fulfill.sf.btoc.fms.wms.work.order.callback

顺丰仓作业单回传接口

func NewAlibabawdkfulfillsfbtocfmswmsworkordercallbackRequest added in v1.3.1

func NewAlibabawdkfulfillsfbtocfmswmsworkordercallbackRequest() *AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest

NewAlibabawdkfulfillsfbtocfmswmsworkordercallbackRequest 初始化AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest对象

func (AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest) GetCallbackOrder added in v1.3.1

GetCallbackOrder CallbackOrder Getter

func (AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIRequest) SetCallbackOrder added in v1.3.1

SetCallbackOrder is CallbackOrder Setter 作业单回传对象

type AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIResponse added in v1.3.1

type AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIResponseModel
}

AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIResponse 顺丰仓作业回传 API返回值 alibaba.wdk.fulfill.sf.btoc.fms.wms.work.order.callback

顺丰仓作业单回传接口

type AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIResponseModel added in v1.3.1

type AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_sf_btoc_fms_wms_work_order_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应提示信息
	RespMessage string `json:"resp_message,omitempty" xml:"resp_message,omitempty"`
	// 响应code(SUCCESS:回传成功; SYSTEM_ERROR :系统异常; PARAM_ERROR :参数错误; BUSINESS_ERROR:业务异常;)
	RespCode string `json:"resp_code,omitempty" xml:"resp_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkfulfillsfbtocfmswmsworkordercallbackAPIResponseModel is 顺丰仓作业回传 成功返回结果

type AlibabawdkfulfillwarehouseworkordercallbackAPIRequest added in v1.3.1

type AlibabawdkfulfillwarehouseworkordercallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillwarehouseworkordercallbackAPIRequest 标准化仓作业单回传接口 API请求 alibaba.wdk.fulfill.warehouse.work.order.callback

标准化仓作业单回传接口

func NewAlibabawdkfulfillwarehouseworkordercallbackRequest added in v1.3.1

func NewAlibabawdkfulfillwarehouseworkordercallbackRequest() *AlibabawdkfulfillwarehouseworkordercallbackAPIRequest

NewAlibabawdkfulfillwarehouseworkordercallbackRequest 初始化AlibabawdkfulfillwarehouseworkordercallbackAPIRequest对象

func (AlibabawdkfulfillwarehouseworkordercallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillwarehouseworkordercallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillwarehouseworkordercallbackAPIRequest) GetCallbackOrder added in v1.3.1

GetCallbackOrder CallbackOrder Getter

func (AlibabawdkfulfillwarehouseworkordercallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkfulfillwarehouseworkordercallbackAPIRequest) SetCallbackOrder added in v1.3.1

SetCallbackOrder is CallbackOrder Setter 作业单回传对象

type AlibabawdkfulfillwarehouseworkordercallbackAPIResponse added in v1.3.1

type AlibabawdkfulfillwarehouseworkordercallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillwarehouseworkordercallbackAPIResponseModel
}

AlibabawdkfulfillwarehouseworkordercallbackAPIResponse 标准化仓作业单回传接口 API返回值 alibaba.wdk.fulfill.warehouse.work.order.callback

标准化仓作业单回传接口

type AlibabawdkfulfillwarehouseworkordercallbackAPIResponseModel added in v1.3.1

type AlibabawdkfulfillwarehouseworkordercallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_warehouse_work_order_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应提示信息
	RespMessage string `json:"resp_message,omitempty" xml:"resp_message,omitempty"`
	// 响应code
	RespCode string `json:"resp_code,omitempty" xml:"resp_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkfulfillwarehouseworkordercallbackAPIResponseModel is 标准化仓作业单回传接口 成功返回结果

type AlibabawdkfulfillwarehouseworkordersealboxAPIRequest added in v1.3.1

type AlibabawdkfulfillwarehouseworkordersealboxAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkfulfillwarehouseworkordersealboxAPIRequest 仓封箱回告 API请求 alibaba.wdk.fulfill.warehouse.work.order.sealbox

仓封箱回告箱与包裹的关系

func NewAlibabawdkfulfillwarehouseworkordersealboxRequest added in v1.3.1

func NewAlibabawdkfulfillwarehouseworkordersealboxRequest() *AlibabawdkfulfillwarehouseworkordersealboxAPIRequest

NewAlibabawdkfulfillwarehouseworkordersealboxRequest 初始化AlibabawdkfulfillwarehouseworkordersealboxAPIRequest对象

func (AlibabawdkfulfillwarehouseworkordersealboxAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkfulfillwarehouseworkordersealboxAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkfulfillwarehouseworkordersealboxAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkfulfillwarehouseworkordersealboxAPIRequest) GetSameTownBox added in v1.3.1

GetSameTownBox SameTownBox Getter

func (*AlibabawdkfulfillwarehouseworkordersealboxAPIRequest) SetSameTownBox added in v1.3.1

SetSameTownBox is SameTownBox Setter 同城交付物箱

type AlibabawdkfulfillwarehouseworkordersealboxAPIResponse added in v1.3.1

type AlibabawdkfulfillwarehouseworkordersealboxAPIResponse struct {
	model.CommonResponse
	AlibabawdkfulfillwarehouseworkordersealboxAPIResponseModel
}

AlibabawdkfulfillwarehouseworkordersealboxAPIResponse 仓封箱回告 API返回值 alibaba.wdk.fulfill.warehouse.work.order.sealbox

仓封箱回告箱与包裹的关系

type AlibabawdkfulfillwarehouseworkordersealboxAPIResponseModel added in v1.3.1

type AlibabawdkfulfillwarehouseworkordersealboxAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_fulfill_warehouse_work_order_sealbox_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 失败返回原因
	RespMessage string `json:"resp_message,omitempty" xml:"resp_message,omitempty"`
	// 成功失败码
	RespCode string `json:"resp_code,omitempty" xml:"resp_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkfulfillwarehouseworkordersealboxAPIResponseModel is 仓封箱回告 成功返回结果

type AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest added in v1.3.1

type AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest 摩卡确认入职后往入职单据表写数据接口 API请求 alibaba.wdk.hrworkbench.moka.entry.receipt.write

摩卡确认入职后往入职单据表写数据接口

func NewAlibabawdkhrworkbenchmokaentryreceiptwriteRequest added in v1.3.1

func NewAlibabawdkhrworkbenchmokaentryreceiptwriteRequest() *AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest

NewAlibabawdkhrworkbenchmokaentryreceiptwriteRequest 初始化AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest对象

func (AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest) GetParamSyncEntryReceiptRequest added in v1.3.1

GetParamSyncEntryReceiptRequest ParamSyncEntryReceiptRequest Getter

func (AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest) SetParamSyncEntryReceiptRequest added in v1.3.1

func (r *AlibabawdkhrworkbenchmokaentryreceiptwriteAPIRequest) SetParamSyncEntryReceiptRequest(_paramSyncEntryReceiptRequest *SyncEntryReceiptRequest) error

SetParamSyncEntryReceiptRequest is ParamSyncEntryReceiptRequest Setter 确认入职后入职单据请求

type AlibabawdkhrworkbenchmokaentryreceiptwriteAPIResponse added in v1.3.1

type AlibabawdkhrworkbenchmokaentryreceiptwriteAPIResponse struct {
	model.CommonResponse
	AlibabawdkhrworkbenchmokaentryreceiptwriteAPIResponseModel
}

AlibabawdkhrworkbenchmokaentryreceiptwriteAPIResponse 摩卡确认入职后往入职单据表写数据接口 API返回值 alibaba.wdk.hrworkbench.moka.entry.receipt.write

摩卡确认入职后往入职单据表写数据接口

type AlibabawdkhrworkbenchmokaentryreceiptwriteAPIResponseModel added in v1.3.1

type AlibabawdkhrworkbenchmokaentryreceiptwriteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_hrworkbench_moka_entry_receipt_write_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// trace_id
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`
	// data
	Data bool `json:"data,omitempty" xml:"data,omitempty"`
	// 失败
	Fail bool `json:"fail,omitempty" xml:"fail,omitempty"`
	// 成功并且结果非空
	SuccAndNotNull bool `json:"succ_and_not_null,omitempty" xml:"succ_and_not_null,omitempty"`
	// 成功结果为空
	SuccAndNull bool `json:"succ_and_null,omitempty" xml:"succ_and_null,omitempty"`
}

AlibabawdkhrworkbenchmokaentryreceiptwriteAPIResponseModel is 摩卡确认入职后往入职单据表写数据接口 成功返回结果

type AlibabawdkitemcategoryupdateAPIRequest added in v1.3.1

type AlibabawdkitemcategoryupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkitemcategoryupdateAPIRequest 修改类目 API请求 alibaba.wdk.item.category.update

修改类目

func NewAlibabawdkitemcategoryupdateRequest added in v1.3.1

func NewAlibabawdkitemcategoryupdateRequest() *AlibabawdkitemcategoryupdateAPIRequest

NewAlibabawdkitemcategoryupdateRequest 初始化AlibabawdkitemcategoryupdateAPIRequest对象

func (AlibabawdkitemcategoryupdateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkitemcategoryupdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkitemcategoryupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkitemcategoryupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkitemcategoryupdateAPIRequest) GetBean added in v1.3.1

GetBean Bean Getter

func (AlibabawdkitemcategoryupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkitemcategoryupdateAPIRequest) SetBean added in v1.3.1

SetBean is Bean Setter 入参

type AlibabawdkitemcategoryupdateAPIResponse added in v1.3.1

type AlibabawdkitemcategoryupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkitemcategoryupdateAPIResponseModel
}

AlibabawdkitemcategoryupdateAPIResponse 修改类目 API返回值 alibaba.wdk.item.category.update

修改类目

type AlibabawdkitemcategoryupdateAPIResponseModel added in v1.3.1

type AlibabawdkitemcategoryupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_category_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkitemcategoryupdateResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkitemcategoryupdateAPIResponseModel is 修改类目 成功返回结果

type AlibabawdkitemcategoryupdateResult added in v1.3.1

type AlibabawdkitemcategoryupdateResult struct {
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// errorDesc
	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkitemcategoryupdateResult 结构体

type AlibabawdkitemchangepricequeryAPIRequest added in v1.3.1

type AlibabawdkitemchangepricequeryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkitemchangepricequeryAPIRequest 按照价格变更时间段,查询会变更价格的单据的商品 API请求 alibaba.wdk.item.changeprice.query

*

  • 按照价格变更时间段,查询会变更价格的单据的商品
  • 传入QueryPriceChangeTypeEnum.BASE_PRICE,返回变价时间在startTime-endTime之间的所有单据
  • 传入QueryPriceChangeTypeEnum.SKU_PROMOTION_START,
  • 返回活动开始时间在 startTime<=活动开始时间<endTime 之间的所有单品促销单据
  • 传入QueryPriceChangeTypeEnum.SKU_PROMOTION_END,
  • 返回活动结束时间在 startTime<=活动结束时间<endTime 之间的所有单品促销单据

func NewAlibabawdkitemchangepricequeryRequest added in v1.3.1

func NewAlibabawdkitemchangepricequeryRequest() *AlibabawdkitemchangepricequeryAPIRequest

NewAlibabawdkitemchangepricequeryRequest 初始化AlibabawdkitemchangepricequeryAPIRequest对象

func (AlibabawdkitemchangepricequeryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkitemchangepricequeryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkitemchangepricequeryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkitemchangepricequeryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkitemchangepricequeryAPIRequest) GetEndTime added in v1.3.1

GetEndTime EndTime Getter

func (AlibabawdkitemchangepricequeryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkitemchangepricequeryAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdkitemchangepricequeryAPIRequest) GetStartTime added in v1.3.1

GetStartTime StartTime Getter

func (AlibabawdkitemchangepricequeryAPIRequest) GetType added in v1.3.1

GetType Type Getter

func (*AlibabawdkitemchangepricequeryAPIRequest) SetEndTime added in v1.3.1

func (r *AlibabawdkitemchangepricequeryAPIRequest) SetEndTime(_endTime string) error

SetEndTime is EndTime Setter 结束时间,结束时间-开始时间不能超过48小时

func (*AlibabawdkitemchangepricequeryAPIRequest) SetShopId added in v1.3.1

SetShopId is ShopId Setter 渠道店id

func (*AlibabawdkitemchangepricequeryAPIRequest) SetStartTime added in v1.3.1

func (r *AlibabawdkitemchangepricequeryAPIRequest) SetStartTime(_startTime string) error

SetStartTime is StartTime Setter 开始时间

func (*AlibabawdkitemchangepricequeryAPIRequest) SetType added in v1.3.1

SetType is Type Setter 变价的类型 * 查询变价的单据专用

type AlibabawdkitemchangepricequeryAPIResponse added in v1.3.1

type AlibabawdkitemchangepricequeryAPIResponse struct {
	model.CommonResponse
	AlibabawdkitemchangepricequeryAPIResponseModel
}

AlibabawdkitemchangepricequeryAPIResponse 按照价格变更时间段,查询会变更价格的单据的商品 API返回值 alibaba.wdk.item.changeprice.query

*

  • 按照价格变更时间段,查询会变更价格的单据的商品
  • 传入QueryPriceChangeTypeEnum.BASE_PRICE,返回变价时间在startTime-endTime之间的所有单据
  • 传入QueryPriceChangeTypeEnum.SKU_PROMOTION_START,
  • 返回活动开始时间在 startTime<=活动开始时间<endTime 之间的所有单品促销单据
  • 传入QueryPriceChangeTypeEnum.SKU_PROMOTION_END,
  • 返回活动结束时间在 startTime<=活动结束时间<endTime 之间的所有单品促销单据

type AlibabawdkitemchangepricequeryAPIResponseModel added in v1.3.1

type AlibabawdkitemchangepricequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_changeprice_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabawdkitemchangepricequeryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkitemchangepricequeryAPIResponseModel is 按照价格变更时间段,查询会变更价格的单据的商品 成功返回结果

type AlibabawdkitemchangepricequeryResult added in v1.3.1

type AlibabawdkitemchangepricequeryResult struct {
	// 返回的商品改价单
	Models []string `json:"models,omitempty" xml:"models>string,omitempty"`
	// 结果码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 结果文案
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkitemchangepricequeryResult 结构体

type AlibabawdkitemcurrentpricequeryAPIRequest added in v1.3.1

type AlibabawdkitemcurrentpricequeryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkitemcurrentpricequeryAPIRequest 查询商品当前价格 API请求 alibaba.wdk.item.currentprice.query

通过渠道店id/sku编码/渠道查询商品当前价格,一次请求商品数量<=20,返回结果key为skuCode

func NewAlibabawdkitemcurrentpricequeryRequest added in v1.3.1

func NewAlibabawdkitemcurrentpricequeryRequest() *AlibabawdkitemcurrentpricequeryAPIRequest

NewAlibabawdkitemcurrentpricequeryRequest 初始化AlibabawdkitemcurrentpricequeryAPIRequest对象

func (AlibabawdkitemcurrentpricequeryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkitemcurrentpricequeryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkitemcurrentpricequeryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkitemcurrentpricequeryAPIRequest) GetOrderChannelCode added in v1.3.1

func (r AlibabawdkitemcurrentpricequeryAPIRequest) GetOrderChannelCode() string

GetOrderChannelCode OrderChannelCode Getter

func (AlibabawdkitemcurrentpricequeryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkitemcurrentpricequeryAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdkitemcurrentpricequeryAPIRequest) GetSkuCodes added in v1.3.1

GetSkuCodes SkuCodes Getter

func (*AlibabawdkitemcurrentpricequeryAPIRequest) SetOrderChannelCode added in v1.3.1

func (r *AlibabawdkitemcurrentpricequeryAPIRequest) SetOrderChannelCode(_orderChannelCode string) error

SetOrderChannelCode is OrderChannelCode Setter 渠道

func (*AlibabawdkitemcurrentpricequeryAPIRequest) SetShopId added in v1.3.1

SetShopId is ShopId Setter 渠道店id

func (*AlibabawdkitemcurrentpricequeryAPIRequest) SetSkuCodes added in v1.3.1

func (r *AlibabawdkitemcurrentpricequeryAPIRequest) SetSkuCodes(_skuCodes []string) error

SetSkuCodes is SkuCodes Setter sku编码列表

type AlibabawdkitemcurrentpricequeryAPIResponse added in v1.3.1

type AlibabawdkitemcurrentpricequeryAPIResponse struct {
	model.CommonResponse
	AlibabawdkitemcurrentpricequeryAPIResponseModel
}

AlibabawdkitemcurrentpricequeryAPIResponse 查询商品当前价格 API返回值 alibaba.wdk.item.currentprice.query

通过渠道店id/sku编码/渠道查询商品当前价格,一次请求商品数量<=20,返回结果key为skuCode

type AlibabawdkitemcurrentpricequeryAPIResponseModel added in v1.3.1

type AlibabawdkitemcurrentpricequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_currentprice_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabawdkitemcurrentpricequeryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkitemcurrentpricequeryAPIResponseModel is 查询商品当前价格 成功返回结果

type AlibabawdkitemcurrentpricequeryModel added in v1.3.1

type AlibabawdkitemcurrentpricequeryModel struct {
	// 单品促销,finalPrice对应的促销活动
	ItemPromotionList []PromotionInfoDto `json:"item_promotion_list,omitempty" xml:"item_promotion_list>promotion_info_dto,omitempty"`
	// 商品池促销
	ShopPromotionList []PromotionInfoDto `json:"shop_promotion_list,omitempty" xml:"shop_promotion_list>promotion_info_dto,omitempty"`
	// 会员单品促销活动,memberFinalPrice对应的促销活动
	MemberItemPromotionList []PromotionInfoDto `json:"member_item_promotion_list,omitempty" xml:"member_item_promotion_list>promotion_info_dto,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 经营店Code
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 条码
	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`
	// 商品名称
	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 渠道,APP/POS
	OrderChannelCode string `json:"order_channel_code,omitempty" xml:"order_channel_code,omitempty"`
	// 会员价,单位为分。      * 对应IC标memberPrice的价格,如果没有对应的标,该价格为空
	MemberPrice int64 `json:"member_price,omitempty" xml:"member_price,omitempty"`
	// 促销执行价格,单位为分
	FinalPrice int64 `json:"final_price,omitempty" xml:"final_price,omitempty"`
	// 买赠活动信息
	MzPromotion *MzPromotionDto `json:"mz_promotion,omitempty" xml:"mz_promotion,omitempty"`
	// 会员促销执行价,单位为分。
	MemberFinalPrice int64 `json:"member_final_price,omitempty" xml:"member_final_price,omitempty"`
	// IC的商品ID
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// 基础售价,单位为分
	AuctionPrice int64 `json:"auction_price,omitempty" xml:"auction_price,omitempty"`
	// 渠道店ID
	ShopId int64 `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
}

AlibabawdkitemcurrentpricequeryModel 结构体

type AlibabawdkitemcurrentpricequeryResult added in v1.3.1

type AlibabawdkitemcurrentpricequeryResult struct {
	// 返回的当前当前商品价格列表
	Models []AlibabawdkitemcurrentpricequeryModel `json:"models,omitempty" xml:"models>alibabawdkitemcurrentpricequery_model,omitempty"`
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 异常信息
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkitemcurrentpricequeryResult 结构体

type AlibabawdkitemmerchantcategoryqueryAPIRequest added in v1.3.1

type AlibabawdkitemmerchantcategoryqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkitemmerchantcategoryqueryAPIRequest 查询商品的商家叶子类目 API请求 alibaba.wdk.item.merchant.category.query

查询商品的商家叶子类目

func NewAlibabawdkitemmerchantcategoryqueryRequest added in v1.3.1

func NewAlibabawdkitemmerchantcategoryqueryRequest() *AlibabawdkitemmerchantcategoryqueryAPIRequest

NewAlibabawdkitemmerchantcategoryqueryRequest 初始化AlibabawdkitemmerchantcategoryqueryAPIRequest对象

func (AlibabawdkitemmerchantcategoryqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkitemmerchantcategoryqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkitemmerchantcategoryqueryAPIRequest) GetQueryRequest added in v1.3.1

GetQueryRequest QueryRequest Getter

func (AlibabawdkitemmerchantcategoryqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkitemmerchantcategoryqueryAPIRequest) SetQueryRequest added in v1.3.1

SetQueryRequest is QueryRequest Setter 请求

type AlibabawdkitemmerchantcategoryqueryAPIResponse added in v1.3.1

type AlibabawdkitemmerchantcategoryqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkitemmerchantcategoryqueryAPIResponseModel
}

AlibabawdkitemmerchantcategoryqueryAPIResponse 查询商品的商家叶子类目 API返回值 alibaba.wdk.item.merchant.category.query

查询商品的商家叶子类目

type AlibabawdkitemmerchantcategoryqueryAPIResponseModel added in v1.3.1

type AlibabawdkitemmerchantcategoryqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_merchant_category_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *WdkOpenSkuMerchantCatServiceQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkitemmerchantcategoryqueryAPIResponseModel is 查询商品的商家叶子类目 成功返回结果

type AlibabawdkitemserviceitemqueryAPIRequest added in v1.3.1

type AlibabawdkitemserviceitemqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkitemserviceitemqueryAPIRequest 查询服务商品 API请求 alibaba.wdk.item.serviceitem.query

查询服务商品

func NewAlibabawdkitemserviceitemqueryRequest added in v1.3.1

func NewAlibabawdkitemserviceitemqueryRequest() *AlibabawdkitemserviceitemqueryAPIRequest

NewAlibabawdkitemserviceitemqueryRequest 初始化AlibabawdkitemserviceitemqueryAPIRequest对象

func (AlibabawdkitemserviceitemqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkitemserviceitemqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkitemserviceitemqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkitemserviceitemqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkitemserviceitemqueryAPIRequest) GetHemaCategoryId added in v1.3.1

func (r AlibabawdkitemserviceitemqueryAPIRequest) GetHemaCategoryId() string

GetHemaCategoryId HemaCategoryId Getter

func (AlibabawdkitemserviceitemqueryAPIRequest) GetOrgNo added in v1.3.1

GetOrgNo OrgNo Getter

func (AlibabawdkitemserviceitemqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkitemserviceitemqueryAPIRequest) SetHemaCategoryId added in v1.3.1

func (r *AlibabawdkitemserviceitemqueryAPIRequest) SetHemaCategoryId(_hemaCategoryId string) error

SetHemaCategoryId is HemaCategoryId Setter 后台类目

func (*AlibabawdkitemserviceitemqueryAPIRequest) SetOrgNo added in v1.3.1

SetOrgNo is OrgNo Setter 机构编码

type AlibabawdkitemserviceitemqueryAPIResponse added in v1.3.1

type AlibabawdkitemserviceitemqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkitemserviceitemqueryAPIResponseModel
}

AlibabawdkitemserviceitemqueryAPIResponse 查询服务商品 API返回值 alibaba.wdk.item.serviceitem.query

查询服务商品

type AlibabawdkitemserviceitemqueryAPIResponseModel added in v1.3.1

type AlibabawdkitemserviceitemqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_serviceitem_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkitemserviceitemqueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkitemserviceitemqueryAPIResponseModel is 查询服务商品 成功返回结果

type AlibabawdkitemserviceitemqueryResult added in v1.3.1

type AlibabawdkitemserviceitemqueryResult struct {
	// result
	Result string `json:"result,omitempty" xml:"result,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkitemserviceitemqueryResult 结构体

type AlibabawdkitemstoreskuupdateAPIRequest added in v1.3.1

type AlibabawdkitemstoreskuupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkitemstoreskuupdateAPIRequest 五道口商品中心门店商品修改 API请求 alibaba.wdk.item.storesku.update

五道口商品中心门店商品修改

func NewAlibabawdkitemstoreskuupdateRequest added in v1.3.1

func NewAlibabawdkitemstoreskuupdateRequest() *AlibabawdkitemstoreskuupdateAPIRequest

NewAlibabawdkitemstoreskuupdateRequest 初始化AlibabawdkitemstoreskuupdateAPIRequest对象

func (AlibabawdkitemstoreskuupdateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkitemstoreskuupdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkitemstoreskuupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkitemstoreskuupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkitemstoreskuupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkitemstoreskuupdateAPIRequest) GetSaleFlag added in v1.3.1

GetSaleFlag SaleFlag Getter

func (AlibabawdkitemstoreskuupdateAPIRequest) GetSkuCode added in v1.3.1

GetSkuCode SkuCode Getter

func (AlibabawdkitemstoreskuupdateAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (*AlibabawdkitemstoreskuupdateAPIRequest) SetSaleFlag added in v1.3.1

func (r *AlibabawdkitemstoreskuupdateAPIRequest) SetSaleFlag(_saleFlag int64) error

SetSaleFlag is SaleFlag Setter 1-可售 0-不可售

func (*AlibabawdkitemstoreskuupdateAPIRequest) SetSkuCode added in v1.3.1

func (r *AlibabawdkitemstoreskuupdateAPIRequest) SetSkuCode(_skuCode string) error

SetSkuCode is SkuCode Setter 商品编码

func (*AlibabawdkitemstoreskuupdateAPIRequest) SetStoreId added in v1.3.1

func (r *AlibabawdkitemstoreskuupdateAPIRequest) SetStoreId(_storeId string) error

SetStoreId is StoreId Setter 盒马门店id

type AlibabawdkitemstoreskuupdateAPIResponse added in v1.3.1

type AlibabawdkitemstoreskuupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkitemstoreskuupdateAPIResponseModel
}

AlibabawdkitemstoreskuupdateAPIResponse 五道口商品中心门店商品修改 API返回值 alibaba.wdk.item.storesku.update

五道口商品中心门店商品修改

type AlibabawdkitemstoreskuupdateAPIResponseModel added in v1.3.1

type AlibabawdkitemstoreskuupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_storesku_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkitemstoreskuupdateResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkitemstoreskuupdateAPIResponseModel is 五道口商品中心门店商品修改 成功返回结果

type AlibabawdkitemstoreskuupdateResult added in v1.3.1

type AlibabawdkitemstoreskuupdateResult struct {
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// errorDesc
	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkitemstoreskuupdateResult 结构体

type AlibabawdkitemtraceurlgetAPIRequest added in v1.3.1

type AlibabawdkitemtraceurlgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkitemtraceurlgetAPIRequest 根据shopId和skuCode返回商品静态溯源url API请求 alibaba.wdk.item.trace.url.get

根据shopId和skuCode返回商品静态溯源url

func NewAlibabawdkitemtraceurlgetRequest added in v1.3.1

func NewAlibabawdkitemtraceurlgetRequest() *AlibabawdkitemtraceurlgetAPIRequest

NewAlibabawdkitemtraceurlgetRequest 初始化AlibabawdkitemtraceurlgetAPIRequest对象

func (AlibabawdkitemtraceurlgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkitemtraceurlgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkitemtraceurlgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkitemtraceurlgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkitemtraceurlgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkitemtraceurlgetAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdkitemtraceurlgetAPIRequest) GetSkuCode added in v1.3.1

GetSkuCode SkuCode Getter

func (AlibabawdkitemtraceurlgetAPIRequest) GetSourceCode added in v1.3.1

func (r AlibabawdkitemtraceurlgetAPIRequest) GetSourceCode() string

GetSourceCode SourceCode Getter

func (*AlibabawdkitemtraceurlgetAPIRequest) SetShopId added in v1.3.1

func (r *AlibabawdkitemtraceurlgetAPIRequest) SetShopId(_shopId string) error

SetShopId is ShopId Setter 所属门店code

func (*AlibabawdkitemtraceurlgetAPIRequest) SetSkuCode added in v1.3.1

func (r *AlibabawdkitemtraceurlgetAPIRequest) SetSkuCode(_skuCode string) error

SetSkuCode is SkuCode Setter 商品skuCode

func (*AlibabawdkitemtraceurlgetAPIRequest) SetSourceCode added in v1.3.1

func (r *AlibabawdkitemtraceurlgetAPIRequest) SetSourceCode(_sourceCode string) error

SetSourceCode is SourceCode Setter 来源编码

type AlibabawdkitemtraceurlgetAPIResponse added in v1.3.1

type AlibabawdkitemtraceurlgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkitemtraceurlgetAPIResponseModel
}

AlibabawdkitemtraceurlgetAPIResponse 根据shopId和skuCode返回商品静态溯源url API返回值 alibaba.wdk.item.trace.url.get

根据shopId和skuCode返回商品静态溯源url

type AlibabawdkitemtraceurlgetAPIResponseModel added in v1.3.1

type AlibabawdkitemtraceurlgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_trace_url_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// data
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// code
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkitemtraceurlgetAPIResponseModel is 根据shopId和skuCode返回商品静态溯源url 成功返回结果

type AlibabawdkmarketingbuygiftitemaddasyncAPIRequest added in v1.3.1

type AlibabawdkmarketingbuygiftitemaddasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingbuygiftitemaddasyncAPIRequest 批量发布买赠商品 API请求 alibaba.wdk.marketing.buygift.item.add.async

批量发布买赠商品

func NewAlibabawdkmarketingbuygiftitemaddasyncRequest added in v1.3.1

func NewAlibabawdkmarketingbuygiftitemaddasyncRequest() *AlibabawdkmarketingbuygiftitemaddasyncAPIRequest

NewAlibabawdkmarketingbuygiftitemaddasyncRequest 初始化AlibabawdkmarketingbuygiftitemaddasyncAPIRequest对象

func (AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabawdkmarketingbuygiftitemaddasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabawdkmarketingbuygiftitemaddasyncAPIResponse added in v1.3.1

type AlibabawdkmarketingbuygiftitemaddasyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingbuygiftitemaddasyncAPIResponseModel
}

AlibabawdkmarketingbuygiftitemaddasyncAPIResponse 批量发布买赠商品 API返回值 alibaba.wdk.marketing.buygift.item.add.async

批量发布买赠商品

type AlibabawdkmarketingbuygiftitemaddasyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingbuygiftitemaddasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_buygift_item_add_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingbuygiftitemaddasyncAPIResponseModel is 批量发布买赠商品 成功返回结果

type AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest added in v1.3.1

type AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest 批量删除买赠商品 API请求 alibaba.wdk.marketing.buygift.item.remove.async

批量删除买赠商品

func NewAlibabawdkmarketingbuygiftitemremoveasyncRequest added in v1.3.1

func NewAlibabawdkmarketingbuygiftitemremoveasyncRequest() *AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest

NewAlibabawdkmarketingbuygiftitemremoveasyncRequest 初始化AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest对象

func (AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabawdkmarketingbuygiftitemremoveasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabawdkmarketingbuygiftitemremoveasyncAPIResponse added in v1.3.1

type AlibabawdkmarketingbuygiftitemremoveasyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingbuygiftitemremoveasyncAPIResponseModel
}

AlibabawdkmarketingbuygiftitemremoveasyncAPIResponse 批量删除买赠商品 API返回值 alibaba.wdk.marketing.buygift.item.remove.async

批量删除买赠商品

type AlibabawdkmarketingbuygiftitemremoveasyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingbuygiftitemremoveasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_buygift_item_remove_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingbuygiftitemremoveasyncAPIResponseModel is 批量删除买赠商品 成功返回结果

type AlibabawdkmarketingcouponadditemAPIRequest added in v1.3.1

type AlibabawdkmarketingcouponadditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingcouponadditemAPIRequest 在优惠券活动下添加商品。【注意,此接口暂不支持并发!】 API请求 alibaba.wdk.marketing.coupon.additem

在优惠券活动下添加商品。【注意,此接口暂不支持并发!】 如果是商品券,则添加的商品为券适用的商品; 如果是品类券,则添加的商品为券排除的商品;

func NewAlibabawdkmarketingcouponadditemRequest added in v1.3.1

func NewAlibabawdkmarketingcouponadditemRequest() *AlibabawdkmarketingcouponadditemAPIRequest

NewAlibabawdkmarketingcouponadditemRequest 初始化AlibabawdkmarketingcouponadditemAPIRequest对象

func (AlibabawdkmarketingcouponadditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingcouponadditemAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmarketingcouponadditemAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingcouponadditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingcouponadditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingcouponadditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingcouponadditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingcouponadditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingcouponadditemAPIResponse added in v1.3.1

type AlibabawdkmarketingcouponadditemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingcouponadditemAPIResponseModel
}

AlibabawdkmarketingcouponadditemAPIResponse 在优惠券活动下添加商品。【注意,此接口暂不支持并发!】 API返回值 alibaba.wdk.marketing.coupon.additem

在优惠券活动下添加商品。【注意,此接口暂不支持并发!】 如果是商品券,则添加的商品为券适用的商品; 如果是品类券,则添加的商品为券排除的商品;

type AlibabawdkmarketingcouponadditemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingcouponadditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_coupon_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingcouponadditemAPIResponseModel is 在优惠券活动下添加商品。【注意,此接口暂不支持并发!】 成功返回结果

type AlibabawdkmarketingcouponcreateactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingcouponcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingcouponcreateactivityAPIRequest 优惠券活动创建 API请求 alibaba.wdk.marketing.coupon.createactivity

添加优惠券活动

func NewAlibabawdkmarketingcouponcreateactivityRequest added in v1.3.1

func NewAlibabawdkmarketingcouponcreateactivityRequest() *AlibabawdkmarketingcouponcreateactivityAPIRequest

NewAlibabawdkmarketingcouponcreateactivityRequest 初始化AlibabawdkmarketingcouponcreateactivityAPIRequest对象

func (AlibabawdkmarketingcouponcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingcouponcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingcouponcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingcouponcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingcouponcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建优惠券活动请求入参

type AlibabawdkmarketingcouponcreateactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingcouponcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingcouponcreateactivityAPIResponseModel
}

AlibabawdkmarketingcouponcreateactivityAPIResponse 优惠券活动创建 API返回值 alibaba.wdk.marketing.coupon.createactivity

添加优惠券活动

type AlibabawdkmarketingcouponcreateactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingcouponcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_coupon_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建优惠券活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingcouponcreateactivityAPIResponseModel is 优惠券活动创建 成功返回结果

type AlibabawdkmarketingcouponendactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingcouponendactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingcouponendactivityAPIRequest 结束优惠券活动 API请求 alibaba.wdk.marketing.coupon.endactivity

结束优惠券活动。优惠券变为结束领取状态,已领取的优惠券可以继续使用

func NewAlibabawdkmarketingcouponendactivityRequest added in v1.3.1

func NewAlibabawdkmarketingcouponendactivityRequest() *AlibabawdkmarketingcouponendactivityAPIRequest

NewAlibabawdkmarketingcouponendactivityRequest 初始化AlibabawdkmarketingcouponendactivityAPIRequest对象

func (AlibabawdkmarketingcouponendactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingcouponendactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingcouponendactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingcouponendactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingcouponendactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabawdkmarketingcouponendactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingcouponendactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingcouponendactivityAPIResponseModel
}

AlibabawdkmarketingcouponendactivityAPIResponse 结束优惠券活动 API返回值 alibaba.wdk.marketing.coupon.endactivity

结束优惠券活动。优惠券变为结束领取状态,已领取的优惠券可以继续使用

type AlibabawdkmarketingcouponendactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingcouponendactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_coupon_endactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingcouponendactivityAPIResponseModel is 结束优惠券活动 成功返回结果

type AlibabawdkmarketingcouponqueryactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingcouponqueryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingcouponqueryactivityAPIRequest 查询优惠券活动 API请求 alibaba.wdk.marketing.coupon.queryactivity

查询优惠券活动

func NewAlibabawdkmarketingcouponqueryactivityRequest added in v1.3.1

func NewAlibabawdkmarketingcouponqueryactivityRequest() *AlibabawdkmarketingcouponqueryactivityAPIRequest

NewAlibabawdkmarketingcouponqueryactivityRequest 初始化AlibabawdkmarketingcouponqueryactivityAPIRequest对象

func (AlibabawdkmarketingcouponqueryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingcouponqueryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingcouponqueryactivityAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingcouponqueryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingcouponqueryactivityAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 查询优惠券活动入参

type AlibabawdkmarketingcouponqueryactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingcouponqueryactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingcouponqueryactivityAPIResponseModel
}

AlibabawdkmarketingcouponqueryactivityAPIResponse 查询优惠券活动 API返回值 alibaba.wdk.marketing.coupon.queryactivity

查询优惠券活动

type AlibabawdkmarketingcouponqueryactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingcouponqueryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_coupon_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingcouponqueryactivityAPIResponseModel is 查询优惠券活动 成功返回结果

type AlibabawdkmarketingcouponqueryitemsAPIRequest added in v1.3.1

type AlibabawdkmarketingcouponqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingcouponqueryitemsAPIRequest 查询优惠券活动下的商品 API请求 alibaba.wdk.marketing.coupon.queryitems

查询优惠券活动下面的商品

func NewAlibabawdkmarketingcouponqueryitemsRequest added in v1.3.1

func NewAlibabawdkmarketingcouponqueryitemsRequest() *AlibabawdkmarketingcouponqueryitemsAPIRequest

NewAlibabawdkmarketingcouponqueryitemsRequest 初始化AlibabawdkmarketingcouponqueryitemsAPIRequest对象

func (AlibabawdkmarketingcouponqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingcouponqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingcouponqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingcouponqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingcouponqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabawdkmarketingcouponqueryitemsAPIResponse added in v1.3.1

type AlibabawdkmarketingcouponqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingcouponqueryitemsAPIResponseModel
}

AlibabawdkmarketingcouponqueryitemsAPIResponse 查询优惠券活动下的商品 API返回值 alibaba.wdk.marketing.coupon.queryitems

查询优惠券活动下面的商品

type AlibabawdkmarketingcouponqueryitemsAPIResponseModel added in v1.3.1

type AlibabawdkmarketingcouponqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_coupon_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingcouponqueryitemsAPIResponseModel is 查询优惠券活动下的商品 成功返回结果

type AlibabawdkmarketingdiscountitemaddasyncAPIRequest added in v1.3.1

type AlibabawdkmarketingdiscountitemaddasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingdiscountitemaddasyncAPIRequest 特价批量新增商品 API请求 alibaba.wdk.marketing.discount.item.add.async

新分组模型下新增商品

func NewAlibabawdkmarketingdiscountitemaddasyncRequest added in v1.3.1

func NewAlibabawdkmarketingdiscountitemaddasyncRequest() *AlibabawdkmarketingdiscountitemaddasyncAPIRequest

NewAlibabawdkmarketingdiscountitemaddasyncRequest 初始化AlibabawdkmarketingdiscountitemaddasyncAPIRequest对象

func (AlibabawdkmarketingdiscountitemaddasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingdiscountitemaddasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingdiscountitemaddasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingdiscountitemaddasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingdiscountitemaddasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingdiscountitemaddasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabawdkmarketingdiscountitemaddasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabawdkmarketingdiscountitemaddasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabawdkmarketingdiscountitemaddasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabawdkmarketingdiscountitemaddasyncAPIResponse added in v1.3.1

type AlibabawdkmarketingdiscountitemaddasyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingdiscountitemaddasyncAPIResponseModel
}

AlibabawdkmarketingdiscountitemaddasyncAPIResponse 特价批量新增商品 API返回值 alibaba.wdk.marketing.discount.item.add.async

新分组模型下新增商品

type AlibabawdkmarketingdiscountitemaddasyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingdiscountitemaddasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_discount_item_add_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingdiscountitemaddasyncAPIResponseModel is 特价批量新增商品 成功返回结果

type AlibabawdkmarketingdiscountitemremoveasyncAPIRequest added in v1.3.1

type AlibabawdkmarketingdiscountitemremoveasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingdiscountitemremoveasyncAPIRequest 特价批量移除商品 API请求 alibaba.wdk.marketing.discount.item.remove.async

特价批量移除商品

func NewAlibabawdkmarketingdiscountitemremoveasyncRequest added in v1.3.1

func NewAlibabawdkmarketingdiscountitemremoveasyncRequest() *AlibabawdkmarketingdiscountitemremoveasyncAPIRequest

NewAlibabawdkmarketingdiscountitemremoveasyncRequest 初始化AlibabawdkmarketingdiscountitemremoveasyncAPIRequest对象

func (AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabawdkmarketingdiscountitemremoveasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabawdkmarketingdiscountitemremoveasyncAPIResponse added in v1.3.1

type AlibabawdkmarketingdiscountitemremoveasyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingdiscountitemremoveasyncAPIResponseModel
}

AlibabawdkmarketingdiscountitemremoveasyncAPIResponse 特价批量移除商品 API返回值 alibaba.wdk.marketing.discount.item.remove.async

特价批量移除商品

type AlibabawdkmarketingdiscountitemremoveasyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingdiscountitemremoveasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_discount_item_remove_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingdiscountitemremoveasyncAPIResponseModel is 特价批量移除商品 成功返回结果

type AlibabawdkmarketingexpirepromotioncreateAPIRequest added in v1.3.1

type AlibabawdkmarketingexpirepromotioncreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingexpirepromotioncreateAPIRequest 短保优惠创建 API请求 alibaba.wdk.marketing.expire.promotion.create

过期优惠优惠信息录入

func NewAlibabawdkmarketingexpirepromotioncreateRequest added in v1.3.1

func NewAlibabawdkmarketingexpirepromotioncreateRequest() *AlibabawdkmarketingexpirepromotioncreateAPIRequest

NewAlibabawdkmarketingexpirepromotioncreateRequest 初始化AlibabawdkmarketingexpirepromotioncreateAPIRequest对象

func (AlibabawdkmarketingexpirepromotioncreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingexpirepromotioncreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingexpirepromotioncreateAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingexpirepromotioncreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingexpirepromotioncreateAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 创建短保优惠

type AlibabawdkmarketingexpirepromotioncreateAPIResponse added in v1.3.1

type AlibabawdkmarketingexpirepromotioncreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingexpirepromotioncreateAPIResponseModel
}

AlibabawdkmarketingexpirepromotioncreateAPIResponse 短保优惠创建 API返回值 alibaba.wdk.marketing.expire.promotion.create

过期优惠优惠信息录入

type AlibabawdkmarketingexpirepromotioncreateAPIResponseModel added in v1.3.1

type AlibabawdkmarketingexpirepromotioncreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_expire_promotion_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// data
	Datas []AlibabawdkmarketingexpirepromotioncreateT `json:"datas,omitempty" xml:"datas>alibabawdkmarketingexpirepromotioncreate_t,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// errorCode
	FailCode string `json:"fail_code,omitempty" xml:"fail_code,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkmarketingexpirepromotioncreateAPIResponseModel is 短保优惠创建 成功返回结果

type AlibabawdkmarketingexpirepromotioncreateT added in v1.3.1

type AlibabawdkmarketingexpirepromotioncreateT struct {
	// 商家code
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 商品skucode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 门店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 商品itemId
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkmarketingexpirepromotioncreateT 结构体

type AlibabawdkmarketingexpirepromotiondeleteAPIRequest added in v1.3.1

type AlibabawdkmarketingexpirepromotiondeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingexpirepromotiondeleteAPIRequest 短保优惠删除 API请求 alibaba.wdk.marketing.expire.promotion.delete

短保优惠删除

func NewAlibabawdkmarketingexpirepromotiondeleteRequest added in v1.3.1

func NewAlibabawdkmarketingexpirepromotiondeleteRequest() *AlibabawdkmarketingexpirepromotiondeleteAPIRequest

NewAlibabawdkmarketingexpirepromotiondeleteRequest 初始化AlibabawdkmarketingexpirepromotiondeleteAPIRequest对象

func (AlibabawdkmarketingexpirepromotiondeleteAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingexpirepromotiondeleteAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingexpirepromotiondeleteAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingexpirepromotiondeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingexpirepromotiondeleteAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 删除短保优惠

type AlibabawdkmarketingexpirepromotiondeleteAPIResponse added in v1.3.1

type AlibabawdkmarketingexpirepromotiondeleteAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingexpirepromotiondeleteAPIResponseModel
}

AlibabawdkmarketingexpirepromotiondeleteAPIResponse 短保优惠删除 API返回值 alibaba.wdk.marketing.expire.promotion.delete

短保优惠删除

type AlibabawdkmarketingexpirepromotiondeleteAPIResponseModel added in v1.3.1

type AlibabawdkmarketingexpirepromotiondeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_expire_promotion_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// data
	Datas []ExpirePromotionResult `json:"datas,omitempty" xml:"datas>expire_promotion_result,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// errorCode
	FailCode string `json:"fail_code,omitempty" xml:"fail_code,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkmarketingexpirepromotiondeleteAPIResponseModel is 短保优惠删除 成功返回结果

type AlibabawdkmarketingexpirepromotionqueryAPIRequest added in v1.3.1

type AlibabawdkmarketingexpirepromotionqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingexpirepromotionqueryAPIRequest 短保优惠查询 API请求 alibaba.wdk.marketing.expire.promotion.query

短保优惠查询

func NewAlibabawdkmarketingexpirepromotionqueryRequest added in v1.3.1

func NewAlibabawdkmarketingexpirepromotionqueryRequest() *AlibabawdkmarketingexpirepromotionqueryAPIRequest

NewAlibabawdkmarketingexpirepromotionqueryRequest 初始化AlibabawdkmarketingexpirepromotionqueryAPIRequest对象

func (AlibabawdkmarketingexpirepromotionqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingexpirepromotionqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingexpirepromotionqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingexpirepromotionqueryAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdkmarketingexpirepromotionqueryAPIRequest) GetSkuCode added in v1.3.1

GetSkuCode SkuCode Getter

func (*AlibabawdkmarketingexpirepromotionqueryAPIRequest) SetShopId added in v1.3.1

SetShopId is ShopId Setter 店铺id

func (*AlibabawdkmarketingexpirepromotionqueryAPIRequest) SetSkuCode added in v1.3.1

SetSkuCode is SkuCode Setter 商品skucode

type AlibabawdkmarketingexpirepromotionqueryAPIResponse added in v1.3.1

type AlibabawdkmarketingexpirepromotionqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingexpirepromotionqueryAPIResponseModel
}

AlibabawdkmarketingexpirepromotionqueryAPIResponse 短保优惠查询 API返回值 alibaba.wdk.marketing.expire.promotion.query

短保优惠查询

type AlibabawdkmarketingexpirepromotionqueryAPIResponseModel added in v1.3.1

type AlibabawdkmarketingexpirepromotionqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_expire_promotion_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingexpirepromotionqueryAPIResponseModel is 短保优惠查询 成功返回结果

type AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest added in v1.3.1

type AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest 全场增加换购品 API请求 alibaba.wdk.marketing.fullrange.addexchangeitem

全场增加换购品

func NewAlibabawdkmarketingfullrangeaddexchangeitemRequest added in v1.3.1

func NewAlibabawdkmarketingfullrangeaddexchangeitemRequest() *AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest

NewAlibabawdkmarketingfullrangeaddexchangeitemRequest 初始化AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest对象

func (AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 系统自动生成

func (*AlibabawdkmarketingfullrangeaddexchangeitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

type AlibabawdkmarketingfullrangeaddexchangeitemAPIResponse added in v1.3.1

type AlibabawdkmarketingfullrangeaddexchangeitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingfullrangeaddexchangeitemAPIResponseModel
}

AlibabawdkmarketingfullrangeaddexchangeitemAPIResponse 全场增加换购品 API返回值 alibaba.wdk.marketing.fullrange.addexchangeitem

全场增加换购品

type AlibabawdkmarketingfullrangeaddexchangeitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingfullrangeaddexchangeitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_fullrange_addexchangeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 添加商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingfullrangeaddexchangeitemAPIResponseModel is 全场增加换购品 成功返回结果

type AlibabawdkmarketingfullrangecreateactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingfullrangecreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingfullrangecreateactivityAPIRequest 创建全场活动 API请求 alibaba.wdk.marketing.fullrange.createactivity

创建全场活动

func NewAlibabawdkmarketingfullrangecreateactivityRequest added in v1.3.1

func NewAlibabawdkmarketingfullrangecreateactivityRequest() *AlibabawdkmarketingfullrangecreateactivityAPIRequest

NewAlibabawdkmarketingfullrangecreateactivityRequest 初始化AlibabawdkmarketingfullrangecreateactivityAPIRequest对象

func (AlibabawdkmarketingfullrangecreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingfullrangecreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingfullrangecreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingfullrangecreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingfullrangecreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabawdkmarketingfullrangecreateactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingfullrangecreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingfullrangecreateactivityAPIResponseModel
}

AlibabawdkmarketingfullrangecreateactivityAPIResponse 创建全场活动 API返回值 alibaba.wdk.marketing.fullrange.createactivity

创建全场活动

type AlibabawdkmarketingfullrangecreateactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingfullrangecreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_fullrange_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingfullrangecreateactivityAPIResponseModel is 创建全场活动 成功返回结果

type AlibabawdkmarketingfullrangedeleteactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingfullrangedeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingfullrangedeleteactivityAPIRequest 全场活动删除活动接口 API请求 alibaba.wdk.marketing.fullrange.deleteactivity

全场活动删除活动

func NewAlibabawdkmarketingfullrangedeleteactivityRequest added in v1.3.1

func NewAlibabawdkmarketingfullrangedeleteactivityRequest() *AlibabawdkmarketingfullrangedeleteactivityAPIRequest

NewAlibabawdkmarketingfullrangedeleteactivityRequest 初始化AlibabawdkmarketingfullrangedeleteactivityAPIRequest对象

func (AlibabawdkmarketingfullrangedeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingfullrangedeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingfullrangedeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingfullrangedeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingfullrangedeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabawdkmarketingfullrangedeleteactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingfullrangedeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingfullrangedeleteactivityAPIResponseModel
}

AlibabawdkmarketingfullrangedeleteactivityAPIResponse 全场活动删除活动接口 API返回值 alibaba.wdk.marketing.fullrange.deleteactivity

全场活动删除活动

type AlibabawdkmarketingfullrangedeleteactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingfullrangedeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_fullrange_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingfullrangedeleteactivityAPIResponseModel is 全场活动删除活动接口 成功返回结果

type AlibabawdkmarketingfullrangequeryactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingfullrangequeryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingfullrangequeryactivityAPIRequest 全场活动查询活动 API请求 alibaba.wdk.marketing.fullrange.queryactivity

全场活动查询活动

func NewAlibabawdkmarketingfullrangequeryactivityRequest added in v1.3.1

func NewAlibabawdkmarketingfullrangequeryactivityRequest() *AlibabawdkmarketingfullrangequeryactivityAPIRequest

NewAlibabawdkmarketingfullrangequeryactivityRequest 初始化AlibabawdkmarketingfullrangequeryactivityAPIRequest对象

func (AlibabawdkmarketingfullrangequeryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingfullrangequeryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingfullrangequeryactivityAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingfullrangequeryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingfullrangequeryactivityAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 查询活动入参

type AlibabawdkmarketingfullrangequeryactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingfullrangequeryactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingfullrangequeryactivityAPIResponseModel
}

AlibabawdkmarketingfullrangequeryactivityAPIResponse 全场活动查询活动 API返回值 alibaba.wdk.marketing.fullrange.queryactivity

全场活动查询活动

type AlibabawdkmarketingfullrangequeryactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingfullrangequeryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_fullrange_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingfullrangequeryactivityAPIResponseModel is 全场活动查询活动 成功返回结果

type AlibabawdkmarketingfullrangequeryitemAPIRequest added in v1.3.1

type AlibabawdkmarketingfullrangequeryitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingfullrangequeryitemAPIRequest 全场活动查询换购品 API请求 alibaba.wdk.marketing.fullrange.queryitem

全场活动查询换购品

func NewAlibabawdkmarketingfullrangequeryitemRequest added in v1.3.1

func NewAlibabawdkmarketingfullrangequeryitemRequest() *AlibabawdkmarketingfullrangequeryitemAPIRequest

NewAlibabawdkmarketingfullrangequeryitemRequest 初始化AlibabawdkmarketingfullrangequeryitemAPIRequest对象

func (AlibabawdkmarketingfullrangequeryitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingfullrangequeryitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingfullrangequeryitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingfullrangequeryitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingfullrangequeryitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 换购商品查询参数

type AlibabawdkmarketingfullrangequeryitemAPIResponse added in v1.3.1

type AlibabawdkmarketingfullrangequeryitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingfullrangequeryitemAPIResponseModel
}

AlibabawdkmarketingfullrangequeryitemAPIResponse 全场活动查询换购品 API返回值 alibaba.wdk.marketing.fullrange.queryitem

全场活动查询换购品

type AlibabawdkmarketingfullrangequeryitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingfullrangequeryitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_fullrange_queryitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingfullrangequeryitemAPIResponseModel is 全场活动查询换购品 成功返回结果

type AlibabawdkmarketingfullrangeremoveitemAPIRequest added in v1.3.1

type AlibabawdkmarketingfullrangeremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingfullrangeremoveitemAPIRequest 全场活动删除购品 API请求 alibaba.wdk.marketing.fullrange.removeitem

删除换购商品

func NewAlibabawdkmarketingfullrangeremoveitemRequest added in v1.3.1

func NewAlibabawdkmarketingfullrangeremoveitemRequest() *AlibabawdkmarketingfullrangeremoveitemAPIRequest

NewAlibabawdkmarketingfullrangeremoveitemRequest 初始化AlibabawdkmarketingfullrangeremoveitemAPIRequest对象

func (AlibabawdkmarketingfullrangeremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingfullrangeremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingfullrangeremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingfullrangeremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingfullrangeremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingfullrangeremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品sku信息

func (*AlibabawdkmarketingfullrangeremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动信息

type AlibabawdkmarketingfullrangeremoveitemAPIResponse added in v1.3.1

type AlibabawdkmarketingfullrangeremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingfullrangeremoveitemAPIResponseModel
}

AlibabawdkmarketingfullrangeremoveitemAPIResponse 全场活动删除购品 API返回值 alibaba.wdk.marketing.fullrange.removeitem

删除换购商品

type AlibabawdkmarketingfullrangeremoveitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingfullrangeremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_fullrange_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingfullrangeremoveitemAPIResponseModel is 全场活动删除购品 成功返回结果

type AlibabawdkmarketingitembuygiftadditemAPIRequest added in v1.3.1

type AlibabawdkmarketingitembuygiftadditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitembuygiftadditemAPIRequest 增加买赠活动商品。【注意,此接口暂不支持并发!】 API请求 alibaba.wdk.marketing.itembuygift.additem

增加买赠活动商品。【注意,此接口暂不支持并发!】

func NewAlibabawdkmarketingitembuygiftadditemRequest added in v1.3.1

func NewAlibabawdkmarketingitembuygiftadditemRequest() *AlibabawdkmarketingitembuygiftadditemAPIRequest

NewAlibabawdkmarketingitembuygiftadditemRequest 初始化AlibabawdkmarketingitembuygiftadditemAPIRequest对象

func (AlibabawdkmarketingitembuygiftadditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitembuygiftadditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitembuygiftadditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitembuygiftadditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitembuygiftadditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitembuygiftadditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingitembuygiftadditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingitembuygiftadditemAPIResponse added in v1.3.1

type AlibabawdkmarketingitembuygiftadditemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitembuygiftadditemAPIResponseModel
}

AlibabawdkmarketingitembuygiftadditemAPIResponse 增加买赠活动商品。【注意,此接口暂不支持并发!】 API返回值 alibaba.wdk.marketing.itembuygift.additem

增加买赠活动商品。【注意,此接口暂不支持并发!】

type AlibabawdkmarketingitembuygiftadditemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitembuygiftadditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itembuygift_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitembuygiftadditemAPIResponseModel is 增加买赠活动商品。【注意,此接口暂不支持并发!】 成功返回结果

type AlibabawdkmarketingitembuygiftcreateactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitembuygiftcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitembuygiftcreateactivityAPIRequest 创建买赠活动 API请求 alibaba.wdk.marketing.itembuygift.createactivity

创建买赠活动

func NewAlibabawdkmarketingitembuygiftcreateactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitembuygiftcreateactivityRequest() *AlibabawdkmarketingitembuygiftcreateactivityAPIRequest

NewAlibabawdkmarketingitembuygiftcreateactivityRequest 初始化AlibabawdkmarketingitembuygiftcreateactivityAPIRequest对象

func (AlibabawdkmarketingitembuygiftcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitembuygiftcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitembuygiftcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitembuygiftcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitembuygiftcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabawdkmarketingitembuygiftcreateactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitembuygiftcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitembuygiftcreateactivityAPIResponseModel
}

AlibabawdkmarketingitembuygiftcreateactivityAPIResponse 创建买赠活动 API返回值 alibaba.wdk.marketing.itembuygift.createactivity

创建买赠活动

type AlibabawdkmarketingitembuygiftcreateactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitembuygiftcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itembuygift_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitembuygiftcreateactivityAPIResponseModel is 创建买赠活动 成功返回结果

type AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest 删除买赠活动 API请求 alibaba.wdk.marketing.itembuygift.deleteactivity

删除买赠活动

func NewAlibabawdkmarketingitembuygiftdeleteactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitembuygiftdeleteactivityRequest() *AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest

NewAlibabawdkmarketingitembuygiftdeleteactivityRequest 初始化AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest对象

func (AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitembuygiftdeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 要删除的活动信息

type AlibabawdkmarketingitembuygiftdeleteactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitembuygiftdeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitembuygiftdeleteactivityAPIResponseModel
}

AlibabawdkmarketingitembuygiftdeleteactivityAPIResponse 删除买赠活动 API返回值 alibaba.wdk.marketing.itembuygift.deleteactivity

删除买赠活动

type AlibabawdkmarketingitembuygiftdeleteactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitembuygiftdeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itembuygift_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitembuygiftdeleteactivityAPIResponseModel is 删除买赠活动 成功返回结果

type AlibabawdkmarketingitembuygiftqueryactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitembuygiftqueryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitembuygiftqueryactivityAPIRequest 查询买赠活动 API请求 alibaba.wdk.marketing.itembuygift.queryactivity

查询买赠活动

func NewAlibabawdkmarketingitembuygiftqueryactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitembuygiftqueryactivityRequest() *AlibabawdkmarketingitembuygiftqueryactivityAPIRequest

NewAlibabawdkmarketingitembuygiftqueryactivityRequest 初始化AlibabawdkmarketingitembuygiftqueryactivityAPIRequest对象

func (AlibabawdkmarketingitembuygiftqueryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitembuygiftqueryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitembuygiftqueryactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitembuygiftqueryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitembuygiftqueryactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabawdkmarketingitembuygiftqueryactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitembuygiftqueryactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitembuygiftqueryactivityAPIResponseModel
}

AlibabawdkmarketingitembuygiftqueryactivityAPIResponse 查询买赠活动 API返回值 alibaba.wdk.marketing.itembuygift.queryactivity

查询买赠活动

type AlibabawdkmarketingitembuygiftqueryactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitembuygiftqueryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itembuygift_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitembuygiftqueryactivityAPIResponseModel is 查询买赠活动 成功返回结果

type AlibabawdkmarketingitembuygiftqueryitemsAPIRequest added in v1.3.1

type AlibabawdkmarketingitembuygiftqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitembuygiftqueryitemsAPIRequest 查询买赠活动下的商品 API请求 alibaba.wdk.marketing.itembuygift.queryitems

查询买赠活动下的商品

func NewAlibabawdkmarketingitembuygiftqueryitemsRequest added in v1.3.1

func NewAlibabawdkmarketingitembuygiftqueryitemsRequest() *AlibabawdkmarketingitembuygiftqueryitemsAPIRequest

NewAlibabawdkmarketingitembuygiftqueryitemsRequest 初始化AlibabawdkmarketingitembuygiftqueryitemsAPIRequest对象

func (AlibabawdkmarketingitembuygiftqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitembuygiftqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitembuygiftqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitembuygiftqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitembuygiftqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabawdkmarketingitembuygiftqueryitemsAPIResponse added in v1.3.1

type AlibabawdkmarketingitembuygiftqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitembuygiftqueryitemsAPIResponseModel
}

AlibabawdkmarketingitembuygiftqueryitemsAPIResponse 查询买赠活动下的商品 API返回值 alibaba.wdk.marketing.itembuygift.queryitems

查询买赠活动下的商品

type AlibabawdkmarketingitembuygiftqueryitemsAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitembuygiftqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itembuygift_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitembuygiftqueryitemsAPIResponseModel is 查询买赠活动下的商品 成功返回结果

type AlibabawdkmarketingitembuygiftqueryitemsData added in v1.3.1

type AlibabawdkmarketingitembuygiftqueryitemsData struct {
	// 赠品的名称
	GiftSkuName string `json:"gift_sku_name,omitempty" xml:"gift_sku_name,omitempty"`
	// 赠品的skuCode,如果和主商品的skuCode相同,则为买A赠A;如果不同,则为买A赠B
	GiftSkuCode string `json:"gift_sku_code,omitempty" xml:"gift_sku_code,omitempty"`
	// 淘宝item和shop的对应关系, k-itemId, v-shopId
	ItemShopRelation string `json:"item_shop_relation,omitempty" xml:"item_shop_relation,omitempty"`
	// 主商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 主商品的skuCode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 通用限购信息,-1为不限制,默认为不限制
	LimitInfo *LimitInfo `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// 买N赠1的N
	BuyNum int64 `json:"buy_num,omitempty" xml:"buy_num,omitempty"`
}

AlibabawdkmarketingitembuygiftqueryitemsData 结构体

type AlibabawdkmarketingitembuygiftremoveitemAPIRequest added in v1.3.1

type AlibabawdkmarketingitembuygiftremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitembuygiftremoveitemAPIRequest 移除买赠活动下的商品。【注意,此接口暂不支持并发!】 API请求 alibaba.wdk.marketing.itembuygift.removeitem

移除买赠活动下的商品。【注意,此接口暂不支持并发!】

func NewAlibabawdkmarketingitembuygiftremoveitemRequest added in v1.3.1

func NewAlibabawdkmarketingitembuygiftremoveitemRequest() *AlibabawdkmarketingitembuygiftremoveitemAPIRequest

NewAlibabawdkmarketingitembuygiftremoveitemRequest 初始化AlibabawdkmarketingitembuygiftremoveitemAPIRequest对象

func (AlibabawdkmarketingitembuygiftremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitembuygiftremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitembuygiftremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitembuygiftremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitembuygiftremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitembuygiftremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingitembuygiftremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingitembuygiftremoveitemAPIResponse added in v1.3.1

type AlibabawdkmarketingitembuygiftremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitembuygiftremoveitemAPIResponseModel
}

AlibabawdkmarketingitembuygiftremoveitemAPIResponse 移除买赠活动下的商品。【注意,此接口暂不支持并发!】 API返回值 alibaba.wdk.marketing.itembuygift.removeitem

移除买赠活动下的商品。【注意,此接口暂不支持并发!】

type AlibabawdkmarketingitembuygiftremoveitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitembuygiftremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itembuygift_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 移除商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitembuygiftremoveitemAPIResponseModel is 移除买赠活动下的商品。【注意,此接口暂不支持并发!】 成功返回结果

type AlibabawdkmarketingitemdiscountadditemAPIRequest added in v1.3.1

type AlibabawdkmarketingitemdiscountadditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitemdiscountadditemAPIRequest 报名特价商品 API请求 alibaba.wdk.marketing.itemdiscount.additem

在商品特价活动中报名特价商品

func NewAlibabawdkmarketingitemdiscountadditemRequest added in v1.3.1

func NewAlibabawdkmarketingitemdiscountadditemRequest() *AlibabawdkmarketingitemdiscountadditemAPIRequest

NewAlibabawdkmarketingitemdiscountadditemRequest 初始化AlibabawdkmarketingitemdiscountadditemAPIRequest对象

func (AlibabawdkmarketingitemdiscountadditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitemdiscountadditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitemdiscountadditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitemdiscountadditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitemdiscountadditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitemdiscountadditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingitemdiscountadditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingitemdiscountadditemAPIResponse added in v1.3.1

type AlibabawdkmarketingitemdiscountadditemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitemdiscountadditemAPIResponseModel
}

AlibabawdkmarketingitemdiscountadditemAPIResponse 报名特价商品 API返回值 alibaba.wdk.marketing.itemdiscount.additem

在商品特价活动中报名特价商品

type AlibabawdkmarketingitemdiscountadditemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitemdiscountadditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itemdiscount_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitemdiscountadditemAPIResponseModel is 报名特价商品 成功返回结果

type AlibabawdkmarketingitemdiscountcreateactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitemdiscountcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitemdiscountcreateactivityAPIRequest 创建商品特价活动 API请求 alibaba.wdk.marketing.itemdiscount.createactivity

创建商品特价活动

func NewAlibabawdkmarketingitemdiscountcreateactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitemdiscountcreateactivityRequest() *AlibabawdkmarketingitemdiscountcreateactivityAPIRequest

NewAlibabawdkmarketingitemdiscountcreateactivityRequest 初始化AlibabawdkmarketingitemdiscountcreateactivityAPIRequest对象

func (AlibabawdkmarketingitemdiscountcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitemdiscountcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitemdiscountcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitemdiscountcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitemdiscountcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabawdkmarketingitemdiscountcreateactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitemdiscountcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitemdiscountcreateactivityAPIResponseModel
}

AlibabawdkmarketingitemdiscountcreateactivityAPIResponse 创建商品特价活动 API返回值 alibaba.wdk.marketing.itemdiscount.createactivity

创建商品特价活动

type AlibabawdkmarketingitemdiscountcreateactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitemdiscountcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itemdiscount_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitemdiscountcreateactivityAPIResponseModel is 创建商品特价活动 成功返回结果

type AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest 删除商品特价活动 API请求 alibaba.wdk.marketing.itemdiscount.deleteactivity

删除商品特价活动

func NewAlibabawdkmarketingitemdiscountdeleteactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitemdiscountdeleteactivityRequest() *AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest

NewAlibabawdkmarketingitemdiscountdeleteactivityRequest 初始化AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest对象

func (AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitemdiscountdeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabawdkmarketingitemdiscountdeleteactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitemdiscountdeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitemdiscountdeleteactivityAPIResponseModel
}

AlibabawdkmarketingitemdiscountdeleteactivityAPIResponse 删除商品特价活动 API返回值 alibaba.wdk.marketing.itemdiscount.deleteactivity

删除商品特价活动

type AlibabawdkmarketingitemdiscountdeleteactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitemdiscountdeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itemdiscount_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitemdiscountdeleteactivityAPIResponseModel is 删除商品特价活动 成功返回结果

type AlibabawdkmarketingitemdiscountqueryactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitemdiscountqueryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitemdiscountqueryactivityAPIRequest 查找特价活动 API请求 alibaba.wdk.marketing.itemdiscount.queryactivity

查找特价活动

func NewAlibabawdkmarketingitemdiscountqueryactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitemdiscountqueryactivityRequest() *AlibabawdkmarketingitemdiscountqueryactivityAPIRequest

NewAlibabawdkmarketingitemdiscountqueryactivityRequest 初始化AlibabawdkmarketingitemdiscountqueryactivityAPIRequest对象

func (AlibabawdkmarketingitemdiscountqueryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitemdiscountqueryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitemdiscountqueryactivityAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitemdiscountqueryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitemdiscountqueryactivityAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

type AlibabawdkmarketingitemdiscountqueryactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitemdiscountqueryactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitemdiscountqueryactivityAPIResponseModel
}

AlibabawdkmarketingitemdiscountqueryactivityAPIResponse 查找特价活动 API返回值 alibaba.wdk.marketing.itemdiscount.queryactivity

查找特价活动

type AlibabawdkmarketingitemdiscountqueryactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitemdiscountqueryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itemdiscount_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询特价活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitemdiscountqueryactivityAPIResponseModel is 查找特价活动 成功返回结果

type AlibabawdkmarketingitemdiscountqueryitemsAPIRequest added in v1.3.1

type AlibabawdkmarketingitemdiscountqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitemdiscountqueryitemsAPIRequest 查询特价商品 API请求 alibaba.wdk.marketing.itemdiscount.queryitems

查询参加特价活动的商品优惠详情

func NewAlibabawdkmarketingitemdiscountqueryitemsRequest added in v1.3.1

func NewAlibabawdkmarketingitemdiscountqueryitemsRequest() *AlibabawdkmarketingitemdiscountqueryitemsAPIRequest

NewAlibabawdkmarketingitemdiscountqueryitemsRequest 初始化AlibabawdkmarketingitemdiscountqueryitemsAPIRequest对象

func (AlibabawdkmarketingitemdiscountqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitemdiscountqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitemdiscountqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitemdiscountqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitemdiscountqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabawdkmarketingitemdiscountqueryitemsAPIResponse added in v1.3.1

type AlibabawdkmarketingitemdiscountqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitemdiscountqueryitemsAPIResponseModel
}

AlibabawdkmarketingitemdiscountqueryitemsAPIResponse 查询特价商品 API返回值 alibaba.wdk.marketing.itemdiscount.queryitems

查询参加特价活动的商品优惠详情

type AlibabawdkmarketingitemdiscountqueryitemsAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitemdiscountqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itemdiscount_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitemdiscountqueryitemsAPIResponseModel is 查询特价商品 成功返回结果

type AlibabawdkmarketingitemdiscountremoveitemAPIRequest added in v1.3.1

type AlibabawdkmarketingitemdiscountremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitemdiscountremoveitemAPIRequest 移除报名的商品 API请求 alibaba.wdk.marketing.itemdiscount.removeitem

将报名特价活动的商品从特价活动中移除

func NewAlibabawdkmarketingitemdiscountremoveitemRequest added in v1.3.1

func NewAlibabawdkmarketingitemdiscountremoveitemRequest() *AlibabawdkmarketingitemdiscountremoveitemAPIRequest

NewAlibabawdkmarketingitemdiscountremoveitemRequest 初始化AlibabawdkmarketingitemdiscountremoveitemAPIRequest对象

func (AlibabawdkmarketingitemdiscountremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitemdiscountremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitemdiscountremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitemdiscountremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitemdiscountremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitemdiscountremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingitemdiscountremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingitemdiscountremoveitemAPIResponse added in v1.3.1

type AlibabawdkmarketingitemdiscountremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitemdiscountremoveitemAPIResponseModel
}

AlibabawdkmarketingitemdiscountremoveitemAPIResponse 移除报名的商品 API返回值 alibaba.wdk.marketing.itemdiscount.removeitem

将报名特价活动的商品从特价活动中移除

type AlibabawdkmarketingitemdiscountremoveitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitemdiscountremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itemdiscount_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 移除商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitemdiscountremoveitemAPIResponseModel is 移除报名的商品 成功返回结果

type AlibabawdkmarketingitempoolactivitycreateAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolactivitycreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolactivitycreateAPIRequest 创建活动新接口 API请求 alibaba.wdk.marketing.itempool.activity.create

创建活动新接口,支持新工具玩法

func NewAlibabawdkmarketingitempoolactivitycreateRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolactivitycreateRequest() *AlibabawdkmarketingitempoolactivitycreateAPIRequest

NewAlibabawdkmarketingitempoolactivitycreateRequest 初始化AlibabawdkmarketingitempoolactivitycreateAPIRequest对象

func (AlibabawdkmarketingitempoolactivitycreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolactivitycreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolactivitycreateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitempoolactivitycreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolactivitycreateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabawdkmarketingitempoolactivitycreateAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolactivitycreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolactivitycreateAPIResponseModel
}

AlibabawdkmarketingitempoolactivitycreateAPIResponse 创建活动新接口 API返回值 alibaba.wdk.marketing.itempool.activity.create

创建活动新接口,支持新工具玩法

type AlibabawdkmarketingitempoolactivitycreateAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolactivitycreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_activity_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// errorCode
	FailCode string `json:"fail_code,omitempty" xml:"fail_code,omitempty"`
	// data
	Data int64 `json:"data,omitempty" xml:"data,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkmarketingitempoolactivitycreateAPIResponseModel is 创建活动新接口 成功返回结果

type AlibabawdkmarketingitempooladdcategoryAPIRequest added in v1.3.1

type AlibabawdkmarketingitempooladdcategoryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempooladdcategoryAPIRequest 增加商品池里面的类目 API请求 alibaba.wdk.marketing.itempool.addcategory

增加商品池里面的类目

func NewAlibabawdkmarketingitempooladdcategoryRequest added in v1.3.1

func NewAlibabawdkmarketingitempooladdcategoryRequest() *AlibabawdkmarketingitempooladdcategoryAPIRequest

NewAlibabawdkmarketingitempooladdcategoryRequest 初始化AlibabawdkmarketingitempooladdcategoryAPIRequest对象

func (AlibabawdkmarketingitempooladdcategoryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempooladdcategoryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempooladdcategoryAPIRequest) GetCommonActivityParam added in v1.3.1

GetCommonActivityParam CommonActivityParam Getter

func (AlibabawdkmarketingitempooladdcategoryAPIRequest) GetItemPoolActivityCategory added in v1.3.1

GetItemPoolActivityCategory ItemPoolActivityCategory Getter

func (AlibabawdkmarketingitempooladdcategoryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempooladdcategoryAPIRequest) SetCommonActivityParam added in v1.3.1

func (r *AlibabawdkmarketingitempooladdcategoryAPIRequest) SetCommonActivityParam(_commonActivityParam *CommonActivityParam) error

SetCommonActivityParam is CommonActivityParam Setter 活动对象

func (*AlibabawdkmarketingitempooladdcategoryAPIRequest) SetItemPoolActivityCategory added in v1.3.1

func (r *AlibabawdkmarketingitempooladdcategoryAPIRequest) SetItemPoolActivityCategory(_itemPoolActivityCategory *ItemPoolActivityCategory) error

SetItemPoolActivityCategory is ItemPoolActivityCategory Setter 类目对象

type AlibabawdkmarketingitempooladdcategoryAPIResponse added in v1.3.1

type AlibabawdkmarketingitempooladdcategoryAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempooladdcategoryAPIResponseModel
}

AlibabawdkmarketingitempooladdcategoryAPIResponse 增加商品池里面的类目 API返回值 alibaba.wdk.marketing.itempool.addcategory

增加商品池里面的类目

type AlibabawdkmarketingitempooladdcategoryAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempooladdcategoryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_addcategory_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempooladdcategoryAPIResponseModel is 增加商品池里面的类目 成功返回结果

type AlibabawdkmarketingitempooladditemAPIRequest added in v1.3.1

type AlibabawdkmarketingitempooladditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempooladditemAPIRequest 增加商品池里面的商品 API请求 alibaba.wdk.marketing.itempool.additem

增加商品池里面的商品

func NewAlibabawdkmarketingitempooladditemRequest added in v1.3.1

func NewAlibabawdkmarketingitempooladditemRequest() *AlibabawdkmarketingitempooladditemAPIRequest

NewAlibabawdkmarketingitempooladditemRequest 初始化AlibabawdkmarketingitempooladditemAPIRequest对象

func (AlibabawdkmarketingitempooladditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempooladditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempooladditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempooladditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitempooladditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempooladditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingitempooladditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingitempooladditemAPIResponse added in v1.3.1

type AlibabawdkmarketingitempooladditemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempooladditemAPIResponseModel
}

AlibabawdkmarketingitempooladditemAPIResponse 增加商品池里面的商品 API返回值 alibaba.wdk.marketing.itempool.additem

增加商品池里面的商品

type AlibabawdkmarketingitempooladditemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempooladditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempooladditemAPIResponseModel is 增加商品池里面的商品 成功返回结果

type AlibabawdkmarketingitempoolcreateactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolcreateactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolcreateactivityAPIRequest 添加商品池活动 API请求 alibaba.wdk.marketing.itempool.createactivity

添加商品池活动

func NewAlibabawdkmarketingitempoolcreateactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolcreateactivityRequest() *AlibabawdkmarketingitempoolcreateactivityAPIRequest

NewAlibabawdkmarketingitempoolcreateactivityRequest 初始化AlibabawdkmarketingitempoolcreateactivityAPIRequest对象

func (AlibabawdkmarketingitempoolcreateactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolcreateactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolcreateactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitempoolcreateactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolcreateactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 创建活动请求入参

type AlibabawdkmarketingitempoolcreateactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolcreateactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolcreateactivityAPIResponseModel
}

AlibabawdkmarketingitempoolcreateactivityAPIResponse 添加商品池活动 API返回值 alibaba.wdk.marketing.itempool.createactivity

添加商品池活动

type AlibabawdkmarketingitempoolcreateactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolcreateactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_createactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 创建活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolcreateactivityAPIResponseModel is 添加商品池活动 成功返回结果

type AlibabawdkmarketingitempooldeleteactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitempooldeleteactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempooldeleteactivityAPIRequest 删除商品池活动 API请求 alibaba.wdk.marketing.itempool.deleteactivity

删除商品池活动

func NewAlibabawdkmarketingitempooldeleteactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitempooldeleteactivityRequest() *AlibabawdkmarketingitempooldeleteactivityAPIRequest

NewAlibabawdkmarketingitempooldeleteactivityRequest 初始化AlibabawdkmarketingitempooldeleteactivityAPIRequest对象

func (AlibabawdkmarketingitempooldeleteactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempooldeleteactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempooldeleteactivityAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitempooldeleteactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempooldeleteactivityAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 需要删除的活动的信息

type AlibabawdkmarketingitempooldeleteactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitempooldeleteactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempooldeleteactivityAPIResponseModel
}

AlibabawdkmarketingitempooldeleteactivityAPIResponse 删除商品池活动 API返回值 alibaba.wdk.marketing.itempool.deleteactivity

删除商品池活动

type AlibabawdkmarketingitempooldeleteactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempooldeleteactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_deleteactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除活动返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempooldeleteactivityAPIResponseModel is 删除商品池活动 成功返回结果

type AlibabawdkmarketingitempoolexcludeskucodeAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolexcludeskucodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolexcludeskucodeAPIRequest 商品池排除商品【品类优惠使用】 API请求 alibaba.wdk.marketing.itempool.excludeskucode

品类优惠新增排除池

func NewAlibabawdkmarketingitempoolexcludeskucodeRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolexcludeskucodeRequest() *AlibabawdkmarketingitempoolexcludeskucodeAPIRequest

NewAlibabawdkmarketingitempoolexcludeskucodeRequest 初始化AlibabawdkmarketingitempoolexcludeskucodeAPIRequest对象

func (AlibabawdkmarketingitempoolexcludeskucodeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolexcludeskucodeAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolexcludeskucodeAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolexcludeskucodeAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitempoolexcludeskucodeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolexcludeskucodeAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingitempoolexcludeskucodeAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingitempoolexcludeskucodeAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolexcludeskucodeAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolexcludeskucodeAPIResponseModel
}

AlibabawdkmarketingitempoolexcludeskucodeAPIResponse 商品池排除商品【品类优惠使用】 API返回值 alibaba.wdk.marketing.itempool.excludeskucode

品类优惠新增排除池

type AlibabawdkmarketingitempoolexcludeskucodeAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolexcludeskucodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_excludeskucode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 商品报名活动的返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolexcludeskucodeAPIResponseModel is 商品池排除商品【品类优惠使用】 成功返回结果

type AlibabawdkmarketingitempoolitemaddasyncAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolitemaddasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolitemaddasyncAPIRequest 商品池新增商品 API请求 alibaba.wdk.marketing.itempool.item.add.async

新分组模型下新增商品

func NewAlibabawdkmarketingitempoolitemaddasyncRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolitemaddasyncRequest() *AlibabawdkmarketingitempoolitemaddasyncAPIRequest

NewAlibabawdkmarketingitempoolitemaddasyncRequest 初始化AlibabawdkmarketingitempoolitemaddasyncAPIRequest对象

func (AlibabawdkmarketingitempoolitemaddasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolitemaddasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolitemaddasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolitemaddasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitempoolitemaddasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingitempoolitemaddasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabawdkmarketingitempoolitemaddasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 阶梯商品信息

func (*AlibabawdkmarketingitempoolitemaddasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

func (*AlibabawdkmarketingitempoolitemaddasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabawdkmarketingitempoolitemaddasyncAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolitemaddasyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolitemaddasyncAPIResponseModel
}

AlibabawdkmarketingitempoolitemaddasyncAPIResponse 商品池新增商品 API返回值 alibaba.wdk.marketing.itempool.item.add.async

新分组模型下新增商品

type AlibabawdkmarketingitempoolitemaddasyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolitemaddasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_item_add_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolitemaddasyncAPIResponseModel is 商品池新增商品 成功返回结果

type AlibabawdkmarketingitempoolitemremoveasyncAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolitemremoveasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolitemremoveasyncAPIRequest 商品池删除商品 API请求 alibaba.wdk.marketing.itempool.item.remove.async

新模型下删除商品

func NewAlibabawdkmarketingitempoolitemremoveasyncRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolitemremoveasyncRequest() *AlibabawdkmarketingitempoolitemremoveasyncAPIRequest

NewAlibabawdkmarketingitempoolitemremoveasyncRequest 初始化AlibabawdkmarketingitempoolitemremoveasyncAPIRequest对象

func (AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter sku信息

func (*AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动信息

func (*AlibabawdkmarketingitempoolitemremoveasyncAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter alibaba.wdk.marketing.version.generate接口生成

type AlibabawdkmarketingitempoolitemremoveasyncAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolitemremoveasyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolitemremoveasyncAPIResponseModel
}

AlibabawdkmarketingitempoolitemremoveasyncAPIResponse 商品池删除商品 API返回值 alibaba.wdk.marketing.itempool.item.remove.async

新模型下删除商品

type AlibabawdkmarketingitempoolitemremoveasyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolitemremoveasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_item_remove_async_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolitemremoveasyncAPIResponseModel is 商品池删除商品 成功返回结果

type AlibabawdkmarketingitempoolqueryactivityAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolqueryactivityAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolqueryactivityAPIRequest 查找商品池活动 API请求 alibaba.wdk.marketing.itempool.queryactivity

查找商品池活动

func NewAlibabawdkmarketingitempoolqueryactivityRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolqueryactivityRequest() *AlibabawdkmarketingitempoolqueryactivityAPIRequest

NewAlibabawdkmarketingitempoolqueryactivityRequest 初始化AlibabawdkmarketingitempoolqueryactivityAPIRequest对象

func (AlibabawdkmarketingitempoolqueryactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolqueryactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolqueryactivityAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolqueryactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolqueryactivityAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 查询商品池活动入参

type AlibabawdkmarketingitempoolqueryactivityAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolqueryactivityAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolqueryactivityAPIResponseModel
}

AlibabawdkmarketingitempoolqueryactivityAPIResponse 查找商品池活动 API返回值 alibaba.wdk.marketing.itempool.queryactivity

查找商品池活动

type AlibabawdkmarketingitempoolqueryactivityAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolqueryactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_queryactivity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolqueryactivityAPIResponseModel is 查找商品池活动 成功返回结果

type AlibabawdkmarketingitempoolqueryitemsAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolqueryitemsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolqueryitemsAPIRequest 查询商品池活动下的商品 API请求 alibaba.wdk.marketing.itempool.queryitems

查询商品池活动下面的商品

func NewAlibabawdkmarketingitempoolqueryitemsRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolqueryitemsRequest() *AlibabawdkmarketingitempoolqueryitemsAPIRequest

NewAlibabawdkmarketingitempoolqueryitemsRequest 初始化AlibabawdkmarketingitempoolqueryitemsAPIRequest对象

func (AlibabawdkmarketingitempoolqueryitemsAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolqueryitemsAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolqueryitemsAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingitempoolqueryitemsAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolqueryitemsAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询入参

type AlibabawdkmarketingitempoolqueryitemsAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolqueryitemsAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolqueryitemsAPIResponseModel
}

AlibabawdkmarketingitempoolqueryitemsAPIResponse 查询商品池活动下的商品 API返回值 alibaba.wdk.marketing.itempool.queryitems

查询商品池活动下面的商品

type AlibabawdkmarketingitempoolqueryitemsAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolqueryitemsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_queryitems_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询返回结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolqueryitemsAPIResponseModel is 查询商品池活动下的商品 成功返回结果

type AlibabawdkmarketingitempoolremoveitemAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolremoveitemAPIRequest 移除商品池里面的商品 API请求 alibaba.wdk.marketing.itempool.removeitem

移除商品池里面的商品

func NewAlibabawdkmarketingitempoolremoveitemRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolremoveitemRequest() *AlibabawdkmarketingitempoolremoveitemAPIRequest

NewAlibabawdkmarketingitempoolremoveitemRequest 初始化AlibabawdkmarketingitempoolremoveitemAPIRequest对象

func (AlibabawdkmarketingitempoolremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitempoolremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品对象

func (*AlibabawdkmarketingitempoolremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动基本信息

type AlibabawdkmarketingitempoolremoveitemAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolremoveitemAPIResponseModel
}

AlibabawdkmarketingitempoolremoveitemAPIResponse 移除商品池里面的商品 API返回值 alibaba.wdk.marketing.itempool.removeitem

移除商品池里面的商品

type AlibabawdkmarketingitempoolremoveitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 移除商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolremoveitemAPIResponseModel is 移除商品池里面的商品 成功返回结果

type AlibabawdkmarketingitempoolstairadditemAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolstairadditemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolstairadditemAPIRequest 商品池阶梯商品添加 API请求 alibaba.wdk.marketing.itempool.stair.additem

添加商品池阶梯商品

func NewAlibabawdkmarketingitempoolstairadditemRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolstairadditemRequest() *AlibabawdkmarketingitempoolstairadditemAPIRequest

NewAlibabawdkmarketingitempoolstairadditemRequest 初始化AlibabawdkmarketingitempoolstairadditemAPIRequest对象

func (AlibabawdkmarketingitempoolstairadditemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolstairadditemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolstairadditemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolstairadditemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitempoolstairadditemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolstairadditemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 系统自动生成

func (*AlibabawdkmarketingitempoolstairadditemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 系统自动生成

type AlibabawdkmarketingitempoolstairadditemAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolstairadditemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolstairadditemAPIResponseModel
}

AlibabawdkmarketingitempoolstairadditemAPIResponse 商品池阶梯商品添加 API返回值 alibaba.wdk.marketing.itempool.stair.additem

添加商品池阶梯商品

type AlibabawdkmarketingitempoolstairadditemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolstairadditemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_stair_additem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 添加商品返回结果
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolstairadditemAPIResponseModel is 商品池阶梯商品添加 成功返回结果

type AlibabawdkmarketingitempoolstairqueryitemAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolstairqueryitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolstairqueryitemAPIRequest 换购商品查询 API请求 alibaba.wdk.marketing.itempool.stair.queryitem

换购商品查询

func NewAlibabawdkmarketingitempoolstairqueryitemRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolstairqueryitemRequest() *AlibabawdkmarketingitempoolstairqueryitemAPIRequest

NewAlibabawdkmarketingitempoolstairqueryitemRequest 初始化AlibabawdkmarketingitempoolstairqueryitemAPIRequest对象

func (AlibabawdkmarketingitempoolstairqueryitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolstairqueryitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolstairqueryitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolstairqueryitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolstairqueryitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 换购商品查询参数

type AlibabawdkmarketingitempoolstairqueryitemAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolstairqueryitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolstairqueryitemAPIResponseModel
}

AlibabawdkmarketingitempoolstairqueryitemAPIResponse 换购商品查询 API返回值 alibaba.wdk.marketing.itempool.stair.queryitem

换购商品查询

type AlibabawdkmarketingitempoolstairqueryitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolstairqueryitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_stair_queryitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询结果
	Result *MarketPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolstairqueryitemAPIResponseModel is 换购商品查询 成功返回结果

type AlibabawdkmarketingitempoolstairremoveitemAPIRequest added in v1.3.1

type AlibabawdkmarketingitempoolstairremoveitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingitempoolstairremoveitemAPIRequest 删除换购活动商品 API请求 alibaba.wdk.marketing.itempool.stair.removeitem

删除换购商品

func NewAlibabawdkmarketingitempoolstairremoveitemRequest added in v1.3.1

func NewAlibabawdkmarketingitempoolstairremoveitemRequest() *AlibabawdkmarketingitempoolstairremoveitemAPIRequest

NewAlibabawdkmarketingitempoolstairremoveitemRequest 初始化AlibabawdkmarketingitempoolstairremoveitemAPIRequest对象

func (AlibabawdkmarketingitempoolstairremoveitemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingitempoolstairremoveitemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingitempoolstairremoveitemAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (AlibabawdkmarketingitempoolstairremoveitemAPIRequest) GetParam1 added in v1.3.1

GetParam1 Param1 Getter

func (AlibabawdkmarketingitempoolstairremoveitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingitempoolstairremoveitemAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 商品sku信息

func (*AlibabawdkmarketingitempoolstairremoveitemAPIRequest) SetParam1 added in v1.3.1

SetParam1 is Param1 Setter 活动信息

type AlibabawdkmarketingitempoolstairremoveitemAPIResponse added in v1.3.1

type AlibabawdkmarketingitempoolstairremoveitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingitempoolstairremoveitemAPIResponseModel
}

AlibabawdkmarketingitempoolstairremoveitemAPIResponse 删除换购活动商品 API返回值 alibaba.wdk.marketing.itempool.stair.removeitem

删除换购商品

type AlibabawdkmarketingitempoolstairremoveitemAPIResponseModel added in v1.3.1

type AlibabawdkmarketingitempoolstairremoveitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_itempool_stair_removeitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingitempoolstairremoveitemAPIResponseModel is 删除换购活动商品 成功返回结果

type AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest added in v1.3.1

type AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest 营销商品数据同步 API请求 alibaba.wdk.marketing.open.darunfa.activity.sku.sync

大润发营销商品数据同步

func NewAlibabawdkmarketingopendarunfaactivityskusyncRequest added in v1.3.1

func NewAlibabawdkmarketingopendarunfaactivityskusyncRequest() *AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest

NewAlibabawdkmarketingopendarunfaactivityskusyncRequest 初始化AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest对象

func (AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) GetActivityId added in v1.3.1

GetActivityId ActivityId Getter

func (AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) GetActivitySkuList added in v1.3.1

GetActivitySkuList ActivitySkuList Getter

func (AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) GetVersionId added in v1.3.1

GetVersionId VersionId Getter

func (*AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) SetActivityId added in v1.3.1

SetActivityId is ActivityId Setter 大润发活动Id

func (*AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) SetActivitySkuList added in v1.3.1

func (r *AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) SetActivitySkuList(_activitySkuList []DrfTxdActivitySkuBo) error

SetActivitySkuList is ActivitySkuList Setter 淘鲜达活动商品信息

func (*AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) SetShopId added in v1.3.1

SetShopId is ShopId Setter 活动对应的门店Id

func (*AlibabawdkmarketingopendarunfaactivityskusyncAPIRequest) SetVersionId added in v1.3.1

SetVersionId is VersionId Setter 数据版本Id

type AlibabawdkmarketingopendarunfaactivityskusyncAPIResponse added in v1.3.1

type AlibabawdkmarketingopendarunfaactivityskusyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingopendarunfaactivityskusyncAPIResponseModel
}

AlibabawdkmarketingopendarunfaactivityskusyncAPIResponse 营销商品数据同步 API返回值 alibaba.wdk.marketing.open.darunfa.activity.sku.sync

大润发营销商品数据同步

type AlibabawdkmarketingopendarunfaactivityskusyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingopendarunfaactivityskusyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_open_darunfa_activity_sku_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果信息
	Result *WdkMarketOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingopendarunfaactivityskusyncAPIResponseModel is 营销商品数据同步 成功返回结果

type AlibabawdkmarketingopendarunfaactivitysyncAPIRequest added in v1.3.1

type AlibabawdkmarketingopendarunfaactivitysyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingopendarunfaactivitysyncAPIRequest 活动数据同步 API请求 alibaba.wdk.marketing.open.darunfa.activity.sync

大润发活动数据同步

func NewAlibabawdkmarketingopendarunfaactivitysyncRequest added in v1.3.1

func NewAlibabawdkmarketingopendarunfaactivitysyncRequest() *AlibabawdkmarketingopendarunfaactivitysyncAPIRequest

NewAlibabawdkmarketingopendarunfaactivitysyncRequest 初始化AlibabawdkmarketingopendarunfaactivitysyncAPIRequest对象

func (AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) GetActivityList added in v1.3.1

GetActivityList ActivityList Getter

func (AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) GetVersionId added in v1.3.1

GetVersionId VersionId Getter

func (*AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) SetActivityList added in v1.3.1

SetActivityList is ActivityList Setter 大润发活动数据

func (*AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) SetShopId added in v1.3.1

SetShopId is ShopId Setter 门店Id

func (*AlibabawdkmarketingopendarunfaactivitysyncAPIRequest) SetVersionId added in v1.3.1

SetVersionId is VersionId Setter 版本ID

type AlibabawdkmarketingopendarunfaactivitysyncAPIResponse added in v1.3.1

type AlibabawdkmarketingopendarunfaactivitysyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingopendarunfaactivitysyncAPIResponseModel
}

AlibabawdkmarketingopendarunfaactivitysyncAPIResponse 活动数据同步 API返回值 alibaba.wdk.marketing.open.darunfa.activity.sync

大润发活动数据同步

type AlibabawdkmarketingopendarunfaactivitysyncAPIResponseModel added in v1.3.1

type AlibabawdkmarketingopendarunfaactivitysyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_open_darunfa_activity_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *WdkMarketOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingopendarunfaactivitysyncAPIResponseModel is 活动数据同步 成功返回结果

type AlibabawdkmarketingopendatarelationqueryAPIRequest added in v1.3.1

type AlibabawdkmarketingopendatarelationqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingopendatarelationqueryAPIRequest 数据关联关系查询 API请求 alibaba.wdk.marketing.open.data.relation.query

数据关联关系查询

func NewAlibabawdkmarketingopendatarelationqueryRequest added in v1.3.1

func NewAlibabawdkmarketingopendatarelationqueryRequest() *AlibabawdkmarketingopendatarelationqueryAPIRequest

NewAlibabawdkmarketingopendatarelationqueryRequest 初始化AlibabawdkmarketingopendatarelationqueryAPIRequest对象

func (AlibabawdkmarketingopendatarelationqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingopendatarelationqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingopendatarelationqueryAPIRequest) GetBizCode added in v1.3.1

GetBizCode BizCode Getter

func (AlibabawdkmarketingopendatarelationqueryAPIRequest) GetOutDataIds added in v1.3.1

GetOutDataIds OutDataIds Getter

func (AlibabawdkmarketingopendatarelationqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingopendatarelationqueryAPIRequest) GetSubBizCode added in v1.3.1

GetSubBizCode SubBizCode Getter

func (*AlibabawdkmarketingopendatarelationqueryAPIRequest) SetBizCode added in v1.3.1

SetBizCode is BizCode Setter 数据类型:WDK_MARKET:五道口营销

func (*AlibabawdkmarketingopendatarelationqueryAPIRequest) SetOutDataIds added in v1.3.1

func (r *AlibabawdkmarketingopendatarelationqueryAPIRequest) SetOutDataIds(_outDataIds []string) error

SetOutDataIds is OutDataIds Setter 外部数据Id

func (*AlibabawdkmarketingopendatarelationqueryAPIRequest) SetSubBizCode added in v1.3.1

func (r *AlibabawdkmarketingopendatarelationqueryAPIRequest) SetSubBizCode(_subBizCode string) error

SetSubBizCode is SubBizCode Setter 数据子类型:ACTIVITY:营销活动数据

type AlibabawdkmarketingopendatarelationqueryAPIResponse added in v1.3.1

type AlibabawdkmarketingopendatarelationqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingopendatarelationqueryAPIResponseModel
}

AlibabawdkmarketingopendatarelationqueryAPIResponse 数据关联关系查询 API返回值 alibaba.wdk.marketing.open.data.relation.query

数据关联关系查询

type AlibabawdkmarketingopendatarelationqueryAPIResponseModel added in v1.3.1

type AlibabawdkmarketingopendatarelationqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_open_data_relation_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *WdkMarketOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingopendatarelationqueryAPIResponseModel is 数据关联关系查询 成功返回结果

type AlibabawdkmarketingopenheartbeatAPIRequest added in v1.3.1

type AlibabawdkmarketingopenheartbeatAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingopenheartbeatAPIRequest 心跳服务【10s一次】 API请求 alibaba.wdk.marketing.open.heartbeat

商家数据同步心跳服务

func NewAlibabawdkmarketingopenheartbeatRequest added in v1.3.1

func NewAlibabawdkmarketingopenheartbeatRequest() *AlibabawdkmarketingopenheartbeatAPIRequest

NewAlibabawdkmarketingopenheartbeatRequest 初始化AlibabawdkmarketingopenheartbeatAPIRequest对象

func (AlibabawdkmarketingopenheartbeatAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingopenheartbeatAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmarketingopenheartbeatAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingopenheartbeatAPIRequest) GetHeartBeat added in v1.3.1

GetHeartBeat HeartBeat Getter

func (AlibabawdkmarketingopenheartbeatAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingopenheartbeatAPIRequest) SetHeartBeat added in v1.3.1

func (r *AlibabawdkmarketingopenheartbeatAPIRequest) SetHeartBeat(_heartBeat *HeartBeatBo) error

SetHeartBeat is HeartBeat Setter 心跳信息

type AlibabawdkmarketingopenheartbeatAPIResponse added in v1.3.1

type AlibabawdkmarketingopenheartbeatAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingopenheartbeatAPIResponseModel
}

AlibabawdkmarketingopenheartbeatAPIResponse 心跳服务【10s一次】 API返回值 alibaba.wdk.marketing.open.heartbeat

商家数据同步心跳服务

type AlibabawdkmarketingopenheartbeatAPIResponseModel added in v1.3.1

type AlibabawdkmarketingopenheartbeatAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_open_heartbeat_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *WdkMarketOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingopenheartbeatAPIResponseModel is 心跳服务【10s一次】 成功返回结果

type AlibabawdkmarketingopenposdiscountcodecreateAPIRequest added in v1.3.1

type AlibabawdkmarketingopenposdiscountcodecreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingopenposdiscountcodecreateAPIRequest pos一物一码创建 API请求 alibaba.wdk.marketing.open.pos.discount.code.create

pos一物一码创建

func NewAlibabawdkmarketingopenposdiscountcodecreateRequest added in v1.3.1

func NewAlibabawdkmarketingopenposdiscountcodecreateRequest() *AlibabawdkmarketingopenposdiscountcodecreateAPIRequest

NewAlibabawdkmarketingopenposdiscountcodecreateRequest 初始化AlibabawdkmarketingopenposdiscountcodecreateAPIRequest对象

func (AlibabawdkmarketingopenposdiscountcodecreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingopenposdiscountcodecreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingopenposdiscountcodecreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingopenposdiscountcodecreateAPIRequest) GetUniqueDiscountCodeRequest added in v1.3.1

GetUniqueDiscountCodeRequest UniqueDiscountCodeRequest Getter

func (*AlibabawdkmarketingopenposdiscountcodecreateAPIRequest) SetUniqueDiscountCodeRequest added in v1.3.1

func (r *AlibabawdkmarketingopenposdiscountcodecreateAPIRequest) SetUniqueDiscountCodeRequest(_uniqueDiscountCodeRequest *UniqueDiscountCodeRequest) error

SetUniqueDiscountCodeRequest is UniqueDiscountCodeRequest Setter 请求信息

type AlibabawdkmarketingopenposdiscountcodecreateAPIResponse added in v1.3.1

type AlibabawdkmarketingopenposdiscountcodecreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingopenposdiscountcodecreateAPIResponseModel
}

AlibabawdkmarketingopenposdiscountcodecreateAPIResponse pos一物一码创建 API返回值 alibaba.wdk.marketing.open.pos.discount.code.create

pos一物一码创建

type AlibabawdkmarketingopenposdiscountcodecreateAPIResponseModel added in v1.3.1

type AlibabawdkmarketingopenposdiscountcodecreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_open_pos_discount_code_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果信息
	Result *WdkMarketOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingopenposdiscountcodecreateAPIResponseModel is pos一物一码创建 成功返回结果

type AlibabawdkmarketingopenversionapplyAPIRequest added in v1.3.1

type AlibabawdkmarketingopenversionapplyAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingopenversionapplyAPIRequest 数据同步版本号申请 API请求 alibaba.wdk.marketing.open.version.apply

数据同步版本号申请

func NewAlibabawdkmarketingopenversionapplyRequest added in v1.3.1

func NewAlibabawdkmarketingopenversionapplyRequest() *AlibabawdkmarketingopenversionapplyAPIRequest

NewAlibabawdkmarketingopenversionapplyRequest 初始化AlibabawdkmarketingopenversionapplyAPIRequest对象

func (AlibabawdkmarketingopenversionapplyAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingopenversionapplyAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingopenversionapplyAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingopenversionapplyAPIRequest) GetSyncVersion added in v1.3.1

GetSyncVersion SyncVersion Getter

func (*AlibabawdkmarketingopenversionapplyAPIRequest) SetSyncVersion added in v1.3.1

func (r *AlibabawdkmarketingopenversionapplyAPIRequest) SetSyncVersion(_syncVersion *SyncVersionBo) error

SetSyncVersion is SyncVersion Setter 同步版本信息

type AlibabawdkmarketingopenversionapplyAPIResponse added in v1.3.1

type AlibabawdkmarketingopenversionapplyAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingopenversionapplyAPIResponseModel
}

AlibabawdkmarketingopenversionapplyAPIResponse 数据同步版本号申请 API返回值 alibaba.wdk.marketing.open.version.apply

数据同步版本号申请

type AlibabawdkmarketingopenversionapplyAPIResponseModel added in v1.3.1

type AlibabawdkmarketingopenversionapplyAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_open_version_apply_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 版本号申请结果
	Result *WdkMarketOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingopenversionapplyAPIResponseModel is 数据同步版本号申请 成功返回结果

type AlibabawdkmarketingopenversioncountAPIRequest added in v1.3.1

type AlibabawdkmarketingopenversioncountAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingopenversioncountAPIRequest 版本数量查询 API请求 alibaba.wdk.marketing.open.version.count

版本数量查询

func NewAlibabawdkmarketingopenversioncountRequest added in v1.3.1

func NewAlibabawdkmarketingopenversioncountRequest() *AlibabawdkmarketingopenversioncountAPIRequest

NewAlibabawdkmarketingopenversioncountRequest 初始化AlibabawdkmarketingopenversioncountAPIRequest对象

func (AlibabawdkmarketingopenversioncountAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingopenversioncountAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingopenversioncountAPIRequest) GetOperateId added in v1.3.1

GetOperateId OperateId Getter

func (AlibabawdkmarketingopenversioncountAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingopenversioncountAPIRequest) GetVersionId added in v1.3.1

GetVersionId VersionId Getter

func (*AlibabawdkmarketingopenversioncountAPIRequest) SetOperateId added in v1.3.1

func (r *AlibabawdkmarketingopenversioncountAPIRequest) SetOperateId(_operateId string) error

SetOperateId is OperateId Setter 操作Id

func (*AlibabawdkmarketingopenversioncountAPIRequest) SetVersionId added in v1.3.1

func (r *AlibabawdkmarketingopenversioncountAPIRequest) SetVersionId(_versionId int64) error

SetVersionId is VersionId Setter 查询版本号

type AlibabawdkmarketingopenversioncountAPIResponse added in v1.3.1

type AlibabawdkmarketingopenversioncountAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingopenversioncountAPIResponseModel
}

AlibabawdkmarketingopenversioncountAPIResponse 版本数量查询 API返回值 alibaba.wdk.marketing.open.version.count

版本数量查询

type AlibabawdkmarketingopenversioncountAPIResponseModel added in v1.3.1

type AlibabawdkmarketingopenversioncountAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_open_version_count_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询结果
	Result *WdkMarketOpenResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingopenversioncountAPIResponseModel is 版本数量查询 成功返回结果

type AlibabawdkmarketingpriceAPIRequest added in v1.3.1

type AlibabawdkmarketingpriceAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingpriceAPIRequest 促销价签服务 API请求 alibaba.wdk.marketing.price

获取营销-促销商品中的实时价格

func NewAlibabawdkmarketingpriceRequest added in v1.3.1

func NewAlibabawdkmarketingpriceRequest() *AlibabawdkmarketingpriceAPIRequest

NewAlibabawdkmarketingpriceRequest 初始化AlibabawdkmarketingpriceAPIRequest对象

func (AlibabawdkmarketingpriceAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkmarketingpriceAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingpriceAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmarketingpriceAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingpriceAPIRequest) GetBeginTime added in v1.3.1

func (r AlibabawdkmarketingpriceAPIRequest) GetBeginTime() string

GetBeginTime BeginTime Getter

func (AlibabawdkmarketingpriceAPIRequest) GetEndTime added in v1.3.1

GetEndTime EndTime Getter

func (AlibabawdkmarketingpriceAPIRequest) GetPageIndex added in v1.3.1

func (r AlibabawdkmarketingpriceAPIRequest) GetPageIndex() int64

GetPageIndex PageIndex Getter

func (AlibabawdkmarketingpriceAPIRequest) GetPageSize added in v1.3.1

func (r AlibabawdkmarketingpriceAPIRequest) GetPageSize() int64

GetPageSize PageSize Getter

func (AlibabawdkmarketingpriceAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmarketingpriceAPIRequest) GetShopIds added in v1.3.1

func (r AlibabawdkmarketingpriceAPIRequest) GetShopIds() []string

GetShopIds ShopIds Getter

func (AlibabawdkmarketingpriceAPIRequest) GetSkuCodes added in v1.3.1

func (r AlibabawdkmarketingpriceAPIRequest) GetSkuCodes() []string

GetSkuCodes SkuCodes Getter

func (*AlibabawdkmarketingpriceAPIRequest) SetBeginTime added in v1.3.1

func (r *AlibabawdkmarketingpriceAPIRequest) SetBeginTime(_beginTime string) error

SetBeginTime is BeginTime Setter 查询开始时间(sku_codes非空无效)

func (*AlibabawdkmarketingpriceAPIRequest) SetEndTime added in v1.3.1

func (r *AlibabawdkmarketingpriceAPIRequest) SetEndTime(_endTime string) error

SetEndTime is EndTime Setter 查询结束时间(sku_codes非空无效)

func (*AlibabawdkmarketingpriceAPIRequest) SetPageIndex added in v1.3.1

func (r *AlibabawdkmarketingpriceAPIRequest) SetPageIndex(_pageIndex int64) error

SetPageIndex is PageIndex Setter 页码

func (*AlibabawdkmarketingpriceAPIRequest) SetPageSize added in v1.3.1

func (r *AlibabawdkmarketingpriceAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 单页大小

func (*AlibabawdkmarketingpriceAPIRequest) SetShopIds added in v1.3.1

func (r *AlibabawdkmarketingpriceAPIRequest) SetShopIds(_shopIds []string) error

SetShopIds is ShopIds Setter 门店标识数组

func (*AlibabawdkmarketingpriceAPIRequest) SetSkuCodes added in v1.3.1

func (r *AlibabawdkmarketingpriceAPIRequest) SetSkuCodes(_skuCodes []string) error

SetSkuCodes is SkuCodes Setter 商品sku

type AlibabawdkmarketingpriceAPIResponse added in v1.3.1

type AlibabawdkmarketingpriceAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingpriceAPIResponseModel
}

AlibabawdkmarketingpriceAPIResponse 促销价签服务 API返回值 alibaba.wdk.marketing.price

获取营销-促销商品中的实时价格

type AlibabawdkmarketingpriceAPIResponseModel added in v1.3.1

type AlibabawdkmarketingpriceAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_price_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *PromotionPriceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingpriceAPIResponseModel is 促销价签服务 成功返回结果

type AlibabawdkmarketingversioncommitAPIRequest added in v1.3.1

type AlibabawdkmarketingversioncommitAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingversioncommitAPIRequest 提交版本号 API请求 alibaba.wdk.marketing.version.commit

提交版本号,标识结束此版本操作

func NewAlibabawdkmarketingversioncommitRequest added in v1.3.1

func NewAlibabawdkmarketingversioncommitRequest() *AlibabawdkmarketingversioncommitAPIRequest

NewAlibabawdkmarketingversioncommitRequest 初始化AlibabawdkmarketingversioncommitAPIRequest对象

func (AlibabawdkmarketingversioncommitAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingversioncommitAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmarketingversioncommitAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingversioncommitAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingversioncommitAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingversioncommitAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 版本号提交参数

type AlibabawdkmarketingversioncommitAPIResponse added in v1.3.1

type AlibabawdkmarketingversioncommitAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingversioncommitAPIResponseModel
}

AlibabawdkmarketingversioncommitAPIResponse 提交版本号 API返回值 alibaba.wdk.marketing.version.commit

提交版本号,标识结束此版本操作

type AlibabawdkmarketingversioncommitAPIResponseModel added in v1.3.1

type AlibabawdkmarketingversioncommitAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_version_commit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingversioncommitAPIResponseModel is 提交版本号 成功返回结果

type AlibabawdkmarketingversiongenerateAPIRequest added in v1.3.1

type AlibabawdkmarketingversiongenerateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmarketingversiongenerateAPIRequest 生成发布使用的版本号 API请求 alibaba.wdk.marketing.version.generate

生成发布使用的版本号

func NewAlibabawdkmarketingversiongenerateRequest added in v1.3.1

func NewAlibabawdkmarketingversiongenerateRequest() *AlibabawdkmarketingversiongenerateAPIRequest

NewAlibabawdkmarketingversiongenerateRequest 初始化AlibabawdkmarketingversiongenerateAPIRequest对象

func (AlibabawdkmarketingversiongenerateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmarketingversiongenerateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmarketingversiongenerateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkmarketingversiongenerateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmarketingversiongenerateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 档期版本号参数信息

type AlibabawdkmarketingversiongenerateAPIResponse added in v1.3.1

type AlibabawdkmarketingversiongenerateAPIResponse struct {
	model.CommonResponse
	AlibabawdkmarketingversiongenerateAPIResponseModel
}

AlibabawdkmarketingversiongenerateAPIResponse 生成发布使用的版本号 API返回值 alibaba.wdk.marketing.version.generate

生成发布使用的版本号

type AlibabawdkmarketingversiongenerateAPIResponseModel added in v1.3.1

type AlibabawdkmarketingversiongenerateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_marketing_version_generate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MarketResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmarketingversiongenerateAPIResponseModel is 生成发布使用的版本号 成功返回结果

type AlibabawdkmembercardgetAPIRequest added in v1.3.1

type AlibabawdkmembercardgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmembercardgetAPIRequest 查询会员卡信息 API请求 alibaba.wdk.member.card.get

根据会员卡查询会员信息

func NewAlibabawdkmembercardgetRequest added in v1.3.1

func NewAlibabawdkmembercardgetRequest() *AlibabawdkmembercardgetAPIRequest

NewAlibabawdkmembercardgetRequest 初始化AlibabawdkmembercardgetAPIRequest对象

func (AlibabawdkmembercardgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkmembercardgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmembercardgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmembercardgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmembercardgetAPIRequest) GetMemberQuery added in v1.3.1

GetMemberQuery MemberQuery Getter

func (AlibabawdkmembercardgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmembercardgetAPIRequest) SetMemberQuery added in v1.3.1

func (r *AlibabawdkmembercardgetAPIRequest) SetMemberQuery(_memberQuery *MemberQueryRequest) error

SetMemberQuery is MemberQuery Setter 系统自动生成

type AlibabawdkmembercardgetAPIResponse added in v1.3.1

type AlibabawdkmembercardgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkmembercardgetAPIResponseModel
}

AlibabawdkmembercardgetAPIResponse 查询会员卡信息 API返回值 alibaba.wdk.member.card.get

根据会员卡查询会员信息

type AlibabawdkmembercardgetAPIResponseModel added in v1.3.1

type AlibabawdkmembercardgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_member_card_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	ApiResult *AlibabawdkmembercardgetApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkmembercardgetAPIResponseModel is 查询会员卡信息 成功返回结果

type AlibabawdkmembercardgetApiResult added in v1.3.1

type AlibabawdkmembercardgetApiResult struct {
	// 错误消息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误结果码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 会员信息模型
	Model *MemberInfoDo `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkmembercardgetApiResult 结构体

type AlibabawdkmemberqrcodeidentifyAPIRequest added in v1.3.1

type AlibabawdkmemberqrcodeidentifyAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmemberqrcodeidentifyAPIRequest 扫码识别会员接口 API请求 alibaba.wdk.member.qrcode.identify

根据用户输入的付款码(支付宝、盒马、淘宝)、商家等信息,查询当前用户的基本信息及对应会员卡信息

func NewAlibabawdkmemberqrcodeidentifyRequest added in v1.3.1

func NewAlibabawdkmemberqrcodeidentifyRequest() *AlibabawdkmemberqrcodeidentifyAPIRequest

NewAlibabawdkmemberqrcodeidentifyRequest 初始化AlibabawdkmemberqrcodeidentifyAPIRequest对象

func (AlibabawdkmemberqrcodeidentifyAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkmemberqrcodeidentifyAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmemberqrcodeidentifyAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmemberqrcodeidentifyAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmemberqrcodeidentifyAPIRequest) GetQrCode added in v1.3.1

GetQrCode QrCode Getter

func (AlibabawdkmemberqrcodeidentifyAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmemberqrcodeidentifyAPIRequest) SetQrCode added in v1.3.1

SetQrCode is QrCode Setter 付款码

type AlibabawdkmemberqrcodeidentifyAPIResponse added in v1.3.1

type AlibabawdkmemberqrcodeidentifyAPIResponse struct {
	model.CommonResponse
	AlibabawdkmemberqrcodeidentifyAPIResponseModel
}

AlibabawdkmemberqrcodeidentifyAPIResponse 扫码识别会员接口 API返回值 alibaba.wdk.member.qrcode.identify

根据用户输入的付款码(支付宝、盒马、淘宝)、商家等信息,查询当前用户的基本信息及对应会员卡信息

type AlibabawdkmemberqrcodeidentifyAPIResponseModel added in v1.3.1

type AlibabawdkmemberqrcodeidentifyAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_member_qrcode_identify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkmemberqrcodeidentifyMtopResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmemberqrcodeidentifyAPIResponseModel is 扫码识别会员接口 成功返回结果

type AlibabawdkmemberqrcodeidentifyMtopResult added in v1.3.1

type AlibabawdkmemberqrcodeidentifyMtopResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *MemberInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkmemberqrcodeidentifyMtopResult 结构体

type AlibabawdkmerchantbrandqueryAPIRequest added in v1.3.1

type AlibabawdkmerchantbrandqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmerchantbrandqueryAPIRequest 品牌查询接口 API请求 alibaba.wdk.merchant.brand.query

三江erp对接时,提供品牌查询的接口

func NewAlibabawdkmerchantbrandqueryRequest added in v1.3.1

func NewAlibabawdkmerchantbrandqueryRequest() *AlibabawdkmerchantbrandqueryAPIRequest

NewAlibabawdkmerchantbrandqueryRequest 初始化AlibabawdkmerchantbrandqueryAPIRequest对象

func (AlibabawdkmerchantbrandqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkmerchantbrandqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmerchantbrandqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmerchantbrandqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmerchantbrandqueryAPIRequest) GetKeyword added in v1.3.1

GetKeyword Keyword Getter

func (AlibabawdkmerchantbrandqueryAPIRequest) GetOffset added in v1.3.1

GetOffset Offset Getter

func (AlibabawdkmerchantbrandqueryAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabawdkmerchantbrandqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmerchantbrandqueryAPIRequest) SetKeyword added in v1.3.1

func (r *AlibabawdkmerchantbrandqueryAPIRequest) SetKeyword(_keyword string) error

SetKeyword is Keyword Setter 关键词,不填就查全部

func (*AlibabawdkmerchantbrandqueryAPIRequest) SetOffset added in v1.3.1

func (r *AlibabawdkmerchantbrandqueryAPIRequest) SetOffset(_offset int64) error

SetOffset is Offset Setter 可不填,默认0

func (*AlibabawdkmerchantbrandqueryAPIRequest) SetPageSize added in v1.3.1

func (r *AlibabawdkmerchantbrandqueryAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 可不填,默认2000

type AlibabawdkmerchantbrandqueryAPIResponse added in v1.3.1

type AlibabawdkmerchantbrandqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkmerchantbrandqueryAPIResponseModel
}

AlibabawdkmerchantbrandqueryAPIResponse 品牌查询接口 API返回值 alibaba.wdk.merchant.brand.query

三江erp对接时,提供品牌查询的接口

type AlibabawdkmerchantbrandqueryAPIResponseModel added in v1.3.1

type AlibabawdkmerchantbrandqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_merchant_brand_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkmerchantbrandqueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmerchantbrandqueryAPIResponseModel is 品牌查询接口 成功返回结果

type AlibabawdkmerchantbrandqueryResult added in v1.3.1

type AlibabawdkmerchantbrandqueryResult struct {
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// errorDesc
	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
	// result
	Results string `json:"results,omitempty" xml:"results,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkmerchantbrandqueryResult 结构体

type AlibabawdkmerchantcategoryqueryAPIRequest added in v1.3.1

type AlibabawdkmerchantcategoryqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmerchantcategoryqueryAPIRequest 三江erp对接类目查询接口 API请求 alibaba.wdk.merchant.category.query

三江erp对接类目查询接口

func NewAlibabawdkmerchantcategoryqueryRequest added in v1.3.1

func NewAlibabawdkmerchantcategoryqueryRequest() *AlibabawdkmerchantcategoryqueryAPIRequest

NewAlibabawdkmerchantcategoryqueryRequest 初始化AlibabawdkmerchantcategoryqueryAPIRequest对象

func (AlibabawdkmerchantcategoryqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmerchantcategoryqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmerchantcategoryqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmerchantcategoryqueryAPIRequest) GetKeyword added in v1.3.1

GetKeyword Keyword Getter

func (AlibabawdkmerchantcategoryqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmerchantcategoryqueryAPIRequest) GetRootCategoryCode added in v1.3.1

func (r AlibabawdkmerchantcategoryqueryAPIRequest) GetRootCategoryCode() string

GetRootCategoryCode RootCategoryCode Getter

func (*AlibabawdkmerchantcategoryqueryAPIRequest) SetKeyword added in v1.3.1

func (r *AlibabawdkmerchantcategoryqueryAPIRequest) SetKeyword(_keyword string) error

SetKeyword is Keyword Setter 搜索关键词,可不填就查全部

func (*AlibabawdkmerchantcategoryqueryAPIRequest) SetRootCategoryCode added in v1.3.1

func (r *AlibabawdkmerchantcategoryqueryAPIRequest) SetRootCategoryCode(_rootCategoryCode string) error

SetRootCategoryCode is RootCategoryCode Setter 类目起点,可不填从根目录开始查

type AlibabawdkmerchantcategoryqueryAPIResponse added in v1.3.1

type AlibabawdkmerchantcategoryqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkmerchantcategoryqueryAPIResponseModel
}

AlibabawdkmerchantcategoryqueryAPIResponse 三江erp对接类目查询接口 API返回值 alibaba.wdk.merchant.category.query

三江erp对接类目查询接口

type AlibabawdkmerchantcategoryqueryAPIResponseModel added in v1.3.1

type AlibabawdkmerchantcategoryqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_merchant_category_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// errorCode
	Errorcode string `json:"errorcode,omitempty" xml:"errorcode,omitempty"`
	// errorDesc
	Errordesc string `json:"errordesc,omitempty" xml:"errordesc,omitempty"`
	// result
	Result string `json:"result,omitempty" xml:"result,omitempty"`
	// success
	Suc bool `json:"suc,omitempty" xml:"suc,omitempty"`
}

AlibabawdkmerchantcategoryqueryAPIResponseModel is 三江erp对接类目查询接口 成功返回结果

type AlibabawdkmerchantitemqueryAPIRequest added in v1.3.1

type AlibabawdkmerchantitemqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmerchantitemqueryAPIRequest 商家商品查询 API请求 alibaba.wdk.merchant.item.query

商家商品查询

func NewAlibabawdkmerchantitemqueryRequest added in v1.3.1

func NewAlibabawdkmerchantitemqueryRequest() *AlibabawdkmerchantitemqueryAPIRequest

NewAlibabawdkmerchantitemqueryRequest 初始化AlibabawdkmerchantitemqueryAPIRequest对象

func (AlibabawdkmerchantitemqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkmerchantitemqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmerchantitemqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmerchantitemqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmerchantitemqueryAPIRequest) GetMerchantCode added in v1.3.1

func (r AlibabawdkmerchantitemqueryAPIRequest) GetMerchantCode() string

GetMerchantCode MerchantCode Getter

func (AlibabawdkmerchantitemqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmerchantitemqueryAPIRequest) GetSkuCode added in v1.3.1

GetSkuCode SkuCode Getter

func (*AlibabawdkmerchantitemqueryAPIRequest) SetMerchantCode added in v1.3.1

func (r *AlibabawdkmerchantitemqueryAPIRequest) SetMerchantCode(_merchantCode string) error

SetMerchantCode is MerchantCode Setter 商家编码

func (*AlibabawdkmerchantitemqueryAPIRequest) SetSkuCode added in v1.3.1

func (r *AlibabawdkmerchantitemqueryAPIRequest) SetSkuCode(_skuCode string) error

SetSkuCode is SkuCode Setter 商品编码

type AlibabawdkmerchantitemqueryAPIResponse added in v1.3.1

type AlibabawdkmerchantitemqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkmerchantitemqueryAPIResponseModel
}

AlibabawdkmerchantitemqueryAPIResponse 商家商品查询 API返回值 alibaba.wdk.merchant.item.query

商家商品查询

type AlibabawdkmerchantitemqueryAPIResponseModel added in v1.3.1

type AlibabawdkmerchantitemqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_merchant_item_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkmerchantitemqueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmerchantitemqueryAPIResponseModel is 商家商品查询 成功返回结果

type AlibabawdkmerchantitemqueryResult added in v1.3.1

type AlibabawdkmerchantitemqueryResult struct {
	// errorCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// errorDesc
	ErrDesc string `json:"err_desc,omitempty" xml:"err_desc,omitempty"`
	// result
	Result string `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Suc bool `json:"suc,omitempty" xml:"suc,omitempty"`
}

AlibabawdkmerchantitemqueryResult 结构体

type AlibabawdkmerchantproducteditAPIRequest added in v1.3.1

type AlibabawdkmerchantproducteditAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmerchantproducteditAPIRequest 商家产品服务-编辑产品 API请求 alibaba.wdk.merchantproduct.edit

商家产品服务-编辑产品

func NewAlibabawdkmerchantproducteditRequest added in v1.3.1

func NewAlibabawdkmerchantproducteditRequest() *AlibabawdkmerchantproducteditAPIRequest

NewAlibabawdkmerchantproducteditRequest 初始化AlibabawdkmerchantproducteditAPIRequest对象

func (AlibabawdkmerchantproducteditAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkmerchantproducteditAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmerchantproducteditAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmerchantproducteditAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmerchantproducteditAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmerchantproducteditAPIRequest) GetReq added in v1.3.1

GetReq Req Getter

func (*AlibabawdkmerchantproducteditAPIRequest) SetReq added in v1.3.1

SetReq is Req Setter 产品编辑入参

type AlibabawdkmerchantproducteditAPIResponse added in v1.3.1

type AlibabawdkmerchantproducteditAPIResponse struct {
	model.CommonResponse
	AlibabawdkmerchantproducteditAPIResponseModel
}

AlibabawdkmerchantproducteditAPIResponse 商家产品服务-编辑产品 API返回值 alibaba.wdk.merchantproduct.edit

商家产品服务-编辑产品

type AlibabawdkmerchantproducteditAPIResponseModel added in v1.3.1

type AlibabawdkmerchantproducteditAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_merchantproduct_edit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 产品编辑返回结果
	Result *AlibabawdkmerchantproducteditApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmerchantproducteditAPIResponseModel is 商家产品服务-编辑产品 成功返回结果

type AlibabawdkmerchantproducteditApiResult added in v1.3.1

type AlibabawdkmerchantproducteditApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回结果
	Model *MerchantProductResponse `json:"model,omitempty" xml:"model,omitempty"`
	// 请求是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkmerchantproducteditApiResult 结构体

type AlibabawdkmerchantroutingregisterAPIRequest added in v1.3.1

type AlibabawdkmerchantroutingregisterAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmerchantroutingregisterAPIRequest 商家注册更新路由信息 API请求 alibaba.wdk.merchant.routing.register

商家注册更新路由信息

func NewAlibabawdkmerchantroutingregisterRequest added in v1.3.1

func NewAlibabawdkmerchantroutingregisterRequest() *AlibabawdkmerchantroutingregisterAPIRequest

NewAlibabawdkmerchantroutingregisterRequest 初始化AlibabawdkmerchantroutingregisterAPIRequest对象

func (AlibabawdkmerchantroutingregisterAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmerchantroutingregisterAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmerchantroutingregisterAPIRequest) GetMerchantRoutingInfoRegister added in v1.3.1

GetMerchantRoutingInfoRegister MerchantRoutingInfoRegister Getter

func (AlibabawdkmerchantroutingregisterAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkmerchantroutingregisterAPIRequest) SetMerchantRoutingInfoRegister added in v1.3.1

func (r *AlibabawdkmerchantroutingregisterAPIRequest) SetMerchantRoutingInfoRegister(_merchantRoutingInfoRegister *MerchantRoutingInfoRegisterDo) error

SetMerchantRoutingInfoRegister is MerchantRoutingInfoRegister Setter 接口入参

type AlibabawdkmerchantroutingregisterAPIResponse added in v1.3.1

type AlibabawdkmerchantroutingregisterAPIResponse struct {
	model.CommonResponse
	AlibabawdkmerchantroutingregisterAPIResponseModel
}

AlibabawdkmerchantroutingregisterAPIResponse 商家注册更新路由信息 API返回值 alibaba.wdk.merchant.routing.register

商家注册更新路由信息

type AlibabawdkmerchantroutingregisterAPIResponseModel added in v1.3.1

type AlibabawdkmerchantroutingregisterAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_merchant_routing_register_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabawdkmerchantroutingregisterApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmerchantroutingregisterAPIResponseModel is 商家注册更新路由信息 成功返回结果

type AlibabawdkmerchantroutingregisterApiResult added in v1.3.1

type AlibabawdkmerchantroutingregisterApiResult struct {
	// 调用接口错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用接口错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用结果返回成功失败
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 调用接口成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkmerchantroutingregisterApiResult 结构体

type AlibabawdkmerchantstoreitemqueryAPIRequest added in v1.3.1

type AlibabawdkmerchantstoreitemqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkmerchantstoreitemqueryAPIRequest 门店商品信心查询 API请求 alibaba.wdk.merchant.storeitem.query

门店商品信心查询

func NewAlibabawdkmerchantstoreitemqueryRequest added in v1.3.1

func NewAlibabawdkmerchantstoreitemqueryRequest() *AlibabawdkmerchantstoreitemqueryAPIRequest

NewAlibabawdkmerchantstoreitemqueryRequest 初始化AlibabawdkmerchantstoreitemqueryAPIRequest对象

func (AlibabawdkmerchantstoreitemqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkmerchantstoreitemqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkmerchantstoreitemqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkmerchantstoreitemqueryAPIRequest) GetMerchantCode added in v1.3.1

GetMerchantCode MerchantCode Getter

func (AlibabawdkmerchantstoreitemqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkmerchantstoreitemqueryAPIRequest) GetSkuCode added in v1.3.1

GetSkuCode SkuCode Getter

func (AlibabawdkmerchantstoreitemqueryAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (*AlibabawdkmerchantstoreitemqueryAPIRequest) SetMerchantCode added in v1.3.1

func (r *AlibabawdkmerchantstoreitemqueryAPIRequest) SetMerchantCode(_merchantCode string) error

SetMerchantCode is MerchantCode Setter 商家编码

func (*AlibabawdkmerchantstoreitemqueryAPIRequest) SetSkuCode added in v1.3.1

SetSkuCode is SkuCode Setter 商品编码

func (*AlibabawdkmerchantstoreitemqueryAPIRequest) SetStoreId added in v1.3.1

SetStoreId is StoreId Setter 门店编码

type AlibabawdkmerchantstoreitemqueryAPIResponse added in v1.3.1

type AlibabawdkmerchantstoreitemqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkmerchantstoreitemqueryAPIResponseModel
}

AlibabawdkmerchantstoreitemqueryAPIResponse 门店商品信心查询 API返回值 alibaba.wdk.merchant.storeitem.query

门店商品信心查询

type AlibabawdkmerchantstoreitemqueryAPIResponseModel added in v1.3.1

type AlibabawdkmerchantstoreitemqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_merchant_storeitem_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkmerchantstoreitemqueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkmerchantstoreitemqueryAPIResponseModel is 门店商品信心查询 成功返回结果

type AlibabawdkmerchantstoreitemqueryResult added in v1.3.1

type AlibabawdkmerchantstoreitemqueryResult struct {
	// errorCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// errorDesc
	ErrDesc string `json:"err_desc,omitempty" xml:"err_desc,omitempty"`
	// result
	Result string `json:"result,omitempty" xml:"result,omitempty"`
	// success
	Suc bool `json:"suc,omitempty" xml:"suc,omitempty"`
}

AlibabawdkmerchantstoreitemqueryResult 结构体

type AlibabawdkoldposordercreateAPIRequest added in v1.3.1

type AlibabawdkoldposordercreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkoldposordercreateAPIRequest 淘鲜达外部商户老pos机产生的订单同步进淘鲜达 API请求 alibaba.wdk.oldpos.order.create

淘鲜达外部商户老pos机产生的订单同步进淘鲜达

func NewAlibabawdkoldposordercreateRequest added in v1.3.1

func NewAlibabawdkoldposordercreateRequest() *AlibabawdkoldposordercreateAPIRequest

NewAlibabawdkoldposordercreateRequest 初始化AlibabawdkoldposordercreateAPIRequest对象

func (AlibabawdkoldposordercreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkoldposordercreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkoldposordercreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkoldposordercreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkoldposordercreateAPIRequest) GetPosOrderCreateRequest added in v1.3.1

func (r AlibabawdkoldposordercreateAPIRequest) GetPosOrderCreateRequest() *PosOrderCreateRequest

GetPosOrderCreateRequest PosOrderCreateRequest Getter

func (AlibabawdkoldposordercreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkoldposordercreateAPIRequest) SetPosOrderCreateRequest added in v1.3.1

func (r *AlibabawdkoldposordercreateAPIRequest) SetPosOrderCreateRequest(_posOrderCreateRequest *PosOrderCreateRequest) error

SetPosOrderCreateRequest is PosOrderCreateRequest Setter 入参

type AlibabawdkoldposordercreateAPIResponse added in v1.3.1

type AlibabawdkoldposordercreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkoldposordercreateAPIResponseModel
}

AlibabawdkoldposordercreateAPIResponse 淘鲜达外部商户老pos机产生的订单同步进淘鲜达 API返回值 alibaba.wdk.oldpos.order.create

淘鲜达外部商户老pos机产生的订单同步进淘鲜达

type AlibabawdkoldposordercreateAPIResponseModel added in v1.3.1

type AlibabawdkoldposordercreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_oldpos_order_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *PosOrderCreateResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkoldposordercreateAPIResponseModel is 淘鲜达外部商户老pos机产生的订单同步进淘鲜达 成功返回结果

type AlibabawdkoldposrefundcreateAPIRequest added in v1.3.1

type AlibabawdkoldposrefundcreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkoldposrefundcreateAPIRequest 五道口外部商户老pos机产生的退款单同步进盒马 API请求 alibaba.wdk.oldpos.refund.create

淘鲜达外部商户老pos机产生的退款单同步进淘鲜达

func NewAlibabawdkoldposrefundcreateRequest added in v1.3.1

func NewAlibabawdkoldposrefundcreateRequest() *AlibabawdkoldposrefundcreateAPIRequest

NewAlibabawdkoldposrefundcreateRequest 初始化AlibabawdkoldposrefundcreateAPIRequest对象

func (AlibabawdkoldposrefundcreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkoldposrefundcreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkoldposrefundcreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkoldposrefundcreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkoldposrefundcreateAPIRequest) GetPosRefundCreateRequest added in v1.3.1

func (r AlibabawdkoldposrefundcreateAPIRequest) GetPosRefundCreateRequest() *PosRefundCreateRequest

GetPosRefundCreateRequest PosRefundCreateRequest Getter

func (AlibabawdkoldposrefundcreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkoldposrefundcreateAPIRequest) SetPosRefundCreateRequest added in v1.3.1

func (r *AlibabawdkoldposrefundcreateAPIRequest) SetPosRefundCreateRequest(_posRefundCreateRequest *PosRefundCreateRequest) error

SetPosRefundCreateRequest is PosRefundCreateRequest Setter 入参

type AlibabawdkoldposrefundcreateAPIResponse added in v1.3.1

type AlibabawdkoldposrefundcreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkoldposrefundcreateAPIResponseModel
}

AlibabawdkoldposrefundcreateAPIResponse 五道口外部商户老pos机产生的退款单同步进盒马 API返回值 alibaba.wdk.oldpos.refund.create

淘鲜达外部商户老pos机产生的退款单同步进淘鲜达

type AlibabawdkoldposrefundcreateAPIResponseModel added in v1.3.1

type AlibabawdkoldposrefundcreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_oldpos_refund_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *PosRefundCreateResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkoldposrefundcreateAPIResponseModel is 五道口外部商户老pos机产生的退款单同步进盒马 成功返回结果

type AlibabawdkopencateorderpullAPIRequest added in v1.3.1

type AlibabawdkopencateorderpullAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkopencateorderpullAPIRequest 商户回传餐饮加工单状态 API请求 alibaba.wdkopen.cateorder.pull

商户回传餐饮加工单状态

func NewAlibabawdkopencateorderpullRequest added in v1.3.1

func NewAlibabawdkopencateorderpullRequest() *AlibabawdkopencateorderpullAPIRequest

NewAlibabawdkopencateorderpullRequest 初始化AlibabawdkopencateorderpullAPIRequest对象

func (AlibabawdkopencateorderpullAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkopencateorderpullAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkopencateorderpullAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkopencateorderpullAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkopencateorderpullAPIRequest) GetOutOrderId added in v1.3.1

GetOutOrderId OutOrderId Getter

func (AlibabawdkopencateorderpullAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkopencateorderpullAPIRequest) GetStatus added in v1.3.1

GetStatus Status Getter

func (AlibabawdkopencateorderpullAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (AlibabawdkopencateorderpullAPIRequest) GetSubOutOrderIds added in v1.3.1

func (r AlibabawdkopencateorderpullAPIRequest) GetSubOutOrderIds() []string

GetSubOutOrderIds SubOutOrderIds Getter

func (*AlibabawdkopencateorderpullAPIRequest) SetOutOrderId added in v1.3.1

func (r *AlibabawdkopencateorderpullAPIRequest) SetOutOrderId(_outOrderId string) error

SetOutOrderId is OutOrderId Setter 主站主订单ID

func (*AlibabawdkopencateorderpullAPIRequest) SetStatus added in v1.3.1

func (r *AlibabawdkopencateorderpullAPIRequest) SetStatus(_status string) error

SetStatus is Status Setter 回传状态,PREPARING,准备中,制作中;PRODUCE_FINISH,制作完成;FETCHED 已取餐; CANCEL,加工失败/取消

func (*AlibabawdkopencateorderpullAPIRequest) SetStoreId added in v1.3.1

func (r *AlibabawdkopencateorderpullAPIRequest) SetStoreId(_storeId string) error

SetStoreId is StoreId Setter 经营店ID

func (*AlibabawdkopencateorderpullAPIRequest) SetSubOutOrderIds added in v1.3.1

func (r *AlibabawdkopencateorderpullAPIRequest) SetSubOutOrderIds(_subOutOrderIds []string) error

SetSubOutOrderIds is SubOutOrderIds Setter 主站子订单ID列表, 为空则表示回传整单状态

type AlibabawdkopencateorderpullAPIResponse added in v1.3.1

type AlibabawdkopencateorderpullAPIResponse struct {
	model.CommonResponse
	AlibabawdkopencateorderpullAPIResponseModel
}

AlibabawdkopencateorderpullAPIResponse 商户回传餐饮加工单状态 API返回值 alibaba.wdkopen.cateorder.pull

商户回传餐饮加工单状态

type AlibabawdkopencateorderpullAPIResponseModel added in v1.3.1

type AlibabawdkopencateorderpullAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkopen_cateorder_pull_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用返回
	TopBaseResult *TopBaseResult `json:"top_base_result,omitempty" xml:"top_base_result,omitempty"`
}

AlibabawdkopencateorderpullAPIResponseModel is 商户回传餐饮加工单状态 成功返回结果

type AlibabawdkopenordergetAPIRequest added in v1.3.1

type AlibabawdkopenordergetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkopenordergetAPIRequest 五道口商户订单获取 API请求 alibaba.wdkopen.order.get

商户通过五道口订单id获取订单信息

func NewAlibabawdkopenordergetRequest added in v1.3.1

func NewAlibabawdkopenordergetRequest() *AlibabawdkopenordergetAPIRequest

NewAlibabawdkopenordergetRequest 初始化AlibabawdkopenordergetAPIRequest对象

func (AlibabawdkopenordergetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkopenordergetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkopenordergetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkopenordergetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkopenordergetAPIRequest) GetBizOrderId added in v1.3.1

func (r AlibabawdkopenordergetAPIRequest) GetBizOrderId() int64

GetBizOrderId BizOrderId Getter

func (AlibabawdkopenordergetAPIRequest) GetOutOrderId added in v1.3.1

func (r AlibabawdkopenordergetAPIRequest) GetOutOrderId() string

GetOutOrderId OutOrderId Getter

func (AlibabawdkopenordergetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkopenordergetAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (*AlibabawdkopenordergetAPIRequest) SetBizOrderId added in v1.3.1

func (r *AlibabawdkopenordergetAPIRequest) SetBizOrderId(_bizOrderId int64) error

SetBizOrderId is BizOrderId Setter 五道口主订单id

func (*AlibabawdkopenordergetAPIRequest) SetOutOrderId added in v1.3.1

func (r *AlibabawdkopenordergetAPIRequest) SetOutOrderId(_outOrderId string) error

SetOutOrderId is OutOrderId Setter 外部主订单ID

func (*AlibabawdkopenordergetAPIRequest) SetStoreId added in v1.3.1

func (r *AlibabawdkopenordergetAPIRequest) SetStoreId(_storeId string) error

SetStoreId is StoreId Setter 经营店id

type AlibabawdkopenordergetAPIResponse added in v1.3.1

type AlibabawdkopenordergetAPIResponse struct {
	model.CommonResponse
	AlibabawdkopenordergetAPIResponseModel
}

AlibabawdkopenordergetAPIResponse 五道口商户订单获取 API返回值 alibaba.wdkopen.order.get

商户通过五道口订单id获取订单信息

type AlibabawdkopenordergetAPIResponseModel added in v1.3.1

type AlibabawdkopenordergetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkopen_order_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果对象
	TopBaseResult *TopBaseResult `json:"top_base_result,omitempty" xml:"top_base_result,omitempty"`
}

AlibabawdkopenordergetAPIResponseModel is 五道口商户订单获取 成功返回结果

type AlibabawdkorderaggregateAPIRequest added in v1.3.1

type AlibabawdkorderaggregateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkorderaggregateAPIRequest 淘鲜达订单按门店机台号聚合查询 API请求 alibaba.wdk.order.aggregate

淘鲜达订单按门店机台号聚合查询

func NewAlibabawdkorderaggregateRequest added in v1.3.1

func NewAlibabawdkorderaggregateRequest() *AlibabawdkorderaggregateAPIRequest

NewAlibabawdkorderaggregateRequest 初始化AlibabawdkorderaggregateAPIRequest对象

func (AlibabawdkorderaggregateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkorderaggregateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkorderaggregateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkorderaggregateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkorderaggregateAPIRequest) GetOrderAggregateQueryRequest added in v1.3.1

func (r AlibabawdkorderaggregateAPIRequest) GetOrderAggregateQueryRequest() *OrderAggregateQueryRequest

GetOrderAggregateQueryRequest OrderAggregateQueryRequest Getter

func (AlibabawdkorderaggregateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkorderaggregateAPIRequest) SetOrderAggregateQueryRequest added in v1.3.1

func (r *AlibabawdkorderaggregateAPIRequest) SetOrderAggregateQueryRequest(_orderAggregateQueryRequest *OrderAggregateQueryRequest) error

SetOrderAggregateQueryRequest is OrderAggregateQueryRequest Setter 系统自动生成

type AlibabawdkorderaggregateAPIResponse added in v1.3.1

type AlibabawdkorderaggregateAPIResponse struct {
	model.CommonResponse
	AlibabawdkorderaggregateAPIResponseModel
}

AlibabawdkorderaggregateAPIResponse 淘鲜达订单按门店机台号聚合查询 API返回值 alibaba.wdk.order.aggregate

淘鲜达订单按门店机台号聚合查询

type AlibabawdkorderaggregateAPIResponseModel added in v1.3.1

type AlibabawdkorderaggregateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_aggregate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *OrderAggregateQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkorderaggregateAPIResponseModel is 淘鲜达订单按门店机台号聚合查询 成功返回结果

type AlibabawdkorderfinancebillqueryAPIRequest added in v1.3.1

type AlibabawdkorderfinancebillqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkorderfinancebillqueryAPIRequest 资金合规商家账单 API请求 alibaba.wdk.order.finance.bill.query

拉取资金合规商家账单

func NewAlibabawdkorderfinancebillqueryRequest added in v1.3.1

func NewAlibabawdkorderfinancebillqueryRequest() *AlibabawdkorderfinancebillqueryAPIRequest

NewAlibabawdkorderfinancebillqueryRequest 初始化AlibabawdkorderfinancebillqueryAPIRequest对象

func (AlibabawdkorderfinancebillqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkorderfinancebillqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkorderfinancebillqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkorderfinancebillqueryAPIRequest) GetBillQueryRequest added in v1.3.1

GetBillQueryRequest BillQueryRequest Getter

func (AlibabawdkorderfinancebillqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkorderfinancebillqueryAPIRequest) SetBillQueryRequest added in v1.3.1

func (r *AlibabawdkorderfinancebillqueryAPIRequest) SetBillQueryRequest(_billQueryRequest *WdkOpenOrderFinanceBillQueryRequest) error

SetBillQueryRequest is BillQueryRequest Setter 入参

type AlibabawdkorderfinancebillqueryAPIResponse added in v1.3.1

type AlibabawdkorderfinancebillqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkorderfinancebillqueryAPIResponseModel
}

AlibabawdkorderfinancebillqueryAPIResponse 资金合规商家账单 API返回值 alibaba.wdk.order.finance.bill.query

拉取资金合规商家账单

type AlibabawdkorderfinancebillqueryAPIResponseModel added in v1.3.1

type AlibabawdkorderfinancebillqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_finance_bill_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	Result *WdkOpenOrderFinanceBillQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkorderfinancebillqueryAPIResponseModel is 资金合规商家账单 成功返回结果

type AlibabawdkordergetAPIRequest added in v1.3.1

type AlibabawdkordergetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordergetAPIRequest 交易订单详情查询 API请求 alibaba.wdk.order.get

五道口三江单据查询接口

func NewAlibabawdkordergetRequest added in v1.3.1

func NewAlibabawdkordergetRequest() *AlibabawdkordergetAPIRequest

NewAlibabawdkordergetRequest 初始化AlibabawdkordergetAPIRequest对象

func (AlibabawdkordergetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkordergetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordergetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkordergetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordergetAPIRequest) GetIdListQueryReq added in v1.3.1

func (r AlibabawdkordergetAPIRequest) GetIdListQueryReq() *IdListQueryRequest

GetIdListQueryReq IdListQueryReq Getter

func (AlibabawdkordergetAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkordergetAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkordergetAPIRequest) SetIdListQueryReq added in v1.3.1

func (r *AlibabawdkordergetAPIRequest) SetIdListQueryReq(_idListQueryReq *IdListQueryRequest) error

SetIdListQueryReq is IdListQueryReq Setter 系统自动生成

type AlibabawdkordergetAPIResponse added in v1.3.1

type AlibabawdkordergetAPIResponse struct {
	model.CommonResponse
	AlibabawdkordergetAPIResponseModel
}

AlibabawdkordergetAPIResponse 交易订单详情查询 API返回值 alibaba.wdk.order.get

五道口三江单据查询接口

type AlibabawdkordergetAPIResponseModel added in v1.3.1

type AlibabawdkordergetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回数据
	Result *AlibabawdkordergetResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordergetAPIResponseModel is 交易订单详情查询 成功返回结果

type AlibabawdkordergetResult added in v1.3.1

type AlibabawdkordergetResult struct {
	// 订单列表
	Orders []Order `json:"orders,omitempty" xml:"orders>order,omitempty"`
	// returnCode
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// returnMsg
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 返回本查询条件下的数据总数
	TotalNumber int64 `json:"total_number,omitempty" xml:"total_number,omitempty"`
}

AlibabawdkordergetResult 结构体

type AlibabawdkorderlistAPIRequest added in v1.3.1

type AlibabawdkorderlistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkorderlistAPIRequest 五道口订单拉取 API请求 alibaba.wdk.order.list

五道口交易订单拉取接口

func NewAlibabawdkorderlistRequest added in v1.3.1

func NewAlibabawdkorderlistRequest() *AlibabawdkorderlistAPIRequest

NewAlibabawdkorderlistRequest 初始化AlibabawdkorderlistAPIRequest对象

func (AlibabawdkorderlistAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkorderlistAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkorderlistAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkorderlistAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkorderlistAPIRequest) GetBatchQueryRequest added in v1.3.1

func (r AlibabawdkorderlistAPIRequest) GetBatchQueryRequest() *BatchQueryRequest

GetBatchQueryRequest BatchQueryRequest Getter

func (AlibabawdkorderlistAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkorderlistAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkorderlistAPIRequest) SetBatchQueryRequest added in v1.3.1

func (r *AlibabawdkorderlistAPIRequest) SetBatchQueryRequest(_batchQueryRequest *BatchQueryRequest) error

SetBatchQueryRequest is BatchQueryRequest Setter 查询参数

type AlibabawdkorderlistAPIResponse added in v1.3.1

type AlibabawdkorderlistAPIResponse struct {
	model.CommonResponse
	AlibabawdkorderlistAPIResponseModel
}

AlibabawdkorderlistAPIResponse 五道口订单拉取 API返回值 alibaba.wdk.order.list

五道口交易订单拉取接口

type AlibabawdkorderlistAPIResponseModel added in v1.3.1

type AlibabawdkorderlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回数据
	Result *AlibabawdkorderlistResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkorderlistAPIResponseModel is 五道口订单拉取 成功返回结果

type AlibabawdkorderlistResult added in v1.3.1

type AlibabawdkorderlistResult struct {
	// 订单列表
	Orders []Order `json:"orders,omitempty" xml:"orders>order,omitempty"`
	// 接口返回码。如果返回 HM02008888888001 代表成功,其他值代表失败。调用方需要根据返回码判断,失败重试
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 接口返回码描述
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 返回下一查询页的序号。如果返回值是-1,则无下一页。数据拉取完成。
	NextIndex int64 `json:"next_index,omitempty" xml:"next_index,omitempty"`
	// 返回本查询条件下的数据总数。仅在传入page_index=0时返回,在其他情况下返回0
	TotalNumber int64 `json:"total_number,omitempty" xml:"total_number,omitempty"`
}

AlibabawdkorderlistResult 结构体

type AlibabawdkorderrefundgetAPIRequest added in v1.3.1

type AlibabawdkorderrefundgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkorderrefundgetAPIRequest 五道口订单退款按ID查询 API请求 alibaba.wdk.order.refund.get

按照退款ID或者五道口中台订单ID查询退款信息详情

func NewAlibabawdkorderrefundgetRequest added in v1.3.1

func NewAlibabawdkorderrefundgetRequest() *AlibabawdkorderrefundgetAPIRequest

NewAlibabawdkorderrefundgetRequest 初始化AlibabawdkorderrefundgetAPIRequest对象

func (AlibabawdkorderrefundgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkorderrefundgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkorderrefundgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkorderrefundgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkorderrefundgetAPIRequest) GetBizOrderIds added in v1.3.1

func (r AlibabawdkorderrefundgetAPIRequest) GetBizOrderIds() []int64

GetBizOrderIds BizOrderIds Getter

func (AlibabawdkorderrefundgetAPIRequest) GetOrderFrom added in v1.3.1

func (r AlibabawdkorderrefundgetAPIRequest) GetOrderFrom() int64

GetOrderFrom OrderFrom Getter

func (AlibabawdkorderrefundgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkorderrefundgetAPIRequest) GetRefundIds added in v1.3.1

func (r AlibabawdkorderrefundgetAPIRequest) GetRefundIds() []int64

GetRefundIds RefundIds Getter

func (AlibabawdkorderrefundgetAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdkorderrefundgetAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (*AlibabawdkorderrefundgetAPIRequest) SetBizOrderIds added in v1.3.1

func (r *AlibabawdkorderrefundgetAPIRequest) SetBizOrderIds(_bizOrderIds []int64) error

SetBizOrderIds is BizOrderIds Setter 五道口订单列表(子订单)

func (*AlibabawdkorderrefundgetAPIRequest) SetOrderFrom added in v1.3.1

func (r *AlibabawdkorderrefundgetAPIRequest) SetOrderFrom(_orderFrom int64) error

SetOrderFrom is OrderFrom Setter 渠道来源 3:饿了么 4:盒马

func (*AlibabawdkorderrefundgetAPIRequest) SetRefundIds added in v1.3.1

func (r *AlibabawdkorderrefundgetAPIRequest) SetRefundIds(_refundIds []int64) error

SetRefundIds is RefundIds Setter 退款订单列表

func (*AlibabawdkorderrefundgetAPIRequest) SetShopId added in v1.3.1

func (r *AlibabawdkorderrefundgetAPIRequest) SetShopId(_shopId string) error

SetShopId is ShopId Setter 渠道店id

func (*AlibabawdkorderrefundgetAPIRequest) SetStoreId added in v1.3.1

func (r *AlibabawdkorderrefundgetAPIRequest) SetStoreId(_storeId string) error

SetStoreId is StoreId Setter 经营店id

type AlibabawdkorderrefundgetAPIResponse added in v1.3.1

type AlibabawdkorderrefundgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkorderrefundgetAPIResponseModel
}

AlibabawdkorderrefundgetAPIResponse 五道口订单退款按ID查询 API返回值 alibaba.wdk.order.refund.get

按照退款ID或者五道口中台订单ID查询退款信息详情

type AlibabawdkorderrefundgetAPIResponseModel added in v1.3.1

type AlibabawdkorderrefundgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_refund_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *OrderSyncRefundListResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkorderrefundgetAPIResponseModel is 五道口订单退款按ID查询 成功返回结果

type AlibabawdkorderrefundlistAPIRequest added in v1.3.1

type AlibabawdkorderrefundlistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkorderrefundlistAPIRequest 五道口交易退款批量查询 API请求 alibaba.wdk.order.refund.list

按照条件查询退款数据

func NewAlibabawdkorderrefundlistRequest added in v1.3.1

func NewAlibabawdkorderrefundlistRequest() *AlibabawdkorderrefundlistAPIRequest

NewAlibabawdkorderrefundlistRequest 初始化AlibabawdkorderrefundlistAPIRequest对象

func (AlibabawdkorderrefundlistAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkorderrefundlistAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkorderrefundlistAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkorderrefundlistAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkorderrefundlistAPIRequest) GetBatchQueryRefundRequest added in v1.3.1

func (r AlibabawdkorderrefundlistAPIRequest) GetBatchQueryRefundRequest() *BatchQueryRefundRequest

GetBatchQueryRefundRequest BatchQueryRefundRequest Getter

func (AlibabawdkorderrefundlistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkorderrefundlistAPIRequest) SetBatchQueryRefundRequest added in v1.3.1

func (r *AlibabawdkorderrefundlistAPIRequest) SetBatchQueryRefundRequest(_batchQueryRefundRequest *BatchQueryRefundRequest) error

SetBatchQueryRefundRequest is BatchQueryRefundRequest Setter 查询条件

type AlibabawdkorderrefundlistAPIResponse added in v1.3.1

type AlibabawdkorderrefundlistAPIResponse struct {
	model.CommonResponse
	AlibabawdkorderrefundlistAPIResponseModel
}

AlibabawdkorderrefundlistAPIResponse 五道口交易退款批量查询 API返回值 alibaba.wdk.order.refund.list

按照条件查询退款数据

type AlibabawdkorderrefundlistAPIResponseModel added in v1.3.1

type AlibabawdkorderrefundlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_refund_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果内容
	Result *OrderSyncRefundListResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkorderrefundlistAPIResponseModel is 五道口交易退款批量查询 成功返回结果

type AlibabawdkordersharestockcpsorderlistAPIRequest added in v1.3.1

type AlibabawdkordersharestockcpsorderlistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersharestockcpsorderlistAPIRequest cps正向分销订单批量回流 API请求 alibaba.wdkorder.sharestock.cpsorder.list

cps正向分销订单批量回流

func NewAlibabawdkordersharestockcpsorderlistRequest added in v1.3.1

func NewAlibabawdkordersharestockcpsorderlistRequest() *AlibabawdkordersharestockcpsorderlistAPIRequest

NewAlibabawdkordersharestockcpsorderlistRequest 初始化AlibabawdkordersharestockcpsorderlistAPIRequest对象

func (AlibabawdkordersharestockcpsorderlistAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersharestockcpsorderlistAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersharestockcpsorderlistAPIRequest) GetCpsOrderRequest added in v1.3.1

GetCpsOrderRequest CpsOrderRequest Getter

func (AlibabawdkordersharestockcpsorderlistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkordersharestockcpsorderlistAPIRequest) SetCpsOrderRequest added in v1.3.1

func (r *AlibabawdkordersharestockcpsorderlistAPIRequest) SetCpsOrderRequest(_cpsOrderRequest *CpsOrderRequest) error

SetCpsOrderRequest is CpsOrderRequest Setter 入参

type AlibabawdkordersharestockcpsorderlistAPIResponse added in v1.3.1

type AlibabawdkordersharestockcpsorderlistAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersharestockcpsorderlistAPIResponseModel
}

AlibabawdkordersharestockcpsorderlistAPIResponse cps正向分销订单批量回流 API返回值 alibaba.wdkorder.sharestock.cpsorder.list

cps正向分销订单批量回流

type AlibabawdkordersharestockcpsorderlistAPIResponseModel added in v1.3.1

type AlibabawdkordersharestockcpsorderlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkorder_sharestock_cpsorder_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 出参
	ApiResult *AlibabawdkordersharestockcpsorderlistApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkordersharestockcpsorderlistAPIResponseModel is cps正向分销订单批量回流 成功返回结果

type AlibabawdkordersharestockcpsorderlistApiResult added in v1.3.1

type AlibabawdkordersharestockcpsorderlistApiResult struct {
	// 调用接口返回对象
	Model []CpsOrderResponse `json:"model,omitempty" xml:"model>cps_order_response,omitempty"`
	// 调用接口返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用接口返回错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用接口成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkordersharestockcpsorderlistApiResult 结构体

type AlibabawdkordersharestockfulfillgetAPIRequest added in v1.3.1

type AlibabawdkordersharestockfulfillgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersharestockfulfillgetAPIRequest 商户订单履约数据获取 API请求 alibaba.wdkorder.sharestock.fulfill.get

商户订单履约数据获取

func NewAlibabawdkordersharestockfulfillgetRequest added in v1.3.1

func NewAlibabawdkordersharestockfulfillgetRequest() *AlibabawdkordersharestockfulfillgetAPIRequest

NewAlibabawdkordersharestockfulfillgetRequest 初始化AlibabawdkordersharestockfulfillgetAPIRequest对象

func (AlibabawdkordersharestockfulfillgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersharestockfulfillgetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersharestockfulfillgetAPIRequest) GetFulfillOrderId added in v1.3.1

GetFulfillOrderId FulfillOrderId Getter

func (AlibabawdkordersharestockfulfillgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkordersharestockfulfillgetAPIRequest) SetFulfillOrderId added in v1.3.1

func (r *AlibabawdkordersharestockfulfillgetAPIRequest) SetFulfillOrderId(_fulfillOrderId string) error

SetFulfillOrderId is FulfillOrderId Setter 履约单ID

type AlibabawdkordersharestockfulfillgetAPIResponse added in v1.3.1

type AlibabawdkordersharestockfulfillgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersharestockfulfillgetAPIResponseModel
}

AlibabawdkordersharestockfulfillgetAPIResponse 商户订单履约数据获取 API返回值 alibaba.wdkorder.sharestock.fulfill.get

商户订单履约数据获取

type AlibabawdkordersharestockfulfillgetAPIResponseModel added in v1.3.1

type AlibabawdkordersharestockfulfillgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkorder_sharestock_fulfill_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *MaochaoOrderFulfillQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordersharestockfulfillgetAPIResponseModel is 商户订单履约数据获取 成功返回结果

type AlibabawdkordersharestockinsurancecallbackAPIRequest added in v1.3.1

type AlibabawdkordersharestockinsurancecallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersharestockinsurancecallbackAPIRequest 共享库存订单投保后回传保单号 API请求 alibaba.wdkorder.sharestock.insurance.callback

共享库存订单投保消息获取

func NewAlibabawdkordersharestockinsurancecallbackRequest added in v1.3.1

func NewAlibabawdkordersharestockinsurancecallbackRequest() *AlibabawdkordersharestockinsurancecallbackAPIRequest

NewAlibabawdkordersharestockinsurancecallbackRequest 初始化AlibabawdkordersharestockinsurancecallbackAPIRequest对象

func (AlibabawdkordersharestockinsurancecallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersharestockinsurancecallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersharestockinsurancecallbackAPIRequest) GetInsuranceId added in v1.3.1

GetInsuranceId InsuranceId Getter

func (AlibabawdkordersharestockinsurancecallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkordersharestockinsurancecallbackAPIRequest) GetTbSubOrderId added in v1.3.1

GetTbSubOrderId TbSubOrderId Getter

func (*AlibabawdkordersharestockinsurancecallbackAPIRequest) SetInsuranceId added in v1.3.1

func (r *AlibabawdkordersharestockinsurancecallbackAPIRequest) SetInsuranceId(_insuranceId string) error

SetInsuranceId is InsuranceId Setter 投保单ID

func (*AlibabawdkordersharestockinsurancecallbackAPIRequest) SetTbSubOrderId added in v1.3.1

func (r *AlibabawdkordersharestockinsurancecallbackAPIRequest) SetTbSubOrderId(_tbSubOrderId int64) error

SetTbSubOrderId is TbSubOrderId Setter 淘宝交易子订单ID

type AlibabawdkordersharestockinsurancecallbackAPIResponse added in v1.3.1

type AlibabawdkordersharestockinsurancecallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersharestockinsurancecallbackAPIResponseModel
}

AlibabawdkordersharestockinsurancecallbackAPIResponse 共享库存订单投保后回传保单号 API返回值 alibaba.wdkorder.sharestock.insurance.callback

共享库存订单投保消息获取

type AlibabawdkordersharestockinsurancecallbackAPIResponseModel added in v1.3.1

type AlibabawdkordersharestockinsurancecallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkorder_sharestock_insurance_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 系统自动生成
	Result *MaochaoOrderInsuranceCallbackResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordersharestockinsurancecallbackAPIResponseModel is 共享库存订单投保后回传保单号 成功返回结果

type AlibabawdkordersharestockinsurancegetorderAPIRequest added in v1.3.1

type AlibabawdkordersharestockinsurancegetorderAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersharestockinsurancegetorderAPIRequest 共享库存订单投保消息获取 API请求 alibaba.wdkorder.sharestock.insurance.getorder

共享库存订单投保消息获取

func NewAlibabawdkordersharestockinsurancegetorderRequest added in v1.3.1

func NewAlibabawdkordersharestockinsurancegetorderRequest() *AlibabawdkordersharestockinsurancegetorderAPIRequest

NewAlibabawdkordersharestockinsurancegetorderRequest 初始化AlibabawdkordersharestockinsurancegetorderAPIRequest对象

func (AlibabawdkordersharestockinsurancegetorderAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersharestockinsurancegetorderAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersharestockinsurancegetorderAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkordersharestockinsurancegetorderAPIRequest) GetTbSubOrderId added in v1.3.1

GetTbSubOrderId TbSubOrderId Getter

func (*AlibabawdkordersharestockinsurancegetorderAPIRequest) SetTbSubOrderId added in v1.3.1

func (r *AlibabawdkordersharestockinsurancegetorderAPIRequest) SetTbSubOrderId(_tbSubOrderId int64) error

SetTbSubOrderId is TbSubOrderId Setter 淘宝子订单ID

type AlibabawdkordersharestockinsurancegetorderAPIResponse added in v1.3.1

type AlibabawdkordersharestockinsurancegetorderAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersharestockinsurancegetorderAPIResponseModel
}

AlibabawdkordersharestockinsurancegetorderAPIResponse 共享库存订单投保消息获取 API返回值 alibaba.wdkorder.sharestock.insurance.getorder

共享库存订单投保消息获取

type AlibabawdkordersharestockinsurancegetorderAPIResponseModel added in v1.3.1

type AlibabawdkordersharestockinsurancegetorderAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkorder_sharestock_insurance_getorder_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *MaochaoOrderInsuranceQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordersharestockinsurancegetorderAPIResponseModel is 共享库存订单投保消息获取 成功返回结果

type AlibabawdkordersharestockinsurancerefundcallbackAPIRequest added in v1.3.1

type AlibabawdkordersharestockinsurancerefundcallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersharestockinsurancerefundcallbackAPIRequest 共享库存逆向订单理赔单回传 API请求 alibaba.wdkorder.sharestock.insurance.refundcallback

共享库存逆向订单理赔单回传

func NewAlibabawdkordersharestockinsurancerefundcallbackRequest added in v1.3.1

func NewAlibabawdkordersharestockinsurancerefundcallbackRequest() *AlibabawdkordersharestockinsurancerefundcallbackAPIRequest

NewAlibabawdkordersharestockinsurancerefundcallbackRequest 初始化AlibabawdkordersharestockinsurancerefundcallbackAPIRequest对象

func (AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) GetClaimId added in v1.3.1

GetClaimId ClaimId Getter

func (AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) GetRefundId added in v1.3.1

GetRefundId RefundId Getter

func (AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) GetTbSubOrderId added in v1.3.1

GetTbSubOrderId TbSubOrderId Getter

func (*AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) SetClaimId added in v1.3.1

SetClaimId is ClaimId Setter 理赔单ID

func (*AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) SetRefundId added in v1.3.1

SetRefundId is RefundId Setter 退款单ID

func (*AlibabawdkordersharestockinsurancerefundcallbackAPIRequest) SetTbSubOrderId added in v1.3.1

SetTbSubOrderId is TbSubOrderId Setter 淘宝交易子单ID

type AlibabawdkordersharestockinsurancerefundcallbackAPIResponse added in v1.3.1

type AlibabawdkordersharestockinsurancerefundcallbackAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersharestockinsurancerefundcallbackAPIResponseModel
}

AlibabawdkordersharestockinsurancerefundcallbackAPIResponse 共享库存逆向订单理赔单回传 API返回值 alibaba.wdkorder.sharestock.insurance.refundcallback

共享库存逆向订单理赔单回传

type AlibabawdkordersharestockinsurancerefundcallbackAPIResponseModel added in v1.3.1

type AlibabawdkordersharestockinsurancerefundcallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkorder_sharestock_insurance_refundcallback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *MaochaoOrderInsuranceRefundCallbackResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordersharestockinsurancerefundcallbackAPIResponseModel is 共享库存逆向订单理赔单回传 成功返回结果

type AlibabawdkordersharestockinsurancerefundgetAPIRequest added in v1.3.1

type AlibabawdkordersharestockinsurancerefundgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersharestockinsurancerefundgetAPIRequest 共享库存投保业务售后逆向订单数据获取 API请求 alibaba.wdkorder.sharestock.insurance.refundget

共享库存投保业务售后逆向订单数据获取

func NewAlibabawdkordersharestockinsurancerefundgetRequest added in v1.3.1

func NewAlibabawdkordersharestockinsurancerefundgetRequest() *AlibabawdkordersharestockinsurancerefundgetAPIRequest

NewAlibabawdkordersharestockinsurancerefundgetRequest 初始化AlibabawdkordersharestockinsurancerefundgetAPIRequest对象

func (AlibabawdkordersharestockinsurancerefundgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersharestockinsurancerefundgetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersharestockinsurancerefundgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkordersharestockinsurancerefundgetAPIRequest) GetRefundId added in v1.3.1

GetRefundId RefundId Getter

func (AlibabawdkordersharestockinsurancerefundgetAPIRequest) GetTbSubOrderId added in v1.3.1

GetTbSubOrderId TbSubOrderId Getter

func (*AlibabawdkordersharestockinsurancerefundgetAPIRequest) SetRefundId added in v1.3.1

SetRefundId is RefundId Setter 退货单ID

func (*AlibabawdkordersharestockinsurancerefundgetAPIRequest) SetTbSubOrderId added in v1.3.1

func (r *AlibabawdkordersharestockinsurancerefundgetAPIRequest) SetTbSubOrderId(_tbSubOrderId string) error

SetTbSubOrderId is TbSubOrderId Setter 淘宝子订单ID

type AlibabawdkordersharestockinsurancerefundgetAPIResponse added in v1.3.1

type AlibabawdkordersharestockinsurancerefundgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersharestockinsurancerefundgetAPIResponseModel
}

AlibabawdkordersharestockinsurancerefundgetAPIResponse 共享库存投保业务售后逆向订单数据获取 API返回值 alibaba.wdkorder.sharestock.insurance.refundget

共享库存投保业务售后逆向订单数据获取

type AlibabawdkordersharestockinsurancerefundgetAPIResponseModel added in v1.3.1

type AlibabawdkordersharestockinsurancerefundgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkorder_sharestock_insurance_refundget_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TopBaseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordersharestockinsurancerefundgetAPIResponseModel is 共享库存投保业务售后逆向订单数据获取 成功返回结果

type AlibabawdkordersharestockordergetAPIRequest added in v1.3.1

type AlibabawdkordersharestockordergetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersharestockordergetAPIRequest 猫超商户订单拉取 API请求 alibaba.wdkorder.sharestock.order.get

商户拉取猫超订单数据

func NewAlibabawdkordersharestockordergetRequest added in v1.3.1

func NewAlibabawdkordersharestockordergetRequest() *AlibabawdkordersharestockordergetAPIRequest

NewAlibabawdkordersharestockordergetRequest 初始化AlibabawdkordersharestockordergetAPIRequest对象

func (AlibabawdkordersharestockordergetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersharestockordergetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersharestockordergetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkordersharestockordergetAPIRequest) GetTbOrderId added in v1.3.1

GetTbOrderId TbOrderId Getter

func (*AlibabawdkordersharestockordergetAPIRequest) SetTbOrderId added in v1.3.1

func (r *AlibabawdkordersharestockordergetAPIRequest) SetTbOrderId(_tbOrderId int64) error

SetTbOrderId is TbOrderId Setter 淘宝主订单ID

type AlibabawdkordersharestockordergetAPIResponse added in v1.3.1

type AlibabawdkordersharestockordergetAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersharestockordergetAPIResponseModel
}

AlibabawdkordersharestockordergetAPIResponse 猫超商户订单拉取 API返回值 alibaba.wdkorder.sharestock.order.get

商户拉取猫超订单数据

type AlibabawdkordersharestockordergetAPIResponseModel added in v1.3.1

type AlibabawdkordersharestockordergetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdkorder_sharestock_order_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *MaochaoOrderQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordersharestockordergetAPIResponseModel is 猫超商户订单拉取 成功返回结果

type AlibabawdkordersyncAPIRequest added in v1.3.1

type AlibabawdkordersyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersyncAPIRequest 五道口外部订单同步 API请求 alibaba.wdk.order.sync

外部商户使用自助POS下单订单同步到五道口

func NewAlibabawdkordersyncRequest added in v1.3.1

func NewAlibabawdkordersyncRequest() *AlibabawdkordersyncAPIRequest

NewAlibabawdkordersyncRequest 初始化AlibabawdkordersyncAPIRequest对象

func (AlibabawdkordersyncAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkordersyncAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersyncAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkordersyncAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersyncAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkordersyncAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkordersyncAPIRequest) GetReceiptOrder added in v1.3.1

func (r AlibabawdkordersyncAPIRequest) GetReceiptOrder() *ReceiptOrderDo

GetReceiptOrder ReceiptOrder Getter

func (*AlibabawdkordersyncAPIRequest) SetReceiptOrder added in v1.3.1

func (r *AlibabawdkordersyncAPIRequest) SetReceiptOrder(_receiptOrder *ReceiptOrderDo) error

SetReceiptOrder is ReceiptOrder Setter 订单

type AlibabawdkordersyncAPIResponse added in v1.3.1

type AlibabawdkordersyncAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersyncAPIResponseModel
}

AlibabawdkordersyncAPIResponse 五道口外部订单同步 API返回值 alibaba.wdk.order.sync

外部商户使用自助POS下单订单同步到五道口

type AlibabawdkordersyncAPIResponseModel added in v1.3.1

type AlibabawdkordersyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 描述
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 订单号
	Target string `json:"target,omitempty" xml:"target,omitempty"`
	// 返回码
	ReturnCode int64 `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkordersyncAPIResponseModel is 五道口外部订单同步 成功返回结果

type AlibabawdkordersyncwithitemAPIRequest added in v1.3.1

type AlibabawdkordersyncwithitemAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkordersyncwithitemAPIRequest 订单和商品同步接口 API请求 alibaba.wdk.order.sync.withitem

轻pos,将订单和商品的信息一起传到盒马这边,进行创单和添加商品处理。

func NewAlibabawdkordersyncwithitemRequest added in v1.3.1

func NewAlibabawdkordersyncwithitemRequest() *AlibabawdkordersyncwithitemAPIRequest

NewAlibabawdkordersyncwithitemRequest 初始化AlibabawdkordersyncwithitemAPIRequest对象

func (AlibabawdkordersyncwithitemAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkordersyncwithitemAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkordersyncwithitemAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkordersyncwithitemAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkordersyncwithitemAPIRequest) GetPosOrderAndItemSync added in v1.3.1

GetPosOrderAndItemSync PosOrderAndItemSync Getter

func (AlibabawdkordersyncwithitemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkordersyncwithitemAPIRequest) SetPosOrderAndItemSync added in v1.3.1

func (r *AlibabawdkordersyncwithitemAPIRequest) SetPosOrderAndItemSync(_posOrderAndItemSync *PosOrderAndItemSyncDo) error

SetPosOrderAndItemSync is PosOrderAndItemSync Setter 商家传过来的交易和商品信息

type AlibabawdkordersyncwithitemAPIResponse added in v1.3.1

type AlibabawdkordersyncwithitemAPIResponse struct {
	model.CommonResponse
	AlibabawdkordersyncwithitemAPIResponseModel
}

AlibabawdkordersyncwithitemAPIResponse 订单和商品同步接口 API返回值 alibaba.wdk.order.sync.withitem

轻pos,将订单和商品的信息一起传到盒马这边,进行创单和添加商品处理。

type AlibabawdkordersyncwithitemAPIResponseModel added in v1.3.1

type AlibabawdkordersyncwithitemAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_order_sync_withitem_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用返回的结果
	Result *AlibabawdkordersyncwithitemApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkordersyncwithitemAPIResponseModel is 订单和商品同步接口 成功返回结果

type AlibabawdkordersyncwithitemApiResult added in v1.3.1

type AlibabawdkordersyncwithitemApiResult struct {
	// 调用接口返回错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用接口返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用接口服务内部返回成功,外部success成功只代表接口调用成功,服务内部成功用参数表示
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 调用接口返回成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkordersyncwithitemApiResult 结构体

type AlibabawdkposafterbuybenefitsendAPIRequest added in v1.3.1

type AlibabawdkposafterbuybenefitsendAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkposafterbuybenefitsendAPIRequest 生态pos购后发放权益 API请求 alibaba.wdk.pos.afterbuy.benefit.send

生态pos购后发放权益接口开放

func NewAlibabawdkposafterbuybenefitsendRequest added in v1.3.1

func NewAlibabawdkposafterbuybenefitsendRequest() *AlibabawdkposafterbuybenefitsendAPIRequest

NewAlibabawdkposafterbuybenefitsendRequest 初始化AlibabawdkposafterbuybenefitsendAPIRequest对象

func (AlibabawdkposafterbuybenefitsendAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkposafterbuybenefitsendAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkposafterbuybenefitsendAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkposafterbuybenefitsendAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkposafterbuybenefitsendAPIRequest) GetSendBenefitParam added in v1.3.1

GetSendBenefitParam SendBenefitParam Getter

func (*AlibabawdkposafterbuybenefitsendAPIRequest) SetSendBenefitParam added in v1.3.1

func (r *AlibabawdkposafterbuybenefitsendAPIRequest) SetSendBenefitParam(_sendBenefitParam *IsvSendBenefitParam) error

SetSendBenefitParam is SendBenefitParam Setter 入参

type AlibabawdkposafterbuybenefitsendAPIResponse added in v1.3.1

type AlibabawdkposafterbuybenefitsendAPIResponse struct {
	model.CommonResponse
	AlibabawdkposafterbuybenefitsendAPIResponseModel
}

AlibabawdkposafterbuybenefitsendAPIResponse 生态pos购后发放权益 API返回值 alibaba.wdk.pos.afterbuy.benefit.send

生态pos购后发放权益接口开放

type AlibabawdkposafterbuybenefitsendAPIResponseModel added in v1.3.1

type AlibabawdkposafterbuybenefitsendAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_pos_afterbuy_benefit_send_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *BmResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkposafterbuybenefitsendAPIResponseModel is 生态pos购后发放权益 成功返回结果

type AlibabawdkpurchasepriceAPIRequest added in v1.3.1

type AlibabawdkpurchasepriceAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkpurchasepriceAPIRequest rt回传采购价 API请求 alibaba.wdk.purchase.price

猫超共享库存项目-rt回传采购价

func NewAlibabawdkpurchasepriceRequest added in v1.3.1

func NewAlibabawdkpurchasepriceRequest() *AlibabawdkpurchasepriceAPIRequest

NewAlibabawdkpurchasepriceRequest 初始化AlibabawdkpurchasepriceAPIRequest对象

func (AlibabawdkpurchasepriceAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkpurchasepriceAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkpurchasepriceAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkpurchasepriceAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkpurchasepriceAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkpurchasepriceAPIRequest) GetWdkOpenPurchasePrice added in v1.3.1

func (r AlibabawdkpurchasepriceAPIRequest) GetWdkOpenPurchasePrice() *WdkOpenPurchasePrice

GetWdkOpenPurchasePrice WdkOpenPurchasePrice Getter

func (*AlibabawdkpurchasepriceAPIRequest) SetWdkOpenPurchasePrice added in v1.3.1

func (r *AlibabawdkpurchasepriceAPIRequest) SetWdkOpenPurchasePrice(_wdkOpenPurchasePrice *WdkOpenPurchasePrice) error

SetWdkOpenPurchasePrice is WdkOpenPurchasePrice Setter 入参

type AlibabawdkpurchasepriceAPIResponse added in v1.3.1

type AlibabawdkpurchasepriceAPIResponse struct {
	model.CommonResponse
	AlibabawdkpurchasepriceAPIResponseModel
}

AlibabawdkpurchasepriceAPIResponse rt回传采购价 API返回值 alibaba.wdk.purchase.price

猫超共享库存项目-rt回传采购价

type AlibabawdkpurchasepriceAPIResponseModel added in v1.3.1

type AlibabawdkpurchasepriceAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_purchase_price_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// SYSTEM ERROR
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// ERROR
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// true
	ReturnSuccess bool `json:"return_success,omitempty" xml:"return_success,omitempty"`
}

AlibabawdkpurchasepriceAPIResponseModel is rt回传采购价 成功返回结果

type AlibabawdkrefundaggregateAPIRequest added in v1.3.1

type AlibabawdkrefundaggregateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkrefundaggregateAPIRequest 淘鲜达退款单按门店聚合查询 API请求 alibaba.wdk.refund.aggregate

淘鲜达退款单按门店聚合查询

func NewAlibabawdkrefundaggregateRequest added in v1.3.1

func NewAlibabawdkrefundaggregateRequest() *AlibabawdkrefundaggregateAPIRequest

NewAlibabawdkrefundaggregateRequest 初始化AlibabawdkrefundaggregateAPIRequest对象

func (AlibabawdkrefundaggregateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkrefundaggregateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkrefundaggregateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkrefundaggregateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkrefundaggregateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkrefundaggregateAPIRequest) GetRefundAggregateQueryRequest added in v1.3.1

func (r AlibabawdkrefundaggregateAPIRequest) GetRefundAggregateQueryRequest() *RefundAggregateQueryRequest

GetRefundAggregateQueryRequest RefundAggregateQueryRequest Getter

func (*AlibabawdkrefundaggregateAPIRequest) SetRefundAggregateQueryRequest added in v1.3.1

func (r *AlibabawdkrefundaggregateAPIRequest) SetRefundAggregateQueryRequest(_refundAggregateQueryRequest *RefundAggregateQueryRequest) error

SetRefundAggregateQueryRequest is RefundAggregateQueryRequest Setter 系统自动生成

type AlibabawdkrefundaggregateAPIResponse added in v1.3.1

type AlibabawdkrefundaggregateAPIResponse struct {
	model.CommonResponse
	AlibabawdkrefundaggregateAPIResponseModel
}

AlibabawdkrefundaggregateAPIResponse 淘鲜达退款单按门店聚合查询 API返回值 alibaba.wdk.refund.aggregate

淘鲜达退款单按门店聚合查询

type AlibabawdkrefundaggregateAPIResponseModel added in v1.3.1

type AlibabawdkrefundaggregateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_refund_aggregate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *RefundAggregateQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkrefundaggregateAPIResponseModel is 淘鲜达退款单按门店聚合查询 成功返回结果

type AlibabawdkreverseapplyrefundAPIRequest added in v1.3.1

type AlibabawdkreverseapplyrefundAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkreverseapplyrefundAPIRequest 逆向申请接口 API请求 alibaba.wdk.reverse.applyrefund

逆向渲染

func NewAlibabawdkreverseapplyrefundRequest added in v1.3.1

func NewAlibabawdkreverseapplyrefundRequest() *AlibabawdkreverseapplyrefundAPIRequest

NewAlibabawdkreverseapplyrefundRequest 初始化AlibabawdkreverseapplyrefundAPIRequest对象

func (AlibabawdkreverseapplyrefundAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkreverseapplyrefundAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkreverseapplyrefundAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkreverseapplyrefundAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkreverseapplyrefundAPIRequest) GetParamApplyReverseReq added in v1.3.1

func (r AlibabawdkreverseapplyrefundAPIRequest) GetParamApplyReverseReq() *ApplyReverseReq

GetParamApplyReverseReq ParamApplyReverseReq Getter

func (AlibabawdkreverseapplyrefundAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkreverseapplyrefundAPIRequest) SetParamApplyReverseReq added in v1.3.1

func (r *AlibabawdkreverseapplyrefundAPIRequest) SetParamApplyReverseReq(_paramApplyReverseReq *ApplyReverseReq) error

SetParamApplyReverseReq is ParamApplyReverseReq Setter 入参

type AlibabawdkreverseapplyrefundAPIResponse added in v1.3.1

type AlibabawdkreverseapplyrefundAPIResponse struct {
	model.CommonResponse
	AlibabawdkreverseapplyrefundAPIResponseModel
}

AlibabawdkreverseapplyrefundAPIResponse 逆向申请接口 API返回值 alibaba.wdk.reverse.applyrefund

逆向渲染

type AlibabawdkreverseapplyrefundAPIResponseModel added in v1.3.1

type AlibabawdkreverseapplyrefundAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_reverse_applyrefund_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回result
	Result *ReverseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkreverseapplyrefundAPIResponseModel is 逆向申请接口 成功返回结果

type AlibabawdkreversecreatefeatchAPIRequest added in v1.3.1

type AlibabawdkreversecreatefeatchAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkreversecreatefeatchAPIRequest 逆向取货 API请求 alibaba.wdk.reverse.createfeatch

发起逆向取货

func NewAlibabawdkreversecreatefeatchRequest added in v1.3.1

func NewAlibabawdkreversecreatefeatchRequest() *AlibabawdkreversecreatefeatchAPIRequest

NewAlibabawdkreversecreatefeatchRequest 初始化AlibabawdkreversecreatefeatchAPIRequest对象

func (AlibabawdkreversecreatefeatchAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkreversecreatefeatchAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkreversecreatefeatchAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkreversecreatefeatchAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkreversecreatefeatchAPIRequest) GetParamCreateFetchReq added in v1.3.1

func (r AlibabawdkreversecreatefeatchAPIRequest) GetParamCreateFetchReq() *CreateFetchReq

GetParamCreateFetchReq ParamCreateFetchReq Getter

func (AlibabawdkreversecreatefeatchAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkreversecreatefeatchAPIRequest) SetParamCreateFetchReq added in v1.3.1

func (r *AlibabawdkreversecreatefeatchAPIRequest) SetParamCreateFetchReq(_paramCreateFetchReq *CreateFetchReq) error

SetParamCreateFetchReq is ParamCreateFetchReq Setter 入参

type AlibabawdkreversecreatefeatchAPIResponse added in v1.3.1

type AlibabawdkreversecreatefeatchAPIResponse struct {
	model.CommonResponse
	AlibabawdkreversecreatefeatchAPIResponseModel
}

AlibabawdkreversecreatefeatchAPIResponse 逆向取货 API返回值 alibaba.wdk.reverse.createfeatch

发起逆向取货

type AlibabawdkreversecreatefeatchAPIResponseModel added in v1.3.1

type AlibabawdkreversecreatefeatchAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_reverse_createfeatch_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *ReverseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkreversecreatefeatchAPIResponseModel is 逆向取货 成功返回结果

type AlibabawdkreversecreatrefundAPIRequest added in v1.3.1

type AlibabawdkreversecreatrefundAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkreversecreatrefundAPIRequest 逆向提交 API请求 alibaba.wdk.reverse.creatrefund

逆向申请提交

func NewAlibabawdkreversecreatrefundRequest added in v1.3.1

func NewAlibabawdkreversecreatrefundRequest() *AlibabawdkreversecreatrefundAPIRequest

NewAlibabawdkreversecreatrefundRequest 初始化AlibabawdkreversecreatrefundAPIRequest对象

func (AlibabawdkreversecreatrefundAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkreversecreatrefundAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkreversecreatrefundAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkreversecreatrefundAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkreversecreatrefundAPIRequest) GetParamCreateReverseReq added in v1.3.1

func (r AlibabawdkreversecreatrefundAPIRequest) GetParamCreateReverseReq() *CreateReverseReq

GetParamCreateReverseReq ParamCreateReverseReq Getter

func (AlibabawdkreversecreatrefundAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkreversecreatrefundAPIRequest) SetParamCreateReverseReq added in v1.3.1

func (r *AlibabawdkreversecreatrefundAPIRequest) SetParamCreateReverseReq(_paramCreateReverseReq *CreateReverseReq) error

SetParamCreateReverseReq is ParamCreateReverseReq Setter CreateReverseReq

type AlibabawdkreversecreatrefundAPIResponse added in v1.3.1

type AlibabawdkreversecreatrefundAPIResponse struct {
	model.CommonResponse
	AlibabawdkreversecreatrefundAPIResponseModel
}

AlibabawdkreversecreatrefundAPIResponse 逆向提交 API返回值 alibaba.wdk.reverse.creatrefund

逆向申请提交

type AlibabawdkreversecreatrefundAPIResponseModel added in v1.3.1

type AlibabawdkreversecreatrefundAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_reverse_creatrefund_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ReverseResult
	Result *ReverseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkreversecreatrefundAPIResponseModel is 逆向提交 成功返回结果

type AlibabawdkreverseloadfeatchorderAPIRequest added in v1.3.1

type AlibabawdkreverseloadfeatchorderAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkreverseloadfeatchorderAPIRequest 取货详情 API请求 alibaba.wdk.reverse.load.featchorder

取货详情

func NewAlibabawdkreverseloadfeatchorderRequest added in v1.3.1

func NewAlibabawdkreverseloadfeatchorderRequest() *AlibabawdkreverseloadfeatchorderAPIRequest

NewAlibabawdkreverseloadfeatchorderRequest 初始化AlibabawdkreverseloadfeatchorderAPIRequest对象

func (AlibabawdkreverseloadfeatchorderAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkreverseloadfeatchorderAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkreverseloadfeatchorderAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkreverseloadfeatchorderAPIRequest) GetParamLoadFetchReq added in v1.3.1

func (r AlibabawdkreverseloadfeatchorderAPIRequest) GetParamLoadFetchReq() *LoadFetchReq

GetParamLoadFetchReq ParamLoadFetchReq Getter

func (AlibabawdkreverseloadfeatchorderAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkreverseloadfeatchorderAPIRequest) SetParamLoadFetchReq added in v1.3.1

func (r *AlibabawdkreverseloadfeatchorderAPIRequest) SetParamLoadFetchReq(_paramLoadFetchReq *LoadFetchReq) error

SetParamLoadFetchReq is ParamLoadFetchReq Setter 系统自动生成

type AlibabawdkreverseloadfeatchorderAPIResponse added in v1.3.1

type AlibabawdkreverseloadfeatchorderAPIResponse struct {
	model.CommonResponse
	AlibabawdkreverseloadfeatchorderAPIResponseModel
}

AlibabawdkreverseloadfeatchorderAPIResponse 取货详情 API返回值 alibaba.wdk.reverse.load.featchorder

取货详情

type AlibabawdkreverseloadfeatchorderAPIResponseModel added in v1.3.1

type AlibabawdkreverseloadfeatchorderAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_reverse_load_featchorder_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ReverseResult
	Result *ReverseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkreverseloadfeatchorderAPIResponseModel is 取货详情 成功返回结果

type AlibabawdkreverserefundAPIRequest added in v1.3.1

type AlibabawdkreverserefundAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkreverserefundAPIRequest 退款打款 API请求 alibaba.wdk.reverse.refund

五道口退款打款开放能力接口

func NewAlibabawdkreverserefundRequest added in v1.3.1

func NewAlibabawdkreverserefundRequest() *AlibabawdkreverserefundAPIRequest

NewAlibabawdkreverserefundRequest 初始化AlibabawdkreverserefundAPIRequest对象

func (AlibabawdkreverserefundAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkreverserefundAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkreverserefundAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkreverserefundAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkreverserefundAPIRequest) GetOpenRefundReqDTO added in v1.3.1

func (r AlibabawdkreverserefundAPIRequest) GetOpenRefundReqDTO() *OpenRefundReqDto

GetOpenRefundReqDTO OpenRefundReqDTO Getter

func (AlibabawdkreverserefundAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkreverserefundAPIRequest) SetOpenRefundReqDTO added in v1.3.1

func (r *AlibabawdkreverserefundAPIRequest) SetOpenRefundReqDTO(_openRefundReqDTO *OpenRefundReqDto) error

SetOpenRefundReqDTO is OpenRefundReqDTO Setter 退款打款请求

type AlibabawdkreverserefundAPIResponse added in v1.3.1

type AlibabawdkreverserefundAPIResponse struct {
	model.CommonResponse
	AlibabawdkreverserefundAPIResponseModel
}

AlibabawdkreverserefundAPIResponse 退款打款 API返回值 alibaba.wdk.reverse.refund

五道口退款打款开放能力接口

type AlibabawdkreverserefundAPIResponseModel added in v1.3.1

type AlibabawdkreverserefundAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_reverse_refund_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabawdkreverserefundResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkreverserefundAPIResponseModel is 退款打款 成功返回结果

type AlibabawdkreverserefundResult added in v1.3.1

type AlibabawdkreverserefundResult struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 退款单ID
	Model int64 `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkreverserefundResult 结构体

type AlibabawdkreversereversedetailAPIRequest added in v1.3.1

type AlibabawdkreversereversedetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkreversereversedetailAPIRequest 退款详情 API请求 alibaba.wdk.reverse.reversedetail

退款详情

func NewAlibabawdkreversereversedetailRequest added in v1.3.1

func NewAlibabawdkreversereversedetailRequest() *AlibabawdkreversereversedetailAPIRequest

NewAlibabawdkreversereversedetailRequest 初始化AlibabawdkreversereversedetailAPIRequest对象

func (AlibabawdkreversereversedetailAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkreversereversedetailAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkreversereversedetailAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkreversereversedetailAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkreversereversedetailAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkreversereversedetailAPIRequest) GetReverseId added in v1.3.1

GetReverseId ReverseId Getter

func (*AlibabawdkreversereversedetailAPIRequest) SetReverseId added in v1.3.1

func (r *AlibabawdkreversereversedetailAPIRequest) SetReverseId(_reverseId string) error

SetReverseId is ReverseId Setter 退款单id

type AlibabawdkreversereversedetailAPIResponse added in v1.3.1

type AlibabawdkreversereversedetailAPIResponse struct {
	model.CommonResponse
	AlibabawdkreversereversedetailAPIResponseModel
}

AlibabawdkreversereversedetailAPIResponse 退款详情 API返回值 alibaba.wdk.reverse.reversedetail

退款详情

type AlibabawdkreversereversedetailAPIResponseModel added in v1.3.1

type AlibabawdkreversereversedetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_reverse_reversedetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ReverseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkreversereversedetailAPIResponseModel is 退款详情 成功返回结果

type AlibabawdkreversetimesliceAPIRequest added in v1.3.1

type AlibabawdkreversetimesliceAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkreversetimesliceAPIRequest 逆向取货时间片查询 API请求 alibaba.wdk.reverse.timeslice

逆向取货时间片查询

func NewAlibabawdkreversetimesliceRequest added in v1.3.1

func NewAlibabawdkreversetimesliceRequest() *AlibabawdkreversetimesliceAPIRequest

NewAlibabawdkreversetimesliceRequest 初始化AlibabawdkreversetimesliceAPIRequest对象

func (AlibabawdkreversetimesliceAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkreversetimesliceAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkreversetimesliceAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkreversetimesliceAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkreversetimesliceAPIRequest) GetParamQueryTimeSliceReq added in v1.3.1

func (r AlibabawdkreversetimesliceAPIRequest) GetParamQueryTimeSliceReq() *QueryTimeSliceReq

GetParamQueryTimeSliceReq ParamQueryTimeSliceReq Getter

func (AlibabawdkreversetimesliceAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkreversetimesliceAPIRequest) SetParamQueryTimeSliceReq added in v1.3.1

func (r *AlibabawdkreversetimesliceAPIRequest) SetParamQueryTimeSliceReq(_paramQueryTimeSliceReq *QueryTimeSliceReq) error

SetParamQueryTimeSliceReq is ParamQueryTimeSliceReq Setter 系统自动生成

type AlibabawdkreversetimesliceAPIResponse added in v1.3.1

type AlibabawdkreversetimesliceAPIResponse struct {
	model.CommonResponse
	AlibabawdkreversetimesliceAPIResponseModel
}

AlibabawdkreversetimesliceAPIResponse 逆向取货时间片查询 API返回值 alibaba.wdk.reverse.timeslice

逆向取货时间片查询

type AlibabawdkreversetimesliceAPIResponseModel added in v1.3.1

type AlibabawdkreversetimesliceAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_reverse_timeslice_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *ReverseResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkreversetimesliceAPIResponseModel is 逆向取货时间片查询 成功返回结果

type AlibabawdkreversetimesliceModel added in v1.3.1

type AlibabawdkreversetimesliceModel struct {
	// 时间片对象
	DateTimeSliceCollectionDTOList []DateTimeSliceCollectionDtoList `` /* 144-byte string literal not displayed */
	// 子单号
	SubOutOrderId string `json:"sub_out_order_id,omitempty" xml:"sub_out_order_id,omitempty"`
}

AlibabawdkreversetimesliceModel 结构体

type AlibabawdkscmlrporderpredictAPIRequest added in v1.3.1

type AlibabawdkscmlrporderpredictAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkscmlrporderpredictAPIRequest 单量预测 API请求 alibaba.wdk.scm.lrp.order.predict

提供基于门店和配送站的订单量预测,可用于提前安排人力资源

func NewAlibabawdkscmlrporderpredictRequest added in v1.3.1

func NewAlibabawdkscmlrporderpredictRequest() *AlibabawdkscmlrporderpredictAPIRequest

NewAlibabawdkscmlrporderpredictRequest 初始化AlibabawdkscmlrporderpredictAPIRequest对象

func (AlibabawdkscmlrporderpredictAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkscmlrporderpredictAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkscmlrporderpredictAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkscmlrporderpredictAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkscmlrporderpredictAPIRequest) GetParamOrderPredictQuery added in v1.3.1

func (r AlibabawdkscmlrporderpredictAPIRequest) GetParamOrderPredictQuery() *OrderPredictQuery

GetParamOrderPredictQuery ParamOrderPredictQuery Getter

func (AlibabawdkscmlrporderpredictAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkscmlrporderpredictAPIRequest) SetParamOrderPredictQuery added in v1.3.1

func (r *AlibabawdkscmlrporderpredictAPIRequest) SetParamOrderPredictQuery(_paramOrderPredictQuery *OrderPredictQuery) error

SetParamOrderPredictQuery is ParamOrderPredictQuery Setter 单量预测查询参数

type AlibabawdkscmlrporderpredictAPIResponse added in v1.3.1

type AlibabawdkscmlrporderpredictAPIResponse struct {
	model.CommonResponse
	AlibabawdkscmlrporderpredictAPIResponseModel
}

AlibabawdkscmlrporderpredictAPIResponse 单量预测 API返回值 alibaba.wdk.scm.lrp.order.predict

提供基于门店和配送站的订单量预测,可用于提前安排人力资源

type AlibabawdkscmlrporderpredictAPIResponseModel added in v1.3.1

type AlibabawdkscmlrporderpredictAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_scm_lrp_order_predict_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkscmlrporderpredictApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkscmlrporderpredictAPIResponseModel is 单量预测 成功返回结果

type AlibabawdkscmlrporderpredictApiResult added in v1.3.1

type AlibabawdkscmlrporderpredictApiResult struct {
	// 单量预测结果列表
	PredictList []OrderPredict `json:"predict_list,omitempty" xml:"predict_list>order_predict,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误消息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkscmlrporderpredictApiResult 结构体

type AlibabawdkseriescreateAPIRequest added in v1.3.1

type AlibabawdkseriescreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkseriescreateAPIRequest 系列品变更-新增系列 API请求 alibaba.wdk.series.create

系列品变更-新增系列

func NewAlibabawdkseriescreateRequest added in v1.3.1

func NewAlibabawdkseriescreateRequest() *AlibabawdkseriescreateAPIRequest

NewAlibabawdkseriescreateRequest 初始化AlibabawdkseriescreateAPIRequest对象

func (AlibabawdkseriescreateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkseriescreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkseriescreateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkseriescreateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkseriescreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkseriescreateAPIRequest) GetSeries added in v1.3.1

GetSeries Series Getter

func (*AlibabawdkseriescreateAPIRequest) SetSeries added in v1.3.1

SetSeries is Series Setter 系列品创建系列请求

type AlibabawdkseriescreateAPIResponse added in v1.3.1

type AlibabawdkseriescreateAPIResponse struct {
	model.CommonResponse
	AlibabawdkseriescreateAPIResponseModel
}

AlibabawdkseriescreateAPIResponse 系列品变更-新增系列 API返回值 alibaba.wdk.series.create

系列品变更-新增系列

type AlibabawdkseriescreateAPIResponseModel added in v1.3.1

type AlibabawdkseriescreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_series_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	ApiResult *AlibabawdkseriescreateApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkseriescreateAPIResponseModel is 系列品变更-新增系列 成功返回结果

type AlibabawdkseriescreateApiResult added in v1.3.1

type AlibabawdkseriescreateApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误详情
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 商品系列创建结果
	Model *SkuSeriesCreateResult `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkseriescreateApiResult 结构体

type AlibabawdkseriesdefaultskuresetAPIRequest added in v1.3.1

type AlibabawdkseriesdefaultskuresetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkseriesdefaultskuresetAPIRequest 系列品商品变更-重置默认商品 API请求 alibaba.wdk.series.defaultsku.reset

系列品商品变更-重置默认商品

func NewAlibabawdkseriesdefaultskuresetRequest added in v1.3.1

func NewAlibabawdkseriesdefaultskuresetRequest() *AlibabawdkseriesdefaultskuresetAPIRequest

NewAlibabawdkseriesdefaultskuresetRequest 初始化AlibabawdkseriesdefaultskuresetAPIRequest对象

func (AlibabawdkseriesdefaultskuresetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkseriesdefaultskuresetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkseriesdefaultskuresetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkseriesdefaultskuresetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkseriesdefaultskuresetAPIRequest) GetSeriesSku added in v1.3.1

GetSeriesSku SeriesSku Getter

func (*AlibabawdkseriesdefaultskuresetAPIRequest) SetSeriesSku added in v1.3.1

SetSeriesSku is SeriesSku Setter 系列品重置默认商品请求

type AlibabawdkseriesdefaultskuresetAPIResponse added in v1.3.1

type AlibabawdkseriesdefaultskuresetAPIResponse struct {
	model.CommonResponse
	AlibabawdkseriesdefaultskuresetAPIResponseModel
}

AlibabawdkseriesdefaultskuresetAPIResponse 系列品商品变更-重置默认商品 API返回值 alibaba.wdk.series.defaultsku.reset

系列品商品变更-重置默认商品

type AlibabawdkseriesdefaultskuresetAPIResponseModel added in v1.3.1

type AlibabawdkseriesdefaultskuresetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_series_defaultsku_reset_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	ApiResult *AlibabawdkseriesdefaultskuresetApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkseriesdefaultskuresetAPIResponseModel is 系列品商品变更-重置默认商品 成功返回结果

type AlibabawdkseriesdefaultskuresetApiResult added in v1.3.1

type AlibabawdkseriesdefaultskuresetApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误详情
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 系列品重置默认商品成功结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkseriesdefaultskuresetApiResult 结构体

type AlibabawdkserieseditAPIRequest added in v1.3.1

type AlibabawdkserieseditAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkserieseditAPIRequest 系列品变更-更新系列 API请求 alibaba.wdk.series.edit

系列品变更-更新系列

func NewAlibabawdkserieseditRequest added in v1.3.1

func NewAlibabawdkserieseditRequest() *AlibabawdkserieseditAPIRequest

NewAlibabawdkserieseditRequest 初始化AlibabawdkserieseditAPIRequest对象

func (AlibabawdkserieseditAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkserieseditAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkserieseditAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkserieseditAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkserieseditAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkserieseditAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkserieseditAPIRequest) GetSeries added in v1.3.1

GetSeries Series Getter

func (*AlibabawdkserieseditAPIRequest) SetSeries added in v1.3.1

SetSeries is Series Setter 商品系列修改请求

type AlibabawdkserieseditAPIResponse added in v1.3.1

type AlibabawdkserieseditAPIResponse struct {
	model.CommonResponse
	AlibabawdkserieseditAPIResponseModel
}

AlibabawdkserieseditAPIResponse 系列品变更-更新系列 API返回值 alibaba.wdk.series.edit

系列品变更-更新系列

type AlibabawdkserieseditAPIResponseModel added in v1.3.1

type AlibabawdkserieseditAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_series_edit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	ApiResult *AlibabawdkserieseditApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkserieseditAPIResponseModel is 系列品变更-更新系列 成功返回结果

type AlibabawdkserieseditApiResult added in v1.3.1

type AlibabawdkserieseditApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误详情
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 商品系列更新成功结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkserieseditApiResult 结构体

type AlibabawdkseriesskuaddAPIRequest added in v1.3.1

type AlibabawdkseriesskuaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkseriesskuaddAPIRequest 系列品商品变更-添加商品 API请求 alibaba.wdk.series.sku.add

系列品商品变更-添加商品

func NewAlibabawdkseriesskuaddRequest added in v1.3.1

func NewAlibabawdkseriesskuaddRequest() *AlibabawdkseriesskuaddAPIRequest

NewAlibabawdkseriesskuaddRequest 初始化AlibabawdkseriesskuaddAPIRequest对象

func (AlibabawdkseriesskuaddAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkseriesskuaddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkseriesskuaddAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkseriesskuaddAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkseriesskuaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkseriesskuaddAPIRequest) GetSeriesSkus added in v1.3.1

GetSeriesSkus SeriesSkus Getter

func (*AlibabawdkseriesskuaddAPIRequest) SetSeriesSkus added in v1.3.1

func (r *AlibabawdkseriesskuaddAPIRequest) SetSeriesSkus(_seriesSkus *SeriesSkuRequest) error

SetSeriesSkus is SeriesSkus Setter 系列品添加商品请求

type AlibabawdkseriesskuaddAPIResponse added in v1.3.1

type AlibabawdkseriesskuaddAPIResponse struct {
	model.CommonResponse
	AlibabawdkseriesskuaddAPIResponseModel
}

AlibabawdkseriesskuaddAPIResponse 系列品商品变更-添加商品 API返回值 alibaba.wdk.series.sku.add

系列品商品变更-添加商品

type AlibabawdkseriesskuaddAPIResponseModel added in v1.3.1

type AlibabawdkseriesskuaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_series_sku_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	ApiResult *AlibabawdkseriesskuaddApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkseriesskuaddAPIResponseModel is 系列品商品变更-添加商品 成功返回结果

type AlibabawdkseriesskuaddApiResult added in v1.3.1

type AlibabawdkseriesskuaddApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误详情
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 系列品添加商品成功结果
	Model *SkuSeriesEditResult `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkseriesskuaddApiResult 结构体

type AlibabawdkseriesskuremoveAPIRequest added in v1.3.1

type AlibabawdkseriesskuremoveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkseriesskuremoveAPIRequest 系列品商品变更-移除商品 API请求 alibaba.wdk.series.sku.remove

系列品商品变更-移除商品

func NewAlibabawdkseriesskuremoveRequest added in v1.3.1

func NewAlibabawdkseriesskuremoveRequest() *AlibabawdkseriesskuremoveAPIRequest

NewAlibabawdkseriesskuremoveRequest 初始化AlibabawdkseriesskuremoveAPIRequest对象

func (AlibabawdkseriesskuremoveAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkseriesskuremoveAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkseriesskuremoveAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkseriesskuremoveAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkseriesskuremoveAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkseriesskuremoveAPIRequest) GetSeriesSkus added in v1.3.1

GetSeriesSkus SeriesSkus Getter

func (*AlibabawdkseriesskuremoveAPIRequest) SetSeriesSkus added in v1.3.1

func (r *AlibabawdkseriesskuremoveAPIRequest) SetSeriesSkus(_seriesSkus *SeriesSkuRequest) error

SetSeriesSkus is SeriesSkus Setter 系列品移除商品请求

type AlibabawdkseriesskuremoveAPIResponse added in v1.3.1

type AlibabawdkseriesskuremoveAPIResponse struct {
	model.CommonResponse
	AlibabawdkseriesskuremoveAPIResponseModel
}

AlibabawdkseriesskuremoveAPIResponse 系列品商品变更-移除商品 API返回值 alibaba.wdk.series.sku.remove

系列品商品变更-移除商品

type AlibabawdkseriesskuremoveAPIResponseModel added in v1.3.1

type AlibabawdkseriesskuremoveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_series_sku_remove_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	ApiResult *AlibabawdkseriesskuremoveApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkseriesskuremoveAPIResponseModel is 系列品商品变更-移除商品 成功返回结果

type AlibabawdkseriesskuremoveApiResult added in v1.3.1

type AlibabawdkseriesskuremoveApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误详情
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 系列品移除商品成功结果
	Model *SkuSeriesEditResult `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkseriesskuremoveApiResult 结构体

type AlibabawdkseriessortAPIRequest added in v1.3.1

type AlibabawdkseriessortAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkseriessortAPIRequest 系列品-商品排序 API请求 alibaba.wdk.series.sort

系列品商品变更-商品排序

func NewAlibabawdkseriessortRequest added in v1.3.1

func NewAlibabawdkseriessortRequest() *AlibabawdkseriessortAPIRequest

NewAlibabawdkseriessortRequest 初始化AlibabawdkseriessortAPIRequest对象

func (AlibabawdkseriessortAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkseriessortAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkseriessortAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkseriessortAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkseriessortAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkseriessortAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkseriessortAPIRequest) GetSort added in v1.3.1

GetSort Sort Getter

func (*AlibabawdkseriessortAPIRequest) SetSort added in v1.3.1

SetSort is Sort Setter 自定义排序请求

type AlibabawdkseriessortAPIResponse added in v1.3.1

type AlibabawdkseriessortAPIResponse struct {
	model.CommonResponse
	AlibabawdkseriessortAPIResponseModel
}

AlibabawdkseriessortAPIResponse 系列品-商品排序 API返回值 alibaba.wdk.series.sort

系列品商品变更-商品排序

type AlibabawdkseriessortAPIResponseModel added in v1.3.1

type AlibabawdkseriessortAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_series_sort_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	ApiResult *AlibabawdkseriessortApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkseriessortAPIResponseModel is 系列品-商品排序 成功返回结果

type AlibabawdkseriessortApiResult added in v1.3.1

type AlibabawdkseriessortApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误详情
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 系列品重置默认商品成功结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkseriessortApiResult 结构体

type AlibabawdkshopqueryAPIRequest added in v1.3.1

type AlibabawdkshopqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkshopqueryAPIRequest 门店查询接口 API请求 alibaba.wdk.shop.query

根据门店code查询门店信息

func NewAlibabawdkshopqueryRequest added in v1.3.1

func NewAlibabawdkshopqueryRequest() *AlibabawdkshopqueryAPIRequest

NewAlibabawdkshopqueryRequest 初始化AlibabawdkshopqueryAPIRequest对象

func (AlibabawdkshopqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkshopqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkshopqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkshopqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkshopqueryAPIRequest) GetOuCode added in v1.3.1

func (r AlibabawdkshopqueryAPIRequest) GetOuCode() string

GetOuCode OuCode Getter

func (AlibabawdkshopqueryAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkshopqueryAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkshopqueryAPIRequest) SetOuCode added in v1.3.1

func (r *AlibabawdkshopqueryAPIRequest) SetOuCode(_ouCode string) error

SetOuCode is OuCode Setter 如果不传,返回所有

type AlibabawdkshopqueryAPIResponse added in v1.3.1

type AlibabawdkshopqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkshopqueryAPIResponseModel
}

AlibabawdkshopqueryAPIResponse 门店查询接口 API返回值 alibaba.wdk.shop.query

根据门店code查询门店信息

type AlibabawdkshopqueryAPIResponseModel added in v1.3.1

type AlibabawdkshopqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_shop_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkshopqueryApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkshopqueryAPIResponseModel is 门店查询接口 成功返回结果

type AlibabawdkshopqueryApiResults added in v1.3.1

type AlibabawdkshopqueryApiResults struct {
	// 返回门店信息列表
	Models []ShopDo `json:"models,omitempty" xml:"models>shop_do,omitempty"`
	// 异常编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 异常信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// true
	Success string `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkshopqueryApiResults 结构体

type AlibabawdkskuaddAPIRequest added in v1.3.1

type AlibabawdkskuaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuaddAPIRequest 新增商品 API请求 alibaba.wdk.sku.add

创建RT门店商品或DC商品

func NewAlibabawdkskuaddRequest added in v1.3.1

func NewAlibabawdkskuaddRequest() *AlibabawdkskuaddAPIRequest

NewAlibabawdkskuaddRequest 初始化AlibabawdkskuaddAPIRequest对象

func (AlibabawdkskuaddAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuaddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuaddAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuaddAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuaddAPIRequest) GetParamList added in v1.3.1

func (r AlibabawdkskuaddAPIRequest) GetParamList() []SkuDo

GetParamList ParamList Getter

func (AlibabawdkskuaddAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkskuaddAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskuaddAPIRequest) SetParamList added in v1.3.1

func (r *AlibabawdkskuaddAPIRequest) SetParamList(_paramList []SkuDo) error

SetParamList is ParamList Setter 商品列表

type AlibabawdkskuaddAPIResponse added in v1.3.1

type AlibabawdkskuaddAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuaddAPIResponseModel
}

AlibabawdkskuaddAPIResponse 新增商品 API返回值 alibaba.wdk.sku.add

创建RT门店商品或DC商品

type AlibabawdkskuaddAPIResponseModel added in v1.3.1

type AlibabawdkskuaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskuaddApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuaddAPIResponseModel is 新增商品 成功返回结果

type AlibabawdkskuaddApiResult added in v1.3.1

type AlibabawdkskuaddApiResult struct {
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// skuCode商品编码
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 聚合之后的产品id,商家需要保存该值
	ProductId string `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 单个商品新增是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuaddApiResult 结构体

type AlibabawdkskuaddApiResults added in v1.3.1

type AlibabawdkskuaddApiResults struct {
	// models
	Models []AlibabawdkskuaddApiResult `json:"models,omitempty" xml:"models>alibabawdkskuadd_api_result,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口返回成功标志
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuaddApiResults 结构体

type AlibabawdkskubarcodequeryAPIRequest added in v1.3.1

type AlibabawdkskubarcodequeryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskubarcodequeryAPIRequest 商品条码查询接口 API请求 alibaba.wdk.sku.barcode.query

查询商品编码,支持一品多码

func NewAlibabawdkskubarcodequeryRequest added in v1.3.1

func NewAlibabawdkskubarcodequeryRequest() *AlibabawdkskubarcodequeryAPIRequest

NewAlibabawdkskubarcodequeryRequest 初始化AlibabawdkskubarcodequeryAPIRequest对象

func (AlibabawdkskubarcodequeryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskubarcodequeryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskubarcodequeryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskubarcodequeryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskubarcodequeryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkskubarcodequeryAPIRequest) GetSkuCode added in v1.3.1

GetSkuCode SkuCode Getter

func (*AlibabawdkskubarcodequeryAPIRequest) SetSkuCode added in v1.3.1

func (r *AlibabawdkskubarcodequeryAPIRequest) SetSkuCode(_skuCode string) error

SetSkuCode is SkuCode Setter 商品编码

type AlibabawdkskubarcodequeryAPIResponse added in v1.3.1

type AlibabawdkskubarcodequeryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskubarcodequeryAPIResponseModel
}

AlibabawdkskubarcodequeryAPIResponse 商品条码查询接口 API返回值 alibaba.wdk.sku.barcode.query

查询商品编码,支持一品多码

type AlibabawdkskubarcodequeryAPIResponseModel added in v1.3.1

type AlibabawdkskubarcodequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_barcode_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskubarcodequeryApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskubarcodequeryAPIResponseModel is 商品条码查询接口 成功返回结果

type AlibabawdkskubarcodequeryApiResults added in v1.3.1

type AlibabawdkskubarcodequeryApiResults struct {
	// 条码结果集合
	Models []BarcodeBo `json:"models,omitempty" xml:"models>barcode_bo,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功,根据该字段判断是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskubarcodequeryApiResults 结构体

type AlibabawdkskucategoryaddAPIRequest added in v1.3.1

type AlibabawdkskucategoryaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskucategoryaddAPIRequest 商家类目新增接口 API请求 alibaba.wdk.sku.category.add

商家类目新增接口

func NewAlibabawdkskucategoryaddRequest added in v1.3.1

func NewAlibabawdkskucategoryaddRequest() *AlibabawdkskucategoryaddAPIRequest

NewAlibabawdkskucategoryaddRequest 初始化AlibabawdkskucategoryaddAPIRequest对象

func (AlibabawdkskucategoryaddAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskucategoryaddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskucategoryaddAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskucategoryaddAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskucategoryaddAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskucategoryaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskucategoryaddAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 类目新增请求模型

type AlibabawdkskucategoryaddAPIResponse added in v1.3.1

type AlibabawdkskucategoryaddAPIResponse struct {
	model.CommonResponse
	AlibabawdkskucategoryaddAPIResponseModel
}

AlibabawdkskucategoryaddAPIResponse 商家类目新增接口 API返回值 alibaba.wdk.sku.category.add

商家类目新增接口

type AlibabawdkskucategoryaddAPIResponseModel added in v1.3.1

type AlibabawdkskucategoryaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_category_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskucategoryaddApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskucategoryaddAPIResponseModel is 商家类目新增接口 成功返回结果

type AlibabawdkskucategoryaddApiResult added in v1.3.1

type AlibabawdkskucategoryaddApiResult struct {
	// 错误码(只有有异常才有值)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息(只有有异常才有值)
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用成功时的返回类目code
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 接口返回成功标志
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucategoryaddApiResult 结构体

type AlibabawdkskucategorydeleteAPIRequest added in v1.3.1

type AlibabawdkskucategorydeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskucategorydeleteAPIRequest 商家类目删除接口 API请求 alibaba.wdk.sku.category.delete

商家类目删除接口

func NewAlibabawdkskucategorydeleteRequest added in v1.3.1

func NewAlibabawdkskucategorydeleteRequest() *AlibabawdkskucategorydeleteAPIRequest

NewAlibabawdkskucategorydeleteRequest 初始化AlibabawdkskucategorydeleteAPIRequest对象

func (AlibabawdkskucategorydeleteAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskucategorydeleteAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskucategorydeleteAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskucategorydeleteAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskucategorydeleteAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskucategorydeleteAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskucategorydeleteAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 类目删除请求模型

type AlibabawdkskucategorydeleteAPIResponse added in v1.3.1

type AlibabawdkskucategorydeleteAPIResponse struct {
	model.CommonResponse
	AlibabawdkskucategorydeleteAPIResponseModel
}

AlibabawdkskucategorydeleteAPIResponse 商家类目删除接口 API返回值 alibaba.wdk.sku.category.delete

商家类目删除接口

type AlibabawdkskucategorydeleteAPIResponseModel added in v1.3.1

type AlibabawdkskucategorydeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_category_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskucategorydeleteApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskucategorydeleteAPIResponseModel is 商家类目删除接口 成功返回结果

type AlibabawdkskucategorydeleteApiResult added in v1.3.1

type AlibabawdkskucategorydeleteApiResult struct {
	// 错误码(只有有异常才有值)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息(只有有异常才有值)
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用成功时的返回类目code
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 接口返回成功标志
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucategorydeleteApiResult 结构体

type AlibabawdkskucategoryqueryAPIRequest added in v1.3.1

type AlibabawdkskucategoryqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskucategoryqueryAPIRequest 商家类目获取接口 API请求 alibaba.wdk.sku.category.query

商家类目获取接口

func NewAlibabawdkskucategoryqueryRequest added in v1.3.1

func NewAlibabawdkskucategoryqueryRequest() *AlibabawdkskucategoryqueryAPIRequest

NewAlibabawdkskucategoryqueryRequest 初始化AlibabawdkskucategoryqueryAPIRequest对象

func (AlibabawdkskucategoryqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskucategoryqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskucategoryqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskucategoryqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskucategoryqueryAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskucategoryqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskucategoryqueryAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询类目请模型

type AlibabawdkskucategoryqueryAPIResponse added in v1.3.1

type AlibabawdkskucategoryqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskucategoryqueryAPIResponseModel
}

AlibabawdkskucategoryqueryAPIResponse 商家类目获取接口 API返回值 alibaba.wdk.sku.category.query

商家类目获取接口

type AlibabawdkskucategoryqueryAPIResponseModel added in v1.3.1

type AlibabawdkskucategoryqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_category_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskucategoryqueryApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskucategoryqueryAPIResponseModel is 商家类目获取接口 成功返回结果

type AlibabawdkskucategoryqueryApiResult added in v1.3.1

type AlibabawdkskucategoryqueryApiResult struct {
	// 错误码(只有有异常才有值)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息(只有有异常才有值)
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回业务参数模型,-1状态的为删除的类目
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 接口返回成功标志
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucategoryqueryApiResult 结构体

type AlibabawdkskucategoryupdateAPIRequest added in v1.3.1

type AlibabawdkskucategoryupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskucategoryupdateAPIRequest 商家类目修改接口 API请求 alibaba.wdk.sku.category.update

商家类目修改接口

func NewAlibabawdkskucategoryupdateRequest added in v1.3.1

func NewAlibabawdkskucategoryupdateRequest() *AlibabawdkskucategoryupdateAPIRequest

NewAlibabawdkskucategoryupdateRequest 初始化AlibabawdkskucategoryupdateAPIRequest对象

func (AlibabawdkskucategoryupdateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskucategoryupdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskucategoryupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskucategoryupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskucategoryupdateAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskucategoryupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskucategoryupdateAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 更新请求模型

type AlibabawdkskucategoryupdateAPIResponse added in v1.3.1

type AlibabawdkskucategoryupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkskucategoryupdateAPIResponseModel
}

AlibabawdkskucategoryupdateAPIResponse 商家类目修改接口 API返回值 alibaba.wdk.sku.category.update

商家类目修改接口

type AlibabawdkskucategoryupdateAPIResponseModel added in v1.3.1

type AlibabawdkskucategoryupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_category_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskucategoryupdateApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskucategoryupdateAPIResponseModel is 商家类目修改接口 成功返回结果

type AlibabawdkskucategoryupdateApiResult added in v1.3.1

type AlibabawdkskucategoryupdateApiResult struct {
	// 错误码(只有有异常才有值)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息(只有有异常才有值)
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用成功时的返回类目code
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 接口返回成功标志
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucategoryupdateApiResult 结构体

type AlibabawdkskuchannelskuaddAPIRequest added in v1.3.1

type AlibabawdkskuchannelskuaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuchannelskuaddAPIRequest 新增渠道商品 API请求 alibaba.wdk.sku.channelsku.add

盒马帮1期新增渠道商品

func NewAlibabawdkskuchannelskuaddRequest added in v1.3.1

func NewAlibabawdkskuchannelskuaddRequest() *AlibabawdkskuchannelskuaddAPIRequest

NewAlibabawdkskuchannelskuaddRequest 初始化AlibabawdkskuchannelskuaddAPIRequest对象

func (AlibabawdkskuchannelskuaddAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuchannelskuaddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuchannelskuaddAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuchannelskuaddAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuchannelskuaddAPIRequest) GetChSkuDOList added in v1.3.1

GetChSkuDOList ChSkuDOList Getter

func (AlibabawdkskuchannelskuaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskuchannelskuaddAPIRequest) SetChSkuDOList added in v1.3.1

func (r *AlibabawdkskuchannelskuaddAPIRequest) SetChSkuDOList(_chSkuDOList []ChannelSkuDo) error

SetChSkuDOList is ChSkuDOList Setter 入参模型

type AlibabawdkskuchannelskuaddAPIResponse added in v1.3.1

type AlibabawdkskuchannelskuaddAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuchannelskuaddAPIResponseModel
}

AlibabawdkskuchannelskuaddAPIResponse 新增渠道商品 API返回值 alibaba.wdk.sku.channelsku.add

盒马帮1期新增渠道商品

type AlibabawdkskuchannelskuaddAPIResponseModel added in v1.3.1

type AlibabawdkskuchannelskuaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_channelsku_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *AlibabawdkskuchannelskuaddApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuchannelskuaddAPIResponseModel is 新增渠道商品 成功返回结果

type AlibabawdkskuchannelskuaddApiResult added in v1.3.1

type AlibabawdkskuchannelskuaddApiResult struct {
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 返会结果
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuchannelskuaddApiResult 结构体

type AlibabawdkskuchannelskuaddApiResults added in v1.3.1

type AlibabawdkskuchannelskuaddApiResults struct {
	// 返会结果集合
	Models []AlibabawdkskuchannelskuaddApiResult `json:"models,omitempty" xml:"models>alibabawdkskuchannelskuadd_api_result,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuchannelskuaddApiResults 结构体

type AlibabawdkskuchannelskuqueryAPIRequest added in v1.3.1

type AlibabawdkskuchannelskuqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuchannelskuqueryAPIRequest 查询渠道商品 API请求 alibaba.wdk.sku.channelsku.query

查询渠道商品

func NewAlibabawdkskuchannelskuqueryRequest added in v1.3.1

func NewAlibabawdkskuchannelskuqueryRequest() *AlibabawdkskuchannelskuqueryAPIRequest

NewAlibabawdkskuchannelskuqueryRequest 初始化AlibabawdkskuchannelskuqueryAPIRequest对象

func (AlibabawdkskuchannelskuqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuchannelskuqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuchannelskuqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuchannelskuqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuchannelskuqueryAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskuchannelskuqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskuchannelskuqueryAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 查询渠道商品的入参

type AlibabawdkskuchannelskuqueryAPIResponse added in v1.3.1

type AlibabawdkskuchannelskuqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuchannelskuqueryAPIResponseModel
}

AlibabawdkskuchannelskuqueryAPIResponse 查询渠道商品 API返回值 alibaba.wdk.sku.channelsku.query

查询渠道商品

type AlibabawdkskuchannelskuqueryAPIResponseModel added in v1.3.1

type AlibabawdkskuchannelskuqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_channelsku_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskuchannelskuqueryApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuchannelskuqueryAPIResponseModel is 查询渠道商品 成功返回结果

type AlibabawdkskuchannelskuqueryApiResult added in v1.3.1

type AlibabawdkskuchannelskuqueryApiResult struct {
	// 异常状态码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 异常信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 业务数据模型
	Model *ChannelSkuDo `json:"model,omitempty" xml:"model,omitempty"`
	// 业务调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuchannelskuqueryApiResult 结构体

type AlibabawdkskuchannelskuqueryApiResults added in v1.3.1

type AlibabawdkskuchannelskuqueryApiResults struct {
	// 业务数据模型
	Models []AlibabawdkskuchannelskuqueryApiResult `json:"models,omitempty" xml:"models>alibabawdkskuchannelskuquery_api_result,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// skuCode不能为空
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuchannelskuqueryApiResults 结构体

type AlibabawdkskuchannelskuupdateAPIRequest added in v1.3.1

type AlibabawdkskuchannelskuupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuchannelskuupdateAPIRequest 更新渠道商品 API请求 alibaba.wdk.sku.channelsku.update

批量更新渠道商品,商家通过Top接入

func NewAlibabawdkskuchannelskuupdateRequest added in v1.3.1

func NewAlibabawdkskuchannelskuupdateRequest() *AlibabawdkskuchannelskuupdateAPIRequest

NewAlibabawdkskuchannelskuupdateRequest 初始化AlibabawdkskuchannelskuupdateAPIRequest对象

func (AlibabawdkskuchannelskuupdateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuchannelskuupdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuchannelskuupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuchannelskuupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuchannelskuupdateAPIRequest) GetParamList added in v1.3.1

GetParamList ParamList Getter

func (AlibabawdkskuchannelskuupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskuchannelskuupdateAPIRequest) SetParamList added in v1.3.1

func (r *AlibabawdkskuchannelskuupdateAPIRequest) SetParamList(_paramList []ChannelSkuDo) error

SetParamList is ParamList Setter 请求参数

type AlibabawdkskuchannelskuupdateAPIResponse added in v1.3.1

type AlibabawdkskuchannelskuupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuchannelskuupdateAPIResponseModel
}

AlibabawdkskuchannelskuupdateAPIResponse 更新渠道商品 API返回值 alibaba.wdk.sku.channelsku.update

批量更新渠道商品,商家通过Top接入

type AlibabawdkskuchannelskuupdateAPIResponseModel added in v1.3.1

type AlibabawdkskuchannelskuupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_channelsku_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskuchannelskuupdateApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuchannelskuupdateAPIResponseModel is 更新渠道商品 成功返回结果

type AlibabawdkskuchannelskuupdateApiResult added in v1.3.1

type AlibabawdkskuchannelskuupdateApiResult struct {
	// 单个商品
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// errMsg
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// errCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuchannelskuupdateApiResult 结构体

type AlibabawdkskuchannelskuupdateApiResults added in v1.3.1

type AlibabawdkskuchannelskuupdateApiResults struct {
	// 单个商品返回结果集合
	Models []AlibabawdkskuchannelskuupdateApiResult `json:"models,omitempty" xml:"models>alibabawdkskuchannelskuupdate_api_result,omitempty"`
	// errCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// errMsg
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuchannelskuupdateApiResults 结构体

type AlibabawdkskucombineskuaddAPIRequest added in v1.3.1

type AlibabawdkskucombineskuaddAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskucombineskuaddAPIRequest 组合商品新增接口 API请求 alibaba.wdk.sku.combinesku.add

组合商品新增接口

func NewAlibabawdkskucombineskuaddRequest added in v1.3.1

func NewAlibabawdkskucombineskuaddRequest() *AlibabawdkskucombineskuaddAPIRequest

NewAlibabawdkskucombineskuaddRequest 初始化AlibabawdkskucombineskuaddAPIRequest对象

func (AlibabawdkskucombineskuaddAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskucombineskuaddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskucombineskuaddAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskucombineskuaddAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskucombineskuaddAPIRequest) GetParamList added in v1.3.1

func (r AlibabawdkskucombineskuaddAPIRequest) GetParamList() []SkuDo

GetParamList ParamList Getter

func (AlibabawdkskucombineskuaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskucombineskuaddAPIRequest) SetParamList added in v1.3.1

func (r *AlibabawdkskucombineskuaddAPIRequest) SetParamList(_paramList []SkuDo) error

SetParamList is ParamList Setter 请求参数

type AlibabawdkskucombineskuaddAPIResponse added in v1.3.1

type AlibabawdkskucombineskuaddAPIResponse struct {
	model.CommonResponse
	AlibabawdkskucombineskuaddAPIResponseModel
}

AlibabawdkskucombineskuaddAPIResponse 组合商品新增接口 API返回值 alibaba.wdk.sku.combinesku.add

组合商品新增接口

type AlibabawdkskucombineskuaddAPIResponseModel added in v1.3.1

type AlibabawdkskucombineskuaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_combinesku_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskucombineskuaddApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskucombineskuaddAPIResponseModel is 组合商品新增接口 成功返回结果

type AlibabawdkskucombineskuaddApiResult added in v1.3.1

type AlibabawdkskucombineskuaddApiResult struct {
	// 单个商品新建异常编码(异常才有值)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 单个商品新建异常信息(异常才有值)
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 商品code值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 单个商品是否新建成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucombineskuaddApiResult 结构体

type AlibabawdkskucombineskuaddApiResults added in v1.3.1

type AlibabawdkskucombineskuaddApiResults struct {
	// 商品列表
	Models []AlibabawdkskucombineskuaddApiResult `json:"models,omitempty" xml:"models>alibabawdkskucombineskuadd_api_result,omitempty"`
	// 接口调用异常编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 接口调用异常信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucombineskuaddApiResults 结构体

type AlibabawdkskucombineskuqueryAPIRequest added in v1.3.1

type AlibabawdkskucombineskuqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskucombineskuqueryAPIRequest 组合商品查询接口 API请求 alibaba.wdk.sku.combinesku.query

查询组合商品接口

func NewAlibabawdkskucombineskuqueryRequest added in v1.3.1

func NewAlibabawdkskucombineskuqueryRequest() *AlibabawdkskucombineskuqueryAPIRequest

NewAlibabawdkskucombineskuqueryRequest 初始化AlibabawdkskucombineskuqueryAPIRequest对象

func (AlibabawdkskucombineskuqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskucombineskuqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskucombineskuqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskucombineskuqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskucombineskuqueryAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskucombineskuqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskucombineskuqueryAPIRequest) SetParam added in v1.3.1

SetParam is Param Setter 请求参数

type AlibabawdkskucombineskuqueryAPIResponse added in v1.3.1

type AlibabawdkskucombineskuqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskucombineskuqueryAPIResponseModel
}

AlibabawdkskucombineskuqueryAPIResponse 组合商品查询接口 API返回值 alibaba.wdk.sku.combinesku.query

查询组合商品接口

type AlibabawdkskucombineskuqueryAPIResponseModel added in v1.3.1

type AlibabawdkskucombineskuqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_combinesku_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskucombineskuqueryApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskucombineskuqueryAPIResponseModel is 组合商品查询接口 成功返回结果

type AlibabawdkskucombineskuqueryApiResult added in v1.3.1

type AlibabawdkskucombineskuqueryApiResult struct {
	// 单个商品查询异常编码(异常才有值)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 单个商品查询异常信息(异常才有值)
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 商品信息
	Model *SkuDo `json:"model,omitempty" xml:"model,omitempty"`
	// 单个商品是否查询成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucombineskuqueryApiResult 结构体

type AlibabawdkskucombineskuqueryApiResults added in v1.3.1

type AlibabawdkskucombineskuqueryApiResults struct {
	// 商品列表
	Models []AlibabawdkskucombineskuqueryApiResult `json:"models,omitempty" xml:"models>alibabawdkskucombineskuquery_api_result,omitempty"`
	// 接口调用异常编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 接口调用异常信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucombineskuqueryApiResults 结构体

type AlibabawdkskucombineskuupdateAPIRequest added in v1.3.1

type AlibabawdkskucombineskuupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskucombineskuupdateAPIRequest 组合商品更新接口 API请求 alibaba.wdk.sku.combinesku.update

组合商品修改接口

func NewAlibabawdkskucombineskuupdateRequest added in v1.3.1

func NewAlibabawdkskucombineskuupdateRequest() *AlibabawdkskucombineskuupdateAPIRequest

NewAlibabawdkskucombineskuupdateRequest 初始化AlibabawdkskucombineskuupdateAPIRequest对象

func (AlibabawdkskucombineskuupdateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskucombineskuupdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskucombineskuupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskucombineskuupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskucombineskuupdateAPIRequest) GetParamList added in v1.3.1

GetParamList ParamList Getter

func (AlibabawdkskucombineskuupdateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskucombineskuupdateAPIRequest) SetParamList added in v1.3.1

func (r *AlibabawdkskucombineskuupdateAPIRequest) SetParamList(_paramList []SkuDo) error

SetParamList is ParamList Setter 请求参数

type AlibabawdkskucombineskuupdateAPIResponse added in v1.3.1

type AlibabawdkskucombineskuupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkskucombineskuupdateAPIResponseModel
}

AlibabawdkskucombineskuupdateAPIResponse 组合商品更新接口 API返回值 alibaba.wdk.sku.combinesku.update

组合商品修改接口

type AlibabawdkskucombineskuupdateAPIResponseModel added in v1.3.1

type AlibabawdkskucombineskuupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_combinesku_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskucombineskuupdateApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskucombineskuupdateAPIResponseModel is 组合商品更新接口 成功返回结果

type AlibabawdkskucombineskuupdateApiResult added in v1.3.1

type AlibabawdkskucombineskuupdateApiResult struct {
	// 单个商品更新异常编码(异常才有值)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 单个商品更新异常信息(异常才有值)
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 商品编码值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 单个商品是否更新成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucombineskuupdateApiResult 结构体

type AlibabawdkskucombineskuupdateApiResults added in v1.3.1

type AlibabawdkskucombineskuupdateApiResults struct {
	// 商品列表
	Models []AlibabawdkskucombineskuupdateApiResult `json:"models,omitempty" xml:"models>alibabawdkskucombineskuupdate_api_result,omitempty"`
	// 接口调用异常编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 接口调用异常信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskucombineskuupdateApiResults 结构体

type AlibabawdkskufeatureAPIRequest added in v1.3.1

type AlibabawdkskufeatureAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskufeatureAPIRequest 商品标记接口 API请求 alibaba.wdk.sku.feature

给淘鲜达商品属性之外的打标通用能力,满足商品一些特殊的需求,比如是否参加营销。

func NewAlibabawdkskufeatureRequest added in v1.3.1

func NewAlibabawdkskufeatureRequest() *AlibabawdkskufeatureAPIRequest

NewAlibabawdkskufeatureRequest 初始化AlibabawdkskufeatureAPIRequest对象

func (AlibabawdkskufeatureAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskufeatureAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskufeatureAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskufeatureAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskufeatureAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskufeatureAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkskufeatureAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskufeatureAPIRequest) SetParam added in v1.3.1

func (r *AlibabawdkskufeatureAPIRequest) SetParam(_param *SkuFeatureDo) error

SetParam is Param Setter SkuFeatureDo

type AlibabawdkskufeatureAPIResponse added in v1.3.1

type AlibabawdkskufeatureAPIResponse struct {
	model.CommonResponse
	AlibabawdkskufeatureAPIResponseModel
}

AlibabawdkskufeatureAPIResponse 商品标记接口 API返回值 alibaba.wdk.sku.feature

给淘鲜达商品属性之外的打标通用能力,满足商品一些特殊的需求,比如是否参加营销。

type AlibabawdkskufeatureAPIResponseModel added in v1.3.1

type AlibabawdkskufeatureAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_feature_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	Result *AlibabawdkskufeatureApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskufeatureAPIResponseModel is 商品标记接口 成功返回结果

type AlibabawdkskufeatureApiResult added in v1.3.1

type AlibabawdkskufeatureApiResult struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 接口调用成功标志,不表示业务是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 业务是否成功
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabawdkskufeatureApiResult 结构体

type AlibabawdkskumerchantskuscrollqueryAPIRequest added in v1.3.1

type AlibabawdkskumerchantskuscrollqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskumerchantskuscrollqueryAPIRequest 商家商品批量查询接口 API请求 alibaba.wdk.sku.merchantsku.scroll.query

提供主档商品数据接口查询

func NewAlibabawdkskumerchantskuscrollqueryRequest added in v1.3.1

func NewAlibabawdkskumerchantskuscrollqueryRequest() *AlibabawdkskumerchantskuscrollqueryAPIRequest

NewAlibabawdkskumerchantskuscrollqueryRequest 初始化AlibabawdkskumerchantskuscrollqueryAPIRequest对象

func (AlibabawdkskumerchantskuscrollqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskumerchantskuscrollqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskumerchantskuscrollqueryAPIRequest) GetOrgNo added in v1.3.1

GetOrgNo OrgNo Getter

func (AlibabawdkskumerchantskuscrollqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkskumerchantskuscrollqueryAPIRequest) GetScrollId added in v1.3.1

GetScrollId ScrollId Getter

func (*AlibabawdkskumerchantskuscrollqueryAPIRequest) SetOrgNo added in v1.3.1

SetOrgNo is OrgNo Setter HM

func (*AlibabawdkskumerchantskuscrollqueryAPIRequest) SetScrollId added in v1.3.1

SetScrollId is ScrollId Setter 第一次为null,后面从结果中获取

type AlibabawdkskumerchantskuscrollqueryAPIResponse added in v1.3.1

type AlibabawdkskumerchantskuscrollqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskumerchantskuscrollqueryAPIResponseModel
}

AlibabawdkskumerchantskuscrollqueryAPIResponse 商家商品批量查询接口 API返回值 alibaba.wdk.sku.merchantsku.scroll.query

提供主档商品数据接口查询

type AlibabawdkskumerchantskuscrollqueryAPIResponseModel added in v1.3.1

type AlibabawdkskumerchantskuscrollqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_merchantsku_scroll_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 请求结果对象
	Result *ApiScrollPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskumerchantskuscrollqueryAPIResponseModel is 商家商品批量查询接口 成功返回结果

type AlibabawdkskuqueryAPIRequest added in v1.3.1

type AlibabawdkskuqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuqueryAPIRequest 查询商品 API请求 alibaba.wdk.sku.query

查询商品

func NewAlibabawdkskuqueryRequest added in v1.3.1

func NewAlibabawdkskuqueryRequest() *AlibabawdkskuqueryAPIRequest

NewAlibabawdkskuqueryRequest 初始化AlibabawdkskuqueryAPIRequest对象

func (AlibabawdkskuqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuqueryAPIRequest) GetParam added in v1.3.1

GetParam Param Getter

func (AlibabawdkskuqueryAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkskuqueryAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskuqueryAPIRequest) SetParam added in v1.3.1

func (r *AlibabawdkskuqueryAPIRequest) SetParam(_param *SkuQueryDo) error

SetParam is Param Setter 入参

type AlibabawdkskuqueryAPIResponse added in v1.3.1

type AlibabawdkskuqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuqueryAPIResponseModel
}

AlibabawdkskuqueryAPIResponse 查询商品 API返回值 alibaba.wdk.sku.query

查询商品

type AlibabawdkskuqueryAPIResponseModel added in v1.3.1

type AlibabawdkskuqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	Result *AlibabawdkskuqueryApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuqueryAPIResponseModel is 查询商品 成功返回结果

type AlibabawdkskuqueryApiResult added in v1.3.1

type AlibabawdkskuqueryApiResult struct {
	// 请求参数不能为空
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 单条错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 单条查询结果
	Model *SkuDo `json:"model,omitempty" xml:"model,omitempty"`
	// 单条是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuqueryApiResult 结构体

type AlibabawdkskuqueryApiResults added in v1.3.1

type AlibabawdkskuqueryApiResults struct {
	// 结果集合
	Models []AlibabawdkskuqueryApiResult `json:"models,omitempty" xml:"models>alibabawdkskuquery_api_result,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuqueryApiResults 结构体

type AlibabawdkskuscrollqueryAPIRequest added in v1.3.1

type AlibabawdkskuscrollqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuscrollqueryAPIRequest 门店商品批量游标方式查询接口 API请求 alibaba.wdk.sku.scroll.query

通过游标方式批量获取门店商品信息,包括商品条码,商品名称,价格,会员价等信息。

func NewAlibabawdkskuscrollqueryRequest added in v1.3.1

func NewAlibabawdkskuscrollqueryRequest() *AlibabawdkskuscrollqueryAPIRequest

NewAlibabawdkskuscrollqueryRequest 初始化AlibabawdkskuscrollqueryAPIRequest对象

func (AlibabawdkskuscrollqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuscrollqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuscrollqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuscrollqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuscrollqueryAPIRequest) GetMerchantCatCode added in v1.3.1

func (r AlibabawdkskuscrollqueryAPIRequest) GetMerchantCatCode() string

GetMerchantCatCode MerchantCatCode Getter

func (AlibabawdkskuscrollqueryAPIRequest) GetOuCode added in v1.3.1

GetOuCode OuCode Getter

func (AlibabawdkskuscrollqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkskuscrollqueryAPIRequest) GetScrollId added in v1.3.1

GetScrollId ScrollId Getter

func (AlibabawdkskuscrollqueryAPIRequest) GetSkuCodes added in v1.3.1

GetSkuCodes SkuCodes Getter

func (*AlibabawdkskuscrollqueryAPIRequest) SetMerchantCatCode added in v1.3.1

func (r *AlibabawdkskuscrollqueryAPIRequest) SetMerchantCatCode(_merchantCatCode string) error

SetMerchantCatCode is MerchantCatCode Setter 商家类目编码

func (*AlibabawdkskuscrollqueryAPIRequest) SetOuCode added in v1.3.1

func (r *AlibabawdkskuscrollqueryAPIRequest) SetOuCode(_ouCode string) error

SetOuCode is OuCode Setter 门店编码

func (*AlibabawdkskuscrollqueryAPIRequest) SetScrollId added in v1.3.1

func (r *AlibabawdkskuscrollqueryAPIRequest) SetScrollId(_scrollId string) error

SetScrollId is ScrollId Setter 游标:第一次请求不用填写,否则请填写上一次请求返回的值,直到获取到足够的数据

func (*AlibabawdkskuscrollqueryAPIRequest) SetSkuCodes added in v1.3.1

func (r *AlibabawdkskuscrollqueryAPIRequest) SetSkuCodes(_skuCodes string) error

SetSkuCodes is SkuCodes Setter 英文逗号分隔的商品编码,最多20个。如果配合门店字段使用,直接非游标方式返回商品数据

type AlibabawdkskuscrollqueryAPIResponse added in v1.3.1

type AlibabawdkskuscrollqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuscrollqueryAPIResponseModel
}

AlibabawdkskuscrollqueryAPIResponse 门店商品批量游标方式查询接口 API返回值 alibaba.wdk.sku.scroll.query

通过游标方式批量获取门店商品信息,包括商品条码,商品名称,价格,会员价等信息。

type AlibabawdkskuscrollqueryAPIResponseModel added in v1.3.1

type AlibabawdkskuscrollqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_scroll_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *ApiScrollPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuscrollqueryAPIResponseModel is 门店商品批量游标方式查询接口 成功返回结果

type AlibabawdkskuscrollqueryModelList added in v1.3.1

type AlibabawdkskuscrollqueryModelList struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品在机构内的生命周期,商品状态;A-正常、T-暂时停购、C-淘汰出清、R-清退、D-删除封挡
	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`
	// 条码:多个条码用英文逗号分割
	Barcodes string `json:"barcodes,omitempty" xml:"barcodes,omitempty"`
	// 价格:单位元
	SalePrice string `json:"sale_price,omitempty" xml:"sale_price,omitempty"`
	// 会员价:单位元
	MemberPrice string `json:"member_price,omitempty" xml:"member_price,omitempty"`
	// 售卖单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 是否称重品:1称重品0非称重品
	WeightFlag string `json:"weight_flag,omitempty" xml:"weight_flag,omitempty"`
	// 商家类目编码
	MerchantCatCode string `json:"merchant_cat_code,omitempty" xml:"merchant_cat_code,omitempty"`
	// 子公司编码
	OrgNo string `json:"org_no,omitempty" xml:"org_no,omitempty"`
	// 门店编码
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 渠道店编码
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 渠道店类型:4淘宝
	ChannelCodes string `json:"channel_codes,omitempty" xml:"channel_codes,omitempty"`
	// 税收编码(查询返回使用)
	TaxClassNo string `json:"tax_class_no,omitempty" xml:"tax_class_no,omitempty"`
	// 修改时间
	ModifiedTime string `json:"modified_time,omitempty" xml:"modified_time,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 默认供应商
	SupplierNo string `json:"supplier_no,omitempty" xml:"supplier_no,omitempty"`
	// 短标题
	ShortTitle string `json:"short_title,omitempty" xml:"short_title,omitempty"`
	// 销售规格描述
	SaleSpec string `json:"sale_spec,omitempty" xml:"sale_spec,omitempty"`
	// 后台平台类目编码
	BackCatCode string `json:"back_cat_code,omitempty" xml:"back_cat_code,omitempty"`
	// 进项税率
	InputTaxRate string `json:"input_tax_rate,omitempty" xml:"input_tax_rate,omitempty"`
	// 销项税率
	TaxRate string `json:"tax_rate,omitempty" xml:"tax_rate,omitempty"`
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 品牌编码
	BrandCode string `json:"brand_code,omitempty" xml:"brand_code,omitempty"`
	// 保质期天数,商品的保质期(单位:天),0表示没有保质期
	ShelfLife string `json:"shelf_life,omitempty" xml:"shelf_life,omitempty"`
	// 业务类型 1:盒饭  2:生鲜
	BusinessType int64 `json:"business_type,omitempty" xml:"business_type,omitempty"`
	// 是否测试商品
	TestFlag int64 `json:"test_flag,omitempty" xml:"test_flag,omitempty"`
	// 是否服务商品
	ServiceFlag int64 `json:"service_flag,omitempty" xml:"service_flag,omitempty"`
	// 是否线上可售 是 0:否 1:是
	OnlineSaleFlag int64 `json:"online_sale_flag,omitempty" xml:"online_sale_flag,omitempty"`
	// 加工时间 单位:分钟
	ProcessingTime int64 `json:"processing_time,omitempty" xml:"processing_time,omitempty"`
}

AlibabawdkskuscrollqueryModelList 结构体

type AlibabawdkskustoreskuscrollqueryAPIRequest added in v1.3.1

type AlibabawdkskustoreskuscrollqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskustoreskuscrollqueryAPIRequest 门店商品批量查询接口 API请求 alibaba.wdk.sku.storesku.scroll.query

提供门店商品批量查询接口

func NewAlibabawdkskustoreskuscrollqueryRequest added in v1.3.1

func NewAlibabawdkskustoreskuscrollqueryRequest() *AlibabawdkskustoreskuscrollqueryAPIRequest

NewAlibabawdkskustoreskuscrollqueryRequest 初始化AlibabawdkskustoreskuscrollqueryAPIRequest对象

func (AlibabawdkskustoreskuscrollqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskustoreskuscrollqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskustoreskuscrollqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskustoreskuscrollqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkskustoreskuscrollqueryAPIRequest) GetScrollId added in v1.3.1

GetScrollId ScrollId Getter

func (AlibabawdkskustoreskuscrollqueryAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (*AlibabawdkskustoreskuscrollqueryAPIRequest) SetScrollId added in v1.3.1

func (r *AlibabawdkskustoreskuscrollqueryAPIRequest) SetScrollId(_scrollId string) error

SetScrollId is ScrollId Setter 历游标,首次调用传递null,后续传递ScrollPageResult.getScrollId()

func (*AlibabawdkskustoreskuscrollqueryAPIRequest) SetStoreId added in v1.3.1

SetStoreId is StoreId Setter 经营的id

type AlibabawdkskustoreskuscrollqueryAPIResponse added in v1.3.1

type AlibabawdkskustoreskuscrollqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskustoreskuscrollqueryAPIResponseModel
}

AlibabawdkskustoreskuscrollqueryAPIResponse 门店商品批量查询接口 API返回值 alibaba.wdk.sku.storesku.scroll.query

提供门店商品批量查询接口

type AlibabawdkskustoreskuscrollqueryAPIResponseModel added in v1.3.1

type AlibabawdkskustoreskuscrollqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_storesku_scroll_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 请求结果
	Result *ApiScrollPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskustoreskuscrollqueryAPIResponseModel is 门店商品批量查询接口 成功返回结果

type AlibabawdkskuupdateAPIRequest added in v1.3.1

type AlibabawdkskuupdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuupdateAPIRequest 更新商品 API请求 alibaba.wdk.sku.update

开放商品更新接口

func NewAlibabawdkskuupdateRequest added in v1.3.1

func NewAlibabawdkskuupdateRequest() *AlibabawdkskuupdateAPIRequest

NewAlibabawdkskuupdateRequest 初始化AlibabawdkskuupdateAPIRequest对象

func (AlibabawdkskuupdateAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuupdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuupdateAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuupdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuupdateAPIRequest) GetParamList added in v1.3.1

func (r AlibabawdkskuupdateAPIRequest) GetParamList() []SkuDo

GetParamList ParamList Getter

func (AlibabawdkskuupdateAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkskuupdateAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkskuupdateAPIRequest) SetParamList added in v1.3.1

func (r *AlibabawdkskuupdateAPIRequest) SetParamList(_paramList []SkuDo) error

SetParamList is ParamList Setter 参数列表

type AlibabawdkskuupdateAPIResponse added in v1.3.1

type AlibabawdkskuupdateAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuupdateAPIResponseModel
}

AlibabawdkskuupdateAPIResponse 更新商品 API返回值 alibaba.wdk.sku.update

开放商品更新接口

type AlibabawdkskuupdateAPIResponseModel added in v1.3.1

type AlibabawdkskuupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 执行结果
	Result *AlibabawdkskuupdateApiResults `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuupdateAPIResponseModel is 更新商品 成功返回结果

type AlibabawdkskuupdateApiResult added in v1.3.1

type AlibabawdkskuupdateApiResult struct {
	// sku编码
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// sku商品操作错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// sku商品操作错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 聚合之后的产品id,商家需要保存该值
	ProductId string `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// sku商品操作成功标志
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuupdateApiResult 结构体

type AlibabawdkskuupdateApiResults added in v1.3.1

type AlibabawdkskuupdateApiResults struct {
	// 各条记录结果
	Models []AlibabawdkskuupdateApiResult `json:"models,omitempty" xml:"models>alibabawdkskuupdate_api_result,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口调用成功标志
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuupdateApiResults 结构体

type AlibabawdkskuwarehouseskuqueryAPIRequest added in v1.3.1

type AlibabawdkskuwarehouseskuqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuwarehouseskuqueryAPIRequest 仓商品查询接口(指定商品编码) API请求 alibaba.wdk.sku.warehousesku.query

提供指定仓商品编码查询

func NewAlibabawdkskuwarehouseskuqueryRequest added in v1.3.1

func NewAlibabawdkskuwarehouseskuqueryRequest() *AlibabawdkskuwarehouseskuqueryAPIRequest

NewAlibabawdkskuwarehouseskuqueryRequest 初始化AlibabawdkskuwarehouseskuqueryAPIRequest对象

func (AlibabawdkskuwarehouseskuqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkskuwarehouseskuqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuwarehouseskuqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkskuwarehouseskuqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuwarehouseskuqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkskuwarehouseskuqueryAPIRequest) GetSkuCodeList added in v1.3.1

func (r AlibabawdkskuwarehouseskuqueryAPIRequest) GetSkuCodeList() []string

GetSkuCodeList SkuCodeList Getter

func (AlibabawdkskuwarehouseskuqueryAPIRequest) GetWarehouseCode added in v1.3.1

func (r AlibabawdkskuwarehouseskuqueryAPIRequest) GetWarehouseCode() string

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkskuwarehouseskuqueryAPIRequest) SetSkuCodeList added in v1.3.1

func (r *AlibabawdkskuwarehouseskuqueryAPIRequest) SetSkuCodeList(_skuCodeList []string) error

SetSkuCodeList is SkuCodeList Setter 商品编码

func (*AlibabawdkskuwarehouseskuqueryAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkskuwarehouseskuqueryAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓编码

type AlibabawdkskuwarehouseskuqueryAPIResponse added in v1.3.1

type AlibabawdkskuwarehouseskuqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuwarehouseskuqueryAPIResponseModel
}

AlibabawdkskuwarehouseskuqueryAPIResponse 仓商品查询接口(指定商品编码) API返回值 alibaba.wdk.sku.warehousesku.query

提供指定仓商品编码查询

type AlibabawdkskuwarehouseskuqueryAPIResponseModel added in v1.3.1

type AlibabawdkskuwarehouseskuqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_warehousesku_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabawdkskuwarehouseskuqueryApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuwarehouseskuqueryAPIResponseModel is 仓商品查询接口(指定商品编码) 成功返回结果

type AlibabawdkskuwarehouseskuqueryApiResult added in v1.3.1

type AlibabawdkskuwarehouseskuqueryApiResult struct {
	// 数据集合
	Models []WarehouseSkuDo `json:"models,omitempty" xml:"models>warehouse_sku_do,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误内容
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkskuwarehouseskuqueryApiResult 结构体

type AlibabawdkskuwarehouseskuscrollqueryAPIRequest added in v1.3.1

type AlibabawdkskuwarehouseskuscrollqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkskuwarehouseskuscrollqueryAPIRequest 仓商品遍历接口(游标) API请求 alibaba.wdk.sku.warehousesku.scroll.query

提供仓商品数据接口查询

func NewAlibabawdkskuwarehouseskuscrollqueryRequest added in v1.3.1

func NewAlibabawdkskuwarehouseskuscrollqueryRequest() *AlibabawdkskuwarehouseskuscrollqueryAPIRequest

NewAlibabawdkskuwarehouseskuscrollqueryRequest 初始化AlibabawdkskuwarehouseskuscrollqueryAPIRequest对象

func (AlibabawdkskuwarehouseskuscrollqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkskuwarehouseskuscrollqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkskuwarehouseskuscrollqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkskuwarehouseskuscrollqueryAPIRequest) GetScrollId added in v1.3.1

GetScrollId ScrollId Getter

func (AlibabawdkskuwarehouseskuscrollqueryAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkskuwarehouseskuscrollqueryAPIRequest) SetScrollId added in v1.3.1

SetScrollId is ScrollId Setter 游标

func (*AlibabawdkskuwarehouseskuscrollqueryAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkskuwarehouseskuscrollqueryAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓库编码

type AlibabawdkskuwarehouseskuscrollqueryAPIResponse added in v1.3.1

type AlibabawdkskuwarehouseskuscrollqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkskuwarehouseskuscrollqueryAPIResponseModel
}

AlibabawdkskuwarehouseskuscrollqueryAPIResponse 仓商品遍历接口(游标) API返回值 alibaba.wdk.sku.warehousesku.scroll.query

提供仓商品数据接口查询

type AlibabawdkskuwarehouseskuscrollqueryAPIResponseModel added in v1.3.1

type AlibabawdkskuwarehouseskuscrollqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sku_warehousesku_scroll_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *ApiScrollPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkskuwarehouseskuscrollqueryAPIResponseModel is 仓商品遍历接口(游标) 成功返回结果

type AlibabawdksopopushtriggerAPIRequest added in v1.3.1

type AlibabawdksopopushtriggerAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdksopopushtriggerAPIRequest 猫超共享库存寄售sopo推送触发 API请求 alibaba.wdk.sopo.push.trigger

猫超共享库存寄售sopo触发推送给商家

func NewAlibabawdksopopushtriggerRequest added in v1.3.1

func NewAlibabawdksopopushtriggerRequest() *AlibabawdksopopushtriggerAPIRequest

NewAlibabawdksopopushtriggerRequest 初始化AlibabawdksopopushtriggerAPIRequest对象

func (AlibabawdksopopushtriggerAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdksopopushtriggerAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdksopopushtriggerAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdksopopushtriggerAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdksopopushtriggerAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdksopopushtriggerAPIRequest) GetWdkOpenPushSoPoRequest added in v1.3.1

func (r AlibabawdksopopushtriggerAPIRequest) GetWdkOpenPushSoPoRequest() *WdkOpenPushSoPoRequest

GetWdkOpenPushSoPoRequest WdkOpenPushSoPoRequest Getter

func (*AlibabawdksopopushtriggerAPIRequest) SetWdkOpenPushSoPoRequest added in v1.3.1

func (r *AlibabawdksopopushtriggerAPIRequest) SetWdkOpenPushSoPoRequest(_wdkOpenPushSoPoRequest *WdkOpenPushSoPoRequest) error

SetWdkOpenPushSoPoRequest is WdkOpenPushSoPoRequest Setter 系统自动生成

type AlibabawdksopopushtriggerAPIResponse added in v1.3.1

type AlibabawdksopopushtriggerAPIResponse struct {
	model.CommonResponse
	AlibabawdksopopushtriggerAPIResponseModel
}

AlibabawdksopopushtriggerAPIResponse 猫超共享库存寄售sopo推送触发 API返回值 alibaba.wdk.sopo.push.trigger

猫超共享库存寄售sopo触发推送给商家

type AlibabawdksopopushtriggerAPIResponseModel added in v1.3.1

type AlibabawdksopopushtriggerAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_sopo_push_trigger_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 根据站点名称查询产品
	Result *AlibabawdksopopushtriggerApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdksopopushtriggerAPIResponseModel is 猫超共享库存寄售sopo推送触发 成功返回结果

type AlibabawdksopopushtriggerApiResult added in v1.3.1

type AlibabawdksopopushtriggerApiResult struct {
	// 错误码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 错误信息
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 结果
	ReturnSuccess bool `json:"return_success,omitempty" xml:"return_success,omitempty"`
}

AlibabawdksopopushtriggerApiResult 结构体

type AlibabawdkstockpublishAPIRequest added in v1.3.1

type AlibabawdkstockpublishAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkstockpublishAPIRequest 五道口库存发布接口(针对外部渠道) API请求 alibaba.wdk.stock.publish

五道口库存发布接口(针对外部渠道)

func NewAlibabawdkstockpublishRequest added in v1.3.1

func NewAlibabawdkstockpublishRequest() *AlibabawdkstockpublishAPIRequest

NewAlibabawdkstockpublishRequest 初始化AlibabawdkstockpublishAPIRequest对象

func (AlibabawdkstockpublishAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkstockpublishAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkstockpublishAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkstockpublishAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkstockpublishAPIRequest) GetBatchStockPublishDto added in v1.3.1

func (r AlibabawdkstockpublishAPIRequest) GetBatchStockPublishDto() *BatchStockPublishDto

GetBatchStockPublishDto BatchStockPublishDto Getter

func (AlibabawdkstockpublishAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkstockpublishAPIRequest) SetBatchStockPublishDto added in v1.3.1

func (r *AlibabawdkstockpublishAPIRequest) SetBatchStockPublishDto(_batchStockPublishDto *BatchStockPublishDto) error

SetBatchStockPublishDto is BatchStockPublishDto Setter 批量参数

type AlibabawdkstockpublishAPIResponse added in v1.3.1

type AlibabawdkstockpublishAPIResponse struct {
	model.CommonResponse
	AlibabawdkstockpublishAPIResponseModel
}

AlibabawdkstockpublishAPIResponse 五道口库存发布接口(针对外部渠道) API返回值 alibaba.wdk.stock.publish

五道口库存发布接口(针对外部渠道)

type AlibabawdkstockpublishAPIResponseModel added in v1.3.1

type AlibabawdkstockpublishAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_stock_publish_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// errorCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// errorMsg
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdkstockpublishAPIResponseModel is 五道口库存发布接口(针对外部渠道) 成功返回结果

type AlibabawdkstockrealqueryAPIRequest added in v1.3.1

type AlibabawdkstockrealqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkstockrealqueryAPIRequest 仓内实时库存查询 API请求 alibaba.wdk.stock.real.query

查询仓内实时库存信息

func NewAlibabawdkstockrealqueryRequest added in v1.3.1

func NewAlibabawdkstockrealqueryRequest() *AlibabawdkstockrealqueryAPIRequest

NewAlibabawdkstockrealqueryRequest 初始化AlibabawdkstockrealqueryAPIRequest对象

func (AlibabawdkstockrealqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkstockrealqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkstockrealqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkstockrealqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkstockrealqueryAPIRequest) GetQuery added in v1.3.1

GetQuery Query Getter

func (AlibabawdkstockrealqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkstockrealqueryAPIRequest) SetQuery added in v1.3.1

SetQuery is Query Setter 系统自动生成

type AlibabawdkstockrealqueryAPIResponse added in v1.3.1

type AlibabawdkstockrealqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdkstockrealqueryAPIResponseModel
}

AlibabawdkstockrealqueryAPIResponse 仓内实时库存查询 API返回值 alibaba.wdk.stock.real.query

查询仓内实时库存信息

type AlibabawdkstockrealqueryAPIResponseModel added in v1.3.1

type AlibabawdkstockrealqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_stock_real_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *AlibabawdkstockrealqueryResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkstockrealqueryAPIResponseModel is 仓内实时库存查询 成功返回结果

type AlibabawdkstockrealqueryResultDo added in v1.3.1

type AlibabawdkstockrealqueryResultDo struct {
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误码
	ErrCode int64 `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// result
	Data *InventoryTopResultBo `json:"data,omitempty" xml:"data,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkstockrealqueryResultDo 结构体

type AlibabawdksupplierordergetAPIRequest added in v1.3.1

type AlibabawdksupplierordergetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdksupplierordergetAPIRequest 五道口按订单号批量查询供应商正向订单 API请求 alibaba.wdk.supplier.order.get

五道口按订单号批量查询供应商正向订单

func NewAlibabawdksupplierordergetRequest added in v1.3.1

func NewAlibabawdksupplierordergetRequest() *AlibabawdksupplierordergetAPIRequest

NewAlibabawdksupplierordergetRequest 初始化AlibabawdksupplierordergetAPIRequest对象

func (AlibabawdksupplierordergetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdksupplierordergetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdksupplierordergetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdksupplierordergetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdksupplierordergetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdksupplierordergetAPIRequest) GetSupplierOrderQueryListRequest added in v1.3.1

func (r AlibabawdksupplierordergetAPIRequest) GetSupplierOrderQueryListRequest() *SupplierOrderQueryListRequest

GetSupplierOrderQueryListRequest SupplierOrderQueryListRequest Getter

func (*AlibabawdksupplierordergetAPIRequest) SetSupplierOrderQueryListRequest added in v1.3.1

func (r *AlibabawdksupplierordergetAPIRequest) SetSupplierOrderQueryListRequest(_supplierOrderQueryListRequest *SupplierOrderQueryListRequest) error

SetSupplierOrderQueryListRequest is SupplierOrderQueryListRequest Setter 查询参数

type AlibabawdksupplierordergetAPIResponse added in v1.3.1

type AlibabawdksupplierordergetAPIResponse struct {
	model.CommonResponse
	AlibabawdksupplierordergetAPIResponseModel
}

AlibabawdksupplierordergetAPIResponse 五道口按订单号批量查询供应商正向订单 API返回值 alibaba.wdk.supplier.order.get

五道口按订单号批量查询供应商正向订单

type AlibabawdksupplierordergetAPIResponseModel added in v1.3.1

type AlibabawdksupplierordergetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_supplier_order_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *OrderListSyncPagedResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdksupplierordergetAPIResponseModel is 五道口按订单号批量查询供应商正向订单 成功返回结果

type AlibabawdksupplierorderlistAPIRequest added in v1.3.1

type AlibabawdksupplierorderlistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdksupplierorderlistAPIRequest 五道口供应商维度正向订单拉取 API请求 alibaba.wdk.supplier.order.list

五道口供应商维度正向订单拉取

func NewAlibabawdksupplierorderlistRequest added in v1.3.1

func NewAlibabawdksupplierorderlistRequest() *AlibabawdksupplierorderlistAPIRequest

NewAlibabawdksupplierorderlistRequest 初始化AlibabawdksupplierorderlistAPIRequest对象

func (AlibabawdksupplierorderlistAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdksupplierorderlistAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdksupplierorderlistAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdksupplierorderlistAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdksupplierorderlistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdksupplierorderlistAPIRequest) GetSupplierOrderQueryRequest added in v1.3.1

func (r AlibabawdksupplierorderlistAPIRequest) GetSupplierOrderQueryRequest() *SupplierOrderQueryRequest

GetSupplierOrderQueryRequest SupplierOrderQueryRequest Getter

func (*AlibabawdksupplierorderlistAPIRequest) SetSupplierOrderQueryRequest added in v1.3.1

func (r *AlibabawdksupplierorderlistAPIRequest) SetSupplierOrderQueryRequest(_supplierOrderQueryRequest *SupplierOrderQueryRequest) error

SetSupplierOrderQueryRequest is SupplierOrderQueryRequest Setter 查询参数

type AlibabawdksupplierorderlistAPIResponse added in v1.3.1

type AlibabawdksupplierorderlistAPIResponse struct {
	model.CommonResponse
	AlibabawdksupplierorderlistAPIResponseModel
}

AlibabawdksupplierorderlistAPIResponse 五道口供应商维度正向订单拉取 API返回值 alibaba.wdk.supplier.order.list

五道口供应商维度正向订单拉取

type AlibabawdksupplierorderlistAPIResponseModel added in v1.3.1

type AlibabawdksupplierorderlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_supplier_order_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *OrderListSyncPagedResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdksupplierorderlistAPIResponseModel is 五道口供应商维度正向订单拉取 成功返回结果

type AlibabawdksupplierrefundgetAPIRequest added in v1.3.1

type AlibabawdksupplierrefundgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdksupplierrefundgetAPIRequest 五道口按订单号批量查询供应商退款单 API请求 alibaba.wdk.supplier.refund.get

五道口按订单号批量查询供应商退款单

func NewAlibabawdksupplierrefundgetRequest added in v1.3.1

func NewAlibabawdksupplierrefundgetRequest() *AlibabawdksupplierrefundgetAPIRequest

NewAlibabawdksupplierrefundgetRequest 初始化AlibabawdksupplierrefundgetAPIRequest对象

func (AlibabawdksupplierrefundgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdksupplierrefundgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdksupplierrefundgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdksupplierrefundgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdksupplierrefundgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdksupplierrefundgetAPIRequest) GetSupplierRefundQueryListRequest added in v1.3.1

func (r AlibabawdksupplierrefundgetAPIRequest) GetSupplierRefundQueryListRequest() *SupplierRefundQueryListRequest

GetSupplierRefundQueryListRequest SupplierRefundQueryListRequest Getter

func (*AlibabawdksupplierrefundgetAPIRequest) SetSupplierRefundQueryListRequest added in v1.3.1

func (r *AlibabawdksupplierrefundgetAPIRequest) SetSupplierRefundQueryListRequest(_supplierRefundQueryListRequest *SupplierRefundQueryListRequest) error

SetSupplierRefundQueryListRequest is SupplierRefundQueryListRequest Setter 查询入参

type AlibabawdksupplierrefundgetAPIResponse added in v1.3.1

type AlibabawdksupplierrefundgetAPIResponse struct {
	model.CommonResponse
	AlibabawdksupplierrefundgetAPIResponseModel
}

AlibabawdksupplierrefundgetAPIResponse 五道口按订单号批量查询供应商退款单 API返回值 alibaba.wdk.supplier.refund.get

五道口按订单号批量查询供应商退款单

type AlibabawdksupplierrefundgetAPIResponseModel added in v1.3.1

type AlibabawdksupplierrefundgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_supplier_refund_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *OrderSyncRefundListResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdksupplierrefundgetAPIResponseModel is 五道口按订单号批量查询供应商退款单 成功返回结果

type AlibabawdksupplierrefundlistAPIRequest added in v1.3.1

type AlibabawdksupplierrefundlistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdksupplierrefundlistAPIRequest 五道口按供应商拉取退款单 API请求 alibaba.wdk.supplier.refund.list

五道口按供应商拉取退款单

func NewAlibabawdksupplierrefundlistRequest added in v1.3.1

func NewAlibabawdksupplierrefundlistRequest() *AlibabawdksupplierrefundlistAPIRequest

NewAlibabawdksupplierrefundlistRequest 初始化AlibabawdksupplierrefundlistAPIRequest对象

func (AlibabawdksupplierrefundlistAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdksupplierrefundlistAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdksupplierrefundlistAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdksupplierrefundlistAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdksupplierrefundlistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdksupplierrefundlistAPIRequest) GetSupplierRefundQueryRequest added in v1.3.1

func (r AlibabawdksupplierrefundlistAPIRequest) GetSupplierRefundQueryRequest() *SupplierRefundQueryRequest

GetSupplierRefundQueryRequest SupplierRefundQueryRequest Getter

func (*AlibabawdksupplierrefundlistAPIRequest) SetSupplierRefundQueryRequest added in v1.3.1

func (r *AlibabawdksupplierrefundlistAPIRequest) SetSupplierRefundQueryRequest(_supplierRefundQueryRequest *SupplierRefundQueryRequest) error

SetSupplierRefundQueryRequest is SupplierRefundQueryRequest Setter 查询参数

type AlibabawdksupplierrefundlistAPIResponse added in v1.3.1

type AlibabawdksupplierrefundlistAPIResponse struct {
	model.CommonResponse
	AlibabawdksupplierrefundlistAPIResponseModel
}

AlibabawdksupplierrefundlistAPIResponse 五道口按供应商拉取退款单 API返回值 alibaba.wdk.supplier.refund.list

五道口按供应商拉取退款单

type AlibabawdksupplierrefundlistAPIResponseModel added in v1.3.1

type AlibabawdksupplierrefundlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_supplier_refund_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *OrderSyncRefundListResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdksupplierrefundlistAPIResponseModel is 五道口按供应商拉取退款单 成功返回结果

type AlibabawdksyncedorderqueryAPIRequest added in v1.3.1

type AlibabawdksyncedorderqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdksyncedorderqueryAPIRequest 五道口查询同步订单 API请求 alibaba.wdk.syncedorder.query

外部商户查询同步到五道口的订单

func NewAlibabawdksyncedorderqueryRequest added in v1.3.1

func NewAlibabawdksyncedorderqueryRequest() *AlibabawdksyncedorderqueryAPIRequest

NewAlibabawdksyncedorderqueryRequest 初始化AlibabawdksyncedorderqueryAPIRequest对象

func (AlibabawdksyncedorderqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdksyncedorderqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdksyncedorderqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdksyncedorderqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdksyncedorderqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdksyncedorderqueryAPIRequest) GetSerialNum added in v1.3.1

GetSerialNum SerialNum Getter

func (AlibabawdksyncedorderqueryAPIRequest) GetStoreId added in v1.3.1

GetStoreId StoreId Getter

func (*AlibabawdksyncedorderqueryAPIRequest) SetSerialNum added in v1.3.1

func (r *AlibabawdksyncedorderqueryAPIRequest) SetSerialNum(_serialNum string) error

SetSerialNum is SerialNum Setter 序列号

func (*AlibabawdksyncedorderqueryAPIRequest) SetStoreId added in v1.3.1

func (r *AlibabawdksyncedorderqueryAPIRequest) SetStoreId(_storeId string) error

SetStoreId is StoreId Setter 门店ID

type AlibabawdksyncedorderqueryAPIResponse added in v1.3.1

type AlibabawdksyncedorderqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdksyncedorderqueryAPIResponseModel
}

AlibabawdksyncedorderqueryAPIResponse 五道口查询同步订单 API返回值 alibaba.wdk.syncedorder.query

外部商户查询同步到五道口的订单

type AlibabawdksyncedorderqueryAPIResponseModel added in v1.3.1

type AlibabawdksyncedorderqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_syncedorder_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 描述
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 订单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 返回码
	ReturnCode int64 `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdksyncedorderqueryAPIResponseModel is 五道口查询同步订单 成功返回结果

type AlibabawdktimegetAPIRequest added in v1.3.1

type AlibabawdktimegetAPIRequest struct {
	model.Params
}

AlibabawdktimegetAPIRequest 获得当前系统时间 API请求 alibaba.wdk.time.get

获得当前系统时间

func NewAlibabawdktimegetRequest added in v1.3.1

func NewAlibabawdktimegetRequest() *AlibabawdktimegetAPIRequest

NewAlibabawdktimegetRequest 初始化AlibabawdktimegetAPIRequest对象

func (AlibabawdktimegetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdktimegetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdktimegetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdktimegetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdktimegetAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdktimegetAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

type AlibabawdktimegetAPIResponse added in v1.3.1

type AlibabawdktimegetAPIResponse struct {
	model.CommonResponse
	AlibabawdktimegetAPIResponseModel
}

AlibabawdktimegetAPIResponse 获得当前系统时间 API返回值 alibaba.wdk.time.get

获得当前系统时间

type AlibabawdktimegetAPIResponseModel added in v1.3.1

type AlibabawdktimegetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_time_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// date
	Date string `json:"date,omitempty" xml:"date,omitempty"`
	// dateTime
	DateTime int64 `json:"date_time,omitempty" xml:"date_time,omitempty"`
}

AlibabawdktimegetAPIResponseModel is 获得当前系统时间 成功返回结果

type AlibabawdktraceurlgetAPIRequest added in v1.3.1

type AlibabawdktraceurlgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdktraceurlgetAPIRequest 溯源url透出 API请求 alibaba.wdk.trace.url.get

根据shopId和skuCode返回商品溯源url

func NewAlibabawdktraceurlgetRequest added in v1.3.1

func NewAlibabawdktraceurlgetRequest() *AlibabawdktraceurlgetAPIRequest

NewAlibabawdktraceurlgetRequest 初始化AlibabawdktraceurlgetAPIRequest对象

func (AlibabawdktraceurlgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdktraceurlgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdktraceurlgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdktraceurlgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdktraceurlgetAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdktraceurlgetAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdktraceurlgetAPIRequest) GetScanCode added in v1.3.1

func (r AlibabawdktraceurlgetAPIRequest) GetScanCode() string

GetScanCode ScanCode Getter

func (AlibabawdktraceurlgetAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (AlibabawdktraceurlgetAPIRequest) GetSourceCode added in v1.3.1

func (r AlibabawdktraceurlgetAPIRequest) GetSourceCode() string

GetSourceCode SourceCode Getter

func (*AlibabawdktraceurlgetAPIRequest) SetScanCode added in v1.3.1

func (r *AlibabawdktraceurlgetAPIRequest) SetScanCode(_scanCode string) error

SetScanCode is ScanCode Setter barCode 或者skuCode

func (*AlibabawdktraceurlgetAPIRequest) SetShopId added in v1.3.1

func (r *AlibabawdktraceurlgetAPIRequest) SetShopId(_shopId string) error

SetShopId is ShopId Setter 所属门店code

func (*AlibabawdktraceurlgetAPIRequest) SetSourceCode added in v1.3.1

func (r *AlibabawdktraceurlgetAPIRequest) SetSourceCode(_sourceCode string) error

SetSourceCode is SourceCode Setter 来源编码

type AlibabawdktraceurlgetAPIResponse added in v1.3.1

type AlibabawdktraceurlgetAPIResponse struct {
	model.CommonResponse
	AlibabawdktraceurlgetAPIResponseModel
}

AlibabawdktraceurlgetAPIResponse 溯源url透出 API返回值 alibaba.wdk.trace.url.get

根据shopId和skuCode返回商品溯源url

type AlibabawdktraceurlgetAPIResponseModel added in v1.3.1

type AlibabawdktraceurlgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_trace_url_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// data
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// code
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabawdktraceurlgetAPIResponseModel is 溯源url透出 成功返回结果

type AlibabawdktradeorderbalancebillqueryAPIRequest added in v1.3.1

type AlibabawdktradeorderbalancebillqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdktradeorderbalancebillqueryAPIRequest 分页拉取订单数据 API请求 alibaba.wdk.trade.order.balance.bill.query

提供接口供外部调用,分页拉取订单数据

func NewAlibabawdktradeorderbalancebillqueryRequest added in v1.3.1

func NewAlibabawdktradeorderbalancebillqueryRequest() *AlibabawdktradeorderbalancebillqueryAPIRequest

NewAlibabawdktradeorderbalancebillqueryRequest 初始化AlibabawdktradeorderbalancebillqueryAPIRequest对象

func (AlibabawdktradeorderbalancebillqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdktradeorderbalancebillqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdktradeorderbalancebillqueryAPIRequest) GetOrderBalanceBillRequest added in v1.3.1

GetOrderBalanceBillRequest OrderBalanceBillRequest Getter

func (AlibabawdktradeorderbalancebillqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdktradeorderbalancebillqueryAPIRequest) SetOrderBalanceBillRequest added in v1.3.1

func (r *AlibabawdktradeorderbalancebillqueryAPIRequest) SetOrderBalanceBillRequest(_orderBalanceBillRequest *OrderBalanceBillRequest) error

SetOrderBalanceBillRequest is OrderBalanceBillRequest Setter 入参

type AlibabawdktradeorderbalancebillqueryAPIResponse added in v1.3.1

type AlibabawdktradeorderbalancebillqueryAPIResponse struct {
	model.CommonResponse
	AlibabawdktradeorderbalancebillqueryAPIResponseModel
}

AlibabawdktradeorderbalancebillqueryAPIResponse 分页拉取订单数据 API返回值 alibaba.wdk.trade.order.balance.bill.query

提供接口供外部调用,分页拉取订单数据

type AlibabawdktradeorderbalancebillqueryAPIResponseModel added in v1.3.1

type AlibabawdktradeorderbalancebillqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_trade_order_balance_bill_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ApiResult
	ApiResult *AlibabawdktradeorderbalancebillqueryApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdktradeorderbalancebillqueryAPIResponseModel is 分页拉取订单数据 成功返回结果

type AlibabawdktradeorderbalancebillqueryApiResult added in v1.3.1

type AlibabawdktradeorderbalancebillqueryApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// model
	Model *OrderBalanceBillResponseDo `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdktradeorderbalancebillqueryApiResult 结构体

type AlibabawdktradeordersuccesscreateAPIRequest added in v1.3.1

type AlibabawdktradeordersuccesscreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdktradeordersuccesscreateAPIRequest 五道口终态订单创建 API请求 alibaba.wdk.trade.order.success.create

五道口终态订单创建

func NewAlibabawdktradeordersuccesscreateRequest added in v1.3.1

func NewAlibabawdktradeordersuccesscreateRequest() *AlibabawdktradeordersuccesscreateAPIRequest

NewAlibabawdktradeordersuccesscreateRequest 初始化AlibabawdktradeordersuccesscreateAPIRequest对象

func (AlibabawdktradeordersuccesscreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdktradeordersuccesscreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdktradeordersuccesscreateAPIRequest) GetOrderRequest added in v1.3.1

GetOrderRequest OrderRequest Getter

func (AlibabawdktradeordersuccesscreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdktradeordersuccesscreateAPIRequest) SetOrderRequest added in v1.3.1

func (r *AlibabawdktradeordersuccesscreateAPIRequest) SetOrderRequest(_orderRequest *OrderSuccessRequest) error

SetOrderRequest is OrderRequest Setter 创单请求对象

type AlibabawdktradeordersuccesscreateAPIResponse added in v1.3.1

type AlibabawdktradeordersuccesscreateAPIResponse struct {
	model.CommonResponse
	AlibabawdktradeordersuccesscreateAPIResponseModel
}

AlibabawdktradeordersuccesscreateAPIResponse 五道口终态订单创建 API返回值 alibaba.wdk.trade.order.success.create

五道口终态订单创建

type AlibabawdktradeordersuccesscreateAPIResponseModel added in v1.3.1

type AlibabawdktradeordersuccesscreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_trade_order_success_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 订单返回结果
	OrderResult *OrderQueryResult `json:"order_result,omitempty" xml:"order_result,omitempty"`
}

AlibabawdktradeordersuccesscreateAPIResponseModel is 五道口终态订单创建 成功返回结果

type AlibabawdktraderefundsuccesscreateAPIRequest added in v1.3.1

type AlibabawdktraderefundsuccesscreateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdktraderefundsuccesscreateAPIRequest 五道口终态逆向订单创建 API请求 alibaba.wdk.trade.refund.success.create

五道口终态逆向订单创建

func NewAlibabawdktraderefundsuccesscreateRequest added in v1.3.1

func NewAlibabawdktraderefundsuccesscreateRequest() *AlibabawdktraderefundsuccesscreateAPIRequest

NewAlibabawdktraderefundsuccesscreateRequest 初始化AlibabawdktraderefundsuccesscreateAPIRequest对象

func (AlibabawdktraderefundsuccesscreateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdktraderefundsuccesscreateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdktraderefundsuccesscreateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdktraderefundsuccesscreateAPIRequest) GetRefundOrderRequest added in v1.3.1

GetRefundOrderRequest RefundOrderRequest Getter

func (*AlibabawdktraderefundsuccesscreateAPIRequest) SetRefundOrderRequest added in v1.3.1

func (r *AlibabawdktraderefundsuccesscreateAPIRequest) SetRefundOrderRequest(_refundOrderRequest *AfterRefundOrderRequest) error

SetRefundOrderRequest is RefundOrderRequest Setter 逆向单请求对象

type AlibabawdktraderefundsuccesscreateAPIResponse added in v1.3.1

type AlibabawdktraderefundsuccesscreateAPIResponse struct {
	model.CommonResponse
	AlibabawdktraderefundsuccesscreateAPIResponseModel
}

AlibabawdktraderefundsuccesscreateAPIResponse 五道口终态逆向订单创建 API返回值 alibaba.wdk.trade.refund.success.create

五道口终态逆向订单创建

type AlibabawdktraderefundsuccesscreateAPIResponseModel added in v1.3.1

type AlibabawdktraderefundsuccesscreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_trade_refund_success_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 订单返回结果
	RefundOrderResult *AlibabawdktraderefundsuccesscreateApiResult `json:"refund_order_result,omitempty" xml:"refund_order_result,omitempty"`
}

AlibabawdktraderefundsuccesscreateAPIResponseModel is 五道口终态逆向订单创建 成功返回结果

type AlibabawdktraderefundsuccesscreateApiResult added in v1.3.1

type AlibabawdktraderefundsuccesscreateApiResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 接口状态
	State bool `json:"state,omitempty" xml:"state,omitempty"`
	// 是否成功 true-成功;false-失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdktraderefundsuccesscreateApiResult 结构体

type AlibabawdkumshandlinggetAPIRequest added in v1.3.1

type AlibabawdkumshandlinggetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumshandlinggetAPIRequest 加工单-回流单(新接口) API请求 alibaba.wdk.ums.handling.get

加工单-回流单(新接口)

func NewAlibabawdkumshandlinggetRequest added in v1.3.1

func NewAlibabawdkumshandlinggetRequest() *AlibabawdkumshandlinggetAPIRequest

NewAlibabawdkumshandlinggetRequest 初始化AlibabawdkumshandlinggetAPIRequest对象

func (AlibabawdkumshandlinggetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumshandlinggetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumshandlinggetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumshandlinggetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumshandlinggetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumshandlinggetAPIRequest) GetWarehouseCode added in v1.3.1

func (r AlibabawdkumshandlinggetAPIRequest) GetWarehouseCode() string

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkumshandlinggetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkumshandlinggetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓库编码

type AlibabawdkumshandlinggetAPIResponse added in v1.3.1

type AlibabawdkumshandlinggetAPIResponse struct {
	model.CommonResponse
	AlibabawdkumshandlinggetAPIResponseModel
}

AlibabawdkumshandlinggetAPIResponse 加工单-回流单(新接口) API返回值 alibaba.wdk.ums.handling.get

加工单-回流单(新接口)

type AlibabawdkumshandlinggetAPIResponseModel added in v1.3.1

type AlibabawdkumshandlinggetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_handling_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumshandlinggetAPIResponseModel is 加工单-回流单(新接口) 成功返回结果

type AlibabawdkumsinboundAPIRequest added in v1.3.1

type AlibabawdkumsinboundAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsinboundAPIRequest 入库-ERP下发单 API请求 alibaba.wdk.ums.inbound

入库-ERP下发单

func NewAlibabawdkumsinboundRequest added in v1.3.1

func NewAlibabawdkumsinboundRequest() *AlibabawdkumsinboundAPIRequest

NewAlibabawdkumsinboundRequest 初始化AlibabawdkumsinboundAPIRequest对象

func (AlibabawdkumsinboundAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumsinboundAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsinboundAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsinboundAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsinboundAPIRequest) GetErpArrivalnoticeDto added in v1.3.1

func (r AlibabawdkumsinboundAPIRequest) GetErpArrivalnoticeDto() *ErpArrivalNoticeDto

GetErpArrivalnoticeDto ErpArrivalnoticeDto Getter

func (AlibabawdkumsinboundAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkumsinboundAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkumsinboundAPIRequest) SetErpArrivalnoticeDto added in v1.3.1

func (r *AlibabawdkumsinboundAPIRequest) SetErpArrivalnoticeDto(_erpArrivalnoticeDto *ErpArrivalNoticeDto) error

SetErpArrivalnoticeDto is ErpArrivalnoticeDto Setter 1

type AlibabawdkumsinboundAPIResponse added in v1.3.1

type AlibabawdkumsinboundAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsinboundAPIResponseModel
}

AlibabawdkumsinboundAPIResponse 入库-ERP下发单 API返回值 alibaba.wdk.ums.inbound

入库-ERP下发单

type AlibabawdkumsinboundAPIResponseModel added in v1.3.1

type AlibabawdkumsinboundAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_inbound_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsinboundAPIResponseModel is 入库-ERP下发单 成功返回结果

type AlibabawdkumsinventoryadjustgetAPIRequest added in v1.3.1

type AlibabawdkumsinventoryadjustgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsinventoryadjustgetAPIRequest 库调单-回流单 API请求 alibaba.wdk.ums.inventory.adjust.get

库调单-回流单

func NewAlibabawdkumsinventoryadjustgetRequest added in v1.3.1

func NewAlibabawdkumsinventoryadjustgetRequest() *AlibabawdkumsinventoryadjustgetAPIRequest

NewAlibabawdkumsinventoryadjustgetRequest 初始化AlibabawdkumsinventoryadjustgetAPIRequest对象

func (AlibabawdkumsinventoryadjustgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsinventoryadjustgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsinventoryadjustgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsinventoryadjustgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumsinventoryadjustgetAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkumsinventoryadjustgetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkumsinventoryadjustgetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 店仓code,指的是库调对象,对应一个物理店或仓编码

type AlibabawdkumsinventoryadjustgetAPIResponse added in v1.3.1

type AlibabawdkumsinventoryadjustgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsinventoryadjustgetAPIResponseModel
}

AlibabawdkumsinventoryadjustgetAPIResponse 库调单-回流单 API返回值 alibaba.wdk.ums.inventory.adjust.get

库调单-回流单

type AlibabawdkumsinventoryadjustgetAPIResponseModel added in v1.3.1

type AlibabawdkumsinventoryadjustgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_inventory_adjust_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsinventoryadjustgetAPIResponseModel is 库调单-回流单 成功返回结果

type AlibabawdkumsinventorycheckgetAPIRequest added in v1.3.1

type AlibabawdkumsinventorycheckgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsinventorycheckgetAPIRequest 盘点结果单-回流单 API请求 alibaba.wdk.ums.inventory.check.get

盘点结果单-回流单

func NewAlibabawdkumsinventorycheckgetRequest added in v1.3.1

func NewAlibabawdkumsinventorycheckgetRequest() *AlibabawdkumsinventorycheckgetAPIRequest

NewAlibabawdkumsinventorycheckgetRequest 初始化AlibabawdkumsinventorycheckgetAPIRequest对象

func (AlibabawdkumsinventorycheckgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumsinventorycheckgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsinventorycheckgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsinventorycheckgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsinventorycheckgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumsinventorycheckgetAPIRequest) GetWarehouseCode added in v1.3.1

func (r AlibabawdkumsinventorycheckgetAPIRequest) GetWarehouseCode() string

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkumsinventorycheckgetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkumsinventorycheckgetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 店仓code,指的是库调对象,对应一个物理店或仓编码

type AlibabawdkumsinventorycheckgetAPIResponse added in v1.3.1

type AlibabawdkumsinventorycheckgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsinventorycheckgetAPIResponseModel
}

AlibabawdkumsinventorycheckgetAPIResponse 盘点结果单-回流单 API返回值 alibaba.wdk.ums.inventory.check.get

盘点结果单-回流单

type AlibabawdkumsinventorycheckgetAPIResponseModel added in v1.3.1

type AlibabawdkumsinventorycheckgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_inventory_check_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsinventorycheckgetAPIResponseModel is 盘点结果单-回流单 成功返回结果

type AlibabawdkumsinventorypublishAPIRequest added in v1.3.1

type AlibabawdkumsinventorypublishAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsinventorypublishAPIRequest 初始化覆盖实物库存 API请求 alibaba.wdk.ums.inventory.publish

先去库存这边查询当前实物库存有多少的量,然后算出来需要增加的量。接下来调用ums原来的入库语义的接口进行库存的增量补充

func NewAlibabawdkumsinventorypublishRequest added in v1.3.1

func NewAlibabawdkumsinventorypublishRequest() *AlibabawdkumsinventorypublishAPIRequest

NewAlibabawdkumsinventorypublishRequest 初始化AlibabawdkumsinventorypublishAPIRequest对象

func (AlibabawdkumsinventorypublishAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumsinventorypublishAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsinventorypublishAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsinventorypublishAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsinventorypublishAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumsinventorypublishAPIRequest) GetWdkErpArrivalNotice added in v1.3.1

GetWdkErpArrivalNotice WdkErpArrivalNotice Getter

func (*AlibabawdkumsinventorypublishAPIRequest) SetWdkErpArrivalNotice added in v1.3.1

func (r *AlibabawdkumsinventorypublishAPIRequest) SetWdkErpArrivalNotice(_wdkErpArrivalNotice *WdkErpArrivalNoticeDto) error

SetWdkErpArrivalNotice is WdkErpArrivalNotice Setter 1

type AlibabawdkumsinventorypublishAPIResponse added in v1.3.1

type AlibabawdkumsinventorypublishAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsinventorypublishAPIResponseModel
}

AlibabawdkumsinventorypublishAPIResponse 初始化覆盖实物库存 API返回值 alibaba.wdk.ums.inventory.publish

先去库存这边查询当前实物库存有多少的量,然后算出来需要增加的量。接下来调用ums原来的入库语义的接口进行库存的增量补充

type AlibabawdkumsinventorypublishAPIResponseModel added in v1.3.1

type AlibabawdkumsinventorypublishAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_inventory_publish_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用服务返回结果
	ApiResult *AlibabawdkumsinventorypublishApiResult `json:"api_result,omitempty" xml:"api_result,omitempty"`
}

AlibabawdkumsinventorypublishAPIResponseModel is 初始化覆盖实物库存 成功返回结果

type AlibabawdkumsinventorypublishApiResult added in v1.3.1

type AlibabawdkumsinventorypublishApiResult struct {
	// 调用服务返回结果对象
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 调用服务返回错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 调用服务返回错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 调用服务返回成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkumsinventorypublishApiResult 结构体

type AlibabawdkumsordergetAPIRequest added in v1.3.1

type AlibabawdkumsordergetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsordergetAPIRequest 查询店仓作业单据清单 (库存对账辅助)-回流单 API请求 alibaba.wdk.ums.order.get

查询店仓作业单据清单 (库存对账辅助)-回流单

func NewAlibabawdkumsordergetRequest added in v1.3.1

func NewAlibabawdkumsordergetRequest() *AlibabawdkumsordergetAPIRequest

NewAlibabawdkumsordergetRequest 初始化AlibabawdkumsordergetAPIRequest对象

func (AlibabawdkumsordergetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumsordergetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsordergetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsordergetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsordergetAPIRequest) GetQueryErpbillDto added in v1.3.1

func (r AlibabawdkumsordergetAPIRequest) GetQueryErpbillDto() *QueryErpBillDto

GetQueryErpbillDto QueryErpbillDto Getter

func (AlibabawdkumsordergetAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkumsordergetAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkumsordergetAPIRequest) SetQueryErpbillDto added in v1.3.1

func (r *AlibabawdkumsordergetAPIRequest) SetQueryErpbillDto(_queryErpbillDto *QueryErpBillDto) error

SetQueryErpbillDto is QueryErpbillDto Setter 查询单据的dto

type AlibabawdkumsordergetAPIResponse added in v1.3.1

type AlibabawdkumsordergetAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsordergetAPIResponseModel
}

AlibabawdkumsordergetAPIResponse 查询店仓作业单据清单 (库存对账辅助)-回流单 API返回值 alibaba.wdk.ums.order.get

查询店仓作业单据清单 (库存对账辅助)-回流单

type AlibabawdkumsordergetAPIResponseModel added in v1.3.1

type AlibabawdkumsordergetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_order_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsPageResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsordergetAPIResponseModel is 查询店仓作业单据清单 (库存对账辅助)-回流单 成功返回结果

type AlibabawdkumsoutboundAPIRequest added in v1.3.1

type AlibabawdkumsoutboundAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsoutboundAPIRequest 出库-ERP下发单(新接口,包含调拨出库单和退货出库单等) API请求 alibaba.wdk.ums.outbound

出库-ERP下发单(新接口,包含调拨出库单和退货出库单等)

func NewAlibabawdkumsoutboundRequest added in v1.3.1

func NewAlibabawdkumsoutboundRequest() *AlibabawdkumsoutboundAPIRequest

NewAlibabawdkumsoutboundRequest 初始化AlibabawdkumsoutboundAPIRequest对象

func (AlibabawdkumsoutboundAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumsoutboundAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsoutboundAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsoutboundAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsoutboundAPIRequest) GetErpOutputOrderDto added in v1.3.1

func (r AlibabawdkumsoutboundAPIRequest) GetErpOutputOrderDto() *ErpOutputOrderDto

GetErpOutputOrderDto ErpOutputOrderDto Getter

func (AlibabawdkumsoutboundAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkumsoutboundAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkumsoutboundAPIRequest) SetErpOutputOrderDto added in v1.3.1

func (r *AlibabawdkumsoutboundAPIRequest) SetErpOutputOrderDto(_erpOutputOrderDto *ErpOutputOrderDto) error

SetErpOutputOrderDto is ErpOutputOrderDto Setter 出库-ERP下发单请求dto

type AlibabawdkumsoutboundAPIResponse added in v1.3.1

type AlibabawdkumsoutboundAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsoutboundAPIResponseModel
}

AlibabawdkumsoutboundAPIResponse 出库-ERP下发单(新接口,包含调拨出库单和退货出库单等) API返回值 alibaba.wdk.ums.outbound

出库-ERP下发单(新接口,包含调拨出库单和退货出库单等)

type AlibabawdkumsoutboundAPIResponseModel added in v1.3.1

type AlibabawdkumsoutboundAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_outbound_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsoutboundAPIResponseModel is 出库-ERP下发单(新接口,包含调拨出库单和退货出库单等) 成功返回结果

type AlibabawdkumsoutboundprocessgetAPIRequest added in v1.3.1

type AlibabawdkumsoutboundprocessgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsoutboundprocessgetAPIRequest 出库业务UMS异步处理结果返回 API请求 alibaba.wdk.ums.outbound.process.get

出库业务UMS异步处理结果返回

func NewAlibabawdkumsoutboundprocessgetRequest added in v1.3.1

func NewAlibabawdkumsoutboundprocessgetRequest() *AlibabawdkumsoutboundprocessgetAPIRequest

NewAlibabawdkumsoutboundprocessgetRequest 初始化AlibabawdkumsoutboundprocessgetAPIRequest对象

func (AlibabawdkumsoutboundprocessgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsoutboundprocessgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsoutboundprocessgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsoutboundprocessgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumsoutboundprocessgetAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkumsoutboundprocessgetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkumsoutboundprocessgetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 店仓code,指的是作业对象,对应一个物理店或仓编码

type AlibabawdkumsoutboundprocessgetAPIResponse added in v1.3.1

type AlibabawdkumsoutboundprocessgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsoutboundprocessgetAPIResponseModel
}

AlibabawdkumsoutboundprocessgetAPIResponse 出库业务UMS异步处理结果返回 API返回值 alibaba.wdk.ums.outbound.process.get

出库业务UMS异步处理结果返回

type AlibabawdkumsoutboundprocessgetAPIResponseModel added in v1.3.1

type AlibabawdkumsoutboundprocessgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_outbound_process_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsoutboundprocessgetAPIResponseModel is 出库业务UMS异步处理结果返回 成功返回结果

type AlibabawdkumsretrievebatchconfirmAPIRequest added in v1.3.1

type AlibabawdkumsretrievebatchconfirmAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsretrievebatchconfirmAPIRequest 批量消息确认 API请求 alibaba.wdk.ums.retrieve.batch.confirm

批量消息确认

func NewAlibabawdkumsretrievebatchconfirmRequest added in v1.3.1

func NewAlibabawdkumsretrievebatchconfirmRequest() *AlibabawdkumsretrievebatchconfirmAPIRequest

NewAlibabawdkumsretrievebatchconfirmRequest 初始化AlibabawdkumsretrievebatchconfirmAPIRequest对象

func (AlibabawdkumsretrievebatchconfirmAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsretrievebatchconfirmAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsretrievebatchconfirmAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumsretrievebatchconfirmAPIRequest) GetUuids added in v1.3.1

GetUuids Uuids Getter

func (AlibabawdkumsretrievebatchconfirmAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkumsretrievebatchconfirmAPIRequest) SetUuids added in v1.3.1

SetUuids is Uuids Setter warehouse_code

func (*AlibabawdkumsretrievebatchconfirmAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkumsretrievebatchconfirmAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter warehouse_code

type AlibabawdkumsretrievebatchconfirmAPIResponse added in v1.3.1

type AlibabawdkumsretrievebatchconfirmAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsretrievebatchconfirmAPIResponseModel
}

AlibabawdkumsretrievebatchconfirmAPIResponse 批量消息确认 API返回值 alibaba.wdk.ums.retrieve.batch.confirm

批量消息确认

type AlibabawdkumsretrievebatchconfirmAPIResponseModel added in v1.3.1

type AlibabawdkumsretrievebatchconfirmAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_retrieve_batch_confirm_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsretrievebatchconfirmAPIResponseModel is 批量消息确认 成功返回结果

type AlibabawdkumsreturnitemsgetAPIRequest added in v1.3.1

type AlibabawdkumsreturnitemsgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsreturnitemsgetAPIRequest 退货库位商品查询(退货出库辅助)-回流单 API请求 alibaba.wdk.ums.returnitems.get

退货库位商品查询(退货出库辅助)-回流单

func NewAlibabawdkumsreturnitemsgetRequest added in v1.3.1

func NewAlibabawdkumsreturnitemsgetRequest() *AlibabawdkumsreturnitemsgetAPIRequest

NewAlibabawdkumsreturnitemsgetRequest 初始化AlibabawdkumsreturnitemsgetAPIRequest对象

func (AlibabawdkumsreturnitemsgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumsreturnitemsgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsreturnitemsgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsreturnitemsgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsreturnitemsgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumsreturnitemsgetAPIRequest) GetWarehouseCode added in v1.3.1

func (r AlibabawdkumsreturnitemsgetAPIRequest) GetWarehouseCode() string

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkumsreturnitemsgetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkumsreturnitemsgetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 店仓code,指的是作业对象,对应一个物理店或仓编码

type AlibabawdkumsreturnitemsgetAPIResponse added in v1.3.1

type AlibabawdkumsreturnitemsgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsreturnitemsgetAPIResponseModel
}

AlibabawdkumsreturnitemsgetAPIResponse 退货库位商品查询(退货出库辅助)-回流单 API返回值 alibaba.wdk.ums.returnitems.get

退货库位商品查询(退货出库辅助)-回流单

type AlibabawdkumsreturnitemsgetAPIResponseModel added in v1.3.1

type AlibabawdkumsreturnitemsgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_returnitems_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// reslut
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsreturnitemsgetAPIResponseModel is 退货库位商品查询(退货出库辅助)-回流单 成功返回结果

type AlibabawdkumsshiftgetAPIRequest added in v1.3.1

type AlibabawdkumsshiftgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkumsshiftgetAPIRequest 移库单获取 API请求 alibaba.wdk.ums.shift.get

移库单获取

func NewAlibabawdkumsshiftgetRequest added in v1.3.1

func NewAlibabawdkumsshiftgetRequest() *AlibabawdkumsshiftgetAPIRequest

NewAlibabawdkumsshiftgetRequest 初始化AlibabawdkumsshiftgetAPIRequest对象

func (AlibabawdkumsshiftgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkumsshiftgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkumsshiftgetAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkumsshiftgetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkumsshiftgetAPIRequest) GetRawParams added in v1.3.1

func (r AlibabawdkumsshiftgetAPIRequest) GetRawParams() model.Params

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabawdkumsshiftgetAPIRequest) GetWarehouseCode added in v1.3.1

func (r AlibabawdkumsshiftgetAPIRequest) GetWarehouseCode() string

GetWarehouseCode WarehouseCode Getter

func (*AlibabawdkumsshiftgetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *AlibabawdkumsshiftgetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 店仓code,指的是库调对象,对应一个物理店或仓编码

type AlibabawdkumsshiftgetAPIResponse added in v1.3.1

type AlibabawdkumsshiftgetAPIResponse struct {
	model.CommonResponse
	AlibabawdkumsshiftgetAPIResponseModel
}

AlibabawdkumsshiftgetAPIResponse 移库单获取 API返回值 alibaba.wdk.ums.shift.get

移库单获取

type AlibabawdkumsshiftgetAPIResponseModel added in v1.3.1

type AlibabawdkumsshiftgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_ums_shift_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *UtmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkumsshiftgetAPIResponseModel is 移库单获取 成功返回结果

type AlibabawdkwholesaleinboundordercommitAPIRequest added in v1.3.1

type AlibabawdkwholesaleinboundordercommitAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkwholesaleinboundordercommitAPIRequest 盒马帮退货信息回传接口 API请求 alibaba.wdk.wholesale.inboundorder.commit

盒马帮退货信息回传接口

func NewAlibabawdkwholesaleinboundordercommitRequest added in v1.3.1

func NewAlibabawdkwholesaleinboundordercommitRequest() *AlibabawdkwholesaleinboundordercommitAPIRequest

NewAlibabawdkwholesaleinboundordercommitRequest 初始化AlibabawdkwholesaleinboundordercommitAPIRequest对象

func (AlibabawdkwholesaleinboundordercommitAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkwholesaleinboundordercommitAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkwholesaleinboundordercommitAPIRequest) GetInboundInfoCommitReq added in v1.3.1

GetInboundInfoCommitReq InboundInfoCommitReq Getter

func (AlibabawdkwholesaleinboundordercommitAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkwholesaleinboundordercommitAPIRequest) SetInboundInfoCommitReq added in v1.3.1

func (r *AlibabawdkwholesaleinboundordercommitAPIRequest) SetInboundInfoCommitReq(_inboundInfoCommitReq *InboundInfoCommitReq) error

SetInboundInfoCommitReq is InboundInfoCommitReq Setter 退货信息参数

type AlibabawdkwholesaleinboundordercommitAPIResponse added in v1.3.1

type AlibabawdkwholesaleinboundordercommitAPIResponse struct {
	model.CommonResponse
	AlibabawdkwholesaleinboundordercommitAPIResponseModel
}

AlibabawdkwholesaleinboundordercommitAPIResponse 盒马帮退货信息回传接口 API返回值 alibaba.wdk.wholesale.inboundorder.commit

盒马帮退货信息回传接口

type AlibabawdkwholesaleinboundordercommitAPIResponseModel added in v1.3.1

type AlibabawdkwholesaleinboundordercommitAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_wholesale_inboundorder_commit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkwholesaleinboundordercommitApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkwholesaleinboundordercommitAPIResponseModel is 盒马帮退货信息回传接口 成功返回结果

type AlibabawdkwholesaleinboundordercommitApiResult added in v1.3.1

type AlibabawdkwholesaleinboundordercommitApiResult struct {
	// errMsg
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// errCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkwholesaleinboundordercommitApiResult 结构体

type AlibabawdkwholesaleordercommitAPIRequest added in v1.3.1

type AlibabawdkwholesaleordercommitAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkwholesaleordercommitAPIRequest 盒马帮采购确认订单接口 API请求 alibaba.wdk.wholesale.order.commit

盒马帮采购确认订单接口

func NewAlibabawdkwholesaleordercommitRequest added in v1.3.1

func NewAlibabawdkwholesaleordercommitRequest() *AlibabawdkwholesaleordercommitAPIRequest

NewAlibabawdkwholesaleordercommitRequest 初始化AlibabawdkwholesaleordercommitAPIRequest对象

func (AlibabawdkwholesaleordercommitAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabawdkwholesaleordercommitAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkwholesaleordercommitAPIRequest) GetApiParams added in v1.3.1

func (r AlibabawdkwholesaleordercommitAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkwholesaleordercommitAPIRequest) GetOrderCommitReq added in v1.3.1

GetOrderCommitReq OrderCommitReq Getter

func (AlibabawdkwholesaleordercommitAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkwholesaleordercommitAPIRequest) SetOrderCommitReq added in v1.3.1

func (r *AlibabawdkwholesaleordercommitAPIRequest) SetOrderCommitReq(_orderCommitReq *OrderCommitReq) error

SetOrderCommitReq is OrderCommitReq Setter 采购单信息

type AlibabawdkwholesaleordercommitAPIResponse added in v1.3.1

type AlibabawdkwholesaleordercommitAPIResponse struct {
	model.CommonResponse
	AlibabawdkwholesaleordercommitAPIResponseModel
}

AlibabawdkwholesaleordercommitAPIResponse 盒马帮采购确认订单接口 API返回值 alibaba.wdk.wholesale.order.commit

盒马帮采购确认订单接口

type AlibabawdkwholesaleordercommitAPIResponseModel added in v1.3.1

type AlibabawdkwholesaleordercommitAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_wholesale_order_commit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkwholesaleordercommitApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkwholesaleordercommitAPIResponseModel is 盒马帮采购确认订单接口 成功返回结果

type AlibabawdkwholesaleordercommitApiResult added in v1.3.1

type AlibabawdkwholesaleordercommitApiResult struct {
	// errCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// errMsg
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkwholesaleordercommitApiResult 结构体

type AlibabawdkwholesaleoutboundordercommitAPIRequest added in v1.3.1

type AlibabawdkwholesaleoutboundordercommitAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabawdkwholesaleoutboundordercommitAPIRequest 盒马帮发货信息回传接口 API请求 alibaba.wdk.wholesale.outboundorder.commit

盒马帮发货信息回传接口

func NewAlibabawdkwholesaleoutboundordercommitRequest added in v1.3.1

func NewAlibabawdkwholesaleoutboundordercommitRequest() *AlibabawdkwholesaleoutboundordercommitAPIRequest

NewAlibabawdkwholesaleoutboundordercommitRequest 初始化AlibabawdkwholesaleoutboundordercommitAPIRequest对象

func (AlibabawdkwholesaleoutboundordercommitAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabawdkwholesaleoutboundordercommitAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabawdkwholesaleoutboundordercommitAPIRequest) GetOutboundInfoCommitReq added in v1.3.1

GetOutboundInfoCommitReq OutboundInfoCommitReq Getter

func (AlibabawdkwholesaleoutboundordercommitAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabawdkwholesaleoutboundordercommitAPIRequest) SetOutboundInfoCommitReq added in v1.3.1

func (r *AlibabawdkwholesaleoutboundordercommitAPIRequest) SetOutboundInfoCommitReq(_outboundInfoCommitReq *OutboundInfoCommitReq) error

SetOutboundInfoCommitReq is OutboundInfoCommitReq Setter 发货信息参数

type AlibabawdkwholesaleoutboundordercommitAPIResponse added in v1.3.1

type AlibabawdkwholesaleoutboundordercommitAPIResponse struct {
	model.CommonResponse
	AlibabawdkwholesaleoutboundordercommitAPIResponseModel
}

AlibabawdkwholesaleoutboundordercommitAPIResponse 盒马帮发货信息回传接口 API返回值 alibaba.wdk.wholesale.outboundorder.commit

盒马帮发货信息回传接口

type AlibabawdkwholesaleoutboundordercommitAPIResponseModel added in v1.3.1

type AlibabawdkwholesaleoutboundordercommitAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_wdk_wholesale_outboundorder_commit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabawdkwholesaleoutboundordercommitApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabawdkwholesaleoutboundordercommitAPIResponseModel is 盒马帮发货信息回传接口 成功返回结果

type AlibabawdkwholesaleoutboundordercommitApiResult added in v1.3.1

type AlibabawdkwholesaleoutboundordercommitApiResult struct {
	// errCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// errMsg
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabawdkwholesaleoutboundordercommitApiResult 结构体

type ApiPageResult

type ApiPageResult struct {
	// 返回内容
	Models []CouponStatisticsResultDo `json:"models,omitempty" xml:"models>coupon_statistics_result_do,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 是否成功
	Success string `json:"success,omitempty" xml:"success,omitempty"`
	// 页码
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 每页记录数
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 是否还有下一页
	HasNext bool `json:"has_next,omitempty" xml:"has_next,omitempty"`
}

ApiPageResult 结构体

type ApiPageResults added in v1.2.5

type ApiPageResults struct {
	// 业务结果集
	Model []BillDailyDto `json:"model,omitempty" xml:"model>bill_daily_dto,omitempty"`
	// 错误描述
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 当前页码
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 总页数
	PageCount int64 `json:"page_count,omitempty" xml:"page_count,omitempty"`
	// 总记录数
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ApiPageResults 结构体

type ApiScrollPageResult

type ApiScrollPageResult struct {
	// 商品主档对象
	ModelList []WdkOpenMerchantSkuDo `json:"model_list,omitempty" xml:"model_list>wdk_open_merchant_sku_do,omitempty"`
	// 数据集合
	Models []WarehouseSkuDo `json:"models,omitempty" xml:"models>warehouse_sku_do,omitempty"`
	// 第一次调用会返回scroll_id 但并不包含数据,后续每次都必须指定上一次返回scroll_id,并且后续搜索结果中都会返回scroll_id及对应匹配的数据,后续查询该参数必填
	ScrollId string `json:"scroll_id,omitempty" xml:"scroll_id,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 条目总数
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
	// 结果页数
	PageCount int64 `json:"page_count,omitempty" xml:"page_count,omitempty"`
	// 分页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 当前页码
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ApiScrollPageResult 结构体

type ApplyReverseReq

type ApplyReverseReq struct {
	// wdk子单list
	BizOrderIds []int64 `json:"biz_order_ids,omitempty" xml:"biz_order_ids>int64,omitempty"`
	// 礼品卡号
	GiftCardNos []string `json:"gift_card_nos,omitempty" xml:"gift_card_nos>string,omitempty"`
	// 外部子单list(biz_order_ids与sub_out_order_ids 二选一)
	SubOutOrderIds []string `json:"sub_out_order_ids,omitempty" xml:"sub_out_order_ids>string,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 操作者
	Operator *OperatorVo `json:"operator,omitempty" xml:"operator,omitempty"`
}

ApplyReverseReq 结构体

type ApplyReverseResponse

type ApplyReverseResponse struct {
	// wdk交易单号
	BizOrderIds []int64 `json:"biz_order_ids,omitempty" xml:"biz_order_ids>int64,omitempty"`
	// 礼品卡号
	GiftCardNos []string `json:"gift_card_nos,omitempty" xml:"gift_card_nos>string,omitempty"`
	// 原因
	ReasonList []ReasonVo `json:"reason_list,omitempty" xml:"reason_list>reason_vo,omitempty"`
	// 退款渠道
	RefundChannelList []RefundChannelVo `json:"refund_channel_list,omitempty" xml:"refund_channel_list>refund_channel_vo,omitempty"`
	// 逆向单id
	ReverseIds []int64 `json:"reverse_ids,omitempty" xml:"reverse_ids>int64,omitempty"`
	// 请求id(提交申请入参)
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 1售中 2售后
	InSaleRefund int64 `json:"in_sale_refund,omitempty" xml:"in_sale_refund,omitempty"`
	// 最大可退金额
	MaxRefundFee int64 `json:"max_refund_fee,omitempty" xml:"max_refund_fee,omitempty"`
	// 运费
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 是否支持修改金额
	SupportModifyAmount bool `json:"support_modify_amount,omitempty" xml:"support_modify_amount,omitempty"`
}

ApplyReverseResponse 结构体

type AxStoreCreateRequest added in v1.2.5

type AxStoreCreateRequest struct {
	// 纬度
	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`
	// 经度
	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
	// 地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 区编码
	Area string `json:"area,omitempty" xml:"area,omitempty"`
	// 市编码
	City string `json:"city,omitempty" xml:"city,omitempty"`
	// 省编码
	Prov string `json:"prov,omitempty" xml:"prov,omitempty"`
	// 门店编码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 门店名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 门店经营状态 :1 正常 0 关闭
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

AxStoreCreateRequest 结构体

type AxStoreQueryRequest added in v1.2.5

type AxStoreQueryRequest struct {
	// 经营店code
	StoreCode string `json:"store_code,omitempty" xml:"store_code,omitempty"`
}

AxStoreQueryRequest 结构体

type AxStoreQueryResponse added in v1.2.5

type AxStoreQueryResponse struct {
	// 负责人姓名
	PrincipalName string `json:"principal_name,omitempty" xml:"principal_name,omitempty"`
	// 负责人
	Principal string `json:"principal,omitempty" xml:"principal,omitempty"`
	// 纬度
	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`
	// 经度
	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
	// 地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 区编码
	Area string `json:"area,omitempty" xml:"area,omitempty"`
	// 市编码
	City string `json:"city,omitempty" xml:"city,omitempty"`
	// 省编码
	Prov string `json:"prov,omitempty" xml:"prov,omitempty"`
	// 门店名字
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 门店编码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 商家code
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 门店经营状态 1营业 0闭店
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

AxStoreQueryResponse 结构体

type BarcodeBo

type BarcodeBo struct {
	// 条码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 是否主条码:1是主条码,0非主条码
	MainFlag string `json:"main_flag,omitempty" xml:"main_flag,omitempty"`
	// 条码商品规格,6:比如一个条码对应6瓶啤酒
	SpuSpec int64 `json:"spu_spec,omitempty" xml:"spu_spec,omitempty"`
}

BarcodeBo 结构体

type BasePageQuery

type BasePageQuery struct {
	// 页面大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 当前分页,从1开始
	Current int64 `json:"current,omitempty" xml:"current,omitempty"`
}

BasePageQuery 结构体

type BaseResult added in v1.2.5

type BaseResult struct {
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回信息
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 是否执行成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

BaseResult 结构体

type BatchQueryRefundRequest

type BatchQueryRefundRequest struct {
	// 店铺ID列表,order_from=4时必填,其他非必填
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 结束时间,必填
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 下单终端:APP/POS,非必填
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 开始时间,必填
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 废弃字段
	SyncStatus string `json:"sync_status,omitempty" xml:"sync_status,omitempty"`
	// 渠道店id,order_from=4时非必填,其他必填
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店id,非必填
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// aelophy 翱象商家必填
	BizType string `json:"biz_type,omitempty" xml:"biz_type,omitempty"`
	// 页码,从0开始,必填
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 页大小,必填
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 渠道来源 3:饿了么 4:盒马&淘鲜达 20:商家自有渠道,必填
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

BatchQueryRefundRequest 结构体

type BatchQueryRequest

type BatchQueryRequest struct {
	// 店铺号列表,order_from=4时必填,其他非必填
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 订单状态: PAID / PACKAGED / SUCCESS,非必填
	OrderStatus []string `json:"order_status,omitempty" xml:"order_status>string,omitempty"`
	// 下单终端: APP / POS,非必填
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 废弃字段
	SyncStatus string `json:"sync_status,omitempty" xml:"sync_status,omitempty"`
	// 起始时间,必填
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 结束时间,必填
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 渠道店id,order_from=4时非必填,其他必填
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店id,非必填
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 业务类型 aelophy/其它
	BizType string `json:"biz_type,omitempty" xml:"biz_type,omitempty"`
	// 页序号,从0开始,必填
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 单页大小,不超过200,必填
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 渠道来源,3:饿了么  4:盒马&淘鲜达 18:大润发飞牛  19:欧尚外卖  20:商家自有渠道 ,必填
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

BatchQueryRequest 结构体

type BatchStockPublishDto

type BatchStockPublishDto struct {
	// 子参数列表
	StockPublishDtos []StockPublishDto `json:"stock_publish_dtos,omitempty" xml:"stock_publish_dtos>stock_publish_dto,omitempty"`
	// 外部单据号(幂等),理解为一次请求提交
	BillNo string `json:"bill_no,omitempty" xml:"bill_no,omitempty"`
	// 发布来源,取商家编码
	PublishSource string `json:"publish_source,omitempty" xml:"publish_source,omitempty"`
	// 仓编码(废弃)
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 经营店编码(必须)
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 渠道店编号(废弃)
	ChannelSourceId string `json:"channel_source_id,omitempty" xml:"channel_source_id,omitempty"`
	// 操作者
	Operator string `json:"operator,omitempty" xml:"operator,omitempty"`
	// 更新类型,全量1,增量2
	UpdateType int64 `json:"update_type,omitempty" xml:"update_type,omitempty"`
	// 外部单据类型,9001大润发 9002欧尚 9003三江 9005 文峰 9007美特好
	BillType int64 `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 渠道店类型(废弃)
	ChannelSourceType int64 `json:"channel_source_type,omitempty" xml:"channel_source_type,omitempty"`
	// 是否已扣除未批次数,用于全量发布
	UnBatchedOrderStockSubtracted bool `json:"un_batched_order_stock_subtracted,omitempty" xml:"un_batched_order_stock_subtracted,omitempty"`
}

BatchStockPublishDto 结构体

type BillDailyDto added in v1.2.5

type BillDailyDto struct {
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 订单来源
	OrderFrom string `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 明细单据唯一结算标识
	SettleBizId string `json:"settle_biz_id,omitempty" xml:"settle_biz_id,omitempty"`
	// 账单日期
	BillDate string `json:"bill_date,omitempty" xml:"bill_date,omitempty"`
	// 其它费用
	ExtendInfo string `json:"extend_info,omitempty" xml:"extend_info,omitempty"`
	// 商家应收金额,正号代表收入,负号代表支出
	SettleAmount float64 `json:"settle_amount,omitempty" xml:"settle_amount,omitempty"`
	// 商品总金额
	SkuAmount float64 `json:"sku_amount,omitempty" xml:"sku_amount,omitempty"`
	// 计费基数
	ChargeBaseAmount float64 `json:"charge_base_amount,omitempty" xml:"charge_base_amount,omitempty"`
	// 商户应收包装费总额,正号代表收入,负号代表支出
	PackageAmount float64 `json:"package_amount,omitempty" xml:"package_amount,omitempty"`
	// 商户应收总运费,正号代表收入,负号代表支出
	SendAmount float64 `json:"send_amount,omitempty" xml:"send_amount,omitempty"`
	// 商户补贴总金额,正负号存在渠道差异
	MerchantSubsidyAmount float64 `json:"merchant_subsidy_amount,omitempty" xml:"merchant_subsidy_amount,omitempty"`
	// 平台营销补贴费用,正号代表收入,负号代表支出
	PlatSubsidyAmount float64 `json:"plat_subsidy_amount,omitempty" xml:"plat_subsidy_amount,omitempty"`
	// 品牌营销补贴费用,正号代表收入,负号代表支出
	BrandSubsidyAmount float64 `json:"brand_subsidy_amount,omitempty" xml:"brand_subsidy_amount,omitempty"`
	// 代理商营销补贴费用,正号代表收入,负号代表支出
	AgentSubsidyAmount float64 `json:"agent_subsidy_amount,omitempty" xml:"agent_subsidy_amount,omitempty"`
	// 技术服务费,正号代表收入,负号代表支出
	ChannelCommissionAmount float64 `json:"channel_commission_amount,omitempty" xml:"channel_commission_amount,omitempty"`
	// 基础物流费,正号代表收入,负号代表支出
	BaseLogisticsAmount float64 `json:"base_logistics_amount,omitempty" xml:"base_logistics_amount,omitempty"`
	// 增值服务费,正号代表收入,负号代表支出
	AddedValueAmount float64 `json:"added_value_amount,omitempty" xml:"added_value_amount,omitempty"`
	// 其它服务费,正号代表收入,负号代表支出
	OtherFeeAmount float64 `json:"other_fee_amount,omitempty" xml:"other_fee_amount,omitempty"`
	// 手续费,正号代表收入,负号代表支出
	HandleFeeAmount float64 `json:"handle_fee_amount,omitempty" xml:"handle_fee_amount,omitempty"`
	// 平台红包补贴
	PlatformVoucherSubsidyFee float64 `json:"platform_voucher_subsidy_fee,omitempty" xml:"platform_voucher_subsidy_fee,omitempty"`
	// 商家承担红包补贴费用
	MerchantVoucherSubsidyFee float64 `json:"merchant_voucher_subsidy_fee,omitempty" xml:"merchant_voucher_subsidy_fee,omitempty"`
	// 平台包装费
	PlatPackageFee float64 `json:"plat_package_fee,omitempty" xml:"plat_package_fee,omitempty"`
	// 用户实付金额
	UserPayAmount float64 `json:"user_pay_amount,omitempty" xml:"user_pay_amount,omitempty"`
}

BillDailyDto 结构体

type BillDailyQueryRequest added in v1.2.5

type BillDailyQueryRequest struct {
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 当前页码,从1开始
	Current int64 `json:"current,omitempty" xml:"current,omitempty"`
	// 页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 账单开始时间,默认系统时间前一天
	BillStartDate int64 `json:"bill_start_date,omitempty" xml:"bill_start_date,omitempty"`
	// 账单结束时间,默认系统时间前一天
	BillEndDate int64 `json:"bill_end_date,omitempty" xml:"bill_end_date,omitempty"`
}

BillDailyQueryRequest 结构体

type BillDetailDto added in v1.2.5

type BillDetailDto struct {
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道
	OrderFrom string `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 明细单据唯一结算标识
	SettleBizId string `json:"settle_biz_id,omitempty" xml:"settle_biz_id,omitempty"`
	// 账单日期
	BillDate string `json:"bill_date,omitempty" xml:"bill_date,omitempty"`
	// 其它费用
	ExtendInfo string `json:"extend_info,omitempty" xml:"extend_info,omitempty"`
	// 账单类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 渠道订单号
	ChannelOrderId string `json:"channel_order_id,omitempty" xml:"channel_order_id,omitempty"`
	// 商家应收金额,正号代表收入,负号代表支出
	SettleAmount float64 `json:"settle_amount,omitempty" xml:"settle_amount,omitempty"`
	// 商品总金额
	SkuAmount float64 `json:"sku_amount,omitempty" xml:"sku_amount,omitempty"`
	// 计费基数
	ChargeBaseAmount float64 `json:"charge_base_amount,omitempty" xml:"charge_base_amount,omitempty"`
	// 商户应收包装费总额,正号代表收入,负号代表支出
	PackageAmount float64 `json:"package_amount,omitempty" xml:"package_amount,omitempty"`
	// 商户应收总运费,正号代表收入,负号代表支出
	SendAmount float64 `json:"send_amount,omitempty" xml:"send_amount,omitempty"`
	// 商户补贴总金额,正负号存在渠道差异
	MerchantSubsidyAmount float64 `json:"merchant_subsidy_amount,omitempty" xml:"merchant_subsidy_amount,omitempty"`
	// 平台营销补贴费用,正号代表收入,负号代表支出
	PlatSubsidyAmount float64 `json:"plat_subsidy_amount,omitempty" xml:"plat_subsidy_amount,omitempty"`
	// 品牌营销补贴费用,正号代表收入,负号代表支出
	BrandSubsidyAmount float64 `json:"brand_subsidy_amount,omitempty" xml:"brand_subsidy_amount,omitempty"`
	// 代理商营销补贴费用,正号代表收入,负号代表支出
	AgentSubsidyAmount float64 `json:"agent_subsidy_amount,omitempty" xml:"agent_subsidy_amount,omitempty"`
	// 技术服务费,正号代表收入,负号代表支出
	ChannelCommissionAmount float64 `json:"channel_commission_amount,omitempty" xml:"channel_commission_amount,omitempty"`
	// 基础物流费,正号代表收入,负号代表支出
	BaseLogisticsAmount float64 `json:"base_logistics_amount,omitempty" xml:"base_logistics_amount,omitempty"`
	// 增值服务费,正号代表收入,负号代表支出
	AddedValueAmount float64 `json:"added_value_amount,omitempty" xml:"added_value_amount,omitempty"`
	// 其它服务费,正号代表收入,负号代表支出
	OtherFeeAmount float64 `json:"other_fee_amount,omitempty" xml:"other_fee_amount,omitempty"`
	// 手续费,正号代表收入,负号代表支出
	HandleFeeAmount float64 `json:"handle_fee_amount,omitempty" xml:"handle_fee_amount,omitempty"`
	// 平台红包补贴
	PlatformVoucherSubsidyFee float64 `json:"platform_voucher_subsidy_fee,omitempty" xml:"platform_voucher_subsidy_fee,omitempty"`
	// 商家承担红包补贴费用
	MerchantVoucherSubsidyFee float64 `json:"merchant_voucher_subsidy_fee,omitempty" xml:"merchant_voucher_subsidy_fee,omitempty"`
	// 平台包装费
	PlatPackageFee float64 `json:"plat_package_fee,omitempty" xml:"plat_package_fee,omitempty"`
	// 用户实付金额
	UserPayAmount float64 `json:"user_pay_amount,omitempty" xml:"user_pay_amount,omitempty"`
}

BillDetailDto 结构体

type BillDetailQueryRequest added in v1.2.5

type BillDetailQueryRequest struct {
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 查询的页码,从1开始
	Current int64 `json:"current,omitempty" xml:"current,omitempty"`
	// 页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 账单起始时间: yyyyMMdd
	BillStartDate int64 `json:"bill_start_date,omitempty" xml:"bill_start_date,omitempty"`
	// 账单结束时间: yyyyMMdd
	BillEndDate int64 `json:"bill_end_date,omitempty" xml:"bill_end_date,omitempty"`
}

BillDetailQueryRequest 结构体

type BmPageResult

type BmPageResult struct {
	// 对应data
	Data []PaiyangStatDataResult `json:"data,omitempty" xml:"data>paiyang_stat_data_result,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 当前页码
	Current int64 `json:"current,omitempty" xml:"current,omitempty"`
	// 总条数
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

BmPageResult 结构体

type BmResult

type BmResult struct {
	// 结果数据
	DataList []AlibabawdkbmcouponqueryData `json:"data_list,omitempty" xml:"data_list>alibabawdkbmcouponquery_data,omitempty"`
	// 详细结果
	PublishResults []SkuStockPublishResult `json:"publish_results,omitempty" xml:"publish_results>sku_stock_publish_result,omitempty"`
	// 错误码,当失败返回错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 描述信息,当成功返回OK,当失败返回错误描述
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 额外属性
	ExtData string `json:"ext_data,omitempty" xml:"ext_data,omitempty"`
	// 库存数量
	Data int64 `json:"data,omitempty" xml:"data,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

BmResult 结构体

type BomItemInfos

type BomItemInfos struct {
	// quantity
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// itemCode
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// cabinetCode
	CabinetCode string `json:"cabinet_code,omitempty" xml:"cabinet_code,omitempty"`
}

BomItemInfos 结构体

type BomProcessDto

type BomProcessDto struct {
	// productItemInfos
	ProductItemInfos []BomItemInfos `json:"product_item_infos,omitempty" xml:"product_item_infos>bom_item_infos,omitempty"`
	// materialItemInfos
	MaterialItemInfos []BomItemInfos `json:"material_item_infos,omitempty" xml:"material_item_infos>bom_item_infos,omitempty"`
	// 部门编码
	DeptCode string `json:"dept_code,omitempty" xml:"dept_code,omitempty"`
	// 加工日期
	OccurrenceDate string `json:"occurrence_date,omitempty" xml:"occurrence_date,omitempty"`
	// 加工类型
	OccurrenceType string `json:"occurrence_type,omitempty" xml:"occurrence_type,omitempty"`
	// 店仓code,指的是库调对象,对应一个物理店或仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 唯一识别码
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	// 单据编码
	BomProcessCode string `json:"bom_process_code,omitempty" xml:"bom_process_code,omitempty"`
}

BomProcessDto 结构体

type BuyGiftActivityOperateRequest

type BuyGiftActivityOperateRequest struct {
	// 活动终端:1-APP
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 活动生效的经营店ID
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 活动人群编码,NEW_USER:新用户,OLD_USER:老用户,LIGHT_NEW_USER:闪购新客,MERCHANT_NEW_USER:商家新用户,MERCHANT_OLD_USER:商家老用户
	MemberCrowdCode []string `json:"member_crowd_code,omitempty" xml:"member_crowd_code>string,omitempty"`
	// 枚举: 2 美团 3 饿了么 26 京东到家 31 翱象淘鲜达 32 翱象共享库存
	Channels []string `json:"channels,omitempty" xml:"channels>string,omitempty"`
	// 活动名称,最长20个字符
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动创建者ID(数字类型)
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 活动创建者name
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 活动描述,最长15个字符
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 外部活动ID(商家自定义)
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 扩展信息,json串
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 活动开始时间(毫秒时间戳)
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间(毫秒时间戳)
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

BuyGiftActivityOperateRequest 结构体

type BuyGiftActivityQueryRequest added in v1.2.5

type BuyGiftActivityQueryRequest struct {
	// erp外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

BuyGiftActivityQueryRequest 结构体

type BuyGiftActivitySkuDto added in v1.2.5

type BuyGiftActivitySkuDto struct {
	// 操作人ID
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人姓名
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品条码
	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`
	// 赠品编码
	GiftSkuCode string `json:"gift_sku_code,omitempty" xml:"gift_sku_code,omitempty"`
	// 赠品条码
	GiftBarCode string `json:"gift_bar_code,omitempty" xml:"gift_bar_code,omitempty"`
	// 营销活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 限购信息
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
	// 买N赠M的N参数
	BuyNum int64 `json:"buy_num,omitempty" xml:"buy_num,omitempty"`
	// 买N赠M的M参数
	GiftNum int64 `json:"gift_num,omitempty" xml:"gift_num,omitempty"`
}

BuyGiftActivitySkuDto 结构体

type BuyGiftActivitySkuOperateRequest

type BuyGiftActivitySkuOperateRequest struct {
	// 商品元素信息
	SkuElements []SkuActivityElementDto `json:"sku_elements,omitempty" xml:"sku_elements>sku_activity_element_dto,omitempty"`
	// 操作人ID(数字类型)
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人Name
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 外部erp活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 操作活动的ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

BuyGiftActivitySkuOperateRequest 结构体

type BuyGiftActivitySkuQueryRequest added in v1.2.5

type BuyGiftActivitySkuQueryRequest struct {
	// 商品编码列表
	SkuCodes []string `json:"sku_codes,omitempty" xml:"sku_codes>string,omitempty"`
	// 商品条码列表
	BarCodes []string `json:"bar_codes,omitempty" xml:"bar_codes>string,omitempty"`
	// erp外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 分页参数
	PageInfo *ActivitySkuQueryDto `json:"page_info,omitempty" xml:"page_info,omitempty"`
	// 换购品标识
	ExchangeSku bool `json:"exchange_sku,omitempty" xml:"exchange_sku,omitempty"`
}

BuyGiftActivitySkuQueryRequest 结构体

type BuyGiftPromotionActivityDto added in v1.2.5

type BuyGiftPromotionActivityDto struct {
	// 活动周几生效
	Weekdays []string `json:"weekdays,omitempty" xml:"weekdays>string,omitempty"`
	// 活动每天生效时间段
	EveryDayPeriods []string `json:"every_day_periods,omitempty" xml:"every_day_periods>string,omitempty"`
	// 优惠适用场景:1:APP  2:POS
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 门店列表
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 外部门店列表
	OuterStoreIds []string `json:"outer_store_ids,omitempty" xml:"outer_store_ids>string,omitempty"`
	// 人群编码,saas平台人群编码:NEW_USER: 新用户, OLD_USER:老用户,LIGHT_NEW_USER:闪购新客
	MemberCrowdCodes []string `json:"member_crowd_codes,omitempty" xml:"member_crowd_codes>string,omitempty"`
	// 外部订单号
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 营销活动ID
	ActId string `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 操作人ID
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人姓名
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 买赠活动类型
	DiscountType int64 `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// 活动开始时间
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 限购信息
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
}

BuyGiftPromotionActivityDto 结构体

type Buyer

type Buyer struct {
	// 买家标识
	UserId string `json:"user_id,omitempty" xml:"user_id,omitempty"`
	// 买家用户名
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
	// 买家昵称
	UserNick string `json:"user_nick,omitempty" xml:"user_nick,omitempty"`
	// 买家电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 买家备注
	UserMemo string `json:"user_memo,omitempty" xml:"user_memo,omitempty"`
}

Buyer 结构体

type BuyerInfoDto added in v1.2.5

type BuyerInfoDto struct {
	// 买家姓名
	BuyerName string `json:"buyer_name,omitempty" xml:"buyer_name,omitempty"`
	// 买家电话号码
	BuyerPhone string `json:"buyer_phone,omitempty" xml:"buyer_phone,omitempty"`
	// 收货地址
	BuyerAddress string `json:"buyer_address,omitempty" xml:"buyer_address,omitempty"`
}

BuyerInfoDto 结构体

type CancelRequest added in v1.2.5

type CancelRequest struct {
	// 子订单号列表
	SubBizOrderCodes []string `json:"sub_biz_order_codes,omitempty" xml:"sub_biz_order_codes>string,omitempty"`
	// 订单号
	SourceOrderCode string `json:"source_order_code,omitempty" xml:"source_order_code,omitempty"`
	// 仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 渠道来源
	SourceFrom string `json:"source_from,omitempty" xml:"source_from,omitempty"`
	// 出库单单据类型
	OutboundOrderType int64 `json:"outbound_order_type,omitempty" xml:"outbound_order_type,omitempty"`
}

CancelRequest 结构体

type CapCountDiscountRule

type CapCountDiscountRule struct {
	// 指定件数每件一口价【分】
	CapCountEachFixPrice int64 `json:"cap_count_each_fix_price,omitempty" xml:"cap_count_each_fix_price,omitempty"`
	// 指定件数整体打几折【600=6折】
	CapCountDiscountRate int64 `json:"cap_count_discount_rate,omitempty" xml:"cap_count_discount_rate,omitempty"`
	// 指定件数整体减钱【分】
	CapCountDecreaseMoney int64 `json:"cap_count_decrease_money,omitempty" xml:"cap_count_decrease_money,omitempty"`
	// 指定件数整体一口价【分】
	CapCountFixPrice int64 `json:"cap_count_fix_price,omitempty" xml:"cap_count_fix_price,omitempty"`
	// 是否指定件数整体一口价
	IsCapCountFixPrice bool `json:"is_cap_count_fix_price,omitempty" xml:"is_cap_count_fix_price,omitempty"`
	// 是否指定件数整体减钱
	IsCapCountDecreaseMoney bool `json:"is_cap_count_decrease_money,omitempty" xml:"is_cap_count_decrease_money,omitempty"`
	// 是否指定件数整体打折
	IsCapCountDiscountRate bool `json:"is_cap_count_discount_rate,omitempty" xml:"is_cap_count_discount_rate,omitempty"`
	// 是否指定件数每件一口价
	IsCapCountEachFixPrice bool `json:"is_cap_count_each_fix_price,omitempty" xml:"is_cap_count_each_fix_price,omitempty"`
}

CapCountDiscountRule 结构体

type CashierShiftFundRequest

type CashierShiftFundRequest struct {
	// 门店编号 示例 DRF4012(优先使用)
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 业务日期 yyyy-MM-dd 格式(优先使用)
	BizDate string `json:"biz_date,omitempty" xml:"biz_date,omitempty"`
	// 开始时间 yyyy-MM-dd HH:mm:ss(可选,bizDate为空时使用startTime)
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 结束时间 yyyy-MM-dd HH:mm:ss(可选,bizDate为空时使用endTime)
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 门店Id(可选,shopCode为空时使用shopId)
	ShopId int64 `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
}

CashierShiftFundRequest 结构体

type CashierShiftFundSummaryDto

type CashierShiftFundSummaryDto struct {
	// 商户编号
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 门店编号
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 业务日期
	BizDate string `json:"biz_date,omitempty" xml:"biz_date,omitempty"`
	// POS机编号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 值班编号
	ShiftNo string `json:"shift_no,omitempty" xml:"shift_no,omitempty"`
	// 收银员姓名
	CashierName string `json:"cashier_name,omitempty" xml:"cashier_name,omitempty"`
	// 支付方式
	PayMethod string `json:"pay_method,omitempty" xml:"pay_method,omitempty"`
	// 系统统计金额
	SystemAmount string `json:"system_amount,omitempty" xml:"system_amount,omitempty"`
	// 输入金额
	InputAmount string `json:"input_amount,omitempty" xml:"input_amount,omitempty"`
	// 单据状态
	SettleStatus string `json:"settle_status,omitempty" xml:"settle_status,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 扩展字段
	Extra string `json:"extra,omitempty" xml:"extra,omitempty"`
}

CashierShiftFundSummaryDto 结构体

type CatProps

type CatProps struct {
	// 类目属性名称
	PropertyText string `json:"property_text,omitempty" xml:"property_text,omitempty"`
	// 类目值名称
	ValueText string `json:"value_text,omitempty" xml:"value_text,omitempty"`
	// 类目属性ID
	PropertyId int64 `json:"property_id,omitempty" xml:"property_id,omitempty"`
	// 类目值ID
	ValueId int64 `json:"value_id,omitempty" xml:"value_id,omitempty"`
}

CatProps 结构体

type CategoryDo

type CategoryDo struct {
	// 类目编码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 类目名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 父类目编码(为空则认为是新增顶级类目)
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
	// 描述
	Desc string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 类目排序值
	SortOrder int64 `json:"sort_order,omitempty" xml:"sort_order,omitempty"`
	// 状态(0:正常;1:禁用,禁用后已有的商品不影响,不能新建新商品)
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 是否是叶子节点(叶子类目则不允许再添加子类目,非叶子类目不允许添加商品,默认false)
	Leaf bool `json:"leaf,omitempty" xml:"leaf,omitempty"`
}

CategoryDo 结构体

type ChannelConfig added in v1.2.5

type ChannelConfig struct {
	// 淘鲜达:"31",饿了么:"3",京东到家:"26",美团外卖:"2"
	Channel string `json:"channel,omitempty" xml:"channel,omitempty"`
}

ChannelConfig 结构体

type ChannelProp

type ChannelProp struct {
	// 渠道属性,取值为key-value键值对形式
	Props []PropField `json:"props,omitempty" xml:"props>prop_field,omitempty"`
	// 渠道类型:txd淘鲜达,elm饿了么,shareStore共享库存
	ChannelType string `json:"channel_type,omitempty" xml:"channel_type,omitempty"`
}

ChannelProp 结构体

type ChannelRefundDto

type ChannelRefundDto struct {
	// 退款渠道编码
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 渠道对应的退款金额(单位分)
	RefundAmount int64 `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
}

ChannelRefundDto 结构体

type ChannelSkuDo

type ChannelSkuDo struct {
	// 门店或DC编码
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 销售价格,单位元
	SalePrice string `json:"sale_price,omitempty" xml:"sale_price,omitempty"`
	// 是否可退:0不可退,1可退,默认不可退
	ReturnFlag string `json:"return_flag,omitempty" xml:"return_flag,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 销售规格(如果不填,默认为sale_minimum字段值)
	SaleSpec string `json:"sale_spec,omitempty" xml:"sale_spec,omitempty"`
	// 状态(用来判断是否可售;1-正常)
	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`
	// 出货仓(默认为店仓一体,仓编码为店编码)
	DeliverWarehouse string `json:"deliver_warehouse,omitempty" xml:"deliver_warehouse,omitempty"`
	// 原始供应商编码
	OriginalSupplierNo string `json:"original_supplier_no,omitempty" xml:"original_supplier_no,omitempty"`
	// 客户商家编码
	CustomerMerchantCode string `json:"customer_merchant_code,omitempty" xml:"customer_merchant_code,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 最小销售量
	SaleMinimum int64 `json:"sale_minimum,omitempty" xml:"sale_minimum,omitempty"`
	// 渠道(默认-1)
	ChannelCode int64 `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 时间戳,时间的毫秒数
	TimeStamp int64 `json:"time_stamp,omitempty" xml:"time_stamp,omitempty"`
	// 是否在线上露出,0不露出,1露出
	OnlineSaleFlag int64 `json:"online_sale_flag,omitempty" xml:"online_sale_flag,omitempty"`
	// 是否支持先销后采,默认false
	SaleBeforePurchase bool `json:"sale_before_purchase,omitempty" xml:"sale_before_purchase,omitempty"`
	// 是否toB渠道(默认true)
	ToBChannel bool `json:"to_b_channel,omitempty" xml:"to_b_channel,omitempty"`
}

ChannelSkuDo 结构体

type ChannelSkuQueryDo

type ChannelSkuQueryDo struct {
	// skucode集合
	SkuCodes []string `json:"sku_codes,omitempty" xml:"sku_codes>string,omitempty"`
	// 门店或DC编码
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 出货仓(默认为店仓一体,仓编码为店编码)
	DeliverWarehouse string `json:"deliver_warehouse,omitempty" xml:"deliver_warehouse,omitempty"`
	// 客户商家编码
	CustomerMerchantCode string `json:"customer_merchant_code,omitempty" xml:"customer_merchant_code,omitempty"`
	// 渠道编码(默认-1)
	ChannelCode int64 `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
}

ChannelSkuQueryDo 结构体

type ChannelSkuUpdateStatusReq added in v1.2.5

type ChannelSkuUpdateStatusReq struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 经营店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道编码:2 美团,3 饿了么,26 京东到家,31 翱象淘鲜达,32 翱象共享库存
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 是否渠道可售 1可售(上架)0:不可售(下架)
	OnlineSaleFlag int64 `json:"online_sale_flag,omitempty" xml:"online_sale_flag,omitempty"`
}

ChannelSkuUpdateStatusReq 结构体

type CombineItem added in v1.2.9

type CombineItem struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	AuctionTitle string `json:"auction_title,omitempty" xml:"auction_title,omitempty"`
	// 商品条码
	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`
	// 库存单位购买数量
	BuyAmountStock string `json:"buy_amount_stock,omitempty" xml:"buy_amount_stock,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 销售单位购买数量
	BuyAmountSale int64 `json:"buy_amount_sale,omitempty" xml:"buy_amount_sale,omitempty"`
	// 商品价格
	AuctionPrice int64 `json:"auction_price,omitempty" xml:"auction_price,omitempty"`
}

CombineItem 结构体

type CommentCreateInfo

type CommentCreateInfo struct {
	// 商家评价Id
	OutCommentId string `json:"out_comment_id,omitempty" xml:"out_comment_id,omitempty"`
	// 履约门店名称
	StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"`
	// 履约门店Id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 盒马主单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 盒马子单号
	SubBizOrderId string `json:"sub_biz_order_id,omitempty" xml:"sub_biz_order_id,omitempty"`
	// 类目名称
	Category string `json:"category,omitempty" xml:"category,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 评价日期
	CommentDate string `json:"comment_date,omitempty" xml:"comment_date,omitempty"`
	// 评价星级
	CommentStar string `json:"comment_star,omitempty" xml:"comment_star,omitempty"`
	// 评价内容
	CommentContent string `json:"comment_content,omitempty" xml:"comment_content,omitempty"`
	// 评价图片
	CommentPics string `json:"comment_pics,omitempty" xml:"comment_pics,omitempty"`
	// 评价标签
	CommentTag string `json:"comment_tag,omitempty" xml:"comment_tag,omitempty"`
	// 差评原因
	CommentReason string `json:"comment_reason,omitempty" xml:"comment_reason,omitempty"`
	// 差评回评
	ReviewReason string `json:"review_reason,omitempty" xml:"review_reason,omitempty"`
	// 商品金额
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
}

CommentCreateInfo 结构体

type CommonActivityParam

type CommonActivityParam struct {
	// 自定义同步的渠道配置
	ChannelConfigList []ChannelConfig `json:"channel_config_list,omitempty" xml:"channel_config_list>channel_config,omitempty"`
	// 外部活动编码
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动Id
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// 是否自定义渠道同步
	ByChannel bool `json:"by_channel,omitempty" xml:"by_channel,omitempty"`
}

CommonActivityParam 结构体

type CommonActivityRequest

type CommonActivityRequest struct {
	// 自定义同步的渠道配置
	ChannelConfigList []ChannelConfig `json:"channel_config_list,omitempty" xml:"channel_config_list>channel_config,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 五道口活动id
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// 是否自定义渠道同步
	ByChannel bool `json:"by_channel,omitempty" xml:"by_channel,omitempty"`
}

CommonActivityRequest 结构体

type Condition

type Condition struct {
	// 满元金额,单位分
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 满件门槛
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 是否满件
	CountAt bool `json:"count_at,omitempty" xml:"count_at,omitempty"`
	// 是否指定件数
	CountBegin bool `json:"count_begin,omitempty" xml:"count_begin,omitempty"`
	// 是否第N件
	Appoint bool `json:"appoint,omitempty" xml:"appoint,omitempty"`
	// 是否满元
	AmountAt bool `json:"amount_at,omitempty" xml:"amount_at,omitempty"`
}

Condition 结构体

type ConditionDto added in v1.2.5

type ConditionDto struct {
	// 满元门槛值 -- 单位分
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 件数
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 是否满元门槛
	AmountAt bool `json:"amount_at,omitempty" xml:"amount_at,omitempty"`
	// 是否满件门槛
	CountAt bool `json:"count_at,omitempty" xml:"count_at,omitempty"`
}

ConditionDto 结构体

type Consignee

type Consignee struct {
	// 收件人名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 收件人电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 配送地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 配送坐标
	Geo string `json:"geo,omitempty" xml:"geo,omitempty"`
	// 配送开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 配送结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 城市名称,仅在type不为0的情况下传入
	City string `json:"city,omitempty" xml:"city,omitempty"`
	// 0:高德坐标系,1:其他坐标系(需要坐标修正)
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
}

Consignee 结构体

type ContactInfo

type ContactInfo struct {
	// 联系人姓名
	ContactName string `json:"contact_name,omitempty" xml:"contact_name,omitempty"`
	// 联系人类型
	ContactType string `json:"contact_type,omitempty" xml:"contact_type,omitempty"`
	// 联系人手机号
	Mobile string `json:"mobile,omitempty" xml:"mobile,omitempty"`
}

ContactInfo 结构体

type Container

type Container struct {
	// 容器类型
	ContainerType string `json:"container_type,omitempty" xml:"container_type,omitempty"`
	// 容器code
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
}

Container 结构体

type ContainerDo

type ContainerDo struct {
	// 数量
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 容器编码
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
	// 生产日期
	ProductionDate string `json:"production_date,omitempty" xml:"production_date,omitempty"`
}

ContainerDo 结构体

type ContainerDto

type ContainerDto struct {
	// 容器类型
	ContainerType string `json:"container_type,omitempty" xml:"container_type,omitempty"`
	// 容器code
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
}

ContainerDto 结构体

type ConveyorBasicConfigDto

type ConveyorBasicConfigDto struct {
	// 容器识别器1编号
	ContainerReaderBox1 string `json:"container_reader_box1,omitempty" xml:"container_reader_box1,omitempty"`
	// 容器识别器2编号
	ContainerReaderBox2 string `json:"container_reader_box2,omitempty" xml:"container_reader_box2,omitempty"`
	// 悬挂链控制盒子编号
	ConveyorBox string `json:"conveyor_box,omitempty" xml:"conveyor_box,omitempty"`
	// 滑道数目
	SlidewayCount int64 `json:"slideway_count,omitempty" xml:"slideway_count,omitempty"`
	// 异常滑道ID
	ExceptionSlidewayId int64 `json:"exception_slideway_id,omitempty" xml:"exception_slideway_id,omitempty"`
	// 批次任务超时时间(分钟)
	BatchTaskTimeoutInterval int64 `json:"batch_task_timeout_interval,omitempty" xml:"batch_task_timeout_interval,omitempty"`
	// 最大转圈数目
	MaxOrbitingNum int64 `json:"max_orbiting_num,omitempty" xml:"max_orbiting_num,omitempty"`
	// 分配策略
	DispatchSlidewayPolicy int64 `json:"dispatch_slideway_policy,omitempty" xml:"dispatch_slideway_policy,omitempty"`
	// 滑道分组个数
	SlidewayGroupCount int64 `json:"slideway_group_count,omitempty" xml:"slideway_group_count,omitempty"`
	// 是否启用阻挡器
	EnableSeparator bool `json:"enable_separator,omitempty" xml:"enable_separator,omitempty"`
	// 是否启用监控
	EnableMonitor bool `json:"enable_monitor,omitempty" xml:"enable_monitor,omitempty"`
	// 单件通道亮三色灯
	EnableSingleSlidewayLight bool `json:"enable_single_slideway_light,omitempty" xml:"enable_single_slideway_light,omitempty"`
}

ConveyorBasicConfigDto 结构体

type CountAtDiscountRule

type CountAtDiscountRule struct {
	// 第N件折扣率【600=6折】
	CountAtDiscountRate int64 `json:"count_at_discount_rate,omitempty" xml:"count_at_discount_rate,omitempty"`
	// 第N件减钱【分】
	CountAtDecreaseMoney int64 `json:"count_at_decrease_money,omitempty" xml:"count_at_decrease_money,omitempty"`
	// 第N件一口价【分】
	CountAtFixPrice int64 `json:"count_at_fix_price,omitempty" xml:"count_at_fix_price,omitempty"`
	// 是否第N建一口价
	IsCountAtFixPrice bool `json:"is_count_at_fix_price,omitempty" xml:"is_count_at_fix_price,omitempty"`
	// 是否第N件减钱
	IsCountAtDecreaseMoney bool `json:"is_count_at_decrease_money,omitempty" xml:"is_count_at_decrease_money,omitempty"`
	// 是否第N件打折
	IsCountAtDiscountRate bool `json:"is_count_at_discount_rate,omitempty" xml:"is_count_at_discount_rate,omitempty"`
}

CountAtDiscountRule 结构体

type CouponActivity

type CouponActivity struct {
	// 优惠适用场景[APP|POS|POS+APP分别对应的值为1|2|1,2]
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 参加活动的渠道店ids
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 适用类目
	ApplicableCategories []int64 `json:"applicable_categories,omitempty" xml:"applicable_categories>int64,omitempty"`
	// 优惠券领取渠道 [fullSendCoupon:满额返券;fallingSendCoupon:天降红包;customerService:客服补偿发券;其他渠道请找接口人申请]
	ApplyChannels []string `json:"apply_channels,omitempty" xml:"apply_channels>string,omitempty"`
	// 自定义的优惠券使用详情(支持多条)
	Details []string `json:"details,omitempty" xml:"details>string,omitempty"`
	// 优惠券适用范围 [rangeShop:店铺券;rangeItem:商品;rangeCategory:品类券]
	RangeType string `json:"range_type,omitempty" xml:"range_type,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 优惠券发放方式 [anonymous:匿名券;registered:记名券]
	SendType string `json:"send_type,omitempty" xml:"send_type,omitempty"`
	// 优惠券logo url,设置匿名券时为必传参数
	LogoUrl string `json:"logo_url,omitempty" xml:"logo_url,omitempty"`
	// 优惠券活动描述,不超过100个中文字符
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 优惠券活动名称,不超过10个中文字符
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 优惠券优惠类型 [fullReduce:满减券;reduceTo:减至券,即一口价券]
	DiscountType string `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// 匿名码code
	MaCode string `json:"ma_code,omitempty" xml:"ma_code,omitempty"`
	// 通用限购信息,-1为不限制,默认为不限制[如果同时设置了(每人活动期间总限领)和(每人每日限领),则只能生效(每人活动期间总限领)]
	LimitInfo *LimitInfo `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// 活动结束时间,时间戳[ms单位]
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 券面额 [单位为分]
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 活动开始时间,时间戳[ms单位]
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 领取后N日有效;如果设置了该值,则不需要设置优惠券的开始时间和结束时间 [有效期截止至领取日期+N天的23:59:59。例券设置有效期领取后5天有效,2018.1.1领取的券,有效期截止至2018.1.6 23:59:59; 例券设置有效期领取后0天有效,2018.1.1领取的券,有效期截止至2018.1.1 23:59:59]
	ValidDays int64 `json:"valid_days,omitempty" xml:"valid_days,omitempty"`
	// [满减券特有,券类型为满减券时为必传参数]金额门槛,值为-1代表无门槛 [单位为分]
	StartFee int64 `json:"start_fee,omitempty" xml:"start_fee,omitempty"`
	// [减至券特有]件数门槛,值为-1代表无门槛 [单位为整数]【已下线】
	StartCount int64 `json:"start_count,omitempty" xml:"start_count,omitempty"`
	// [减至券特有]优惠件数,限制最多优惠N件,值为-1代表不限制优惠件数 [单位为整数]【已下线】
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
}

CouponActivity 结构体

type CouponQrcodeParamDo

type CouponQrcodeParamDo struct {
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 导购员ID,需要保证唯一性
	GuideId string `json:"guide_id,omitempty" xml:"guide_id,omitempty"`
	// 推广开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 推广结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
}

CouponQrcodeParamDo 结构体

type CouponQrcodeResultDo

type CouponQrcodeResultDo struct {
	// 二维码url
	QrcodeUrl string `json:"qrcode_url,omitempty" xml:"qrcode_url,omitempty"`
}

CouponQrcodeResultDo 结构体

type CouponRelatedResponse

type CouponRelatedResponse struct {
	// 活动id
	UmpActivityId int64 `json:"ump_activity_id,omitempty" xml:"ump_activity_id,omitempty"`
	// 券模版id
	SourceId int64 `json:"source_id,omitempty" xml:"source_id,omitempty"`
}

CouponRelatedResponse 结构体

type CouponStatisticsParamDo

type CouponStatisticsParamDo struct {
	// 品牌名称数组
	BrandNames []string `json:"brand_names,omitempty" xml:"brand_names>string,omitempty"`
	// 日期,格式为yyyymmdd
	StatisticsDate string `json:"statistics_date,omitempty" xml:"statistics_date,omitempty"`
	// 页码,即当前第几页
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 每页记录数,不能超过200
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

CouponStatisticsParamDo 结构体

type CouponStatisticsResultDo

type CouponStatisticsResultDo struct {
	// 券id
	CouponId string `json:"coupon_id,omitempty" xml:"coupon_id,omitempty"`
	// 券名称
	CouponName string `json:"coupon_name,omitempty" xml:"coupon_name,omitempty"`
	// 导购员id
	GuideId string `json:"guide_id,omitempty" xml:"guide_id,omitempty"`
	// 业务标识
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 日期
	StatisticsDate string `json:"statistics_date,omitempty" xml:"statistics_date,omitempty"`
	// 核券量
	UseCouponCount int64 `json:"use_coupon_count,omitempty" xml:"use_coupon_count,omitempty"`
	// 发券量
	SendCouponCount int64 `json:"send_coupon_count,omitempty" xml:"send_coupon_count,omitempty"`
}

CouponStatisticsResultDo 结构体

type Couponconfiglist

type Couponconfiglist struct {
	// 提货券面额,单位:元,用于展示
	ViewTotalAmount string `json:"view_total_amount,omitempty" xml:"view_total_amount,omitempty"`
	// 提货券面额,单位:元,用于展示
	ViewAmount string `json:"view_amount,omitempty" xml:"view_amount,omitempty"`
	// 提货券总金额(单位:分)
	UseTotalAmount int64 `json:"use_total_amount,omitempty" xml:"use_total_amount,omitempty"`
	// 面额相应数量
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 提货券面额(单位:分)
	UseAmount int64 `json:"use_amount,omitempty" xml:"use_amount,omitempty"`
}

Couponconfiglist 结构体

type CoverAllDiscountRule

type CoverAllDiscountRule struct {
	// 每件商品一口价【分】
	EachFixPrice int64 `json:"each_fix_price,omitempty" xml:"each_fix_price,omitempty"`
	// 整体打折【600=6折】
	CoverAllDiscountRate int64 `json:"cover_all_discount_rate,omitempty" xml:"cover_all_discount_rate,omitempty"`
	// 整体减钱【分】
	CoverAllDecreaseMoney int64 `json:"cover_all_decrease_money,omitempty" xml:"cover_all_decrease_money,omitempty"`
	// 整体一口价【分】
	CoverAllFixPrice int64 `json:"cover_all_fix_price,omitempty" xml:"cover_all_fix_price,omitempty"`
	// 是否整体一口价
	IsCoverAllFixPrice bool `json:"is_cover_all_fix_price,omitempty" xml:"is_cover_all_fix_price,omitempty"`
	// 是否整体减钱
	IsCoverAllDecreaseMoney bool `json:"is_cover_all_decrease_money,omitempty" xml:"is_cover_all_decrease_money,omitempty"`
	// 是否整体打折
	IsCoverAllDiscountRate bool `json:"is_cover_all_discount_rate,omitempty" xml:"is_cover_all_discount_rate,omitempty"`
	// 是否每件一口价
	IsEachFixPrice bool `json:"is_each_fix_price,omitempty" xml:"is_each_fix_price,omitempty"`
}

CoverAllDiscountRule 结构体

type CpsOrderRequest added in v1.2.5

type CpsOrderRequest struct {
	// 订单更新开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 订单更新结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 页序号,从0开始
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 单页大小,不超过200
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

CpsOrderRequest 结构体

type CpsOrderResponse added in v1.2.5

type CpsOrderResponse struct {
	// 子单列表
	CpsSubOrder []CpsSubOrderBo `json:"cps_sub_order,omitempty" xml:"cps_sub_order>cps_sub_order_bo,omitempty"`
	// 订单创建时间
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 支付成功时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 业务订单ID
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 订单状态: INIT(0, "初始化"),CREATED(1, "已创建"),PAID_DONE(2, "已付款"),ACCEPT_ORDER(3, "已接单"),PICK_ORDER(4, "已拣货"),SHIPPED(5, "已发货"),TRADE_SUCCESS(6, "交易成功"),TRADE_CLOSE(-1, "交易关闭"),
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 外部用户ID:由pid+siteid+adzoneid+custom四部分拼成,其中前3个参数对应拼链中淘宝联盟mm=1_2_3,第4个参数对应拼链中 custom_parameters; eg:125000304_108400334_28176750484_12345
	OuterId string `json:"outer_id,omitempty" xml:"outer_id,omitempty"`
	// 最后更新时间
	ModifiedTime string `json:"modified_time,omitempty" xml:"modified_time,omitempty"`
	// 主订单付款金额(不含运费、优惠、券)
	PayPrice int64 `json:"pay_price,omitempty" xml:"pay_price,omitempty"`
	// 预估总分佣金额(仅是预估金额,实际结算仍然通过xls线下doublecheck为准)
	ShareAmount int64 `json:"share_amount,omitempty" xml:"share_amount,omitempty"`
}

CpsOrderResponse 结构体

type CpsSubOrderBo added in v1.3.1

type CpsSubOrderBo struct {
	// 业务子订单ID
	BizSubOrderId string `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 商品名称
	ItemTitle string `json:"item_title,omitempty" xml:"item_title,omitempty"`
	// 购买数量
	Quantity int64 `json:"quantity,omitempty" xml:"quantity,omitempty"`
}

CpsSubOrderBo 结构体

type CreateContractInstanceRequest

type CreateContractInstanceRequest struct {
	// 外部合同id,全局唯一
	OutObjectId string `json:"out_object_id,omitempty" xml:"out_object_id,omitempty"`
	// 采购者名称
	PurchaserName string `json:"purchaser_name,omitempty" xml:"purchaser_name,omitempty"`
	// 合同名称
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 创建人
	Creator string `json:"creator,omitempty" xml:"creator,omitempty"`
	// 采购者id
	PurchaserId int64 `json:"purchaser_id,omitempty" xml:"purchaser_id,omitempty"`
	// 创建人id
	CreatorId int64 `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 合同模版
	ContractTemplate *CreateContractTemplateRequest `json:"contract_template,omitempty" xml:"contract_template,omitempty"`
}

CreateContractInstanceRequest 结构体

type CreateContractTemplateRequest

type CreateContractTemplateRequest struct {
	// 提货券配置列表
	CouponConfigList []Couponconfiglist `json:"coupon_config_list,omitempty" xml:"coupon_config_list>couponconfiglist,omitempty"`
	// 不提供的商品信息,传入格式同providerItemInfos
	NotProviderItemInfos []string `json:"not_provider_item_infos,omitempty" xml:"not_provider_item_infos>string,omitempty"`
	// 提供的商品信息,需要传入一个String的List,每个字符串描述一个商品
	ProviderItemInfos []string `json:"provider_item_infos,omitempty" xml:"provider_item_infos>string,omitempty"`
	// 乙方签约日期-日
	SecondSignDay string `json:"second_sign_day,omitempty" xml:"second_sign_day,omitempty"`
	// 乙方签约日期-月
	SecondSignMonth string `json:"second_sign_month,omitempty" xml:"second_sign_month,omitempty"`
	// 乙方签约日期-年
	SecondSignYear string `json:"second_sign_year,omitempty" xml:"second_sign_year,omitempty"`
	// 乙方法人
	SecondLegalPerson string `json:"second_legal_person,omitempty" xml:"second_legal_person,omitempty"`
	// 甲方签约日期-日
	FirstSignDay string `json:"first_sign_day,omitempty" xml:"first_sign_day,omitempty"`
	// 甲方签约日期-月
	FirstSignMonth string `json:"first_sign_month,omitempty" xml:"first_sign_month,omitempty"`
	// 甲方签约日期-年
	FirstSignYear string `json:"first_sign_year,omitempty" xml:"first_sign_year,omitempty"`
	// 甲方法人
	FirstLegalPerson string `json:"first_legal_person,omitempty" xml:"first_legal_person,omitempty"`
	// 乙方银行账号
	SecondAccountNo string `json:"second_account_no,omitempty" xml:"second_account_no,omitempty"`
	// 乙方开户行
	SecondBankName string `json:"second_bank_name,omitempty" xml:"second_bank_name,omitempty"`
	// 乙方账户名称
	SecondAccountName string `json:"second_account_name,omitempty" xml:"second_account_name,omitempty"`
	// 甲方银行账号
	FirstAccountNo string `json:"first_account_no,omitempty" xml:"first_account_no,omitempty"`
	// 甲方开户行
	FirstBankName string `json:"first_bank_name,omitempty" xml:"first_bank_name,omitempty"`
	// 甲方账户名称
	FirstAccountName string `json:"first_account_name,omitempty" xml:"first_account_name,omitempty"`
	// 甲方为提供乙方的折扣数
	Discount string `json:"discount,omitempty" xml:"discount,omitempty"`
	// 乙方支付甲方款项超时天数
	PayTimeOutDay string `json:"pay_time_out_day,omitempty" xml:"pay_time_out_day,omitempty"`
	// 发票类型简写
	InvoiceTypeSimpleName string `json:"invoice_type_simple_name,omitempty" xml:"invoice_type_simple_name,omitempty"`
	// 保证金(单位:元)
	Bond string `json:"bond,omitempty" xml:"bond,omitempty"`
	// 最高赊销额度(单位:元)
	MaxCreditAmount string `json:"max_credit_amount,omitempty" xml:"max_credit_amount,omitempty"`
	// 合同有效期结束时间-日
	ContractEndDay string `json:"contract_end_day,omitempty" xml:"contract_end_day,omitempty"`
	// 合同有效期结束时间-月
	ContractEndMonth string `json:"contract_end_month,omitempty" xml:"contract_end_month,omitempty"`
	// 合同有效期结束时间-年
	ContractEndYear string `json:"contract_end_year,omitempty" xml:"contract_end_year,omitempty"`
	// 合同有效期开始时间-日
	ContractStartDay string `json:"contract_start_day,omitempty" xml:"contract_start_day,omitempty"`
	// 合同有效期开始时间-月
	ContractStartMonth string `json:"contract_start_month,omitempty" xml:"contract_start_month,omitempty"`
	// 合同有效期开始时间-年
	ContractStartYear string `json:"contract_start_year,omitempty" xml:"contract_start_year,omitempty"`
	// 券使用的结束时间-日
	CouponEndDay string `json:"coupon_end_day,omitempty" xml:"coupon_end_day,omitempty"`
	// 券使用的结束时间-月
	CouponEndMonth string `json:"coupon_end_month,omitempty" xml:"coupon_end_month,omitempty"`
	// 券使用的结束时间-年
	CouponEndYear string `json:"coupon_end_year,omitempty" xml:"coupon_end_year,omitempty"`
	// 券使用的开始时间-日
	CouponStartDay string `json:"coupon_start_day,omitempty" xml:"coupon_start_day,omitempty"`
	// 券使用的开始时间-月
	CouponStartMonth string `json:"coupon_start_month,omitempty" xml:"coupon_start_month,omitempty"`
	// 券使用的开始时间-年
	CouponStartYear string `json:"coupon_start_year,omitempty" xml:"coupon_start_year,omitempty"`
	// 门店详细地址
	PoiDetailAddress string `json:"poi_detail_address,omitempty" xml:"poi_detail_address,omitempty"`
	// 门店所在街道
	PoiStreet string `json:"poi_street,omitempty" xml:"poi_street,omitempty"`
	// 门店所在区
	PoiArea string `json:"poi_area,omitempty" xml:"poi_area,omitempty"`
	// 门店所在市
	PoiCity string `json:"poi_city,omitempty" xml:"poi_city,omitempty"`
	// 大润发超市名称
	PoiName string `json:"poi_name,omitempty" xml:"poi_name,omitempty"`
	// 乙方公司地址
	SecondCompanyAddress string `json:"second_company_address,omitempty" xml:"second_company_address,omitempty"`
	// 乙方公司名称
	SecondCompanyName string `json:"second_company_name,omitempty" xml:"second_company_name,omitempty"`
	// 甲方公司地址
	FirstCompanyAddress string `json:"first_company_address,omitempty" xml:"first_company_address,omitempty"`
	// 甲方公司名称
	FirstCompanyName string `json:"first_company_name,omitempty" xml:"first_company_name,omitempty"`
}

CreateContractTemplateRequest 结构体

type CreateFetchReq added in v1.2.5

type CreateFetchReq struct {
	// 取货详情
	FetchAggregateList []FetchAggregate `json:"fetch_aggregate_list,omitempty" xml:"fetch_aggregate_list>fetch_aggregate,omitempty"`
	// 买家地址
	BuyerAddress string `json:"buyer_address,omitempty" xml:"buyer_address,omitempty"`
	// 买家名称
	BuyerName string `json:"buyer_name,omitempty" xml:"buyer_name,omitempty"`
	// 买家电话
	BuyerPhone string `json:"buyer_phone,omitempty" xml:"buyer_phone,omitempty"`
	// 期望取货结束时间
	ExpectFetchEndTime string `json:"expect_fetch_end_time,omitempty" xml:"expect_fetch_end_time,omitempty"`
	// 期望取货开始时间
	ExpectFetchStartTime string `json:"expect_fetch_start_time,omitempty" xml:"expect_fetch_start_time,omitempty"`
	// 主单号
	MainOutOrderId string `json:"main_out_order_id,omitempty" xml:"main_out_order_id,omitempty"`
	// 备注
	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`
	// 退款单号 幂等id
	ReverseId string `json:"reverse_id,omitempty" xml:"reverse_id,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 上门取货(1为上门取货)
	FetchType int64 `json:"fetch_type,omitempty" xml:"fetch_type,omitempty"`
	// 发起人
	Operator *OperatorVo `json:"operator,omitempty" xml:"operator,omitempty"`
	// 原因id
	ReasonId int64 `json:"reason_id,omitempty" xml:"reason_id,omitempty"`
	// 退款金额
	RefundAmount int64 `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
}

CreateFetchReq 结构体

type CreateFetchResponse added in v1.2.5

type CreateFetchResponse struct {
	// 取货单di
	ReferId string `json:"refer_id,omitempty" xml:"refer_id,omitempty"`
}

CreateFetchResponse 结构体

type CreateReverseReq

type CreateReverseReq struct {
	// wdk子单号
	BizOrderIds []int64 `json:"biz_order_ids,omitempty" xml:"biz_order_ids>int64,omitempty"`
	// 礼品卡号
	GiftCardNos []string `json:"gift_card_nos,omitempty" xml:"gift_card_nos>string,omitempty"`
	// 退款凭证
	Proofs []string `json:"proofs,omitempty" xml:"proofs>string,omitempty"`
	// 退款渠道
	RefundChannelList []RefundChannelVo `json:"refund_channel_list,omitempty" xml:"refund_channel_list>refund_channel_vo,omitempty"`
	// 退款原因描述
	ReasonText string `json:"reason_text,omitempty" xml:"reason_text,omitempty"`
	// 请求id(apply接口返回)
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 门店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 操作人
	Operator *OperatorVo `json:"operator,omitempty" xml:"operator,omitempty"`
	// 退款原因id
	ReasonId int64 `json:"reason_id,omitempty" xml:"reason_id,omitempty"`
	// 退款金额
	RefundAmount int64 `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
}

CreateReverseReq 结构体

type CreateReverseResponse

type CreateReverseResponse struct {
	// 外部单号
	OutBizOrderIds []string `json:"out_biz_order_ids,omitempty" xml:"out_biz_order_ids>string,omitempty"`
	// 逆向单ids
	ReverseIds []int64 `json:"reverse_ids,omitempty" xml:"reverse_ids>int64,omitempty"`
	// tp单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 请求id
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
}

CreateReverseResponse 结构体

type CsApplySubOrderDto added in v1.2.5

type CsApplySubOrderDto struct {
	// 渠道子订单号,淘鲜达渠道为TP子单号
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// 申请子单退款金额
	RefundFee float64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 申请子单退货数量
	RefundAmount float64 `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
}

CsApplySubOrderDto 结构体

type Customer added in v1.2.5

type Customer struct {
	// 收货人地址
	BuyerAddress string `json:"buyer_address,omitempty" xml:"buyer_address,omitempty"`
	// 收货人联系电话
	BuyerPhone string `json:"buyer_phone,omitempty" xml:"buyer_phone,omitempty"`
	// 收货人姓名
	BuyerName string `json:"buyer_name,omitempty" xml:"buyer_name,omitempty"`
}

Customer 结构体

type DataResult added in v1.2.5

type DataResult struct {
	// 取消详情列表
	Datas []SubOrderReturn `json:"datas,omitempty" xml:"datas>sub_order_return,omitempty"`
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回信息
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

DataResult 结构体

type DateTimeSliceCollectionDtoList added in v1.2.5

type DateTimeSliceCollectionDtoList struct {
	// 时间片
	TimeSliceList []TimeSliceList `json:"time_slice_list,omitempty" xml:"time_slice_list>time_slice_list,omitempty"`
	// 日期
	Date string `json:"date,omitempty" xml:"date,omitempty"`
}

DateTimeSliceCollectionDtoList 结构体

type DeletePurchasePriceRequest

type DeletePurchasePriceRequest struct {
	// 请求幂等ID
	OutId string `json:"out_id,omitempty" xml:"out_id,omitempty"`
	// 商品skucode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 门店ID
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 渠道
	ChannelCodes string `json:"channel_codes,omitempty" xml:"channel_codes,omitempty"`
}

DeletePurchasePriceRequest 结构体

type DelivererChangeRequest added in v1.2.9

type DelivererChangeRequest struct {
	// 经营店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 配送人员名称
	DelivererName string `json:"deliverer_name,omitempty" xml:"deliverer_name,omitempty"`
	// 配送人员联系方式
	DelivererPhone string `json:"deliverer_phone,omitempty" xml:"deliverer_phone,omitempty"`
	// 配送公司编码
	DelivererCompany string `json:"deliverer_company,omitempty" xml:"deliverer_company,omitempty"`
	// 配送物流单号
	LogisticsNo string `json:"logistics_no,omitempty" xml:"logistics_no,omitempty"`
	// 订单编码
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
}

DelivererChangeRequest 结构体

type DeliveryCallbackOrder

type DeliveryCallbackOrder struct {
	// 拒收子单列表
	RefusedOrderDetails []DeliveryCallbackOrderDetail `json:"refused_order_details,omitempty" xml:"refused_order_details>delivery_callback_order_detail,omitempty"`
	// 作业单号
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
	// 作业状态变更类型:SHIP("揽收"),SIGN("妥投"),SIGN_ERROR("配送异常"),REFUSE("拒收")
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 作业状态变更时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 配送站编码
	DeliveryDockCode string `json:"delivery_dock_code,omitempty" xml:"delivery_dock_code,omitempty"`
	// 来源系统::CHINA_POST:邮政
	SourceSystem string `json:"source_system,omitempty" xml:"source_system,omitempty"`
	// 配送员
	Deliveryman *Deliveryman `json:"deliveryman,omitempty" xml:"deliveryman,omitempty"`
}

DeliveryCallbackOrder 结构体

type DeliveryCallbackOrderDetail

type DeliveryCallbackOrderDetail struct {
	// 子单ID
	WorkOrderDetailId string `json:"work_order_detail_id,omitempty" xml:"work_order_detail_id,omitempty"`
	// 拒收原因
	RefusedReason string `json:"refused_reason,omitempty" xml:"refused_reason,omitempty"`
}

DeliveryCallbackOrderDetail 结构体

type DeliveryInfo added in v1.2.9

type DeliveryInfo struct {
	// 送货人名称
	DeliveryName string `json:"delivery_name,omitempty" xml:"delivery_name,omitempty"`
	// 送货人手机号
	DeliveryPhone string `json:"delivery_phone,omitempty" xml:"delivery_phone,omitempty"`
}

DeliveryInfo 结构体

type Deliveryman

type Deliveryman struct {
	// 姓名
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 编号
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 手机号
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
}

Deliveryman 结构体

type DeviceInfoDto

type DeviceInfoDto struct {
	// 设备id
	DeviceId string `json:"device_id,omitempty" xml:"device_id,omitempty"`
	// 设备名称
	DisplayName string `json:"display_name,omitempty" xml:"display_name,omitempty"`
	// 开发商名称
	VendorName string `json:"vendor_name,omitempty" xml:"vendor_name,omitempty"`
	// 仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 车牌号码
	PlateNumber string `json:"plate_number,omitempty" xml:"plate_number,omitempty"`
	// 设备类型
	DeviceType int64 `json:"device_type,omitempty" xml:"device_type,omitempty"`
	// 是否车载设备
	IsOnVehicle int64 `json:"is_on_vehicle,omitempty" xml:"is_on_vehicle,omitempty"`
	// 业务代码
	BusinessCode int64 `json:"business_code,omitempty" xml:"business_code,omitempty"`
	// 安装位置
	AreaCode int64 `json:"area_code,omitempty" xml:"area_code,omitempty"`
	// 设备分组id
	GroupId int64 `json:"group_id,omitempty" xml:"group_id,omitempty"`
	// 分组中设备索引号
	GroupDeviceIndex int64 `json:"group_device_index,omitempty" xml:"group_device_index,omitempty"`
}

DeviceInfoDto 结构体

type DiscountInfo

type DiscountInfo struct {
	// 营销活动ID
	ActivityId string `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// 营销活动类型
	ActivityType string `json:"activity_type,omitempty" xml:"activity_type,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动优惠金额
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 活动优惠金额商家分摊
	MerchantDiscountFee int64 `json:"merchant_discount_fee,omitempty" xml:"merchant_discount_fee,omitempty"`
	// 活动优惠金额平台分摊
	PlatformDiscountFee int64 `json:"platform_discount_fee,omitempty" xml:"platform_discount_fee,omitempty"`
	// 优惠金额
	DicountFee int64 `json:"dicount_fee,omitempty" xml:"dicount_fee,omitempty"`
}

DiscountInfo 结构体

type DpsCallBackForPullTaskMtopRequest added in v1.2.5

type DpsCallBackForPullTaskMtopRequest struct {
	// 任务列表
	TaskCodeList []string `json:"task_code_list,omitempty" xml:"task_code_list>string,omitempty"`
	// 仓code
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
}

DpsCallBackForPullTaskMtopRequest 结构体

type DpsCallBackSortDetailMtopRequest added in v1.2.5

type DpsCallBackSortDetailMtopRequest struct {
	// 提交时间
	SubmitTime string `json:"submit_time,omitempty" xml:"submit_time,omitempty"`
	// 缺货数量
	LackNum string `json:"lack_num,omitempty" xml:"lack_num,omitempty"`
	// 提交数量
	SubmitNum string `json:"submit_num,omitempty" xml:"submit_num,omitempty"`
	// 容器号
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
	// 明细操作人员code
	UserAccountCode string `json:"user_account_code,omitempty" xml:"user_account_code,omitempty"`
	// 明细id
	DetailId int64 `json:"detail_id,omitempty" xml:"detail_id,omitempty"`
}

DpsCallBackSortDetailMtopRequest 结构体

type DpsCallBackSortMtopRequest added in v1.2.5

type DpsCallBackSortMtopRequest struct {
	// 明细列表
	DetailRequestList []DpsCallBackSortDetailMtopRequest `json:"detail_request_list,omitempty" xml:"detail_request_list>dps_call_back_sort_detail_mtop_request,omitempty"`
	// 任务号
	TaskCode string `json:"task_code,omitempty" xml:"task_code,omitempty"`
	// 账号
	UserAccount string `json:"user_account,omitempty" xml:"user_account,omitempty"`
	// 仓code
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
}

DpsCallBackSortMtopRequest 结构体

type DpsCanClearAreaMtopRequest added in v1.2.5

type DpsCanClearAreaMtopRequest struct {
	// 波次号
	WaveCode string `json:"wave_code,omitempty" xml:"wave_code,omitempty"`
	// 仓code
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
}

DpsCanClearAreaMtopRequest 结构体

type DpsScanContainerMtopRequest added in v1.2.5

type DpsScanContainerMtopRequest struct {
	// 明细列表
	DetailIdList []int64 `json:"detail_id_list,omitempty" xml:"detail_id_list>int64,omitempty"`
	// 用户
	UserAccount string `json:"user_account,omitempty" xml:"user_account,omitempty"`
	// 容器号
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
	// 仓code
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
}

DpsScanContainerMtopRequest 结构体

type DrfB2ccallbackContent added in v1.3.1

type DrfB2ccallbackContent struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 缺货出库存数量
	OutOfStockStockQuantity string `json:"out_of_stock_stock_quantity,omitempty" xml:"out_of_stock_stock_quantity,omitempty"`
	// 缺货出销售数量
	OutOfStockSaleQuantity string `json:"out_of_stock_sale_quantity,omitempty" xml:"out_of_stock_sale_quantity,omitempty"`
	// 实际库存拣货数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 实际销售拣货数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 作业内容单号
	WorkUnitContentId string `json:"work_unit_content_id,omitempty" xml:"work_unit_content_id,omitempty"`
	// 是否缺货出
	IsShortage bool `json:"is_shortage,omitempty" xml:"is_shortage,omitempty"`
}

DrfB2ccallbackContent 结构体

type DrfB2ccallbackOrder added in v1.3.1

type DrfB2ccallbackOrder struct {
	// 作业单元
	CallbackUnits []DrfB2ccallbackUnit `json:"callback_units,omitempty" xml:"callback_units>drf_b2ccallback_unit,omitempty"`
	// 容器列表
	Containers []Container `json:"containers,omitempty" xml:"containers>container,omitempty"`
	// 作业状态变更时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 作业状态变更类型: START_PICK(“开始拣货”), PICK_FINISH(“拣货完成”), START_PACKAGE(“开始打包”), PACKAGE _FINISH(“打包完成”);
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 节点编码
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 作业单类型: BATCH("批次"),  ORDER("物流单
	WorkOrderType string `json:"work_order_type,omitempty" xml:"work_order_type,omitempty"`
	// 作业单号
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
	// 操作员
	Operator *Operator `json:"operator,omitempty" xml:"operator,omitempty"`
	// 是否作业节点终态
	IsFinal bool `json:"is_final,omitempty" xml:"is_final,omitempty"`
}

DrfB2ccallbackOrder 结构体

type DrfB2ccallbackUnit added in v1.3.1

type DrfB2ccallbackUnit struct {
	// 作业内容
	CallbackContents []DrfB2ccallbackContent `json:"callback_contents,omitempty" xml:"callback_contents>drf_b2ccallback_content,omitempty"`
	// 作业单元单号
	WorkOrderUnitId string `json:"work_order_unit_id,omitempty" xml:"work_order_unit_id,omitempty"`
}

DrfB2ccallbackUnit 结构体

type DrfHalfDayCcCallbackContent added in v1.2.9

type DrfHalfDayCcCallbackContent struct {
	// 子单出库关联的同城令牌
	SameTownPackages []SameTownPackage `json:"same_town_packages,omitempty" xml:"same_town_packages>same_town_package,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 缺货出库存数量
	OutOfStockStockQuantity string `json:"out_of_stock_stock_quantity,omitempty" xml:"out_of_stock_stock_quantity,omitempty"`
	// 缺货出销售数量
	OutOfStockSaleQuantity string `json:"out_of_stock_sale_quantity,omitempty" xml:"out_of_stock_sale_quantity,omitempty"`
	// 实际库存拣货数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 实际销售拣货数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 作业内容单号
	WorkUnitContentId string `json:"work_unit_content_id,omitempty" xml:"work_unit_content_id,omitempty"`
	// 作业内容扩展属性
	Attribute string `json:"attribute,omitempty" xml:"attribute,omitempty"`
	// 是否缺货出
	IsShortage bool `json:"is_shortage,omitempty" xml:"is_shortage,omitempty"`
}

DrfHalfDayCcCallbackContent 结构体

type DrfHalfDayCcCallbackOrder

type DrfHalfDayCcCallbackOrder struct {
	// 作业单元
	CallbackUnits []DrfHalfDayCcCallbackUnit `json:"callback_units,omitempty" xml:"callback_units>drf_half_day_cc_callback_unit,omitempty"`
	// 容器列表
	Containers []Container `json:"containers,omitempty" xml:"containers>container,omitempty"`
	// 作业状态变更时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 作业状态变更类型: START_PICK(“开始拣货”), PICK_FINISH(“拣货完成”), START_PACKAGE(“开始打包”), PACKAGE _FINISH(“打包完成”);
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 节点编码
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 作业单类型: BATCH("批次"),  ORDER("物流单
	WorkOrderType string `json:"work_order_type,omitempty" xml:"work_order_type,omitempty"`
	// 作业单号
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
	// 作业单扩展属性
	Attribute string `json:"attribute,omitempty" xml:"attribute,omitempty"`
	// 操作员
	Operator *Operator `json:"operator,omitempty" xml:"operator,omitempty"`
	// 是否作业节点终态
	IsFinal bool `json:"is_final,omitempty" xml:"is_final,omitempty"`
}

DrfHalfDayCcCallbackOrder 结构体

type DrfHalfDayCcCallbackUnit added in v1.2.9

type DrfHalfDayCcCallbackUnit struct {
	// 作业内容
	CallbackContents []DrfHalfDayCcCallbackContent `json:"callback_contents,omitempty" xml:"callback_contents>drf_half_day_cc_callback_content,omitempty"`
	// 作业单元单号
	WorkOrderUnitId string `json:"work_order_unit_id,omitempty" xml:"work_order_unit_id,omitempty"`
	// 作业单元扩展属性
	Attribute string `json:"attribute,omitempty" xml:"attribute,omitempty"`
}

DrfHalfDayCcCallbackUnit 结构体

type DrfTxdActivityBo

type DrfTxdActivityBo struct {
	// 换购机台
	ActivityChannel string `json:"activity_channel,omitempty" xml:"activity_channel,omitempty"`
	// 商品池规则
	PoolRules string `json:"pool_rules,omitempty" xml:"pool_rules,omitempty"`
	// 商家人群编码
	MerchantCrowdCode string `json:"merchant_crowd_code,omitempty" xml:"merchant_crowd_code,omitempty"`
	// 1--pos,2--App;1,2--pos&App
	Terminals string `json:"terminals,omitempty" xml:"terminals,omitempty"`
	// 门店Id
	StoreIds string `json:"store_ids,omitempty" xml:"store_ids,omitempty"`
	// 活动描述
	ActivityContent string `json:"activity_content,omitempty" xml:"activity_content,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 中台活动Id(全局唯一)
	PromotionId string `json:"promotion_id,omitempty" xml:"promotion_id,omitempty"`
	// 商品池阶梯规则
	StairRules string `json:"stair_rules,omitempty" xml:"stair_rules,omitempty"`
	// 周期生效配置,weekdays:星期几搞活动 [1:Mon;2:Tues;3:Wed;4:Thur;5:Fri;6:Sat;7:Sun];every_day_periods:每天的什么时间阶段搞活动,精确到秒单位,最多支持5段 例如:03:00:00_05:00:00,示例:{"weekdays":[1,2,3,4,5,6,7],"every_day_periods":["03:00:00_05:00:00","18:00:00_21:00:00"]}
	PeriodConfig string `json:"period_config,omitempty" xml:"period_config,omitempty"`
	// 封顶金额,单位:分
	CellingAmount int64 `json:"celling_amount,omitempty" xml:"celling_amount,omitempty"`
	// 是否多阶梯可叠加,0--否,1--是
	IsMultiMix int64 `json:"is_multi_mix,omitempty" xml:"is_multi_mix,omitempty"`
	// 是否单商品累计,0--否,1--是
	ItemOverlay int64 `json:"item_overlay,omitempty" xml:"item_overlay,omitempty"`
	// 是否可贬值;0--否,1--是
	DiscountFeeModel int64 `json:"discount_fee_model,omitempty" xml:"discount_fee_model,omitempty"`
	// 是否上不封顶;0--否,1--是
	EnableMultiple int64 `json:"enable_multiple,omitempty" xml:"enable_multiple,omitempty"`
	// 商品池数量
	PoolNum int64 `json:"pool_num,omitempty" xml:"pool_num,omitempty"`
	// 活动每日限购
	TotalDayLimit int64 `json:"total_day_limit,omitempty" xml:"total_day_limit,omitempty"`
	// 用户每日限购
	UserDayLimit int64 `json:"user_day_limit,omitempty" xml:"user_day_limit,omitempty"`
	// 活动总限购
	TotalLimit int64 `json:"total_limit,omitempty" xml:"total_limit,omitempty"`
	// 用户数量总限购
	UserLimit int64 `json:"user_limit,omitempty" xml:"user_limit,omitempty"`
	// 一口价【分】
	FixPrice int64 `json:"fix_price,omitempty" xml:"fix_price,omitempty"`
	// 第N件活动规则
	CountAt int64 `json:"count_at,omitempty" xml:"count_at,omitempty"`
	// 单品特价类型;1-一口价;2-打折;3-减钱
	DiscountType int64 `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// ?营销中台活动类型
	ActivityType int64 `json:"activity_type,omitempty" xml:"activity_type,omitempty"`
	// 限购权重,实际限购=限购值/限购权重
	LimitWeight int64 `json:"limit_weight,omitempty" xml:"limit_weight,omitempty"`
	// 更新时间
	UpdateTime int64 `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 插入时间
	InsertTime int64 `json:"insert_time,omitempty" xml:"insert_time,omitempty"`
	// 0--不可用;1--可用
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 活动结束时间
	EndDate int64 `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 活动开始时间
	StartDate int64 `json:"start_date,omitempty" xml:"start_date,omitempty"`
	// 是否叠加逻辑分组与阶梯条件;0-否,1-是
	IsCheckAllCond int64 `json:"is_check_all_cond,omitempty" xml:"is_check_all_cond,omitempty"`
	// 淘鲜达活动Id
	TxdActivityId int64 `json:"txd_activity_id,omitempty" xml:"txd_activity_id,omitempty"`
	// 是否针对单个商品使用优惠
	IsAlone int64 `json:"is_alone,omitempty" xml:"is_alone,omitempty"`
}

DrfTxdActivityBo 结构体

type DrfTxdActivitySkuBo

type DrfTxdActivitySkuBo struct {
	// 赠品skuCode
	GiftSkuCode string `json:"gift_sku_code,omitempty" xml:"gift_sku_code,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 所属活动ID
	PromotionId string `json:"promotion_id,omitempty" xml:"promotion_id,omitempty"`
	// 商品对应的活动Id,仅当同一次任务有相关活动更新的时候在传入
	ActivityVersionId int64 `json:"activity_version_id,omitempty" xml:"activity_version_id,omitempty"`
	// 限购权重
	LimitWeight int64 `json:"limit_weight,omitempty" xml:"limit_weight,omitempty"`
	// 更新时间
	UpdateTime int64 `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 插入时间
	InsertTime int64 `json:"insert_time,omitempty" xml:"insert_time,omitempty"`
	// 状态:0--不可用,1--可用
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 门槛数量:件/金额(分)
	ConditionNum int64 `json:"condition_num,omitempty" xml:"condition_num,omitempty"`
	// 门槛类型:2-累计金额消费,3-累计购买次数消费
	ConditionType int64 `json:"condition_type,omitempty" xml:"condition_type,omitempty"`
	// 买赠门槛
	BuyNum int64 `json:"buy_num,omitempty" xml:"buy_num,omitempty"`
	// 活动每日限购
	TotalDayLimit int64 `json:"total_day_limit,omitempty" xml:"total_day_limit,omitempty"`
	// 用户每日限购
	UserDayLimit int64 `json:"user_day_limit,omitempty" xml:"user_day_limit,omitempty"`
	// 总限购数量
	TotalLimit int64 `json:"total_limit,omitempty" xml:"total_limit,omitempty"`
	// 用户限购
	UserLimit int64 `json:"user_limit,omitempty" xml:"user_limit,omitempty"`
	// 打折
	DiscountRate int64 `json:"discount_rate,omitempty" xml:"discount_rate,omitempty"`
	// 减钱
	DecreaseMoney int64 `json:"decrease_money,omitempty" xml:"decrease_money,omitempty"`
	// 一口价
	FixPrice int64 `json:"fix_price,omitempty" xml:"fix_price,omitempty"`
	// 商品池ID
	PoolId int64 `json:"pool_id,omitempty" xml:"pool_id,omitempty"`
	// 大润发活动类型
	ActivityType int64 `json:"activity_type,omitempty" xml:"activity_type,omitempty"`
	// 淘鲜达活动Id
	TxdActivityId int64 `json:"txd_activity_id,omitempty" xml:"txd_activity_id,omitempty"`
	// 对应单品积分活动。对应需要扣除的积分数
	DeductPoint int64 `json:"deduct_point,omitempty" xml:"deduct_point,omitempty"`
}

DrfTxdActivitySkuBo 结构体

type EbeecakeO2ocallbackContent added in v1.3.1

type EbeecakeO2ocallbackContent struct {
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 作业内容单号
	WorkUnitContentId string `json:"work_unit_content_id,omitempty" xml:"work_unit_content_id,omitempty"`
}

EbeecakeO2ocallbackContent 结构体

type EbeecakeO2ocallbackOrder added in v1.3.1

type EbeecakeO2ocallbackOrder struct {
	// 作业单元列表
	CallbackUnits []EbeecakeO2ocallbackUnit `json:"callback_units,omitempty" xml:"callback_units>ebeecake_o2ocallback_unit,omitempty"`
	// 作业单号
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
	// 作业单类型: BATCH("批次"), ORDER("物流单")
	WorkOrderType string `json:"work_order_type,omitempty" xml:"work_order_type,omitempty"`
	// 作业状态变更类型:SHIP("揽收"),SIGN("妥投"),SIGN_ERROR("配送异常"),REFUSE("拒收")
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 作业状态变更时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 配送员
	Postman *Postman `json:"postman,omitempty" xml:"postman,omitempty"`
}

EbeecakeO2ocallbackOrder 结构体

type EbeecakeO2ocallbackUnit added in v1.3.1

type EbeecakeO2ocallbackUnit struct {
	// 作业内容列表
	CallbackContents []EbeecakeO2ocallbackContent `json:"callback_contents,omitempty" xml:"callback_contents>ebeecake_o2ocallback_content,omitempty"`
	// 作业单元号
	WorkOrderUnitId string `json:"work_order_unit_id,omitempty" xml:"work_order_unit_id,omitempty"`
}

EbeecakeO2ocallbackUnit 结构体

type EducationExpInfo

type EducationExpInfo struct {
	// 学历
	Education string `json:"education,omitempty" xml:"education,omitempty"`
	// 开始日期
	GmtEnd string `json:"gmt_end,omitempty" xml:"gmt_end,omitempty"`
	// 结束日期
	GmtStart string `json:"gmt_start,omitempty" xml:"gmt_start,omitempty"`
	// 专业
	Major string `json:"major,omitempty" xml:"major,omitempty"`
	// 学校
	School string `json:"school,omitempty" xml:"school,omitempty"`
	// 学制年数
	SchoolingYears string `json:"schooling_years,omitempty" xml:"schooling_years,omitempty"`
}

EducationExpInfo 结构体

type EleBillBo

type EleBillBo struct {
	// 订单列表
	OrderList []EleOrderInfoBo `json:"order_list,omitempty" xml:"order_list>ele_order_info_bo,omitempty"`
	// 账单日期,时间戳
	Date string `json:"date,omitempty" xml:"date,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 应付金额
	ExpendFee string `json:"expend_fee,omitempty" xml:"expend_fee,omitempty"`
	// 单量
	OrderCount string `json:"order_count,omitempty" xml:"order_count,omitempty"`
	// 未结算金额,单位:分
	PayFee string `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 实际付款主体
	PayEntity string `json:"pay_entity,omitempty" xml:"pay_entity,omitempty"`
	// 订单费用明细
	OrderDetailFee *OrderDetailFee `json:"order_detail_fee,omitempty" xml:"order_detail_fee,omitempty"`
}

EleBillBo 结构体

type EleBillRequest

type EleBillRequest struct {
	// 查询页码,默认查询第一页,默认每页 20 条
	Page string `json:"page,omitempty" xml:"page,omitempty"`
	// 查询日期,时间戳格式(2019-06-10=1560124800)
	Date string `json:"date,omitempty" xml:"date,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
}

EleBillRequest 结构体

type EleOrderInfoBo

type EleOrderInfoBo struct {
	// 损失承担方
	ResponsibleParty string `json:"responsible_party,omitempty" xml:"responsible_party,omitempty"`
	// 金额
	Amount string `json:"amount,omitempty" xml:"amount,omitempty"`
	// 账务时间
	TradeCreateTime string `json:"trade_create_time,omitempty" xml:"trade_create_time,omitempty"`
	// 下单时间
	OrderCreateTime string `json:"order_create_time,omitempty" xml:"order_create_time,omitempty"`
	// 实际付款主体
	PayEntity string `json:"pay_entity,omitempty" xml:"pay_entity,omitempty"`
	// 饿了么订单id
	EleOrderId string `json:"ele_order_id,omitempty" xml:"ele_order_id,omitempty"`
	// 订单id
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 订单来源
	OrderFrom string `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 订单序号
	OrderIndex string `json:"order_index,omitempty" xml:"order_index,omitempty"`
	// 订单费用明细
	OrderDetailFee *OrderDetailFee `json:"order_detail_fee,omitempty" xml:"order_detail_fee,omitempty"`
}

EleOrderInfoBo 结构体

type EmployeeBasic

type EmployeeBasic struct {
	// 私人邮箱
	EMail string `json:"e_mail,omitempty" xml:"e_mail,omitempty"`
	// 开户名
	AccountName string `json:"account_name,omitempty" xml:"account_name,omitempty"`
	// 民事纠纷金额
	AmountOfCivilDisputes string `json:"amount_of_civil_disputes,omitempty" xml:"amount_of_civil_disputes,omitempty"`
	// 附件* {"身份证-正面":"url"}
	Attachment string `json:"attachment,omitempty" xml:"attachment,omitempty"`
	// 银行账号
	BankAccount string `json:"bank_account,omitempty" xml:"bank_account,omitempty"`
	// 开户银行
	BankBranch string `json:"bank_branch,omitempty" xml:"bank_branch,omitempty"`
	// 银行国家
	BankCountry string `json:"bank_country,omitempty" xml:"bank_country,omitempty"`
	// 开户支行
	BankSubbranch string `json:"bank_subbranch,omitempty" xml:"bank_subbranch,omitempty"`
	// 基本工资
	BasicSalary string `json:"basic_salary,omitempty" xml:"basic_salary,omitempty"`
	// 生日
	Birthday string `json:"birthday,omitempty" xml:"birthday,omitempty"`
	// companiesEmployed
	CompaniesEmployed string `json:"companies_employed,omitempty" xml:"companies_employed,omitempty"`
	// 电脑操作
	ComputerOperate string `json:"computer_operate,omitempty" xml:"computer_operate,omitempty"`
	// 行政处罚或犯罪记录具体描述
	CrimeDesc string `json:"crime_desc,omitempty" xml:"crime_desc,omitempty"`
	// 最高学位
	Degree string `json:"degree,omitempty" xml:"degree,omitempty"`
	// 是否有重大疾病/手术记录
	DiseasesName string `json:"diseases_name,omitempty" xml:"diseases_name,omitempty"`
	// 最高学历
	Education string `json:"education,omitempty" xml:"education,omitempty"`
	// 员工子类
	EmpSubType string `json:"emp_sub_type,omitempty" xml:"emp_sub_type,omitempty"`
	// 员工类型
	EmpType string `json:"emp_type,omitempty" xml:"emp_type,omitempty"`
	// 曾受雇的结束时间
	EndTimeEmployed string `json:"end_time_employed,omitempty" xml:"end_time_employed,omitempty"`
	// 入职小管家
	EntryAssistant string `json:"entry_assistant,omitempty" xml:"entry_assistant,omitempty"`
	// 入职时间
	GmtEntry string `json:"gmt_entry,omitempty" xml:"gmt_entry,omitempty"`
	// 健康证到期日期
	GmtHealthCertEnd string `json:"gmt_health_cert_end,omitempty" xml:"gmt_health_cert_end,omitempty"`
	// 转正日期
	GmtOrigRegular string `json:"gmt_orig_regular,omitempty" xml:"gmt_orig_regular,omitempty"`
	// 住房公积金截止日期
	HouseFundPayTime string `json:"house_fund_pay_time,omitempty" xml:"house_fund_pay_time,omitempty"`
	// 户口类型
	HukouType string `json:"hukou_type,omitempty" xml:"hukou_type,omitempty"`
	// 是否有无犯罪记录
	IsCrime string `json:"is_crime,omitempty" xml:"is_crime,omitempty"`
	// 是否有残疾证
	IsDisability string `json:"is_disability,omitempty" xml:"is_disability,omitempty"`
	// 是否有重大疾病/手术记录
	IsDiseases string `json:"is_diseases,omitempty" xml:"is_diseases,omitempty"`
	// 是否曾受雇与本公司/联营商家/促销厂商
	IsEmployed string `json:"is_employed,omitempty" xml:"is_employed,omitempty"`
	// 是否内部推荐
	IsInternalReferral string `json:"is_internal_referral,omitempty" xml:"is_internal_referral,omitempty"`
	// 是否海外
	IsOversea string `json:"is_oversea,omitempty" xml:"is_oversea,omitempty"`
	// 是否缴纳住房公积金
	IsPayHouseFund string `json:"is_pay_house_fund,omitempty" xml:"is_pay_house_fund,omitempty"`
	// 是否缴纳社保
	IsPaySocialSecurity string `json:"is_pay_social_security,omitempty" xml:"is_pay_social_security,omitempty"`
	// 与其他单位仍有民事纠纷
	IsStillCivilDisputes string `json:"is_still_civil_disputes,omitempty" xml:"is_still_civil_disputes,omitempty"`
	// 曾担任的职务
	JobEmployed string `json:"job_employed,omitempty" xml:"job_employed,omitempty"`
	// 层级
	JobLevel string `json:"job_level,omitempty" xml:"job_level,omitempty"`
	// 曾受雇的工作地点
	LocationEmployed string `json:"location_employed,omitempty" xml:"location_employed,omitempty"`
	// 工作地点
	LocationNo string `json:"location_no,omitempty" xml:"location_no,omitempty"`
	// 婚姻状况
	Marriage string `json:"marriage,omitempty" xml:"marriage,omitempty"`
	// 手机号
	Mobile string `json:"mobile,omitempty" xml:"mobile,omitempty"`
	// 姓名
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 民族
	Nation string `json:"nation,omitempty" xml:"nation,omitempty"`
	// 国籍
	NationCountry string `json:"nation_country,omitempty" xml:"nation_country,omitempty"`
	// 籍贯
	NativePlace string `json:"native_place,omitempty" xml:"native_place,omitempty"`
	// 部门组织
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`
	// 其他技能
	OtherSkill string `json:"other_skill,omitempty" xml:"other_skill,omitempty"`
	// 职位
	PostNo string `json:"post_no,omitempty" xml:"post_no,omitempty"`
	// 推荐人姓名
	ReferralName string `json:"referral_name,omitempty" xml:"referral_name,omitempty"`
	// 推荐人关系
	ReferralRelation string `json:"referral_relation,omitempty" xml:"referral_relation,omitempty"`
	// 计薪方式
	SalaryType string `json:"salary_type,omitempty" xml:"salary_type,omitempty"`
	// 服务公司
	ServiceCompany string `json:"service_company,omitempty" xml:"service_company,omitempty"`
	// 性别
	Sex string `json:"sex,omitempty" xml:"sex,omitempty"`
	// 法人公司
	SignCompany string `json:"sign_company,omitempty" xml:"sign_company,omitempty"`
	// 招聘渠道
	Source string `json:"source,omitempty" xml:"source,omitempty"`
	// 曾受雇的开始时间
	StartTimeEmployed string `json:"start_time_employed,omitempty" xml:"start_time_employed,omitempty"`
	// 实线主管
	SuperName string `json:"super_name,omitempty" xml:"super_name,omitempty"`
	// 失业保险缴纳截止日期
	UnemploymentPayTime string `json:"unemployment_pay_time,omitempty" xml:"unemployment_pay_time,omitempty"`
	// 虚线主管
	VirtName string `json:"virt_name,omitempty" xml:"virt_name,omitempty"`
	// 层级工资
	LevelSalary string `json:"level_salary,omitempty" xml:"level_salary,omitempty"`
	// 绩效奖金
	PerformancePay string `json:"performance_pay,omitempty" xml:"performance_pay,omitempty"`
	// 餐补
	MealAllowance string `json:"meal_allowance,omitempty" xml:"meal_allowance,omitempty"`
}

EmployeeBasic 结构体

type ErpArrivalNoticeDetailDto

type ErpArrivalNoticeDetailDto struct {
	// 采购单位
	Unit string `json:"unit,omitempty" xml:"unit,omitempty"`
	// 库存单位
	InventoryUnit string `json:"inventory_unit,omitempty" xml:"inventory_unit,omitempty"`
	// 规格
	Spec string `json:"spec,omitempty" xml:"spec,omitempty"`
	// 部门code,该商品所属的部门编码
	DeptCode string `json:"dept_code,omitempty" xml:"dept_code,omitempty"`
	// 1
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 库存单位
	PlanPackageQuantity string `json:"plan_package_quantity,omitempty" xml:"plan_package_quantity,omitempty"`
	// 数量
	Count string `json:"count,omitempty" xml:"count,omitempty"`
	// 生产日期: 1、 基础规则:生产日期不得超过或等于今日; 2、 商品未设置保质期管理的,生产日期为可选项,UMS存储但不校验禁收时限: a) 单据传输中提供了生产日期的,按单据生产日期通过收货; b) 单据传输中未提供生产日期的,不存储生产日期通过收货; 3、 商品已设置保质期管理的,并且已经设置了禁收时限的: a) 单据传输中提供了生产日期的,校验是否符合禁收时限,通过收货,不通过整单不收货; b) 单据传输中未提供生产日期的,按生产日期=入库时间-禁收时限,通过收货; 4、 商品已设置保质期管理的,但未设置禁收时限的: a) 单据传输中提供了生产日期的,按单据生产日期,通过收货; b) 单据传输中未提供生产日期的,按生产日期=入库时间-1(天),通过收货。
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 商品条码
	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`
	// 商品code,盒马系统中的商品编码
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// 可指定库位,可空(按照需求附值)
	CabinetCode string `json:"cabinet_code,omitempty" xml:"cabinet_code,omitempty"`
}

ErpArrivalNoticeDetailDto 结构体

type ErpArrivalNoticeDto

type ErpArrivalNoticeDto struct {
	// 1
	ItemList []ErpArrivalNoticeDetailDto `json:"item_list,omitempty" xml:"item_list>erp_arrival_notice_detail_dto,omitempty"`
	// 选填(单据子类型为送货单时为必填) 原始单据号,单据类型为采配单,子类型为送货单时,需要提供原始配货申请单据号
	OriginalBillCode string `json:"original_bill_code,omitempty" xml:"original_bill_code,omitempty"`
	// 供应商code,可选值:当是供应商供货时,提供供应商编码;当是大仓供货时,提供大仓编码;当是调拨入库时,提供对方门店编码
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 失效日期,到货通知单中规定的收货入库时限
	InvalidDate string `json:"invalid_date,omitempty" xml:"invalid_date,omitempty"`
	// 单据号
	BizOrderCode string `json:"biz_order_code,omitempty" xml:"biz_order_code,omitempty"`
	// 店仓code,指的是入库对象,对应一个物理店或仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 联系方式,门店联系电话,可以是移动电话
	ContactInfo string `json:"contact_info,omitempty" xml:"contact_info,omitempty"`
	// 入库时间,商家系统中记录的本批次商品的实际入库时间
	ArrivalDate string `json:"arrival_date,omitempty" xml:"arrival_date,omitempty"`
	// 单据类型,入库接口的单据类型包括采配单和调拨入单(1 采购单(供应商); 2 送货单(DC) ; 其他情况默认为0)
	BizOrderType int64 `json:"biz_order_type,omitempty" xml:"biz_order_type,omitempty"`
	// 选填(单据类型为采配单时为必填)单据子类型,入库单据类型为采配单时,需要进一步区分子类型为采购单(供应商)和送货单(DC)
	SubOrderType int64 `json:"sub_order_type,omitempty" xml:"sub_order_type,omitempty"`
	// 如部分商品不存在,是否允许其他商品入库(1:允许,其他:不允许)
	Bypass int64 `json:"bypass,omitempty" xml:"bypass,omitempty"`
}

ErpArrivalNoticeDto 结构体

type ErpBillCallbackDto

type ErpBillCallbackDto struct {
	// s失败原因
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// 0:失败,1:成功
	Success string `json:"success,omitempty" xml:"success,omitempty"`
	// 7:退货单   3:调拨出库单, 10 质量反馈
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 单据号
	BizOrderCode string `json:"biz_order_code,omitempty" xml:"biz_order_code,omitempty"`
	// 唯一识别码
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
}

ErpBillCallbackDto 结构体

type ErpBillDto

type ErpBillDto struct {
	// orderCode
	OrderCode string `json:"order_code,omitempty" xml:"order_code,omitempty"`
	// status
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// createDate
	CreateDate string `json:"create_date,omitempty" xml:"create_date,omitempty"`
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// type
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
}

ErpBillDto 结构体

type ErpOutputOrderDto

type ErpOutputOrderDto struct {
	// 商品明细列表(子表)
	OutputItemInfos []OutputItemInfoDto `json:"output_item_infos,omitempty" xml:"output_item_infos>output_item_info_dto,omitempty"`
	// 出库时间,商家系统中记录的本批次商品的实际退货出库时间
	BizDate string `json:"biz_date,omitempty" xml:"biz_date,omitempty"`
	// 单据号
	BizOrderCode string `json:"biz_order_code,omitempty" xml:"biz_order_code,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 供应商code,可选值:当是退给供应商时,提供供应商编码;当是退给大仓时,提供大仓编码;当是调拨出库时,提供对方门店编码
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 店仓code,指的是出库对象,对应一个物理店或仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 单据类型,出库接口的单据类型包括退货单和调拨出单(1:退货单; 2:调拨出单)
	BizType int64 `json:"biz_type,omitempty" xml:"biz_type,omitempty"`
	// 单据子类型,出库单据类型为退货单时,需要进一步区分子类型为退供应商和退大仓(DC)(1:退供应商  2:退大仓 )
	SubType int64 `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
}

ErpOutputOrderDto 结构体

type ErpReturnItemDto

type ErpReturnItemDto struct {
	// 数量
	Count string `json:"count,omitempty" xml:"count,omitempty"`
	// 库位号,退货库位号
	CabinetCode string `json:"cabinet_code,omitempty" xml:"cabinet_code,omitempty"`
	// 商品code
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
}

ErpReturnItemDto 结构体

type ExchangeRuleDto

type ExchangeRuleDto struct {
	// 每组最大购买数量, 单次下单可换购的不同sku商品数。换购分组该字段为必填
	MaxBuyNum int64 `json:"max_buy_num,omitempty" xml:"max_buy_num,omitempty"`
	// 换购分组顺序
	OrderNum int64 `json:"order_num,omitempty" xml:"order_num,omitempty"`
}

ExchangeRuleDto 结构体

type ExpirePeriodInfo

type ExpirePeriodInfo struct {
	// 优惠具体折扣,1到1000
	PromotionValue int64 `json:"promotion_value,omitempty" xml:"promotion_value,omitempty"`
	// 0到24,小时数值
	EndHour int64 `json:"end_hour,omitempty" xml:"end_hour,omitempty"`
	// 0到24,小时数值
	StartHour int64 `json:"start_hour,omitempty" xml:"start_hour,omitempty"`
	// 外部商家id
	OutId int64 `json:"out_id,omitempty" xml:"out_id,omitempty"`
}

ExpirePeriodInfo 结构体

type ExpirePromotionBo

type ExpirePromotionBo struct {
	// 短保时间段信息
	PeriodInfos []ExpirePeriodInfo `json:"period_infos,omitempty" xml:"period_infos>expire_period_info,omitempty"`
	// 门店id
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 商品skucode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商家code
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
}

ExpirePromotionBo 结构体

type ExpirePromotionResult

type ExpirePromotionResult struct {
	// errorMsg
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// skuCode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// merchantCode
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// shopId
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// itemId
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ExpirePromotionResult 结构体

type ExpressPackage

type ExpressPackage struct {
	// 快递公司编码
	ExpressComCode string `json:"express_com_code,omitempty" xml:"express_com_code,omitempty"`
	// 快递公司名称
	ExpressComName string `json:"express_com_name,omitempty" xml:"express_com_name,omitempty"`
	// 运单号
	WayBillNo string `json:"way_bill_no,omitempty" xml:"way_bill_no,omitempty"`
	// 包裹ID
	PackageId string `json:"package_id,omitempty" xml:"package_id,omitempty"`
	// 包裹中商品出库销售数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 包裹中商品出库库存数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 包裹重量(单位g)
	PackageWeight string `json:"package_weight,omitempty" xml:"package_weight,omitempty"`
}

ExpressPackage 结构体

type ExtMap added in v1.2.5

type ExtMap struct {
	// 订单小号
	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`
	// 最晚拣货完成时间
	LatestPrepareTime string `json:"latest_prepare_time,omitempty" xml:"latest_prepare_time,omitempty"`
}

ExtMap 结构体

type FamilyInfo

type FamilyInfo struct {
	// 手机号码
	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`
	// 家庭成员姓名
	FamilyName string `json:"family_name,omitempty" xml:"family_name,omitempty"`
	// 职位
	Post string `json:"post,omitempty" xml:"post,omitempty"`
	// 关系
	Relationship string `json:"relationship,omitempty" xml:"relationship,omitempty"`
	// 工作单位
	WorkCompany string `json:"work_company,omitempty" xml:"work_company,omitempty"`
}

FamilyInfo 结构体

type FetchAggregate added in v1.2.5

type FetchAggregate struct {
	// 期望取货数量
	ExpectFetchQuantity string `json:"expect_fetch_quantity,omitempty" xml:"expect_fetch_quantity,omitempty"`
	// 期望退款数量
	ExpectRefundQuantity string `json:"expect_refund_quantity,omitempty" xml:"expect_refund_quantity,omitempty"`
	// 子单号
	SubOutOrderId string `json:"sub_out_order_id,omitempty" xml:"sub_out_order_id,omitempty"`
	// 取货类型(1上门取货)
	FetchType int64 `json:"fetch_type,omitempty" xml:"fetch_type,omitempty"`
}

FetchAggregate 结构体

type FetchAggregateSdo added in v1.2.5

type FetchAggregateSdo struct {
	// 主单号
	MainOutOrderId string `json:"main_out_order_id,omitempty" xml:"main_out_order_id,omitempty"`
	// 子单号
	SubOutOrderId string `json:"sub_out_order_id,omitempty" xml:"sub_out_order_id,omitempty"`
	// 期望取货数量
	ExpectFetchQuantity string `json:"expect_fetch_quantity,omitempty" xml:"expect_fetch_quantity,omitempty"`
	// 时间取货数量
	ActualFetchQuantity string `json:"actual_fetch_quantity,omitempty" xml:"actual_fetch_quantity,omitempty"`
	// 取货结束时间
	FetchEndTime string `json:"fetch_end_time,omitempty" xml:"fetch_end_time,omitempty"`
	// 期望退款数量
	ExpectRefundQuantity string `json:"expect_refund_quantity,omitempty" xml:"expect_refund_quantity,omitempty"`
	// 状态
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 取货类型
	FetchType int64 `json:"fetch_type,omitempty" xml:"fetch_type,omitempty"`
}

FetchAggregateSdo 结构体

type FinanceOrderDetail

type FinanceOrderDetail struct {
	// 币种
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 税率
	TaxRate string `json:"tax_rate,omitempty" xml:"tax_rate,omitempty"`
	// 销售渠道
	SaleChannel string `json:"sale_channel,omitempty" xml:"sale_channel,omitempty"`
	// 销售来源
	SaleSource string `json:"sale_source,omitempty" xml:"sale_source,omitempty"`
	// 交易类型
	TradeType string `json:"trade_type,omitempty" xml:"trade_type,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 业务主订单id
	PTradeId string `json:"p_trade_id,omitempty" xml:"p_trade_id,omitempty"`
	// 门店名称
	ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"`
	// 门店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 交易时间,用户实际下单时间,格式:HH:mm:ss
	TradeTime string `json:"trade_time,omitempty" xml:"trade_time,omitempty"`
	// 业务日期,用户实际下单日期,格式:yyyyMMdd
	BizDate string `json:"biz_date,omitempty" xml:"biz_date,omitempty"`
	// 业务主键
	BizUk string `json:"biz_uk,omitempty" xml:"biz_uk,omitempty"`
	// 未税销售净额
	UntaxSaleTotalAmount int64 `json:"untax_sale_total_amount,omitempty" xml:"untax_sale_total_amount,omitempty"`
	// 含税销售净额
	SaleTotalAmount int64 `json:"sale_total_amount,omitempty" xml:"sale_total_amount,omitempty"`
	// 未税优惠金额
	UntaxDiscountAmount int64 `json:"untax_discount_amount,omitempty" xml:"untax_discount_amount,omitempty"`
	// 含税优惠金额
	DiscountAmount int64 `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 未税金额
	UntaxAmount int64 `json:"untax_amount,omitempty" xml:"untax_amount,omitempty"`
	// 含税金额
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 含税商品单价(元)
	UnitPrice int64 `json:"unit_price,omitempty" xml:"unit_price,omitempty"`
	// 交易数量
	Quantity int64 `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 交易类型编码      * 88 - 销售      * 99 - 退款
	TradeTypeCode int64 `json:"trade_type_code,omitempty" xml:"trade_type_code,omitempty"`
}

FinanceOrderDetail 结构体

type FinanceOrderDetailRequest

type FinanceOrderDetailRequest struct {
	// 门店编码list
	ShopCodes []string `json:"shop_codes,omitempty" xml:"shop_codes>string,omitempty"`
	// 销售渠道
	SaleChannel string `json:"sale_channel,omitempty" xml:"sale_channel,omitempty"`
	// 销售来源
	SaleSource string `json:"sale_source,omitempty" xml:"sale_source,omitempty"`
	// 交易类型
	TradeType string `json:"trade_type,omitempty" xml:"trade_type,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 当前页码
	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`
	// 每页条数
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

FinanceOrderDetailRequest 结构体

type FinanceOrderDetailResponse

type FinanceOrderDetailResponse struct {
	// 财务订单信息
	FinanceOrderDetails []FinanceOrderDetail `json:"finance_order_details,omitempty" xml:"finance_order_details>finance_order_detail,omitempty"`
	// 分页信息
	Pagination *Pagination `json:"pagination,omitempty" xml:"pagination,omitempty"`
}

FinanceOrderDetailResponse 结构体

type FulfillLogisticDefaultResult

type FulfillLogisticDefaultResult struct {
	// 返回码含义描述
	ErrDesc string `json:"err_desc,omitempty" xml:"err_desc,omitempty"`
	// 返回码(success=false时不能为空): SYSTEM_ERROR :系统异常(指令可重发) PARAM_ERROR :参数错误(指令不可重发,监控报警) BUSINESS_ERROR:业务异常(指令不可重发,监控报警)
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// true 调用成功 false 调用失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

FulfillLogisticDefaultResult 结构体

type FulfillLogisticListResult

type FulfillLogisticListResult struct {
	// 小票批次信息
	Results []ReceiptBatchInfo `json:"results,omitempty" xml:"results>receipt_batch_info,omitempty"`
	// SYSTEM_ERROR("SYSTEM_ERROR", "系统异常"),PARAM_ERROR("PARAM_ERROR", "参数错误"),BUSINESS_ERROR("BUSINESS_ERROR", "业务异常");
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 返回码含义描述
	ErrDesc string `json:"err_desc,omitempty" xml:"err_desc,omitempty"`
	// true 调用成功 false 调用异常
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

FulfillLogisticListResult 结构体

type FulfillOrder

type FulfillOrder struct {
	// 子订单信息列表
	SkuInfoList []SkuInfo `json:"sku_info_list,omitempty" xml:"sku_info_list>sku_info,omitempty"`
	// 履约单号
	FulfillOrderId string `json:"fulfill_order_id,omitempty" xml:"fulfill_order_id,omitempty"`
	// 扩展属性
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 收货人姓名
	BuyerName string `json:"buyer_name,omitempty" xml:"buyer_name,omitempty"`
	// 收货人电话
	BuyerPhone string `json:"buyer_phone,omitempty" xml:"buyer_phone,omitempty"`
	// 收货人地址
	BuyerAddress string `json:"buyer_address,omitempty" xml:"buyer_address,omitempty"`
	// 订单总金额
	TotalOrderAmount string `json:"total_order_amount,omitempty" xml:"total_order_amount,omitempty"`
	// 订单优惠金额
	DiscountAmount string `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 订单应付金额
	PayOrderAmount string `json:"pay_order_amount,omitempty" xml:"pay_order_amount,omitempty"`
	// 实付金额
	PaidAmount string `json:"paid_amount,omitempty" xml:"paid_amount,omitempty"`
	// 主订单差额退款金额
	RefundAmount string `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
	// 运费
	CarriageAmount string `json:"carriage_amount,omitempty" xml:"carriage_amount,omitempty"`
	// 取消金额
	CancelAmount string `json:"cancel_amount,omitempty" xml:"cancel_amount,omitempty"`
	// 缺货金额
	OutOfStockAmount string `json:"out_of_stock_amount,omitempty" xml:"out_of_stock_amount,omitempty"`
	// 盒马交易单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 外部交易单号
	SourceOrderId string `json:"source_order_id,omitempty" xml:"source_order_id,omitempty"`
	// 业务场景
	ScenarioGroup string `json:"scenario_group,omitempty" xml:"scenario_group,omitempty"`
	// 订单标识,取值举例:早波次001、早波次002、早波次003
	OrderTag string `json:"order_tag,omitempty" xml:"order_tag,omitempty"`
	// 温层标识,取值:常温、冷藏、冷冻
	StorageMode string `json:"storage_mode,omitempty" xml:"storage_mode,omitempty"`
	// 多供给标识,取值:多1、多2、多3
	NewSupply string `json:"new_supply,omitempty" xml:"new_supply,omitempty"`
}

FulfillOrder 结构体

type FulfillProduct added in v1.2.8

type FulfillProduct struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品履约线路
	LineInstances string `json:"line_instances,omitempty" xml:"line_instances,omitempty"`
}

FulfillProduct 结构体

type FulfillSingleResult

type FulfillSingleResult struct {
	// 异常信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 异常描述
	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
	// 异常code
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 处理结果
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
	// 是否业务异常
	BizException bool `json:"biz_exception,omitempty" xml:"biz_exception,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

FulfillSingleResult 结构体

type FulfillVoidResult

type FulfillVoidResult struct {
	// 返回码含义描述
	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
	// 返回码(success=false时不能为空): SYSTEM_ERROR :系统异常(指令可重发) PARAM_ERROR :参数错误(指令不可重发,监控报警) BUSINESS_ERROR:业务异常(指令不可重发,监控报警)
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// true 调用成功 false 调用失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

FulfillVoidResult 结构体

type FullRangeActivity

type FullRangeActivity struct {
	// 优惠适用场景[APP|POS|POS+APP分别对应的值为1|2|1,2]
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 参加活动的渠道店ids
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 活动的梯度列表
	RuleStairs []Rulestairs `json:"rule_stairs,omitempty" xml:"rule_stairs>rulestairs,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动详情描述,不超过30个英文字符
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 活动名称,不超过10个英文字符
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 商家人群编码
	MerchantCrowdCode string `json:"merchant_crowd_code,omitempty" xml:"merchant_crowd_code,omitempty"`
	// 淘鲜达人群编码
	TxdCrowdCode string `json:"txd_crowd_code,omitempty" xml:"txd_crowd_code,omitempty"`
	// 通用限购信息,-1为不限制,默认为不限制
	LimitInfo *LimitInfo `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// 活动结束时间,时间戳
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 活动开始时间,时间戳
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
}

FullRangeActivity 结构体

type HeartBeatBo

type HeartBeatBo struct {
	// MARKET-营销,ITEM-商品
	BizCode string `json:"biz_code,omitempty" xml:"biz_code,omitempty"`
	// 当前版本信息
	VersionId int64 `json:"version_id,omitempty" xml:"version_id,omitempty"`
}

HeartBeatBo 结构体

type IdListQueryRequest

type IdListQueryRequest struct {
	// 中台订单号
	BizIdList []int64 `json:"biz_id_list,omitempty" xml:"biz_id_list>int64,omitempty"`
	// 淘系订单号
	TbBizIdList []int64 `json:"tb_biz_id_list,omitempty" xml:"tb_biz_id_list>int64,omitempty"`
	// 渠道单号
	OutOrderIdList []string `json:"out_order_id_list,omitempty" xml:"out_order_id_list>string,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

IdListQueryRequest 结构体

type InboundInfoCommitReq

type InboundInfoCommitReq struct {
	// 入库商品明细
	InboundItemInfos []InboundItemInfo `json:"inbound_item_infos,omitempty" xml:"inbound_item_infos>inbound_item_info,omitempty"`
	// 收货入库单号
	InboundOrderNo string `json:"inbound_order_no,omitempty" xml:"inbound_order_no,omitempty"`
	// 收货时间
	ReceivedTime string `json:"received_time,omitempty" xml:"received_time,omitempty"`
	// 采购退货单单号
	ReturnOrderNo string `json:"return_order_no,omitempty" xml:"return_order_no,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
}

InboundInfoCommitReq 结构体

type InboundItemInfo

type InboundItemInfo struct {
	// 收货数量
	InboundQuantity string `json:"inbound_quantity,omitempty" xml:"inbound_quantity,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
}

InboundItemInfo 结构体

type IndustryPropDo

type IndustryPropDo struct {
	// 行业对应的属性
	Props []PropDo `json:"props,omitempty" xml:"props>prop_do,omitempty"`
	// 行业类型
	IndustryType string `json:"industry_type,omitempty" xml:"industry_type,omitempty"`
}

IndustryPropDo 结构体

type InsuranceOrder

type InsuranceOrder struct {
	// 签收时间
	SignTime string `json:"sign_time,omitempty" xml:"sign_time,omitempty"`
	// 交易单号生成时间
	OrderCreateTime string `json:"order_create_time,omitempty" xml:"order_create_time,omitempty"`
	// 快递单号
	ExpressNo string `json:"express_no,omitempty" xml:"express_no,omitempty"`
	// 收货地址
	DeliveryAddress string `json:"delivery_address,omitempty" xml:"delivery_address,omitempty"`
	// 发货地址
	SendAddress string `json:"send_address,omitempty" xml:"send_address,omitempty"`
	// 订单总价(单位: 分)
	OrderAmount string `json:"order_amount,omitempty" xml:"order_amount,omitempty"`
	// 猫超商品类目名称(从root到叶子节点)
	ItemCategory string `json:"item_category,omitempty" xml:"item_category,omitempty"`
	// 货物单价
	ItemPrice string `json:"item_price,omitempty" xml:"item_price,omitempty"`
	// 货物数量(下单销售数量)
	ItemQuantity string `json:"item_quantity,omitempty" xml:"item_quantity,omitempty"`
	// 货物名称
	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`
	// 交易子订单ID
	TbSubOrderId int64 `json:"tb_sub_order_id,omitempty" xml:"tb_sub_order_id,omitempty"`
}

InsuranceOrder 结构体

type InventoryTopResultBo

type InventoryTopResultBo struct {
	// inventoryInfoList
	InventoryInfoList []Inventoryinfolist `json:"inventory_info_list,omitempty" xml:"inventory_info_list>inventoryinfolist,omitempty"`
	// queryPageNum
	QueryPageNum int64 `json:"query_page_num,omitempty" xml:"query_page_num,omitempty"`
	// queryPageSize
	QueryPageSize int64 `json:"query_page_size,omitempty" xml:"query_page_size,omitempty"`
	// totalPageNum
	TotalPageNum int64 `json:"total_page_num,omitempty" xml:"total_page_num,omitempty"`
}

InventoryTopResultBo 结构体

type Inventoryinfolist

type Inventoryinfolist struct {
	// realInvent
	RealInvent string `json:"real_invent,omitempty" xml:"real_invent,omitempty"`
	// storageUnit
	StorageUnit string `json:"storage_unit,omitempty" xml:"storage_unit,omitempty"`
	// itemCode
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
}

Inventoryinfolist 结构体

type IsvOrderQueryParam

type IsvOrderQueryParam struct {
	// 商家外部门店编码
	OutShopCode string `json:"out_shop_code,omitempty" xml:"out_shop_code,omitempty"`
	// 外部订单id
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
}

IsvOrderQueryParam 结构体

type IsvQueryCouponParam

type IsvQueryCouponParam struct {
	// umpId列表,最多支持一次批量查询20个
	UmpIdList []int64 `json:"ump_id_list,omitempty" xml:"ump_id_list>int64,omitempty"`
}

IsvQueryCouponParam 结构体

type IsvSendBenefitParam

type IsvSendBenefitParam struct {
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部erp门店编码
	OutShopCode string `json:"out_shop_code,omitempty" xml:"out_shop_code,omitempty"`
	// 支付宝支付单号
	AlipayTradeId string `json:"alipay_trade_id,omitempty" xml:"alipay_trade_id,omitempty"`
	// 设备id,isv这边可能给到的是设备编号
	DeviceId string `json:"device_id,omitempty" xml:"device_id,omitempty"`
	// 设备类型。1是人工pos,2是自助pos
	DeviceType int64 `json:"device_type,omitempty" xml:"device_type,omitempty"`
}

IsvSendBenefitParam 结构体

type IsvShopStockParam

type IsvShopStockParam struct {
	// 门店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 商品条码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 派样活动id
	SampleActivityId int64 `json:"sample_activity_id,omitempty" xml:"sample_activity_id,omitempty"`
}

IsvShopStockParam 结构体

type IsvSupplySyncParam

type IsvSupplySyncParam struct {
	// 商品条码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 仓类型,warehouse是大仓、shop是店仓
	WarehouseType string `json:"warehouse_type,omitempty" xml:"warehouse_type,omitempty"`
	// 仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 仓名称
	Warehouse string `json:"warehouse,omitempty" xml:"warehouse,omitempty"`
	// 库存变动类型,arrive是到货、deliver是出货、lose是丢货
	ModifyType string `json:"modify_type,omitempty" xml:"modify_type,omitempty"`
	// 库存变动时间
	ModifyTime string `json:"modify_time,omitempty" xml:"modify_time,omitempty"`
	// 操作人
	Operator string `json:"operator,omitempty" xml:"operator,omitempty"`
	// 订单id,用来唯一标识库存流转记录,避免重复同步
	OrderId int64 `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 库存变动数量,到货是正值、出货是负值、丢货是负值
	ModifyQuantity int64 `json:"modify_quantity,omitempty" xml:"modify_quantity,omitempty"`
	// 派样活动id
	SampleActivityId int64 `json:"sample_activity_id,omitempty" xml:"sample_activity_id,omitempty"`
}

IsvSupplySyncParam 结构体

type ItemBuyGiftActivity

type ItemBuyGiftActivity struct {
	// 优惠适用场景[APP|POS|POS+APP分别对应的值为1|2|1,2]
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 参加活动的渠道店ids
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 买赠活动详情描述,不超过30个英文字符
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 买赠活动名称,不超过10个英文字符
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 商家人群编码
	MerchantCrowdCode string `json:"merchant_crowd_code,omitempty" xml:"merchant_crowd_code,omitempty"`
	// 淘鲜达人群编码
	TxdCrowdCode string `json:"txd_crowd_code,omitempty" xml:"txd_crowd_code,omitempty"`
	// 活动开始时间,时间戳
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间,时间戳
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 会员维度活动参与人群限制[-1:不限制;1:会员专享;2:非会员专享]
	MemberLimit int64 `json:"member_limit,omitempty" xml:"member_limit,omitempty"`
	// 五道口活动id
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
}

ItemBuyGiftActivity 结构体

type ItemBuyGiftSku

type ItemBuyGiftSku struct {
	// 商品的skuCode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 赠品的skuCode
	GiftSkuCode string `json:"gift_sku_code,omitempty" xml:"gift_sku_code,omitempty"`
	// 淘宝item和shop的对应关系, k-itemId, v-shopId
	ItemShopRelation string `json:"item_shop_relation,omitempty" xml:"item_shop_relation,omitempty"`
	// 主商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 赠品名称
	GiftSkuName string `json:"gift_sku_name,omitempty" xml:"gift_sku_name,omitempty"`
	// 限购信息
	LimitInfo *LimitInfo `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// 买赠门槛数量
	BuyNum int64 `json:"buy_num,omitempty" xml:"buy_num,omitempty"`
}

ItemBuyGiftSku 结构体

type ItemConfirmInfo

type ItemConfirmInfo struct {
	// 确认数量(为正数或零)
	ConfirmQuantity string `json:"confirm_quantity,omitempty" xml:"confirm_quantity,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
}

ItemConfirmInfo 结构体

type ItemCouponSku

type ItemCouponSku struct {
	// 商品的skuCode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 淘宝item和shop的对应关系, k-itemId, v-shopId
	ItemShopRelation string `json:"item_shop_relation,omitempty" xml:"item_shop_relation,omitempty"`
}

ItemCouponSku 结构体

type ItemDiscountActivity

type ItemDiscountActivity struct {
	// 参加活动的渠道店ids
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 优惠适用场景[APP|POS|POS+APP分别对应的值为1|2|1,2]
	Terminals []int64 `json:"terminals,omitempty" xml:"terminals>int64,omitempty"`
	// 商品特价优惠方式[itemDecreaseMoney:商品特价减钱;itemFixPrice:商品特价一口价;itemDiscount:商品特价打折]
	DiscountType string `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// 活动名称,不超过10个英文字符
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动详情描述,不超过30个英文字符
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 商家人群编码
	MerchantCrowdCode string `json:"merchant_crowd_code,omitempty" xml:"merchant_crowd_code,omitempty"`
	// 淘鲜达人群编码
	TxdCrowdCode string `json:"txd_crowd_code,omitempty" xml:"txd_crowd_code,omitempty"`
	// 渠道key
	ActivityChannel string `json:"activity_channel,omitempty" xml:"activity_channel,omitempty"`
	// 活动结束时间,时间戳
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 活动开始时间,时间戳
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 五道口活动id
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// 会员维度活动参与人群限制[-1:不限制;1:会员专享;2:非会员专享]
	MemberLimit int64 `json:"member_limit,omitempty" xml:"member_limit,omitempty"`
	// 周期优惠信息
	PeriodConfig *PeriodConfig `json:"period_config,omitempty" xml:"period_config,omitempty"`
	// 活动优先级,值越大表示优先级越高,必须大于0
	PriorityValue int64 `json:"priority_value,omitempty" xml:"priority_value,omitempty"`
	// coverBefore
	CoverBefore bool `json:"cover_before,omitempty" xml:"cover_before,omitempty"`
}

ItemDiscountActivity 结构体

type ItemDiscountActivityElementOperateRequest

type ItemDiscountActivityElementOperateRequest struct {
	// 商品元素信息
	SkuElements []SkuActivityElementDto `json:"sku_elements,omitempty" xml:"sku_elements>sku_activity_element_dto,omitempty"`
	// 操作人ID(仅支持数字类型)
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人Name
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// erp外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 操作活动的ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

ItemDiscountActivityElementOperateRequest 结构体

type ItemDiscountActivityOperateRequest

type ItemDiscountActivityOperateRequest struct {
	// 活动终端:1-APP,2-POS
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 活动生效的经营店ID
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 活动人群编码,NEW_USER:新用户,OLD_USER:老用户,LIGHT_NEW_USER:闪购新客,MERCHANT_NEW_USER:商家新用户,MERCHANT_OLD_USER:商家老用户
	MemberCrowdCode []string `json:"member_crowd_code,omitempty" xml:"member_crowd_code>string,omitempty"`
	// 枚举: 2 美团 3 饿了么 26 京东到家 31 翱象淘鲜达 32 翱象共享库存
	Channels []string `json:"channels,omitempty" xml:"channels>string,omitempty"`
	// 操作人ID(数字类型)
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人name
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 扩展信息,json串
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 特价类型,1-减钱,2-一口价,3-打折
	DiscountType int64 `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// 活动开始时间
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 限购配置信息
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
}

ItemDiscountActivityOperateRequest 结构体

type ItemDiscountActivityQueryRequest added in v1.2.5

type ItemDiscountActivityQueryRequest struct {
	// erp外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

ItemDiscountActivityQueryRequest 结构体

type ItemDiscountActivityRequest

type ItemDiscountActivityRequest struct {
	// 优惠适用场景[APP|POS|POS+APP分别对应的值为1|2|1,2]
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 参加活动的渠道店ids
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 自定义同步的渠道配置
	ChannelConfigList []ChannelConfig `json:"channel_config_list,omitempty" xml:"channel_config_list>channel_config,omitempty"`
	// 商品特价优惠方式[itemDecreaseMoney:商品特价减钱;itemFixPrice:商品特价一口价;itemDiscount:商品特价打折]
	DiscountType string `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// 活动详情描述,不超过30个英文字符
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动名称,不超过10个英文字符
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 商家人群编码
	MerchantCrowdCode string `json:"merchant_crowd_code,omitempty" xml:"merchant_crowd_code,omitempty"`
	// 淘鲜达人群编码
	TxdCrowdCode string `json:"txd_crowd_code,omitempty" xml:"txd_crowd_code,omitempty"`
	// 渠道编码
	ActivityChannel string `json:"activity_channel,omitempty" xml:"activity_channel,omitempty"`
	// 活动开始时间,时间戳
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间,时间戳
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 会员维度活动参与人群限制[-1:不限制;1:会员专享;2:非会员专享]
	MemberLimit int64 `json:"member_limit,omitempty" xml:"member_limit,omitempty"`
	// 周期优惠信息
	PeriodConfig *PeriodConfig `json:"period_config,omitempty" xml:"period_config,omitempty"`
	// 活动优先级,值越大表示优先级越高,必须大于0
	PriorityValue int64 `json:"priority_value,omitempty" xml:"priority_value,omitempty"`
	// 是否参加后单压前单,默认不参加
	CoverBefore bool `json:"cover_before,omitempty" xml:"cover_before,omitempty"`
	// 是否自定义渠道同步
	ByChannel bool `json:"by_channel,omitempty" xml:"by_channel,omitempty"`
}

ItemDiscountActivityRequest 结构体

type ItemDiscountActivitySkuQueryRequest added in v1.2.5

type ItemDiscountActivitySkuQueryRequest struct {
	// 商品编码列表
	SkuCodes []string `json:"sku_codes,omitempty" xml:"sku_codes>string,omitempty"`
	// 商品条码列表
	BarCodes []string `json:"bar_codes,omitempty" xml:"bar_codes>string,omitempty"`
	// erp外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 分页查询参数
	PageInfo *ActivitySkuQueryDto `json:"page_info,omitempty" xml:"page_info,omitempty"`
	// 换购品标识
	ExchangeSku bool `json:"exchange_sku,omitempty" xml:"exchange_sku,omitempty"`
}

ItemDiscountActivitySkuQueryRequest 结构体

type ItemDiscountPromotionActivityDto added in v1.2.5

type ItemDiscountPromotionActivityDto struct {
	// 活动周几生效
	Weekdays []string `json:"weekdays,omitempty" xml:"weekdays>string,omitempty"`
	// 活动每天生效时间段
	EveryDayPeriods []string `json:"every_day_periods,omitempty" xml:"every_day_periods>string,omitempty"`
	// 优惠适用场景:1:APP  2:POS
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 门店列表
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 外部门店列表
	OuterStoreIds []string `json:"outer_store_ids,omitempty" xml:"outer_store_ids>string,omitempty"`
	// 人群编码,saas平台人群编码:NEW_USER: 新用户, OLD_USER:老用户,LIGHT_NEW_USER:闪购新客
	MemberCrowdCodes []string `json:"member_crowd_codes,omitempty" xml:"member_crowd_codes>string,omitempty"`
	// 外部订单号
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 操作人ID
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人姓名
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 单品活动类型1:减钱 2:一口价 3:打折
	DiscountType int64 `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// 营销活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 活动开始时间
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 限购信息
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
}

ItemDiscountPromotionActivityDto 结构体

type ItemDiscountSku

type ItemDiscountSku struct {
	// 商品的skuCode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 淘宝item和shop的对应关系, k-itemId, v-shopId
	ItemShopRelation string `json:"item_shop_relation,omitempty" xml:"item_shop_relation,omitempty"`
	// 限购信息
	LimitInfo *LimitInfo `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// <优惠明细,分为单位>优惠类型为[减价],则代表直降金额[如700,表示商品直降7元];优惠券类型为[一口价],则代表一口价[如700,表示商品一口价为7元];优惠券类型为[打折],则代表折扣[如700,表示打7折]
	Value int64 `json:"value,omitempty" xml:"value,omitempty"`
	// 门槛数量,金额值单位为分
	ConditionNum int64 `json:"condition_num,omitempty" xml:"condition_num,omitempty"`
	// 门槛类型,2:累计消费金额,3:累计购买次数
	ConditionType int64 `json:"condition_type,omitempty" xml:"condition_type,omitempty"`
}

ItemDiscountSku 结构体

type ItemInfo

type ItemInfo struct {
	// 商品状态:商品在机构内的生命周期,商品状态;A-正常、T-暂时停购、C-淘汰出清、R-清退、D-删除封挡,传ATCRD
	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`
	// 商品名称:商品名称;显示在手机APP商品详情页,对商品直观的描述,通常包含了品牌、规格等信息。商品名称也会显示在pos小票上。附:淘鲜达系统的商品品名禁止出现“专供”,“特供”,“聚划算”字样。
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品类型:商品类型类型 1:普通商品、2:加工半成品、3:加工成品、4:原材料、5:耗材
	ItemTypeNew string `json:"item_type_new,omitempty" xml:"item_type_new,omitempty"`
	// 商品编码:商品编码(此字段不能修改),商品在商家的唯一编码,传商家本地ERP一致的商品编码(货号)
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商家类目编码:商家类目code,可以为空
	MerchantCatCode string `json:"merchant_cat_code,omitempty" xml:"merchant_cat_code,omitempty"`
	// 库存单位:库存单位(此字段一经录入不能修改),存储的最小单位,从计量单位表中选择,如果没有对应的单位,可以由运营联系淘鲜达的运营新增单位。填写下列单位选项:毫升、升、加仑、屉、批、面、刀、幅、册、口、床、捆、壶、版、平方米、米、厘米、毫米、笼、坛、节、筒、半只、卡、板、双、粒、令、筐、碗、排、盘、顶、本、封、颗、付、辆、台、次、张、g、盆、组、扎、只、支、提、套、束、片、枚、篮、棵、卷、听、罐、根、副、份、朵、对、袋、打、串、杯、把、kg、件、箱、块、条、瓶、桶、包、盒、个。若新增的单位需要支持小数点库存,联系飞观。手机淘宝中淘鲜达价格展示是用的库存单位。商家在填写商品库存单位时,应注意此单位展示合理性;在库存和销售单位实际不一致的情况(例如某类商品库存使用kg,销售使用g)之外,建议商品库存单位和销售单位一致。
	InventoryUtil string `json:"inventory_util,omitempty" xml:"inventory_util,omitempty"`
	// 机构名称:机构名称,由淘鲜达商家运营分配
	OrgName string `json:"org_name,omitempty" xml:"org_name,omitempty"`
	// 机构编码:机构编码,由淘鲜达商家运营分配
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`
	// 盒马类目ID:需要商家把自己的类目对应到盒马的类目上,填写盒马类目ID,如果商家不填写,系统则会进行类目预测,将预测到的类目填写进去
	BackCatCode string `json:"back_cat_code,omitempty" xml:"back_cat_code,omitempty"`
	// 产地:需要传淘鲜达产地库中的值;国内产地传值格式:中国|省|市。若不能确定产地,可以传“见产品外包装”。国外产地只需要传国家名
	ProducerPlace string `json:"producer_place,omitempty" xml:"producer_place,omitempty"`
	// 供应商ID:供应商ID;淘鲜达合作商家填虚拟供应商ID,一共2个(自营、联营),由淘鲜达运营帮忙创建,联营商品需填写联营供应商ID,该商品可以通过联营供应商RF枪扫码入库库存
	SupplierNo string `json:"supplier_no,omitempty" xml:"supplier_no,omitempty"`
	// 销售规格描述:商品销售单位对应的含量表达;APP展示重要字段,体现售卖单位中含有的商品数量,通常描述为“550g/份”等样式。填字符串。
	SaleSpec string `json:"sale_spec,omitempty" xml:"sale_spec,omitempty"`
	// 商品简称:对于商品的描述进行简化的表达,以便在拣货、标签等页面上能够进行直接展示;最多40个字符,会显示在pos屏幕上
	ShortTitle string `json:"short_title,omitempty" xml:"short_title,omitempty"`
	// 品牌名称:商品的品牌名字,需要先在淘鲜达提供的品牌库中匹配,如果匹配不上的直接传ERP中的品牌值
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 净含量:商品包装规格的描述,建议跟销售规格描述填写一致
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 存储条件:存储条件;填常温、冷藏、冷冻、热链、鲜活
	Storage string `json:"storage,omitempty" xml:"storage,omitempty"`
	// 条码:包含商品包装上已经印刷的条码,也包含企业内部的自编条码用于打印在食品包装上
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 标价签类型:标价签类型;商品在门店陈列时,采用的售价标签类型。因不采用电子价签,建议商家填默认值“无价签”
	LabelStyleType string `json:"label_style_type,omitempty" xml:"label_style_type,omitempty"`
	// 售卖单位
	SaleUtil string `json:"sale_util,omitempty" xml:"sale_util,omitempty"`
	// 门店商品售价:商品一个库存单位的售卖价格,2位小数
	SkuPrice int64 `json:"sku_price,omitempty" xml:"sku_price,omitempty"`
	// 门店商品会员售价:会员正常购买该商品的售价,2位小数
	MemberPrice int64 `json:"member_price,omitempty" xml:"member_price,omitempty"`
	// 重量
	Weight int64 `json:"weight,omitempty" xml:"weight,omitempty"`
	// 是否进口:是否进口,是否进口;原产地非中国,都填是 1:是? 0:否(默认为0)
	ImportFlag int64 `json:"import_flag,omitempty" xml:"import_flag,omitempty"`
	// 保质天数:商品的保质期天数,必须为整数,0代表不管理保质期
	Period int64 `json:"period,omitempty" xml:"period,omitempty"`
	// 是否称重:是否称重(此字段一经录入不能修改);若库存单位是kg,或g,此字段填是,其他的填否 1:是? 0:否(默认为0)
	WeightFlag int64 `json:"weight_flag,omitempty" xml:"weight_flag,omitempty"`
	// 均重
	AvgWeight int64 `json:"avg_weight,omitempty" xml:"avg_weight,omitempty"`
}

ItemInfo 结构体

type ItemInfoDto added in v1.2.5

type ItemInfoDto struct {
	// 加工服务
	ServiceNames []string `json:"service_names,omitempty" xml:"service_names>string,omitempty"`
	// 库存单位
	SkuStockUnit string `json:"sku_stock_unit,omitempty" xml:"sku_stock_unit,omitempty"`
	// 商品原单价
	ItemUnitPrice string `json:"item_unit_price,omitempty" xml:"item_unit_price,omitempty"`
	// 商品编码
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// 实称重量
	NonstandardItemCount string `json:"nonstandard_item_count,omitempty" xml:"nonstandard_item_count,omitempty"`
	// 商品原合计金额
	TotalAmount string `json:"total_amount,omitempty" xml:"total_amount,omitempty"`
	// 商品应拣重量
	ExpectStockQuantity string `json:"expect_stock_quantity,omitempty" xml:"expect_stock_quantity,omitempty"`
	// 商品名称
	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`
	// 条形码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 缺货出件数
	OutOfStockItemCount int64 `json:"out_of_stock_item_count,omitempty" xml:"out_of_stock_item_count,omitempty"`
	// 商品应拣数量
	ExpectItemCount int64 `json:"expect_item_count,omitempty" xml:"expect_item_count,omitempty"`
	// 温层信息
	StorageMode int64 `json:"storage_mode,omitempty" xml:"storage_mode,omitempty"`
	// 是否标品
	StandardSku bool `json:"standard_sku,omitempty" xml:"standard_sku,omitempty"`
}

ItemInfoDto 结构体

type ItemPoolActivity

type ItemPoolActivity struct {
	// 活动的梯度列表
	RuleStairs []Rulestairs `json:"rule_stairs,omitempty" xml:"rule_stairs>rulestairs,omitempty"`
	// 优惠适用场景:APP|POS|POS+APP 分别对应的值为1|2|1,2
	Terminals []int64 `json:"terminals,omitempty" xml:"terminals>int64,omitempty"`
	// shopIds
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 逻辑分组规则
	LogicGroupRules []OpenLogicGroupRule `json:"logic_group_rules,omitempty" xml:"logic_group_rules>open_logic_group_rule,omitempty"`
	// 自定义同步渠道配置
	ChannelConfigList []ChannelConfig `json:"channel_config_list,omitempty" xml:"channel_config_list>channel_config,omitempty"`
	// 商家活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// merchantCrowdCode
	MerchantCrowdCode string `json:"merchant_crowd_code,omitempty" xml:"merchant_crowd_code,omitempty"`
	// txdCrowdCode
	TxdCrowdCode string `json:"txd_crowd_code,omitempty" xml:"txd_crowd_code,omitempty"`
	// 通用限购信息,-1为不限制,默认为不限制
	LimitInfo *LimitInfo `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// 报名活动Id
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// startTime
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// endTime
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 会员维度活动参与人群限制:-1:不限制 1:会员专享 2:非会员专享
	MemberLimit int64 `json:"member_limit,omitempty" xml:"member_limit,omitempty"`
	// 活动优惠规则
	ActivityRule *ActivityRule `json:"activity_rule,omitempty" xml:"activity_rule,omitempty"`
	// 周期优惠信息
	PeriodConfig *PeriodConfig `json:"period_config,omitempty" xml:"period_config,omitempty"`
	// 活动优先级,值越大表示优先级越高,必须大于0
	PriorityValue int64 `json:"priority_value,omitempty" xml:"priority_value,omitempty"`
	// 是否是组合优惠
	IsComb bool `json:"is_comb,omitempty" xml:"is_comb,omitempty"`
	// 商品池是否排除特价
	ExcludeSingle bool `json:"exclude_single,omitempty" xml:"exclude_single,omitempty"`
	// 是否是类目优惠
	IsCategory bool `json:"is_category,omitempty" xml:"is_category,omitempty"`
	// 是否自定义渠道同步
	ByChannel bool `json:"by_channel,omitempty" xml:"by_channel,omitempty"`
}

ItemPoolActivity 结构体

type ItemPoolActivityCategory

type ItemPoolActivityCategory struct {
	// 类目分组
	CategoryId string `json:"category_id,omitempty" xml:"category_id,omitempty"`
	// 分组id
	LogicGroupNumber int64 `json:"logic_group_number,omitempty" xml:"logic_group_number,omitempty"`
}

ItemPoolActivityCategory 结构体

type ItemPoolActivityElementOperateRequest

type ItemPoolActivityElementOperateRequest struct {
	// 商品元素列表
	SkuElements []ItemPoolSkuActivityElementDto `json:"sku_elements,omitempty" xml:"sku_elements>item_pool_sku_activity_element_dto,omitempty"`
	// 操作人id
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人名称
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// erp外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 同城零售活动id
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 商品所属分组序号,默认单个分组则填1
	GroupNumber int64 `json:"group_number,omitempty" xml:"group_number,omitempty"`
}

ItemPoolActivityElementOperateRequest 结构体

type ItemPoolActivityOperateRequest

type ItemPoolActivityOperateRequest struct {
	// 阶梯分组
	StairGroups []StairGroupDto `json:"stair_groups,omitempty" xml:"stair_groups>stair_group_dto,omitempty"`
	// 支持的终端,1:APP,2:POS
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 经营店
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 限制人群,OLD_USER:老用户,NEW_USER:新用户,LIGHT_NEW_USER:闪购新客,MERCHANT_NEW_USER:商家新用户,MERCHANT_OLD_USER:商家老用户
	MemberCrowdCode []string `json:"member_crowd_code,omitempty" xml:"member_crowd_code>string,omitempty"`
	// 逻辑分组
	LogicGroups []LogicGroupDto `json:"logic_groups,omitempty" xml:"logic_groups>logic_group_dto,omitempty"`
	// 枚举: 2 美团 3 饿了么 26 京东到家 31 翱象淘鲜达 32 翱象共享库存
	Channels []string `json:"channels,omitempty" xml:"channels>string,omitempty"`
	// 活动名称,最长15个字符
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 操作人id
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人名称
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 活动描述,最长30个字符
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 外部商家erp活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 扩展信息
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 周期配置
	PeriodicConfig *PeriodicConfigDto `json:"periodic_config,omitempty" xml:"periodic_config,omitempty"`
	// 限购
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
	// 活动开始时间戳
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间戳
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 同城零售活动id
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 上不封顶标识,若设置{@link #enableMultiple}=true,则不支持多阶梯配置,且可以叠加优惠
	EnableMultiple bool `json:"enable_multiple,omitempty" xml:"enable_multiple,omitempty"`
}

ItemPoolActivityOperateRequest 结构体

type ItemPoolActivityQueryRequest added in v1.2.5

type ItemPoolActivityQueryRequest struct {
	// 外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

ItemPoolActivityQueryRequest 结构体

type ItemPoolActivitySkuQueryRequest added in v1.2.5

type ItemPoolActivitySkuQueryRequest struct {
	// 商品编码列表
	SkuCodes []string `json:"sku_codes,omitempty" xml:"sku_codes>string,omitempty"`
	// 商品条码列表
	BarCodes []string `json:"bar_codes,omitempty" xml:"bar_codes>string,omitempty"`
	// 活动ID
	ActId string `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// erp外部活动id
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 分页查询参数
	PageInfo *ActivitySkuQueryDto `json:"page_info,omitempty" xml:"page_info,omitempty"`
	// 换购品标识
	ExchangeSku bool `json:"exchange_sku,omitempty" xml:"exchange_sku,omitempty"`
}

ItemPoolActivitySkuQueryRequest 结构体

type ItemPoolPromotionActivityDto added in v1.2.5

type ItemPoolPromotionActivityDto struct {
	// 活动周几生效
	Weekdays []string `json:"weekdays,omitempty" xml:"weekdays>string,omitempty"`
	// 活动每天生效时间段
	EveryDayPeriods []string `json:"every_day_periods,omitempty" xml:"every_day_periods>string,omitempty"`
	// 优惠适用场景:1:APP  2:POS
	Terminals []string `json:"terminals,omitempty" xml:"terminals>string,omitempty"`
	// 门店列表
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 外部门店列表
	OuterStoreIds []string `json:"outer_store_ids,omitempty" xml:"outer_store_ids>string,omitempty"`
	// 人群编码,saas平台人群编码:NEW_USER: 新用户, OLD_USER:老用户,LIGHT_NEW_USER:闪购新客
	MemberCrowdCodes []string `json:"member_crowd_codes,omitempty" xml:"member_crowd_codes>string,omitempty"`
	// 逻辑分组
	LogicGroups []LogicGroupDto `json:"logic_groups,omitempty" xml:"logic_groups>logic_group_dto,omitempty"`
	// 阶梯分组
	StairGroups []StairGroupDto `json:"stair_groups,omitempty" xml:"stair_groups>stair_group_dto,omitempty"`
	// 商品池活动类型 AMOUNT_DECREASE("amount_decrease", "满元减"),     AMOUNT_DISCOUNT("amount_discount", "满元折"),     COUNT_DECREASE("count_decrease", "满件减"),     COUNT_DISCOUNT("count_discount", "满件折"),     COUNT_N_FIXED_PRICE("count_n_fixed_price", "满N件第N件一口价"),     COUNT_N_DISCOUNT("count_n_discount", "满N件第N件Y折"),     AMOUNT_EXCHANGE("amount_exchange", "满元换购"),     COUNT_EXCHANGE("count_exchange", "满件换购"),     COUNT_ALL_FIXED_PRICE("count_all_fixed_price", "X元Y件"),
	ItemPoolDiscountType string `json:"item_pool_discount_type,omitempty" xml:"item_pool_discount_type,omitempty"`
	// 外部订单号
	OutActId string `json:"out_act_id,omitempty" xml:"out_act_id,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 操作人ID
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人姓名
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 营销活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 活动开始时间
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 限购信息
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
	// 是否上不封顶
	EnableMultiple bool `json:"enable_multiple,omitempty" xml:"enable_multiple,omitempty"`
}

ItemPoolPromotionActivityDto 结构体

type ItemPoolSku

type ItemPoolSku struct {
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品skucode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 淘宝item和shop的对应关系, k-itemId, v-shopId
	ItemShopRelation string `json:"item_shop_relation,omitempty" xml:"item_shop_relation,omitempty"`
	// 换购价格
	ExchangePrice int64 `json:"exchange_price,omitempty" xml:"exchange_price,omitempty"`
	// 换购限量
	ExchangeTotalLimit int64 `json:"exchange_total_limit,omitempty" xml:"exchange_total_limit,omitempty"`
	// 逻辑分组ID
	LogicGroupNumber int64 `json:"logic_group_number,omitempty" xml:"logic_group_number,omitempty"`
	// 一口价金额【分】
	FixPrice int64 `json:"fix_price,omitempty" xml:"fix_price,omitempty"`
	// 折扣率,300=3折
	DiscountRate int64 `json:"discount_rate,omitempty" xml:"discount_rate,omitempty"`
	// 减钱【元】
	DecreaseMoney int64 `json:"decrease_money,omitempty" xml:"decrease_money,omitempty"`
	// 该商品每单可换购最大数
	ExchangeOrderLimit int64 `json:"exchange_order_limit,omitempty" xml:"exchange_order_limit,omitempty"`
	// 是否为一口价
	IsFixPrice bool `json:"is_fix_price,omitempty" xml:"is_fix_price,omitempty"`
	// 是否为商品折扣
	IsDiscountRate bool `json:"is_discount_rate,omitempty" xml:"is_discount_rate,omitempty"`
	// 是否为减钱
	IsDecreaseMoney bool `json:"is_decrease_money,omitempty" xml:"is_decrease_money,omitempty"`
}

ItemPoolSku 结构体

type ItemPoolSkuActivityElementDto

type ItemPoolSkuActivityElementDto struct {
	// 商品渠道配置信息
	SkuChannelConfigs []SkuChannelConfigDto `json:"sku_channel_configs,omitempty" xml:"sku_channel_configs>sku_channel_config_dto,omitempty"`
	// 商品编码,与商品条码必选其一,或者同时传入以商品条码为准
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品条码,与商品编码必选其一,或者同时传入以商品条码为准
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 操作人ID
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人姓名
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 商品条码
	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`
	// 换购价(单位分)
	ExchangePrice int64 `json:"exchange_price,omitempty" xml:"exchange_price,omitempty"`
	// 营销活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
	// 商品限购
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
}

ItemPoolSkuActivityElementDto 结构体

type ItemStairSku

type ItemStairSku struct {
	// 商品skucode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 单位为分
	ExchangePrice int64 `json:"exchange_price,omitempty" xml:"exchange_price,omitempty"`
	// 换购商品总数限制
	ExchangeTotalLimit int64 `json:"exchange_total_limit,omitempty" xml:"exchange_total_limit,omitempty"`
	// 换购商品每单可换购数量限制
	ExchangeOrderLimit int64 `json:"exchange_order_limit,omitempty" xml:"exchange_order_limit,omitempty"`
}

ItemStairSku 结构体

type JobExpInfo

type JobExpInfo struct {
	// 部门
	Department string `json:"department,omitempty" xml:"department,omitempty"`
	// 离职原因
	DimissionReason string `json:"dimission_reason,omitempty" xml:"dimission_reason,omitempty"`
	// 结束日期
	GmtEnd string `json:"gmt_end,omitempty" xml:"gmt_end,omitempty"`
	// 开始日期
	GmtStart string `json:"gmt_start,omitempty" xml:"gmt_start,omitempty"`
	// 职位
	Position string `json:"position,omitempty" xml:"position,omitempty"`
	// 薪资(月)
	SalaryByMonth string `json:"salary_by_month,omitempty" xml:"salary_by_month,omitempty"`
	// 工作单位
	Company string `json:"company,omitempty" xml:"company,omitempty"`
}

JobExpInfo 结构体

type LanguageInfo

type LanguageInfo struct {
	// 语言
	Language string `json:"language,omitempty" xml:"language,omitempty"`
	// 程度
	Degree string `json:"degree,omitempty" xml:"degree,omitempty"`
}

LanguageInfo 结构体

type LimitDto

type LimitDto struct {
	// 活动总限购
	TotalLimitCnt int64 `json:"total_limit_cnt,omitempty" xml:"total_limit_cnt,omitempty"`
	// 每日总限购
	DailyTotalLimitCnt int64 `json:"daily_total_limit_cnt,omitempty" xml:"daily_total_limit_cnt,omitempty"`
	// 用户总限购
	UserTotalLimitCnt int64 `json:"user_total_limit_cnt,omitempty" xml:"user_total_limit_cnt,omitempty"`
	// 用户每日限购
	UserDailyLimitCnt int64 `json:"user_daily_limit_cnt,omitempty" xml:"user_daily_limit_cnt,omitempty"`
	// 每单限购
	OrderLimitCnt int64 `json:"order_limit_cnt,omitempty" xml:"order_limit_cnt,omitempty"`
}

LimitDto 结构体

type LimitInfo

type LimitInfo struct {
	// 活动每日总限购(非标小数)
	DailyLimitCntDouble string `json:"daily_limit_cnt_double,omitempty" xml:"daily_limit_cnt_double,omitempty"`
	// 每人每日限购(非标小数)
	UserDailyLimitCntDouble string `json:"user_daily_limit_cnt_double,omitempty" xml:"user_daily_limit_cnt_double,omitempty"`
	// 每人活动期间总限购(非标小数)
	UserLimitCntDouble string `json:"user_limit_cnt_double,omitempty" xml:"user_limit_cnt_double,omitempty"`
	// 活动期间总限购(非标小数)
	TotalLimitCntDouble string `json:"total_limit_cnt_double,omitempty" xml:"total_limit_cnt_double,omitempty"`
	// 用户总限购
	UserLimitCnt int64 `json:"user_limit_cnt,omitempty" xml:"user_limit_cnt,omitempty"`
	// 用户每日限购
	UserDailyLimitCnt int64 `json:"user_daily_limit_cnt,omitempty" xml:"user_daily_limit_cnt,omitempty"`
	// 每日总限购
	DailyLimitCnt int64 `json:"daily_limit_cnt,omitempty" xml:"daily_limit_cnt,omitempty"`
	// 总限购
	TotalLimitCnt int64 `json:"total_limit_cnt,omitempty" xml:"total_limit_cnt,omitempty"`
}

LimitInfo 结构体

type LoadFetchReq added in v1.2.5

type LoadFetchReq struct {
	// 取货单id
	FetchOrderId string `json:"fetch_order_id,omitempty" xml:"fetch_order_id,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 主单号
	MainOutOrderId string `json:"main_out_order_id,omitempty" xml:"main_out_order_id,omitempty"`
}

LoadFetchReq 结构体

type LoadFetchResponse added in v1.2.5

type LoadFetchResponse struct {
	// 取货单list
	FetchAggregates []FetchAggregateSdo `json:"fetch_aggregates,omitempty" xml:"fetch_aggregates>fetch_aggregate_sdo,omitempty"`
	// 退货取货单ID
	FetchOrderId string `json:"fetch_order_id,omitempty" xml:"fetch_order_id,omitempty"`
}

LoadFetchResponse 结构体

type LoadReverseResponse

type LoadReverseResponse struct {
	// wdk单号list
	BizOrderIds []int64 `json:"biz_order_ids,omitempty" xml:"biz_order_ids>int64,omitempty"`
	// 外部单号list
	OutBizOrderIds []string `json:"out_biz_order_ids,omitempty" xml:"out_biz_order_ids>string,omitempty"`
	// 凭证图片
	Proofs []string `json:"proofs,omitempty" xml:"proofs>string,omitempty"`
	// 原因标签
	ReasonTags []string `json:"reason_tags,omitempty" xml:"reason_tags>string,omitempty"`
	// RefundChannelVo
	RefundChannelList []RefundChannelVo `json:"refund_channel_list,omitempty" xml:"refund_channel_list>refund_channel_vo,omitempty"`
	// 退款单ids
	ReverseIds []int64 `json:"reverse_ids,omitempty" xml:"reverse_ids>int64,omitempty"`
	// 发起时间
	CreateDate string `json:"create_date,omitempty" xml:"create_date,omitempty"`
	// 发起备注
	CreateMemo string `json:"create_memo,omitempty" xml:"create_memo,omitempty"`
	// 结束时间
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 最终原因
	EndReason string `json:"end_reason,omitempty" xml:"end_reason,omitempty"`
	// 终结人
	Ender string `json:"ender,omitempty" xml:"ender,omitempty"`
	// 外部主单号
	MainOutOrderId string `json:"main_out_order_id,omitempty" xml:"main_out_order_id,omitempty"`
	// 修正备注
	ModifiedMemo string `json:"modified_memo,omitempty" xml:"modified_memo,omitempty"`
	// 修正原因描述
	ModifiedReasonText string `json:"modified_reason_text,omitempty" xml:"modified_reason_text,omitempty"`
	// 外部单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 发起原因描述
	ReasonText string `json:"reason_text,omitempty" xml:"reason_text,omitempty"`
	// 请求id
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 退款单状态
	ReverseStatusStr string `json:"reverse_status_str,omitempty" xml:"reverse_status_str,omitempty"`
	// 退款类型
	ReverseTypeStr string `json:"reverse_type_str,omitempty" xml:"reverse_type_str,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// wdk单号
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 退款渠道
	CreateChannel int64 `json:"create_channel,omitempty" xml:"create_channel,omitempty"`
	// 退货取货单ID
	FetchOrderId int64 `json:"fetch_order_id,omitempty" xml:"fetch_order_id,omitempty"`
	// wdk主单号
	MainBizOrderId int64 `json:"main_biz_order_id,omitempty" xml:"main_biz_order_id,omitempty"`
	// 修正原因ID
	ModifiedReasonId int64 `json:"modified_reason_id,omitempty" xml:"modified_reason_id,omitempty"`
	// 发起原因ID
	ReasonId int64 `json:"reason_id,omitempty" xml:"reason_id,omitempty"`
	// 退款金额
	RefundAmount int64 `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
	// 退款单id
	ReverseId int64 `json:"reverse_id,omitempty" xml:"reverse_id,omitempty"`
	// 退款单状态
	ReverseStatus int64 `json:"reverse_status,omitempty" xml:"reverse_status,omitempty"`
	// 退款类型
	ReverseType int64 `json:"reverse_type,omitempty" xml:"reverse_type,omitempty"`
	// 卖家id
	SellerId int64 `json:"seller_id,omitempty" xml:"seller_id,omitempty"`
	// 是否称重品
	Weight bool `json:"weight,omitempty" xml:"weight,omitempty"`
}

LoadReverseResponse 结构体

type LogicGroupDto

type LogicGroupDto struct {
	// 分组名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 分组序号,换购场景需要两个逻辑分组,一个序号为1的普通逻辑分组和一个序号为2的换购逻辑分组
	Number int64 `json:"number,omitempty" xml:"number,omitempty"`
	// 分组类型,1: 普通分组, 2: 换购分组
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
	// 换购规则
	ExchangeRule *ExchangeRuleDto `json:"exchange_rule,omitempty" xml:"exchange_rule,omitempty"`
	// 优惠门槛
	Condition *ConditionDto `json:"condition,omitempty" xml:"condition,omitempty"`
	// 优惠效果
	Action *ActionDto `json:"action,omitempty" xml:"action,omitempty"`
	// 换购分组标识
	Exchange bool `json:"exchange,omitempty" xml:"exchange,omitempty"`
	// 是否生效分组(多分组情况下,可能为false,例如商品池换购,普通逻辑分组为false,换购分组为true)
	EffectiveGroup bool `json:"effective_group,omitempty" xml:"effective_group,omitempty"`
}

LogicGroupDto 结构体

type LogisticsNodeFullInfo added in v1.2.9

type LogisticsNodeFullInfo struct {
	// 节点名称
	NodeName string `json:"node_name,omitempty" xml:"node_name,omitempty"`
	// 节点商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 浙江省
	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`
	// 西集镇任郎路与供杜路交叉口西北200米
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 节点编码
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 110100
	CityId string `json:"city_id,omitempty" xml:"city_id,omitempty"`
	// 经纬度
	Poi string `json:"poi,omitempty" xml:"poi,omitempty"`
	// 区域ID
	AreaId string `json:"area_id,omitempty" xml:"area_id,omitempty"`
	// 城市名称
	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`
	// 区域名称
	AreaName string `json:"area_name,omitempty" xml:"area_name,omitempty"`
	// 省份id
	ProvId string `json:"prov_id,omitempty" xml:"prov_id,omitempty"`
	// *      * 仓           WAREHOUSE(1, "仓"),      *      * 揽运站           COLLECT_DOCK(2, "揽运站"),      *      * 配送站           DELIVERY_DOCK(3, "配送站"),      *      * 近端履约中心           CFC(4, "近端履约中心"),     ;
	NodeType int64 `json:"node_type,omitempty" xml:"node_type,omitempty"`
}

LogisticsNodeFullInfo 结构体

type LogisticsTraceCallbackRequest added in v1.2.9

type LogisticsTraceCallbackRequest struct {
	// 经营店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 经度
	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
	// 维度
	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`
	// 更新时间
	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 订单编码
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
}

LogisticsTraceCallbackRequest 结构体

type MaochaoOrderFulfillQueryResult

type MaochaoOrderFulfillQueryResult struct {
	// 履约单列表
	FulfillOrderList []MaochaoWdkOrderFulfillDto `json:"fulfill_order_list,omitempty" xml:"fulfill_order_list>maochao_wdk_order_fulfill_dto,omitempty"`
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

MaochaoOrderFulfillQueryResult 结构体

type MaochaoOrderInsuranceCallbackResult

type MaochaoOrderInsuranceCallbackResult struct {
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

MaochaoOrderInsuranceCallbackResult 结构体

type MaochaoOrderInsuranceQueryResult

type MaochaoOrderInsuranceQueryResult struct {
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回结果
	Model *InsuranceOrder `json:"model,omitempty" xml:"model,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

MaochaoOrderInsuranceQueryResult 结构体

type MaochaoOrderInsuranceRefundCallbackResult

type MaochaoOrderInsuranceRefundCallbackResult struct {
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

MaochaoOrderInsuranceRefundCallbackResult 结构体

type MaochaoOrderQueryResult

type MaochaoOrderQueryResult struct {
	// 子订单列表
	SubOrderList []MaochaoWdkOrderDto `json:"sub_order_list,omitempty" xml:"sub_order_list>maochao_wdk_order_dto,omitempty"`
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

MaochaoOrderQueryResult 结构体

type MaochaoWdkOrderDto

type MaochaoWdkOrderDto struct {
	// 订单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 库存单位购买数量
	BuyAmountStock string `json:"buy_amount_stock,omitempty" xml:"buy_amount_stock,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 非标品售卖单位
	SellUnit string `json:"sell_unit,omitempty" xml:"sell_unit,omitempty"`
	// 非标品购买数量
	NsQuantity string `json:"ns_quantity,omitempty" xml:"ns_quantity,omitempty"`
	// 商品id
	AuctionId string `json:"auction_id,omitempty" xml:"auction_id,omitempty"`
	// 商户编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 商品名称
	AuctionTitle string `json:"auction_title,omitempty" xml:"auction_title,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 渠道店ID
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 子订单扩展字段, 订单商品采购价数据purchase_price
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 商品条码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 返利比例
	PurchaseRebateRatio string `json:"purchase_rebate_ratio,omitempty" xml:"purchase_rebate_ratio,omitempty"`
	// 不退货返利比例
	UnRebateRatio string `json:"un_rebate_ratio,omitempty" xml:"un_rebate_ratio,omitempty"`
	// 购买数量
	Quantity int64 `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 五道口子订单ID
	BizSubOrderId int64 `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 主站子订单ID
	TbSubOrderId int64 `json:"tb_sub_order_id,omitempty" xml:"tb_sub_order_id,omitempty"`
	// 主站订单ID
	TbOrderId int64 `json:"tb_order_id,omitempty" xml:"tb_order_id,omitempty"`
	// 五道口订单ID
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 商品价格
	AuctionPrice int64 `json:"auction_price,omitempty" xml:"auction_price,omitempty"`
	// 是否进货返利
	PurchaseRebate bool `json:"purchase_rebate,omitempty" xml:"purchase_rebate,omitempty"`
}

MaochaoWdkOrderDto 结构体

type MaochaoWdkOrderFulfillDto

type MaochaoWdkOrderFulfillDto struct {
	// 商户编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 拣货数量
	PickAmountStock string `json:"pick_amount_stock,omitempty" xml:"pick_amount_stock,omitempty"`
	// 扩展属性
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 履约状态
	FulfillStatus string `json:"fulfill_status,omitempty" xml:"fulfill_status,omitempty"`
	// 渠道店ID
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 返仓数量
	EnterWarehouseStockQuantity string `json:"enter_warehouse_stock_quantity,omitempty" xml:"enter_warehouse_stock_quantity,omitempty"`
	// 主站子订单ID
	TbSubOrderId int64 `json:"tb_sub_order_id,omitempty" xml:"tb_sub_order_id,omitempty"`
	// 五道口订单ID
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 五道口子订单ID
	BizSubOrderId int64 `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 主站订单ID
	TbOrderId int64 `json:"tb_order_id,omitempty" xml:"tb_order_id,omitempty"`
}

MaochaoWdkOrderFulfillDto 结构体

type MarketPageResult

type MarketPageResult struct {
	// 返回的数据
	ItemCouponSkuList []ItemCouponSku `json:"item_coupon_sku_list,omitempty" xml:"item_coupon_sku_list>item_coupon_sku,omitempty"`
	// 查询结果数据
	SkuList []ItemPoolSku `json:"sku_list,omitempty" xml:"sku_list>item_pool_sku,omitempty"`
	// 返回的数据
	ItemPoolSkuList []ItemPoolSku `json:"item_pool_sku_list,omitempty" xml:"item_pool_sku_list>item_pool_sku,omitempty"`
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 参加当前活动的商品总数
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
	// 页面大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 当前分页
	Current int64 `json:"current,omitempty" xml:"current,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 查询商品是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

MarketPageResult 结构体

type MarketResult

type MarketResult struct {
	// 结果数据
	Datas []ItemBuyGiftSku `json:"datas,omitempty" xml:"datas>item_buy_gift_sku,omitempty"`
	// 处理结果
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误编码
	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 创建成功时会返回五道口优惠券活动id
	Data int64 `json:"data,omitempty" xml:"data,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

MarketResult 结构体

type MedicineItemDo

type MedicineItemDo struct {
	// sku名称
	SkuTitle string `json:"sku_title,omitempty" xml:"sku_title,omitempty"`
	// sku编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 数量
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
}

MedicineItemDo 结构体

type MedicineResultDto

type MedicineResultDto struct {
	// errorMsg
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

MedicineResultDto 结构体

type MemberInfoDo

type MemberInfoDo struct {
	// 会员卡号
	CardNum string `json:"card_num,omitempty" xml:"card_num,omitempty"`
	// 会员卡状态  '使用中' or '已挂失' or '已作废' or '已补发卡' or '已退卡' or '已冻结' or '未激活' or '已坏卡登记' or '已销毁' or '已制卡' or '已发卡' or '已核对' or '已回收' or '空卡' or '异常' or '已损卡'
	State string `json:"state,omitempty" xml:"state,omitempty"`
	// 卡有效期截止日期,格式:yyyy-MM-dd HH:mm:ss
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 扩展属性map
	MemberAttributes string `json:"member_attributes,omitempty" xml:"member_attributes,omitempty"`
	// 会员卡类型
	CardType string `json:"card_type,omitempty" xml:"card_type,omitempty"`
	// 会员卡等级
	CardLevel int64 `json:"card_level,omitempty" xml:"card_level,omitempty"`
	// 如果卡长期有效,值为true,为true时,默认不校验endTime
	Forever bool `json:"forever,omitempty" xml:"forever,omitempty"`
}

MemberInfoDo 结构体

type MemberInfoDto

type MemberInfoDto struct {
	// 淘宝用户昵称
	Nick string `json:"nick,omitempty" xml:"nick,omitempty"`
	// 对应淘宝账号的OpenUID
	UicId string `json:"uic_id,omitempty" xml:"uic_id,omitempty"`
}

MemberInfoDto 结构体

type MemberQueryRequest

type MemberQueryRequest struct {
	// 商户号
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 扩展字段json字符串
	MemberAttributes string `json:"member_attributes,omitempty" xml:"member_attributes,omitempty"`
	// 会员类型
	AccountType string `json:"account_type,omitempty" xml:"account_type,omitempty"`
	// 会员号
	AccountId string `json:"account_id,omitempty" xml:"account_id,omitempty"`
}

MemberQueryRequest 结构体

type MerchantOrderInfo

type MerchantOrderInfo struct {
	// 支付方式
	PayChannelList []MerchantOrderPaymentInfo `json:"pay_channel_list,omitempty" xml:"pay_channel_list>merchant_order_payment_info,omitempty"`
	// 子订单信息
	SubOrderList []MerchantSubOrderInfo `json:"sub_order_list,omitempty" xml:"sub_order_list>merchant_sub_order_info,omitempty"`
	// 作用在父订单的活动信息
	ActivityInfo string `json:"activity_info,omitempty" xml:"activity_info,omitempty"`
	// 渠道订单id
	ChannelOrderId string `json:"channel_order_id,omitempty" xml:"channel_order_id,omitempty"`
	// 渠道用户ID
	ChannelUserId string `json:"channel_user_id,omitempty" xml:"channel_user_id,omitempty"`
	// 作用在父订单的优惠券信息
	CouponInfo string `json:"coupon_info,omitempty" xml:"coupon_info,omitempty"`
	// 订单来源渠道细粒度分类
	CustomizeOrderChannel string `json:"customize_order_channel,omitempty" xml:"customize_order_channel,omitempty"`
	// 扩项属性,键值对的json
	ExtendProperty string `json:"extend_property,omitempty" xml:"extend_property,omitempty"`
	// 会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
	// 商家会员ID
	MemberId string `json:"member_id,omitempty" xml:"member_id,omitempty"`
	// 渠道(分类)
	OrderChannel string `json:"order_channel,omitempty" xml:"order_channel,omitempty"`
	// 订单ID,商家订单流水号
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// isv系统中完整的订单信息
	OriginWholeData string `json:"origin_whole_data,omitempty" xml:"origin_whole_data,omitempty"`
	// 外部门店编码
	OutStoreId string `json:"out_store_id,omitempty" xml:"out_store_id,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// pos机号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 真实手机号
	RealPhone string `json:"real_phone,omitempty" xml:"real_phone,omitempty"`
	// 经营店
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 投放跟踪id
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`
	// 商家侧统一用户标识ID
	UnionUserId string `json:"union_user_id,omitempty" xml:"union_user_id,omitempty"`
	// 实付金额,单位分
	ActualAmt int64 `json:"actual_amt,omitempty" xml:"actual_amt,omitempty"`
	// 优惠金额,单位分
	DiscountAmt int64 `json:"discount_amt,omitempty" xml:"discount_amt,omitempty"`
	// 履约邮费
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 订单总金额
	TotalAmt int64 `json:"total_amt,omitempty" xml:"total_amt,omitempty"`
	// 上传数据统计信息
	UploadBatchInfo *UploadBatchInfo `json:"upload_batch_info,omitempty" xml:"upload_batch_info,omitempty"`
}

MerchantOrderInfo 结构体

type MerchantOrderPaymentInfo

type MerchantOrderPaymentInfo struct {
	// 其他支付方式支付后获得userId,例如:微信平台的openId
	Ouid string `json:"ouid,omitempty" xml:"ouid,omitempty"`
	// 线上支付订单号,线下流水号,代金券/优惠券为优惠券实例id
	SerialNum string `json:"serial_num,omitempty" xml:"serial_num,omitempty"`
	// 支付宝支付方式后获得的userId
	Tuid string `json:"tuid,omitempty" xml:"tuid,omitempty"`
	// 支付类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 付款金额
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
}

MerchantOrderPaymentInfo 结构体

type MerchantProductRequest

type MerchantProductRequest struct {
	// 商品条码
	Barcodes []string `json:"barcodes,omitempty" xml:"barcodes>string,omitempty"`
	// 类目属性信息
	CatProps []CatProps `json:"cat_props,omitempty" xml:"cat_props>cat_props,omitempty"`
	// 运输: 重量,单位: (g)
	TransportWeight string `json:"transport_weight,omitempty" xml:"transport_weight,omitempty"`
	// 标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 税率
	TaxInvoice string `json:"tax_invoice,omitempty" xml:"tax_invoice,omitempty"`
	// 库存单位
	InventoryUnit string `json:"inventory_unit,omitempty" xml:"inventory_unit,omitempty"`
	// 价格,小数点2位
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 运输: 高度(mm)
	TransportHeight string `json:"transport_height,omitempty" xml:"transport_height,omitempty"`
	// 销售: 高度(mm)
	Height string `json:"height,omitempty" xml:"height,omitempty"`
	// 销售: 长度(mm)
	Length string `json:"length,omitempty" xml:"length,omitempty"`
	// 规格
	Specification string `json:"specification,omitempty" xml:"specification,omitempty"`
	// 销售: 重量(g)
	Weight string `json:"weight,omitempty" xml:"weight,omitempty"`
	// 运输: 宽度(mm)
	TransportWidth string `json:"transport_width,omitempty" xml:"transport_width,omitempty"`
	// 铺货渠道类目(key: 渠道编码, value: 渠道类目)
	MarketCategories string `json:"market_categories,omitempty" xml:"market_categories,omitempty"`
	// 运输: 长度(mm)
	TransportLength string `json:"transport_length,omitempty" xml:"transport_length,omitempty"`
	// 销售: 体积(cm^3)
	Volume string `json:"volume,omitempty" xml:"volume,omitempty"`
	// 销售: 宽度(mm)
	Width string `json:"width,omitempty" xml:"width,omitempty"`
	// 均重
	AvgWeight string `json:"avg_weight,omitempty" xml:"avg_weight,omitempty"`
	// 优鲜类目ID
	YxCategoryId string `json:"yx_category_id,omitempty" xml:"yx_category_id,omitempty"`
	// 商家类目名路径
	RtCategoryNamePath string `json:"rt_category_name_path,omitempty" xml:"rt_category_name_path,omitempty"`
	// 运输: 体积,单位: (cm^3)
	TransportVolume string `json:"transport_volume,omitempty" xml:"transport_volume,omitempty"`
	// 优鲜类目名路径
	YxCategoryNamePath string `json:"yx_category_name_path,omitempty" xml:"yx_category_name_path,omitempty"`
	// 保质期(天)
	ExpirationDays int64 `json:"expiration_days,omitempty" xml:"expiration_days,omitempty"`
	// 商家类目ID
	RtCategoryId int64 `json:"rt_category_id,omitempty" xml:"rt_category_id,omitempty"`
	// 箱规数/包装数
	PackageNum int64 `json:"package_num,omitempty" xml:"package_num,omitempty"`
	// APP购买步长
	StepQuantity int64 `json:"step_quantity,omitempty" xml:"step_quantity,omitempty"`
	// 阿里标准叶子类目
	StandardCategoryId int64 `json:"standard_category_id,omitempty" xml:"standard_category_id,omitempty"`
	// 最小起订量
	PurchaseQuantity int64 `json:"purchase_quantity,omitempty" xml:"purchase_quantity,omitempty"`
	// RT商品ID
	RtItemCode int64 `json:"rt_item_code,omitempty" xml:"rt_item_code,omitempty"`
	// 效期方式(true:有效期,false:无效期)
	IsShelflife bool `json:"is_shelflife,omitempty" xml:"is_shelflife,omitempty"`
	// 是否称重
	IsWeight bool `json:"is_weight,omitempty" xml:"is_weight,omitempty"`
}

MerchantProductRequest 结构体

type MerchantProductResponse

type MerchantProductResponse struct {
	// 货品id
	ScIds []int64 `json:"sc_ids,omitempty" xml:"sc_ids>int64,omitempty"`
	// ["123","456"]
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
}

MerchantProductResponse 结构体

type MerchantRoutingInfoRegisterDo

type MerchantRoutingInfoRegisterDo struct {
	// 仓code,为空时路由为商家维度
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 操作状态1-注册;2-删除
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

MerchantRoutingInfoRegisterDo 结构体

type MerchantSubOrderInfo

type MerchantSubOrderInfo struct {
	// 作用在单品的活动信息
	ActivityInfo string `json:"activity_info,omitempty" xml:"activity_info,omitempty"`
	// 商品条码
	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`
	// 作用在单品的优惠券信息
	CouponInfo string `json:"coupon_info,omitempty" xml:"coupon_info,omitempty"`
	// 购买数量
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 购买数量单位
	QuantityUnit string `json:"quantity_unit,omitempty" xml:"quantity_unit,omitempty"`
	// sku
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 子订单流水号
	SubOrderId string `json:"sub_order_id,omitempty" xml:"sub_order_id,omitempty"`
	// 实付金额
	ActualAmt int64 `json:"actual_amt,omitempty" xml:"actual_amt,omitempty"`
	// 优惠金额
	DiscountAmt int64 `json:"discount_amt,omitempty" xml:"discount_amt,omitempty"`
	// 子订单总金额
	TotalAmt int64 `json:"total_amt,omitempty" xml:"total_amt,omitempty"`
}

MerchantSubOrderInfo 结构体

type MerchantUserInfo

type MerchantUserInfo struct {
	// 真实手机号
	RealPhone string `json:"real_phone,omitempty" xml:"real_phone,omitempty"`
	// 生日
	Birthday string `json:"birthday,omitempty" xml:"birthday,omitempty"`
	// 地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 性别
	Gender string `json:"gender,omitempty" xml:"gender,omitempty"`
	// 注册时间
	RegisterTime string `json:"register_time,omitempty" xml:"register_time,omitempty"`
	// 等级
	MemberLevel string `json:"member_level,omitempty" xml:"member_level,omitempty"`
	// 入会来源
	Source string `json:"source,omitempty" xml:"source,omitempty"`
	// 用户名
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
	// 卡号
	CardNo string `json:"card_no,omitempty" xml:"card_no,omitempty"`
	// 积分余额,可以为小数
	ScoreBalance string `json:"score_balance,omitempty" xml:"score_balance,omitempty"`
	// 自定义渠道类型
	CustomizeChannel string `json:"customize_channel,omitempty" xml:"customize_channel,omitempty"`
	// 商家侧统一用户标识ID,如统一会员id
	UnionUid string `json:"union_uid,omitempty" xml:"union_uid,omitempty"`
	// 渠道用户ID,如erp会员id,淘宝openid、饿了么uid、微信openId
	ChannelUserId string `json:"channel_user_id,omitempty" xml:"channel_user_id,omitempty"`
	// 扩项属性
	ExtendProperty string `json:"extend_property,omitempty" xml:"extend_property,omitempty"`
	// 会员开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 会员结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 引导来源标识,填写引导来源标识备注,如门店编码
	SourceTag string `json:"source_tag,omitempty" xml:"source_tag,omitempty"`
	// storeMember:门店会员,txd:淘鲜达,eleme:饿了么,weixin:微信小程序
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// isv系统中的完整的用户信息
	OriginWholeData string `json:"origin_whole_data,omitempty" xml:"origin_whole_data,omitempty"`
	// 微信名
	WxUserName string `json:"wx_user_name,omitempty" xml:"wx_user_name,omitempty"`
	// 微信unionId
	WxUnionId string `json:"wx_union_id,omitempty" xml:"wx_union_id,omitempty"`
	// 储值卡余额,需要统一单位为”分“,然后取整上传
	CardBalance int64 `json:"card_balance,omitempty" xml:"card_balance,omitempty"`
	// 是否续费
	Renew bool `json:"renew,omitempty" xml:"renew,omitempty"`
	// 是否付费
	PayMember bool `json:"pay_member,omitempty" xml:"pay_member,omitempty"`
}

MerchantUserInfo 结构体

type MissfreshO2ocallbackContent added in v1.3.1

type MissfreshO2ocallbackContent struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 缺货出库存数量
	OutOfStockStockQuantity string `json:"out_of_stock_stock_quantity,omitempty" xml:"out_of_stock_stock_quantity,omitempty"`
	// 缺货出销售数量
	OutOfStockSaleQuantity string `json:"out_of_stock_sale_quantity,omitempty" xml:"out_of_stock_sale_quantity,omitempty"`
	// 实际库存拣货数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 实际销售拣货数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 作业内容单号
	WorkUnitContentId string `json:"work_unit_content_id,omitempty" xml:"work_unit_content_id,omitempty"`
	// 是否缺货出
	IsShortage bool `json:"is_shortage,omitempty" xml:"is_shortage,omitempty"`
}

MissfreshO2ocallbackContent 结构体

type MissfreshO2ocallbackOrder added in v1.3.1

type MissfreshO2ocallbackOrder struct {
	// 作业单元
	CallbackUnits []MissfreshO2ocallbackUnit `json:"callback_units,omitempty" xml:"callback_units>missfresh_o2ocallback_unit,omitempty"`
	// 容器列表
	Containers []Container `json:"containers,omitempty" xml:"containers>container,omitempty"`
	// 作业状态变更时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 作业状态变更类型: START_PICK(“开始拣货”), PICK_FINISH(“拣货完成”), START_PACKAGE(“开始打包”), PACKAGE _FINISH(“打包完成”);
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 节点编码
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 作业单类型: BATCH("批次"),  ORDER("物流单
	WorkOrderType string `json:"work_order_type,omitempty" xml:"work_order_type,omitempty"`
	// 作业单号
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
	// 操作员
	Operator *Operator `json:"operator,omitempty" xml:"operator,omitempty"`
	// 是否作业节点终态
	IsFinal bool `json:"is_final,omitempty" xml:"is_final,omitempty"`
}

MissfreshO2ocallbackOrder 结构体

type MissfreshO2ocallbackUnit added in v1.3.1

type MissfreshO2ocallbackUnit struct {
	// 作业内容
	CallbackContents []MissfreshO2ocallbackContent `json:"callback_contents,omitempty" xml:"callback_contents>missfresh_o2ocallback_content,omitempty"`
	// 作业单元单号
	WorkOrderUnitId string `json:"work_order_unit_id,omitempty" xml:"work_order_unit_id,omitempty"`
}

MissfreshO2ocallbackUnit 结构体

type MqttDeviceInfoDto

type MqttDeviceInfoDto struct {
	// mqtt设备名
	DeviceName string `json:"device_name,omitempty" xml:"device_name,omitempty"`
	// mqtt设备秘钥
	DeviceSecret string `json:"device_secret,omitempty" xml:"device_secret,omitempty"`
	// mqtt设备所属产品
	ProductKey string `json:"product_key,omitempty" xml:"product_key,omitempty"`
	// accessKey
	AccessKey string `json:"access_key,omitempty" xml:"access_key,omitempty"`
	// accessToken
	AccessToken string `json:"access_token,omitempty" xml:"access_token,omitempty"`
	// expireTime
	ExpireTime int64 `json:"expire_time,omitempty" xml:"expire_time,omitempty"`
	// 创建令牌的服务端时间戳
	Timestamp int64 `json:"timestamp,omitempty" xml:"timestamp,omitempty"`
}

MqttDeviceInfoDto 结构体

type MzPromotionDto

type MzPromotionDto struct {
	// 活动名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 买赠活动文案
	MzDisplayText string `json:"mz_display_text,omitempty" xml:"mz_display_text,omitempty"`
	// 活动开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 活动结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

MzPromotionDto 结构体

type NetworkRouteDto added in v1.2.9

type NetworkRouteDto struct {
	// 节点信息
	Nodes []LogisticsNodeFullInfo `json:"nodes,omitempty" xml:"nodes>logistics_node_full_info,omitempty"`
	// 线路ID
	RouteId string `json:"route_id,omitempty" xml:"route_id,omitempty"`
}

NetworkRouteDto 结构体

type OctopusOpenResult

type OctopusOpenResult struct {
	// 部分失败的商品编码列表
	FailedSkuCodes []string `json:"failed_sku_codes,omitempty" xml:"failed_sku_codes>string,omitempty"`
	// 错误描述
	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 活动ID
	Data int64 `json:"data,omitempty" xml:"data,omitempty"`
	// 操作是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

OctopusOpenResult 结构体

type OfferLicenseInfo

type OfferLicenseInfo struct {
	// 是否首选证件
	First string `json:"first,omitempty" xml:"first,omitempty"`
	// 证件开始时间
	GmtBegin string `json:"gmt_begin,omitempty" xml:"gmt_begin,omitempty"`
	// 证件结束日期
	GmtValidity string `json:"gmt_validity,omitempty" xml:"gmt_validity,omitempty"`
	// 证件国家
	LicenseCountry string `json:"license_country,omitempty" xml:"license_country,omitempty"`
	// 证件类型
	LicenseType string `json:"license_type,omitempty" xml:"license_type,omitempty"`
	// 证件号码
	LicenseValue string `json:"license_value,omitempty" xml:"license_value,omitempty"`
}

OfferLicenseInfo 结构体

type OpenLogicGroupRule

type OpenLogicGroupRule struct {
	// 换购分组名称
	ExchangeGroupName string `json:"exchange_group_name,omitempty" xml:"exchange_group_name,omitempty"`
	// 整体优惠
	CoverAllDiscountRule *CoverAllDiscountRule `json:"cover_all_discount_rule,omitempty" xml:"cover_all_discount_rule,omitempty"`
	// 逻辑分组上满N元条件,当阶梯的is_amount=true时生效,逻辑分组条件的优先级大于阶梯条件的优先级
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 逻辑分组上满N件条件,当阶梯的is_count=true时生效,逻辑分组条件的优先级大于阶梯条件的优先级
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 换购N件
	CanExtraItemNum int64 `json:"can_extra_item_num,omitempty" xml:"can_extra_item_num,omitempty"`
	// 1-普通分组,2-换购分组,3-买赠分组
	LogicGroupType int64 `json:"logic_group_type,omitempty" xml:"logic_group_type,omitempty"`
	// 商家逻辑分组Id(单个活动不能重复)
	Number int64 `json:"number,omitempty" xml:"number,omitempty"`
	// 换购分组排序,用于在app上展示的顺序
	ExchangeGroupOrder int64 `json:"exchange_group_order,omitempty" xml:"exchange_group_order,omitempty"`
	// 分摊比例
	Ratio int64 `json:"ratio,omitempty" xml:"ratio,omitempty"`
	// 是否为优惠作用分组
	IsEffectiveGroup bool `json:"is_effective_group,omitempty" xml:"is_effective_group,omitempty"`
}

OpenLogicGroupRule 结构体

type OpenPromotionRuleStair

type OpenPromotionRuleStair struct {
	// 分组表达式【暂时不使用】
	LoginGroupExpress string `json:"login_group_express,omitempty" xml:"login_group_express,omitempty"`
	// 指定件数优惠规则
	CapCountDiscountRule *CapCountDiscountRule `json:"cap_count_discount_rule,omitempty" xml:"cap_count_discount_rule,omitempty"`
	// 阶梯整体优惠规则
	CoverAllDiscountRule *CoverAllDiscountRule `json:"cover_all_discount_rule,omitempty" xml:"cover_all_discount_rule,omitempty"`
	// 第N件优惠规则
	CountAtDiscountRule *CountAtDiscountRule `json:"count_at_discount_rule,omitempty" xml:"count_at_discount_rule,omitempty"`
	// 阶梯序号,代表商家的阶梯ID,同时代表阶梯优先级的顺序
	Number int64 `json:"number,omitempty" xml:"number,omitempty"`
	// 满x元【单位为分】
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 满x件
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 单独定价优惠规则
	SeparatePricingDiscountRule *SeparatePricingDiscountRule `json:"separate_pricing_discount_rule,omitempty" xml:"separate_pricing_discount_rule,omitempty"`
	// 是否满元
	IsAmount bool `json:"is_amount,omitempty" xml:"is_amount,omitempty"`
	// 是否满件
	IsCount bool `json:"is_count,omitempty" xml:"is_count,omitempty"`
	// 是否叠加逻辑分组的条件
	IsOverlayLogicGroupCondition bool `json:"is_overlay_logic_group_condition,omitempty" xml:"is_overlay_logic_group_condition,omitempty"`
}

OpenPromotionRuleStair 结构体

type OpenRefundReqDto

type OpenRefundReqDto struct {
	// 退款渠道
	RefundChannelList []ChannelRefundDto `json:"refund_channel_list,omitempty" xml:"refund_channel_list>channel_refund_dto,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 淘系子单单号
	SubBizOrderId string `json:"sub_biz_order_id,omitempty" xml:"sub_biz_order_id,omitempty"`
	// 退款操作人
	Agent string `json:"agent,omitempty" xml:"agent,omitempty"`
	// 退款备注
	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`
}

OpenRefundReqDto 结构体

type Operator

type Operator struct {
	// 操作员编码
	OperatorCode string `json:"operator_code,omitempty" xml:"operator_code,omitempty"`
	// 操作员姓名
	OperatorName string `json:"operator_name,omitempty" xml:"operator_name,omitempty"`
}

Operator 结构体

type OperatorVo

type OperatorVo struct {
	// 操作人id
	OperatorId string `json:"operator_id,omitempty" xml:"operator_id,omitempty"`
	// 操作人name
	OperatorName string `json:"operator_name,omitempty" xml:"operator_name,omitempty"`
	// 操作人type
	OperatorType int64 `json:"operator_type,omitempty" xml:"operator_type,omitempty"`
}

OperatorVo 结构体

type Order

type Order struct {
	// 支付渠道列表
	PayChannels []PayChannel `json:"pay_channels,omitempty" xml:"pay_channels>pay_channel,omitempty"`
	// 子订单列表
	SubOrders []SubOrder `json:"sub_orders,omitempty" xml:"sub_orders>sub_order,omitempty"`
	// 成交时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 门店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
	// 收银员编号
	OperatorId string `json:"operator_id,omitempty" xml:"operator_id,omitempty"`
	// 收银员名字
	OperatorName string `json:"operator_name,omitempty" xml:"operator_name,omitempty"`
	// merchantCode
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// orderStatus
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// memberPoint
	MemberPoint string `json:"member_point,omitempty" xml:"member_point,omitempty"`
	// 打包时间
	PackageTime string `json:"package_time,omitempty" xml:"package_time,omitempty"`
	// 赠券,格式为 券ID_券金额, 金额单位为分
	GiftCoupon string `json:"gift_coupon,omitempty" xml:"gift_coupon,omitempty"`
	// 一串唯一的字符串
	DutyCode string `json:"duty_code,omitempty" xml:"duty_code,omitempty"`
	// map格式的json字符串,部分key含义如下。wdkMemberValue:手机号或者卡号 wdkMemberSource:carNum or phoneNum memDegrade:1表示在线降级,2表示离线降级
	TradeAttributes string `json:"trade_attributes,omitempty" xml:"trade_attributes,omitempty"`
	// 买家open_uid
	OpenUid string `json:"open_uid,omitempty" xml:"open_uid,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 外部门店id
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// app或pos
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 业务订单号
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 商品优惠总额
	DiscountAmt int64 `json:"discount_amt,omitempty" xml:"discount_amt,omitempty"`
	// 商品总金额(优惠前)
	OriginalAmt int64 `json:"original_amt,omitempty" xml:"original_amt,omitempty"`
	// 配送费
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 销售类型(正向销售1:逆向销售2。本接口应返回2)
	TrdType int64 `json:"trd_type,omitempty" xml:"trd_type,omitempty"`
	// 会员价优惠总金额
	MemberDiscountAmt int64 `json:"member_discount_amt,omitempty" xml:"member_discount_amt,omitempty"`
	// 淘宝主订单号
	TbBizOrderId int64 `json:"tb_biz_order_id,omitempty" xml:"tb_biz_order_id,omitempty"`
	// 渠道来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 支付金额,单位分
	PayAmt int64 `json:"pay_amt,omitempty" xml:"pay_amt,omitempty"`
}

Order 结构体

type OrderActivity added in v1.2.9

type OrderActivity struct {
	// 渠道活动ID
	ChannelActivityId string `json:"channel_activity_id,omitempty" xml:"channel_activity_id,omitempty"`
	// 关联业务活动ID
	BizActivityId string `json:"biz_activity_id,omitempty" xml:"biz_activity_id,omitempty"`
	// 关联商家ERP活动ID
	MerchantActivityId string `json:"merchant_activity_id,omitempty" xml:"merchant_activity_id,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动类型
	ActivityType string `json:"activity_type,omitempty" xml:"activity_type,omitempty"`
	// 活动优惠金额
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 活动优惠商家分摊
	DiscountMerchantFee int64 `json:"discount_merchant_fee,omitempty" xml:"discount_merchant_fee,omitempty"`
	// 活动优惠平台分摊
	DiscountPlatformFee int64 `json:"discount_platform_fee,omitempty" xml:"discount_platform_fee,omitempty"`
}

OrderActivity 结构体

type OrderAggregateQueryRequest

type OrderAggregateQueryRequest struct {
	// 起始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// DRF1001
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 机台号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 下单终端: APP / POS
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 班次号
	DutyCode string `json:"duty_code,omitempty" xml:"duty_code,omitempty"`
	// 收营员id
	OperatorId string `json:"operator_id,omitempty" xml:"operator_id,omitempty"`
	// 订单状态: PAID / PACAKAGED / SUCCESS
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 分页序号
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 分页size
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

OrderAggregateQueryRequest 结构体

type OrderAggregateQueryResult

type OrderAggregateQueryResult struct {
	// 240000310869037498
	BizIdList []int64 `json:"biz_id_list,omitempty" xml:"biz_id_list>int64,omitempty"`
	// 171321816752430897
	TbBizIdList []int64 `json:"tb_biz_id_list,omitempty" xml:"tb_biz_id_list>int64,omitempty"`
	// 接口返回码. 如果返回 HM05038888888006 需重试(数据查询失败,请重试,注意限定重试次数)
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 接口返回码描述
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// totalNum
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 商品总金额(不含优惠)
	OriginalAmt int64 `json:"original_amt,omitempty" xml:"original_amt,omitempty"`
	// 总优惠金额
	DiscountAmt int64 `json:"discount_amt,omitempty" xml:"discount_amt,omitempty"`
	// 下一页序号
	NextIndex int64 `json:"next_index,omitempty" xml:"next_index,omitempty"`
}

OrderAggregateQueryResult 结构体

type OrderBalanceBillDo

type OrderBalanceBillDo struct {
	// 订单原价
	ParentTotalPrice string `json:"parent_total_price,omitempty" xml:"parent_total_price,omitempty"`
	// 订单付款时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 分账单创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 交易渠道 1:其他 2:app 3:pos
	OrderChannel string `json:"order_channel,omitempty" xml:"order_channel,omitempty"`
	// 父订单
	MordId string `json:"mord_id,omitempty" xml:"mord_id,omitempty"`
	// 门店名字
	StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"`
	// 名店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 子公司
	SubsidiaryName string `json:"subsidiary_name,omitempty" xml:"subsidiary_name,omitempty"`
	// 子公司code
	SubsidiaryCode string `json:"subsidiary_code,omitempty" xml:"subsidiary_code,omitempty"`
	// 集团
	MerchantName string `json:"merchant_name,omitempty" xml:"merchant_name,omitempty"`
	// 集团code
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 业务日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 创建时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 订单技术服务费
	PayTechFee string `json:"pay_tech_fee,omitempty" xml:"pay_tech_fee,omitempty"`
	// 用户实付金额,减支付宝红包
	PayFee string `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 订单付款金额
	ParentOriginalPrice string `json:"parent_original_price,omitempty" xml:"parent_original_price,omitempty"`
	// 总优惠金额
	DiscountFee string `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 支付优惠金额
	PayDiscountFee string `json:"pay_discount_fee,omitempty" xml:"pay_discount_fee,omitempty"`
	// 分账优惠金额
	DiscountFzFee string `json:"discount_fz_fee,omitempty" xml:"discount_fz_fee,omitempty"`
	// 订单优惠金额平台补贴商家费用
	PmtDiscountFee string `json:"pmt_discount_fee,omitempty" xml:"pmt_discount_fee,omitempty"`
	// 订单优惠金额
	ParentDiscountFee string `json:"parent_discount_fee,omitempty" xml:"parent_discount_fee,omitempty"`
	// 渠道来源 :1 淘点点;2 美团;3 饿了么;4 淘宝TC;5 百度外卖;6 微信 ;7 三江;18 大润发飞牛优鲜;
	OrderFrom string `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 支付方式
	PayChannel string `json:"pay_channel,omitempty" xml:"pay_channel,omitempty"`
	// 单据类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 商家应收金额
	SellerReceiveFee string `json:"seller_receive_fee,omitempty" xml:"seller_receive_fee,omitempty"`
	// 优惠手续费
	DiscountChangeFee string `json:"discount_change_fee,omitempty" xml:"discount_change_fee,omitempty"`
	// 优惠技术服务费
	DiscountTechFee string `json:"discount_tech_fee,omitempty" xml:"discount_tech_fee,omitempty"`
	// 商家承担优惠金额
	DiscountSellerFee string `json:"discount_seller_fee,omitempty" xml:"discount_seller_fee,omitempty"`
	// 平台承担优惠金额
	DiscountPlatformFee string `json:"discount_platform_fee,omitempty" xml:"discount_platform_fee,omitempty"`
	// 分账金额
	FzFee string `json:"fz_fee,omitempty" xml:"fz_fee,omitempty"`
	// 配送费
	DeliveryFee string `json:"delivery_fee,omitempty" xml:"delivery_fee,omitempty"`
	// 订单手续费
	PayChangeFee string `json:"pay_change_fee,omitempty" xml:"pay_change_fee,omitempty"`
	// 原订单运费
	ParentPostFee string `json:"parent_post_fee,omitempty" xml:"parent_post_fee,omitempty"`
	// 用户应付金额(含运费)
	UserPayAmount string `json:"user_pay_amount,omitempty" xml:"user_pay_amount,omitempty"`
	// 支付宝收款
	PayByAliPay string `json:"pay_by_ali_pay,omitempty" xml:"pay_by_ali_pay,omitempty"`
	// 非支付宝收款
	PayByOther string `json:"pay_by_other,omitempty" xml:"pay_by_other,omitempty"`
	// 收入金额小计
	IncomeAmount string `json:"income_amount,omitempty" xml:"income_amount,omitempty"`
	// 打包时间
	PackageTime string `json:"package_time,omitempty" xml:"package_time,omitempty"`
	// 正向打包状态
	PackagedStatus string `json:"packaged_status,omitempty" xml:"packaged_status,omitempty"`
	// 主键id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 是否退款计算收入(1:是,0:否) 这是逆向的
	Income int64 `json:"income,omitempty" xml:"income,omitempty"`
}

OrderBalanceBillDo 结构体

type OrderBalanceBillRequest

type OrderBalanceBillRequest struct {
	// 业务日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// storeId
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 每页条数
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 页码
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
	// 最大的id
	MaxId int64 `json:"max_id,omitempty" xml:"max_id,omitempty"`
}

OrderBalanceBillRequest 结构体

type OrderBalanceBillResponseDo

type OrderBalanceBillResponseDo struct {
	// orderBalanceBillDOList
	OrderBalanceBillList []OrderBalanceBillDo `json:"order_balance_bill_list,omitempty" xml:"order_balance_bill_list>order_balance_bill_do,omitempty"`
	// 是否有下一页0:没有 1:有
	HasNext string `json:"has_next,omitempty" xml:"has_next,omitempty"`
}

OrderBalanceBillResponseDo 结构体

type OrderBuyerInfoBo added in v1.3.1

type OrderBuyerInfoBo struct {
	// 收货人名字
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 收货人电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 收货人地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// poi经纬度
	Geo string `json:"geo,omitempty" xml:"geo,omitempty"`
	// 配送开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 配送结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
}

OrderBuyerInfoBo 结构体

type OrderCommitReq

type OrderCommitReq struct {
	// 商品列表
	ItemConfirmInfos []ItemConfirmInfo `json:"item_confirm_infos,omitempty" xml:"item_confirm_infos>item_confirm_info,omitempty"`
	// 订单号
	ExternalOrderNo string `json:"external_order_no,omitempty" xml:"external_order_no,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
}

OrderCommitReq 结构体

type OrderDeliveryBo added in v1.3.1

type OrderDeliveryBo struct {
	// 外部子单号
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// 后端商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 前端商品名称
	AuctionTitle string `json:"auction_title,omitempty" xml:"auction_title,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 库存单位购买数量
	StockQuantity string `json:"stock_quantity,omitempty" xml:"stock_quantity,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 创单时间
	OrderCreateTime string `json:"order_create_time,omitempty" xml:"order_create_time,omitempty"`
	// 卖家昵称
	SellerNick string `json:"seller_nick,omitempty" xml:"seller_nick,omitempty"`
	// 订单来源
	OrderSource string `json:"order_source,omitempty" xml:"order_source,omitempty"`
	// 下单终端
	OrderTerminal string `json:"order_terminal,omitempty" xml:"order_terminal,omitempty"`
	// 渠道店
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 期望送达时间
	ExpectArriveTime string `json:"expect_arrive_time,omitempty" xml:"expect_arrive_time,omitempty"`
	// 买家昵称
	UserNick string `json:"user_nick,omitempty" xml:"user_nick,omitempty"`
	// 收货人名字
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 收货人电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 收货人地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// poi经纬度
	Geo string `json:"geo,omitempty" xml:"geo,omitempty"`
	// 是否是主单 1-是;0-不是
	IsMain int64 `json:"is_main,omitempty" xml:"is_main,omitempty"`
	// 是否是子单 1-是;0-不是
	IsDetail int64 `json:"is_detail,omitempty" xml:"is_detail,omitempty"`
	// 前端商品id
	AuctionId int64 `json:"auction_id,omitempty" xml:"auction_id,omitempty"`
	// 商品单价
	SalePrice int64 `json:"sale_price,omitempty" xml:"sale_price,omitempty"`
	// 销售单位购买数量
	SaleQuantity int64 `json:"sale_quantity,omitempty" xml:"sale_quantity,omitempty"`
	// 原价
	OriginFee int64 `json:"origin_fee,omitempty" xml:"origin_fee,omitempty"`
	// 支付金额
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 优惠金额
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 业务类型 2-表示生鲜门店;3-表示B2C
	BusinessType int64 `json:"business_type,omitempty" xml:"business_type,omitempty"`
	// 子业务类型
	SubBusinessType int64 `json:"sub_business_type,omitempty" xml:"sub_business_type,omitempty"`
	// 卖家id
	SellerId int64 `json:"seller_id,omitempty" xml:"seller_id,omitempty"`
	// 订单来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 订单渠道 2-表示线上;3-表示线下
	OrderChannel int64 `json:"order_channel,omitempty" xml:"order_channel,omitempty"`
	// 配送类型 1-表示预约配送;2-表示现场购买
	DeliverType int64 `json:"deliver_type,omitempty" xml:"deliver_type,omitempty"`
	// 送达类型 1-表示及时达;2-表示定时达;3-表示极速达;4-表示无需配送
	ArriveType int64 `json:"arrive_type,omitempty" xml:"arrive_type,omitempty"`
	// 订单状态
	OrderStatus int64 `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 运费(分为单位)
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 打包费(分为单位)
	PackageFee int64 `json:"package_fee,omitempty" xml:"package_fee,omitempty"`
	// 平台折扣费(分为单位)
	PlatformDiscountFee int64 `json:"platform_discount_fee,omitempty" xml:"platform_discount_fee,omitempty"`
	// 商家折扣费(分为单位)
	MerchantDiscountFee int64 `json:"merchant_discount_fee,omitempty" xml:"merchant_discount_fee,omitempty"`
	// 买家id
	UserId int64 `json:"user_id,omitempty" xml:"user_id,omitempty"`
}

OrderDeliveryBo 结构体

type OrderDesensitizePhoneRequest added in v1.2.9

type OrderDesensitizePhoneRequest struct {
	// 业务单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 经营店编码
	StoreCode string `json:"store_code,omitempty" xml:"store_code,omitempty"`
}

OrderDesensitizePhoneRequest 结构体

type OrderDesensitizePhoneResult added in v1.2.9

type OrderDesensitizePhoneResult struct {
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 业务单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 经营店编码
	StoreCode string `json:"store_code,omitempty" xml:"store_code,omitempty"`
	// 脱敏的手机号
	ReceiverPrivacyPhone string `json:"receiver_privacy_phone,omitempty" xml:"receiver_privacy_phone,omitempty"`
	// 虚拟号
	VirtualNumber string `json:"virtual_number,omitempty" xml:"virtual_number,omitempty"`
	// 买家虚拟号(仅鲜花行业订单有值)
	BuyerVirtualNumber string `json:"buyer_virtual_number,omitempty" xml:"buyer_virtual_number,omitempty"`
	// 预计过期时间
	ExpirationTime int64 `json:"expiration_time,omitempty" xml:"expiration_time,omitempty"`
}

OrderDesensitizePhoneResult 结构体

type OrderDetailFee

type OrderDetailFee struct {
	// 众包呼单费
	ZhongbaoCallFee string `json:"zhongbao_call_fee,omitempty" xml:"zhongbao_call_fee,omitempty"`
	// 冷链加工费
	ColdBoxFee string `json:"cold_box_fee,omitempty" xml:"cold_box_fee,omitempty"`
	// 用户实付
	UserFee string `json:"user_fee,omitempty" xml:"user_fee,omitempty"`
	// 实收佣金
	Commission string `json:"commission,omitempty" xml:"commission,omitempty"`
	// 代理商补贴
	AgentRate string `json:"agent_rate,omitempty" xml:"agent_rate,omitempty"`
	// 平台补贴
	PlatformRate string `json:"platform_rate,omitempty" xml:"platform_rate,omitempty"`
	// 商户补贴
	ShopRate string `json:"shop_rate,omitempty" xml:"shop_rate,omitempty"`
	// 配送费
	SendFee string `json:"send_fee,omitempty" xml:"send_fee,omitempty"`
	// 餐盒费
	PackageFee string `json:"package_fee,omitempty" xml:"package_fee,omitempty"`
	// 商品金额
	ProductFee string `json:"product_fee,omitempty" xml:"product_fee,omitempty"`
	// 渠道费
	PayChannelFee string `json:"pay_channel_fee,omitempty" xml:"pay_channel_fee,omitempty"`
	// 渠道费率
	PayChannelRate string `json:"pay_channel_rate,omitempty" xml:"pay_channel_rate,omitempty"`
}

OrderDetailFee 结构体

type OrderFundsDiscount added in v1.2.9

type OrderFundsDiscount struct {
	// 活动名称
	DiscountName string `json:"discount_name,omitempty" xml:"discount_name,omitempty"`
	// 活动类型
	DiscountType string `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
	// 优惠金额(分)
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 商家优惠(分)
	DiscountMerchantFee int64 `json:"discount_merchant_fee,omitempty" xml:"discount_merchant_fee,omitempty"`
	// 平台优惠(分)
	DiscountPlatformFee int64 `json:"discount_platform_fee,omitempty" xml:"discount_platform_fee,omitempty"`
}

OrderFundsDiscount 结构体

type OrderGetRequest added in v1.2.9

type OrderGetRequest struct {
	// 经营店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 五道口订单编码
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
}

OrderGetRequest 结构体

type OrderInfo

type OrderInfo struct {
	// 子订单信息
	SubOrders []SubOrder `json:"sub_orders,omitempty" xml:"sub_orders>sub_order,omitempty"`
	// 支付渠道,不填会默认使用类型1,支付金额=主单的payFee
	PayChannels []PayChannel `json:"pay_channels,omitempty" xml:"pay_channels>pay_channel,omitempty"`
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部渠道店ID(与shop_id必选其一)
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 订单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 创单时间
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 订单小号
	SerialNo string `json:"serial_no,omitempty" xml:"serial_no,omitempty"`
	// 渠道店id(与out_shop_id必选其一)
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 订单扩展数据
	Ext string `json:"ext,omitempty" xml:"ext,omitempty"`
	// 经营店Id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 买家信息
	Buyer *Buyer `json:"buyer,omitempty" xml:"buyer,omitempty"`
	// 收件人信息
	Consignee *Consignee `json:"consignee,omitempty" xml:"consignee,omitempty"`
	// 实际支付金额
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 原始金额
	OriginFee int64 `json:"origin_fee,omitempty" xml:"origin_fee,omitempty"`
	// 优惠金额
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 运费
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 订单来源(选填out_shop_id时该值必填)
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 配送方式 1:平台配送 2:商家自配送 3:到店自提
	PickupType int64 `json:"pickup_type,omitempty" xml:"pickup_type,omitempty"`
	// 平台佣金
	Commission int64 `json:"commission,omitempty" xml:"commission,omitempty"`
	// 包装费
	PackageFee int64 `json:"package_fee,omitempty" xml:"package_fee,omitempty"`
	// 商家应收总金额
	MerchantTotalFee int64 `json:"merchant_total_fee,omitempty" xml:"merchant_total_fee,omitempty"`
	// 未分类商家总优惠
	OtherMerchantSubsidyFee int64 `json:"other_merchant_subsidy_fee,omitempty" xml:"other_merchant_subsidy_fee,omitempty"`
	// 未分类平台总优惠
	OtherPlatSubsidyFee int64 `json:"other_plat_subsidy_fee,omitempty" xml:"other_plat_subsidy_fee,omitempty"`
	// 商家基础配送费
	MerchantBaseSendFee int64 `json:"merchant_base_send_fee,omitempty" xml:"merchant_base_send_fee,omitempty"`
	// 平台配送费补贴
	PlatSendSubsidyFee int64 `json:"plat_send_subsidy_fee,omitempty" xml:"plat_send_subsidy_fee,omitempty"`
	// 商家配送费补贴
	MerchantSendSubsidyFee int64 `json:"merchant_send_subsidy_fee,omitempty" xml:"merchant_send_subsidy_fee,omitempty"`
	// 商家呼单小费
	MerchantCallOrderFee int64 `json:"merchant_call_order_fee,omitempty" xml:"merchant_call_order_fee,omitempty"`
	// 冷链配送费
	ColdChainSendFee int64 `json:"cold_chain_send_fee,omitempty" xml:"cold_chain_send_fee,omitempty"`
	// 商家呼单配送费
	MerchantCallOrderSendFee int64 `json:"merchant_call_order_send_fee,omitempty" xml:"merchant_call_order_send_fee,omitempty"`
	// 配送保险
	SendInsuranceFee int64 `json:"send_insurance_fee,omitempty" xml:"send_insurance_fee,omitempty"`
	// 物流驻店服务费
	LogisticsShopServiceFee int64 `json:"logistics_shop_service_fee,omitempty" xml:"logistics_shop_service_fee,omitempty"`
	// 实收增值服务费
	ActualIncrementServiceFee int64 `json:"actual_increment_service_fee,omitempty" xml:"actual_increment_service_fee,omitempty"`
	// 履约增值服务费
	PerformanceIncrementServiceFee int64 `json:"performance_increment_service_fee,omitempty" xml:"performance_increment_service_fee,omitempty"`
	// 距离加价履约费
	DistanceIncreasePerformanceFee int64 `json:"distance_increase_performance_fee,omitempty" xml:"distance_increase_performance_fee,omitempty"`
	// 时段加价履约费
	TimeIncreasePerformanceFee int64 `json:"time_increase_performance_fee,omitempty" xml:"time_increase_performance_fee,omitempty"`
	// 公益捐款
	MerchantPublicDonation int64 `json:"merchant_public_donation,omitempty" xml:"merchant_public_donation,omitempty"`
	// 用户积分抵扣金额
	PlatPointsDeductionFee int64 `json:"plat_points_deduction_fee,omitempty" xml:"plat_points_deduction_fee,omitempty"`
	// 自提服务费优惠金额
	SelfPickDiscountFee int64 `json:"self_pick_discount_fee,omitempty" xml:"self_pick_discount_fee,omitempty"`
	// 自提服务费
	SelfPickPayableFee int64 `json:"self_pick_payable_fee,omitempty" xml:"self_pick_payable_fee,omitempty"`
	// 价格加价履约费
	PriceIncreasePerformanceFee int64 `json:"price_increase_performance_fee,omitempty" xml:"price_increase_performance_fee,omitempty"`
}

OrderInfo 结构体

type OrderInfoDo

type OrderInfoDo struct {
	// 小票付款渠道
	PayChannels []ReceiptPayChannelDo `json:"pay_channels,omitempty" xml:"pay_channels>receipt_pay_channel_do,omitempty"`
	// 商品明细
	SubOrders []SubOrderInfoDo `json:"sub_orders,omitempty" xml:"sub_orders>sub_order_info_do,omitempty"`
	// 来源,商家级别,当前取值:RENRENLE / SANJIANG
	OrderFrom string `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 原交易时间
	OriginalTrdTime string `json:"original_trd_time,omitempty" xml:"original_trd_time,omitempty"`
	// 原流水号
	OriginalSerialNum string `json:"original_serial_num,omitempty" xml:"original_serial_num,omitempty"`
	// 原款机号
	OriginalPosNo string `json:"original_pos_no,omitempty" xml:"original_pos_no,omitempty"`
	// 会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
	// 收银员姓名
	OpName string `json:"op_name,omitempty" xml:"op_name,omitempty"`
	// 收银员工号
	OpNum string `json:"op_num,omitempty" xml:"op_num,omitempty"`
	// 成交时间
	TrdTime string `json:"trd_time,omitempty" xml:"trd_time,omitempty"`
	// 流水号
	SerialNum string `json:"serial_num,omitempty" xml:"serial_num,omitempty"`
	// 款机号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 渠道店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 阿里userID
	AliUserId string `json:"ali_user_id,omitempty" xml:"ali_user_id,omitempty"`
	// 折扣优惠金额
	DiscountAmt int64 `json:"discount_amt,omitempty" xml:"discount_amt,omitempty"`
	// 损溢金额
	OverflowAmt int64 `json:"overflow_amt,omitempty" xml:"overflow_amt,omitempty"`
	// 会员优惠
	MemberDiscount int64 `json:"member_discount,omitempty" xml:"member_discount,omitempty"`
	// 找零金额
	ChangeAmt int64 `json:"change_amt,omitempty" xml:"change_amt,omitempty"`
	// 实收金额
	ActualAmt int64 `json:"actual_amt,omitempty" xml:"actual_amt,omitempty"`
	// 应收金额
	AskAmt int64 `json:"ask_amt,omitempty" xml:"ask_amt,omitempty"`
	// 交易类型
	TrdType int64 `json:"trd_type,omitempty" xml:"trd_type,omitempty"`
}

OrderInfoDo 结构体

type OrderInfoExt added in v1.2.9

type OrderInfoExt struct {
	// 祝福语
	SubscribeMessage string `json:"subscribe_message,omitempty" xml:"subscribe_message,omitempty"`
	// 订购人电话, 虚拟小号; (商家自配送场景给出)
	SubscribePhone string `json:"subscribe_phone,omitempty" xml:"subscribe_phone,omitempty"`
	// 会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
}

OrderInfoExt 结构体

type OrderListSyncPagedResult

type OrderListSyncPagedResult struct {
	// orders
	Orders []OrderSyncDto `json:"orders,omitempty" xml:"orders>order_sync_dto,omitempty"`
	// returnMsg
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// returnCode
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回订单总数量
	TotalNumber int64 `json:"total_number,omitempty" xml:"total_number,omitempty"`
	// 返回下一查询页的序号。如果返回值是-1,则无下一页。数据拉取完成。
	NextIndex int64 `json:"next_index,omitempty" xml:"next_index,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

OrderListSyncPagedResult 结构体

type OrderOperateResult

type OrderOperateResult struct {
	// 子单列表信息
	SubOrderResults []SubOrder `json:"sub_order_results,omitempty" xml:"sub_order_results>sub_order,omitempty"`
	// 盒马主单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 外部主单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
}

OrderOperateResult 结构体

type OrderPayChannel added in v1.2.9

type OrderPayChannel struct {
	// 支付方式
	PayType string `json:"pay_type,omitempty" xml:"pay_type,omitempty"`
	// 支付渠道名称
	PayChannel string `json:"pay_channel,omitempty" xml:"pay_channel,omitempty"`
	// 支付金额
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
}

OrderPayChannel 结构体

type OrderPayInfoBo added in v1.3.1

type OrderPayInfoBo struct {
	// 买家用户名
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
	// 买家昵称
	UserNick string `json:"user_nick,omitempty" xml:"user_nick,omitempty"`
	// 买家电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 商家会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
	// 会员标
	MemberTags string `json:"member_tags,omitempty" xml:"member_tags,omitempty"`
}

OrderPayInfoBo 结构体

type OrderPredict

type OrderPredict struct {
	// 分渠道实际单量,JSON结构
	ChannelActualQuantity string `json:"channel_actual_quantity,omitempty" xml:"channel_actual_quantity,omitempty"`
	// 分渠道预测单量,JSON结构
	ChannelPredictQuantity string `json:"channel_predict_quantity,omitempty" xml:"channel_predict_quantity,omitempty"`
	// 配送站编码
	DeliveryStationCode string `json:"delivery_station_code,omitempty" xml:"delivery_station_code,omitempty"`
	// 配送站名称
	DeliveryStationName string `json:"delivery_station_name,omitempty" xml:"delivery_station_name,omitempty"`
	// 预测日期
	PredictDate string `json:"predict_date,omitempty" xml:"predict_date,omitempty"`
	// 子公司编码
	SubCompanyCode string `json:"sub_company_code,omitempty" xml:"sub_company_code,omitempty"`
	// 子公司名称
	SubCompanyName string `json:"sub_company_name,omitempty" xml:"sub_company_name,omitempty"`
	// 时间段
	TimeRange string `json:"time_range,omitempty" xml:"time_range,omitempty"`
	// 门店编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 门店名称
	WarehouseName string `json:"warehouse_name,omitempty" xml:"warehouse_name,omitempty"`
	// 实际总单量
	ActualOrderQuantity int64 `json:"actual_order_quantity,omitempty" xml:"actual_order_quantity,omitempty"`
	// 预测总单量
	PredictOrderQuantity int64 `json:"predict_order_quantity,omitempty" xml:"predict_order_quantity,omitempty"`
}

OrderPredict 结构体

type OrderPredictQuery

type OrderPredictQuery struct {
	// 查询日期列表,早于当前时间为查询实际单量,晚于当前时间为预测
	DateList []string `json:"date_list,omitempty" xml:"date_list>string,omitempty"`
	// 配送站code,该参数和warehouse_code二选一
	DeliveryStationCode string `json:"delivery_station_code,omitempty" xml:"delivery_station_code,omitempty"`
	// 门店code,该参数和delivery_station_code二选一
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 数据类型:1)滚动,2)快照
	DataType int64 `json:"data_type,omitempty" xml:"data_type,omitempty"`
	// 订单类型:1)020线上订单,2)b2c常温订单,3)b2c冷链订单
	OrderType int64 `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 时间维度:1)每日一条预测,2)每日48条记录,半小时一条预测
	TimeDimension int64 `json:"time_dimension,omitempty" xml:"time_dimension,omitempty"`
}

OrderPredictQuery 结构体

type OrderQueryResult added in v1.2.8

type OrderQueryResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 订单数据
	Result *OrderSuccessResponse `json:"result,omitempty" xml:"result,omitempty"`
	// 接口状态
	State bool `json:"state,omitempty" xml:"state,omitempty"`
}

OrderQueryResult 结构体

type OrderRefundConfirmInfo

type OrderRefundConfirmInfo struct {
	// 同意退款子单
	AgreeSubOrders []SubRefundConfirm `json:"agree_sub_orders,omitempty" xml:"agree_sub_orders>sub_refund_confirm,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道店ID
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 盒马主单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 外部退款批次Id
	OutRefundBatchId string `json:"out_refund_batch_id,omitempty" xml:"out_refund_batch_id,omitempty"`
}

OrderRefundConfirmInfo 结构体

type OrderResponse added in v1.2.9

type OrderResponse struct {
	// 子订单列表
	SubOrderResponseList []SubOrderResponse `json:"sub_order_response_list,omitempty" xml:"sub_order_response_list>sub_order_response,omitempty"`
	// 支付渠道信息列表
	PayChannels []OrderPayChannel `json:"pay_channels,omitempty" xml:"pay_channels>order_pay_channel,omitempty"`
	// 主单活动列表
	Activitys []OrderActivity `json:"activitys,omitempty" xml:"activitys>order_activity,omitempty"`
	// 资金优惠
	FundsDiscounts []OrderFundsDiscount `json:"funds_discounts,omitempty" xml:"funds_discounts>order_funds_discount,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 经营店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道店编码
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 渠道订单编码
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 订单状态 PAID = 订单支付完成 PACKAGED = 订单打包出库 SHIPPING = 订单配送揽收 SUCCESS = 交易完成 CLOSE = 订单取消
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 对接渠道的门店ID
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 渠道订单小号
	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`
	// 买家openId
	OpenUid string `json:"open_uid,omitempty" xml:"open_uid,omitempty"`
	// 订单渠道, 31=淘鲜达等
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 订单编码
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 订单总价,分
	OriginalFee int64 `json:"original_fee,omitempty" xml:"original_fee,omitempty"`
	// 订单总优惠,分
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 配送费,分
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 包装费,分
	PackageFee int64 `json:"package_fee,omitempty" xml:"package_fee,omitempty"`
	// 用户实际支付费用,分
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 收货人信息
	ReceiveInfo *ReceiveInfo `json:"receive_info,omitempty" xml:"receive_info,omitempty"`
	// 订单扩展信息
	Ext *OrderInfoExt `json:"ext,omitempty" xml:"ext,omitempty"`
	// 商品平台优惠分摊
	SkuDiscountPlatformFee int64 `json:"sku_discount_platform_fee,omitempty" xml:"sku_discount_platform_fee,omitempty"`
	// 商品商家优惠分摊
	SkuDiscountMerchantFee int64 `json:"sku_discount_merchant_fee,omitempty" xml:"sku_discount_merchant_fee,omitempty"`
	// 配送费平台优惠分摊�
	PostDiscountPlatformFee int64 `json:"post_discount_platform_fee,omitempty" xml:"post_discount_platform_fee,omitempty"`
	// 配送费商家优惠分摊
	PostDiscountMerchantFee int64 `json:"post_discount_merchant_fee,omitempty" xml:"post_discount_merchant_fee,omitempty"`
	// 配送方式 1=定时配送/ 3=用户自提
	DeliveryType int64 `json:"delivery_type,omitempty" xml:"delivery_type,omitempty"`
	// 平台扣费对象
	PlatformDeduction *PlatformDeduction `json:"platform_deduction,omitempty" xml:"platform_deduction,omitempty"`
	// 送货信息
	DeliveryInfo *DeliveryInfo `json:"delivery_info,omitempty" xml:"delivery_info,omitempty"`
}

OrderResponse 结构体

type OrderStatusInfo

type OrderStatusInfo struct {
	// 外部渠道店ID(与shop_id必选其一)
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 订单状态   已支付: PAID;  TRADE_CLOSE(仅未支付订单)
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 渠道店id(与out_shop_id必选其一)
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店Id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道来源(选填out_shop_id时该值必填)
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

OrderStatusInfo 结构体

type OrderSubInfoBo added in v1.3.1

type OrderSubInfoBo struct {
	// 子业务单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 外部子单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
}

OrderSubInfoBo 结构体

type OrderSuccessRequest added in v1.2.8

type OrderSuccessRequest struct {
	// 子单列表
	SubInfoList []OrderDeliveryBo `json:"sub_info_list,omitempty" xml:"sub_info_list>order_delivery_bo,omitempty"`
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 订单来源
	OrderSource string `json:"order_source,omitempty" xml:"order_source,omitempty"`
	// 下单终端
	OrderTerminal string `json:"order_terminal,omitempty" xml:"order_terminal,omitempty"`
	// 一级渠道
	FirstChannel string `json:"first_channel,omitempty" xml:"first_channel,omitempty"`
	// 二级渠道
	SecondChannel string `json:"second_channel,omitempty" xml:"second_channel,omitempty"`
	// 渠道店
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 创单时间
	OrderCreateTime string `json:"order_create_time,omitempty" xml:"order_create_time,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 期望送达时间
	ExpectArriveTime string `json:"expect_arrive_time,omitempty" xml:"expect_arrive_time,omitempty"`
	// 订单支付信息
	PayInfos string `json:"pay_infos,omitempty" xml:"pay_infos,omitempty"`
	// 卖家昵称
	SellerNick string `json:"seller_nick,omitempty" xml:"seller_nick,omitempty"`
	// 是否是主单 1-是;0-不是
	IsMain int64 `json:"is_main,omitempty" xml:"is_main,omitempty"`
	// 是否是子单 1-是;0-不是
	IsDetail int64 `json:"is_detail,omitempty" xml:"is_detail,omitempty"`
	// 业务类型 2-表示生鲜门店;3-表示B2C
	BusinessType int64 `json:"business_type,omitempty" xml:"business_type,omitempty"`
	// 子业务类型
	SubBusinessType int64 `json:"sub_business_type,omitempty" xml:"sub_business_type,omitempty"`
	// 订单渠道 2-表示线上;3-表示线下
	OrderChannel int64 `json:"order_channel,omitempty" xml:"order_channel,omitempty"`
	// 配送类型 1-表示预约配送;2-表示现场购买
	DeliverType int64 `json:"deliver_type,omitempty" xml:"deliver_type,omitempty"`
	// 送达类型 1-表示及时达;2-表示定时达;3-表示极速达;4-表示无需配送
	ArriveType int64 `json:"arrive_type,omitempty" xml:"arrive_type,omitempty"`
	// 订单状态
	OrderStatus int64 `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 订单原价(分为单位)
	OriginFee int64 `json:"origin_fee,omitempty" xml:"origin_fee,omitempty"`
	// 支付金额(分为单位)
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 优惠金额(分为单位)
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 运费(分为单位)
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 打包费(分为单位)
	PackageFee int64 `json:"package_fee,omitempty" xml:"package_fee,omitempty"`
	// 平台折扣费(分为单位)
	PlatformDiscountFee int64 `json:"platform_discount_fee,omitempty" xml:"platform_discount_fee,omitempty"`
	// 商家折扣费(分为单位)
	MerchantDiscountFee int64 `json:"merchant_discount_fee,omitempty" xml:"merchant_discount_fee,omitempty"`
	// 买家信息
	BuyerInfo *OrderPayInfoBo `json:"buyer_info,omitempty" xml:"buyer_info,omitempty"`
	// 订单配送信息
	DeliveryInfo *OrderBuyerInfoBo `json:"delivery_info,omitempty" xml:"delivery_info,omitempty"`
	// 卖家id
	SellerId int64 `json:"seller_id,omitempty" xml:"seller_id,omitempty"`
	// 订单来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

OrderSuccessRequest 结构体

type OrderSuccessResponse added in v1.2.8

type OrderSuccessResponse struct {
	// 子单列表
	OrderSubInfoList []OrderSubInfoBo `json:"order_sub_info_list,omitempty" xml:"order_sub_info_list>order_sub_info_bo,omitempty"`
	// 返回的业务单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 外部主单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
}

OrderSuccessResponse 结构体

type OrderSyncDto

type OrderSyncDto struct {
	// subOrders
	SubOrders []SubOrderSyncDto `json:"sub_orders,omitempty" xml:"sub_orders>sub_order_sync_dto,omitempty"`
	// payChannels
	PayChannels []PayChannel `json:"pay_channels,omitempty" xml:"pay_channels>pay_channel,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 赠券,格式为 券ID_券金额, 金额单位为分
	GiftCoupon string `json:"gift_coupon,omitempty" xml:"gift_coupon,omitempty"`
	// 买家id对应的open_uid,加密过
	OpenUid string `json:"open_uid,omitempty" xml:"open_uid,omitempty"`
	// 扩展属性map
	TradeAttributes string `json:"trade_attributes,omitempty" xml:"trade_attributes,omitempty"`
	// 收银班次号
	DutyCode string `json:"duty_code,omitempty" xml:"duty_code,omitempty"`
	// 打包时间
	PackageTime string `json:"package_time,omitempty" xml:"package_time,omitempty"`
	// 会员积分
	MemberPoint string `json:"member_point,omitempty" xml:"member_point,omitempty"`
	// 订单状态 PAID:已支付  PACKAGED:已打包 SUCCESS:已收货,订单完成
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 供应商code
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 收银员名称
	OperatorName string `json:"operator_name,omitempty" xml:"operator_name,omitempty"`
	// 收银员id
	OperatorId string `json:"operator_id,omitempty" xml:"operator_id,omitempty"`
	// 会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 商场code
	SourceMerchantCode string `json:"source_merchant_code,omitempty" xml:"source_merchant_code,omitempty"`
	// 下单终端: APP,POS
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 淘宝订单号
	TbBizOrderId int64 `json:"tb_biz_order_id,omitempty" xml:"tb_biz_order_id,omitempty"`
	// 会员优惠金额
	MemberDiscountAmt int64 `json:"member_discount_amt,omitempty" xml:"member_discount_amt,omitempty"`
	// 邮费
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 商家总原价
	OriginalAmt int64 `json:"original_amt,omitempty" xml:"original_amt,omitempty"`
	// 总优惠金额
	DiscountAmt int64 `json:"discount_amt,omitempty" xml:"discount_amt,omitempty"`
	// 盒马订单号
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 订单渠道来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

OrderSyncDto 结构体

type OrderSyncRefundChannel

type OrderSyncRefundChannel struct {
	// 退款金额
	RefundAmount int64 `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
	// 退款渠道
	RefundChannel int64 `json:"refund_channel,omitempty" xml:"refund_channel,omitempty"`
	// 退款单id
	RefundOrderId int64 `json:"refund_order_id,omitempty" xml:"refund_order_id,omitempty"`
}

OrderSyncRefundChannel 结构体

type OrderSyncRefundDto

type OrderSyncRefundDto struct {
	// 退款渠道列表
	RefundChannelList []OrderSyncRefundChannel `json:"refund_channel_list,omitempty" xml:"refund_channel_list>order_sync_refund_channel,omitempty"`
	// 库存单位购买数量
	BuyAmountStock string `json:"buy_amount_stock,omitempty" xml:"buy_amount_stock,omitempty"`
	// 商品skucode
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 非标品购买数量
	NsQuantity string `json:"ns_quantity,omitempty" xml:"ns_quantity,omitempty"`
	// 操作人id
	OperatorId string `json:"operator_id,omitempty" xml:"operator_id,omitempty"`
	// 操作人名称
	OperatorName string `json:"operator_name,omitempty" xml:"operator_name,omitempty"`
	// 库存单位拣货数量
	PickAmountStock string `json:"pick_amount_stock,omitempty" xml:"pick_amount_stock,omitempty"`
	// 退货数量
	RefundQuantity string `json:"refund_quantity,omitempty" xml:"refund_quantity,omitempty"`
	// 退款时间
	RefundTime string `json:"refund_time,omitempty" xml:"refund_time,omitempty"`
	// 非标品单位
	SellUnit string `json:"sell_unit,omitempty" xml:"sell_unit,omitempty"`
	// 店铺码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 同步状态
	SyncStatus string `json:"sync_status,omitempty" xml:"sync_status,omitempty"`
	// 跑批时间
	BatchTime string `json:"batch_time,omitempty" xml:"batch_time,omitempty"`
	// 实际取货数量
	ActualPickQuantity string `json:"actual_pick_quantity,omitempty" xml:"actual_pick_quantity,omitempty"`
	// 实际退货数量
	ActualRefundQuantity string `json:"actual_refund_quantity,omitempty" xml:"actual_refund_quantity,omitempty"`
	// 履约状态
	PromiseStatus string `json:"promise_status,omitempty" xml:"promise_status,omitempty"`
	// stockUnit
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// saleUnit
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 附加属性
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 交易属性
	TradeAttributes string `json:"trade_attributes,omitempty" xml:"trade_attributes,omitempty"`
	// 商品skucode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// open_uid
	OpenUid string `json:"open_uid,omitempty" xml:"open_uid,omitempty"`
	// 外部子订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部主订单号
	OutMianOrderId string `json:"out_mian_order_id,omitempty" xml:"out_mian_order_id,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 外部skuCode
	OutSkuCode string `json:"out_sku_code,omitempty" xml:"out_sku_code,omitempty"`
	// 外部退款id
	OutRefundId string `json:"out_refund_id,omitempty" xml:"out_refund_id,omitempty"`
	// 外部门店id
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 退款业务单号
	BizMainRefundId string `json:"biz_main_refund_id,omitempty" xml:"biz_main_refund_id,omitempty"`
	// 外部退款单号
	OutMainRefundId string `json:"out_main_refund_id,omitempty" xml:"out_main_refund_id,omitempty"`
	// 退单状态 APPLY:申请,待审核,REFUSE:审核拒绝,AGREE:审核同意(退款中),SUCCESS:退款成功,CANCEL:取消申请,PLATFROM_DEAL:平台仲裁中,FAILED:退款失败
	RefundStatus string `json:"refund_status,omitempty" xml:"refund_status,omitempty"`
	// 扩展属性map
	RefundAttributes string `json:"refund_attributes,omitempty" xml:"refund_attributes,omitempty"`
	// 供应商code
	SourceMerchantCode string `json:"source_merchant_code,omitempty" xml:"source_merchant_code,omitempty"`
	// 盒马子订单号
	OriginOrderId int64 `json:"origin_order_id,omitempty" xml:"origin_order_id,omitempty"`
	// 盒马主订单号
	OriginParentId int64 `json:"origin_parent_id,omitempty" xml:"origin_parent_id,omitempty"`
	// 原购买数量
	Quantity int64 `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 退款金额
	RefundAmount int64 `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
	// 退款单id
	RefundOrderId int64 `json:"refund_order_id,omitempty" xml:"refund_order_id,omitempty"`
	// 退款类型
	RefundType int64 `json:"refund_type,omitempty" xml:"refund_type,omitempty"`
	// 淘系子订单号
	TbBizOrderId int64 `json:"tb_biz_order_id,omitempty" xml:"tb_biz_order_id,omitempty"`
	// 退款运费,单位为分
	RefundPostFee int64 `json:"refund_post_fee,omitempty" xml:"refund_post_fee,omitempty"`
	// 淘系主订单号
	TbBizParentId int64 `json:"tb_biz_parent_id,omitempty" xml:"tb_biz_parent_id,omitempty"`
	// 2:app 3:pos
	OrderClient int64 `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 渠道来源 3:饿了么 4:盒马
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 纠纷类型 1:售中  2:售后
	DisputeType int64 `json:"dispute_type,omitempty" xml:"dispute_type,omitempty"`
	// 退款销售数量
	RefundSaleQuantity int64 `json:"refund_sale_quantity,omitempty" xml:"refund_sale_quantity,omitempty"`
}

OrderSyncRefundDto 结构体

type OrderSyncRefundListResult

type OrderSyncRefundListResult struct {
	// 退款单具体详情
	Orders []OrderSyncRefundDto `json:"orders,omitempty" xml:"orders>order_sync_refund_dto,omitempty"`
	// 结果code
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 返回的信息
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 下一页
	NextIndex int64 `json:"next_index,omitempty" xml:"next_index,omitempty"`
	// 总数量
	TotalNumber int64 `json:"total_number,omitempty" xml:"total_number,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

OrderSyncRefundListResult 结构体

type OrderUserCancelInfo

type OrderUserCancelInfo struct {
	// 外部订单ID
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部渠道店ID(与shop_id必选其一)
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 渠道店id(与out_shop_id必选其一)
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 盒马主单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 经营店Id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道来源(选填out_shop_id时该值必填)
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

OrderUserCancelInfo 结构体

type OrderUserRefundInfo

type OrderUserRefundInfo struct {
	// 退款子单
	SubRefundOrders []SubRefundOrder `json:"sub_refund_orders,omitempty" xml:"sub_refund_orders>sub_refund_order,omitempty"`
	// 退款原因
	RefundReason string `json:"refund_reason,omitempty" xml:"refund_reason,omitempty"`
	// 用户备注
	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`
	// 外部退款批次Id(确保唯一,可取UUID)
	OutRefundBatchId string `json:"out_refund_batch_id,omitempty" xml:"out_refund_batch_id,omitempty"`
	// 盒马主单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 渠道店Id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店Id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
}

OrderUserRefundInfo 结构体

type OutTxdDataRelation

type OutTxdDataRelation struct {
	// 子数据类型
	SubBizCode string `json:"sub_biz_code,omitempty" xml:"sub_biz_code,omitempty"`
	// 数据类型
	BizCode string `json:"biz_code,omitempty" xml:"biz_code,omitempty"`
	// 外部数据Id
	OutDataId string `json:"out_data_id,omitempty" xml:"out_data_id,omitempty"`
	// 淘鲜达数据Id
	TxdDataId string `json:"txd_data_id,omitempty" xml:"txd_data_id,omitempty"`
}

OutTxdDataRelation 结构体

type OutboundInfoCommitReq

type OutboundInfoCommitReq struct {
	// 商品列表
	OutboundItemInfos []OutboundItemInfo `json:"outbound_item_infos,omitempty" xml:"outbound_item_infos>outbound_item_info,omitempty"`
	// 预计到货时间
	EstimatedArrivalAt string `json:"estimated_arrival_at,omitempty" xml:"estimated_arrival_at,omitempty"`
	// 出货时间
	OutboundAt string `json:"outbound_at,omitempty" xml:"outbound_at,omitempty"`
	// 供应商名称
	SupplierName string `json:"supplier_name,omitempty" xml:"supplier_name,omitempty"`
	// 供应商编码
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// asn单号
	AsnOrderNo string `json:"asn_order_no,omitempty" xml:"asn_order_no,omitempty"`
	// 商家编码,已经废弃
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 收货类型(信任收货、非信任收货)
	TrustedInbound bool `json:"trusted_inbound,omitempty" xml:"trusted_inbound,omitempty"`
}

OutboundInfoCommitReq 结构体

type OutboundItemInfo

type OutboundItemInfo struct {
	// 容器信息
	Containers []ContainerDo `json:"containers,omitempty" xml:"containers>container_do,omitempty"`
	// 批发单号
	WholesaleOrderNo string `json:"wholesale_order_no,omitempty" xml:"wholesale_order_no,omitempty"`
	// 已废弃,请使用containers.production_date
	ProductionDate string `json:"production_date,omitempty" xml:"production_date,omitempty"`
	// 出库数量(为正数或零)
	OutboundQuantity string `json:"outbound_quantity,omitempty" xml:"outbound_quantity,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 外部单号,如采购单号
	ExternalOrderNo string `json:"external_order_no,omitempty" xml:"external_order_no,omitempty"`
	// 是否完结
	OutboundCompleted bool `json:"outbound_completed,omitempty" xml:"outbound_completed,omitempty"`
}

OutboundItemInfo 结构体

type OutputItemInfoDto

type OutputItemInfoDto struct {
	// 数量
	Count string `json:"count,omitempty" xml:"count,omitempty"`
	// 部门code,该商品所属的部门编码
	DeptCode string `json:"dept_code,omitempty" xml:"dept_code,omitempty"`
	// 库存单位
	InventoryUnit string `json:"inventory_unit,omitempty" xml:"inventory_unit,omitempty"`
	// 商品code,盒马系统中的商品编码
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// 商品价格,单位为分
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 原因
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 规格
	Spec string `json:"spec,omitempty" xml:"spec,omitempty"`
	// 采购单位
	Unit string `json:"unit,omitempty" xml:"unit,omitempty"`
}

OutputItemInfoDto 结构体

type Outsuborders

type Outsuborders struct {
	// 渠道子订单ID
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// 渠道子订单最大可退金额
	MaxRefundFee int64 `json:"max_refund_fee,omitempty" xml:"max_refund_fee,omitempty"`
	// 当逆向已达到整单退时, 最后一个会有退运费金额
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 是否可退
	CanReverse bool `json:"can_reverse,omitempty" xml:"can_reverse,omitempty"`
}

Outsuborders 结构体

type PackageQueryDto

type PackageQueryDto struct {
	// 同城令牌号
	TokenCode string `json:"token_code,omitempty" xml:"token_code,omitempty"`
	// 仓Code
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 作业单元ID
	WorkUnitId string `json:"work_unit_id,omitempty" xml:"work_unit_id,omitempty"`
}

PackageQueryDto 结构体

type PackageResultDto

type PackageResultDto struct {
	// 路由节点
	RouteNodes []RouteNodeDto `json:"route_nodes,omitempty" xml:"route_nodes>route_node_dto,omitempty"`
	// 令牌列表
	TokenCodes []string `json:"token_codes,omitempty" xml:"token_codes>string,omitempty"`
	// 作业要求
	OperationalRequirement string `json:"operational_requirement,omitempty" xml:"operational_requirement,omitempty"`
	// 合单标
	MergeOrderTag string `json:"merge_order_tag,omitempty" xml:"merge_order_tag,omitempty"`
	// 收件人地址
	BuyerAddress string `json:"buyer_address,omitempty" xml:"buyer_address,omitempty"`
	// 收件人电话
	BuyerPhone string `json:"buyer_phone,omitempty" xml:"buyer_phone,omitempty"`
	// 收件人名称
	BuyerName string `json:"buyer_name,omitempty" xml:"buyer_name,omitempty"`
	// 末端合流标示
	TimeOrderTag string `json:"time_order_tag,omitempty" xml:"time_order_tag,omitempty"`
	// AOI名称
	AoiName string `json:"aoi_name,omitempty" xml:"aoi_name,omitempty"`
	// 区块ID
	RouteArea string `json:"route_area,omitempty" xml:"route_area,omitempty"`
	// 波次时间
	WaveTime string `json:"wave_time,omitempty" xml:"wave_time,omitempty"`
	// 应履约日期
	FulfillDate string `json:"fulfill_date,omitempty" xml:"fulfill_date,omitempty"`
}

PackageResultDto 结构体

type PageInfoDto added in v1.2.5

type PageInfoDto struct {
	// 总数
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
	// 总页数
	Pages int64 `json:"pages,omitempty" xml:"pages,omitempty"`
	// 页面大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 当前页数
	PageNum int64 `json:"page_num,omitempty" xml:"page_num,omitempty"`
}

PageInfoDto 结构体

type Pagination

type Pagination struct {
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 总记录数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 页容量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 当前页码
	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`
}

Pagination 结构体

type PaiyangStatDataParam

type PaiyangStatDataParam struct {
	// 活动id集合,最大支持20个
	ActivityIdList []string `json:"activity_id_list,omitempty" xml:"activity_id_list>string,omitempty"`
	// 69码集合,最大支持20个
	BarcodeList []string `json:"barcode_list,omitempty" xml:"barcode_list>string,omitempty"`
	// 经营店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 统计时间
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 分页页码
	Current int64 `json:"current,omitempty" xml:"current,omitempty"`
	// 分页页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

PaiyangStatDataParam 结构体

type PaiyangStatDataResult

type PaiyangStatDataResult struct {
	// 统计时间
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 活动id
	ActivityId string `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 优惠券id
	TemplateCode string `json:"template_code,omitempty" xml:"template_code,omitempty"`
	// 优惠券名称
	CouponName string `json:"coupon_name,omitempty" xml:"coupon_name,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 商家名称
	MerchantName string `json:"merchant_name,omitempty" xml:"merchant_name,omitempty"`
	// 子公司编码
	SubsidiaryCode string `json:"subsidiary_code,omitempty" xml:"subsidiary_code,omitempty"`
	// 子公司名称
	SubsidiaryName string `json:"subsidiary_name,omitempty" xml:"subsidiary_name,omitempty"`
	// 经营店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 经营点名称
	ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"`
	// 69码列表
	BarcodeList string `json:"barcode_list,omitempty" xml:"barcode_list,omitempty"`
	// 当天使用优惠券张数
	PosUseCpnCnt1d string `json:"pos_use_cpn_cnt1d,omitempty" xml:"pos_use_cpn_cnt1d,omitempty"`
	// 按天分区字段
	Ds string `json:"ds,omitempty" xml:"ds,omitempty"`
}

PaiyangStatDataResult 结构体

type PayChannel

type PayChannel struct {
	// 销售渠道(POS,APP);订单来源(淘宝、京东、三江购物网)。如:APP|淘宝
	OrderChannel string `json:"order_channel,omitempty" xml:"order_channel,omitempty"`
	// 交易订单POS机器号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 门店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// promotionCardInfo
	PromotionCardInfo string `json:"promotion_card_info,omitempty" xml:"promotion_card_info,omitempty"`
	// "扩展属性,根据payType不同,可存放相关内容。MAP<String,String>的json化字符串子订单列表,key列表 "btn"  // 银行卡凭证号,bank_trade_no "bmi"  // 银行卡商户号,bank_merchant_id "bti"  // 银行卡终端号,bank_term_id "brn"  // 银行卡系统参考号,bank_ref_no "damt" // 优惠金额,discount_amount "tno"  // 支付工具号tool_no "tsn"  // 支付工具流水号,tool_serail_no"
	PayAttributes string `json:"pay_attributes,omitempty" xml:"pay_attributes,omitempty"`
	// 口碑优惠信息,是一个json数组
	KoubeiCouponInfo string `json:"koubei_coupon_info,omitempty" xml:"koubei_coupon_info,omitempty"`
	// 支付渠道类型 1.默认 10-支付宝 20-微信支付 30-积分支付 40-储值卡支付 50-银行卡支付。有支付渠道的情况下,必填。 必须是翱象支持的支付渠道,否则报错。
	PayChannelType int64 `json:"pay_channel_type,omitempty" xml:"pay_channel_type,omitempty"`
	// 当前支付渠道的支付金额,单位分。有支付渠道的情况下,必填。
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 当前支付渠道的退款金额,单位分。有支付渠道的情况下,必填。
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 所属淘宝主订单号
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 当前渠道付款金额(分)
	PayAmount int64 `json:"pay_amount,omitempty" xml:"pay_amount,omitempty"`
	// 当前渠道付款类型:0-付款码支付,1-盒马在线码-普通支付(pos),2-盒马在线码-免密协议支付(pos),3-银联刷卡(旧pos),4-现金(pos),5-支付宝离线码(pos),6-支付宝快捷支付(app),7-支付平台, 8-国际支付宝, 9-支付宝当面付, 10-网商银行信任付, 11-支付宝, 12-支付宝, 13-网商银行融易收, 14-现金, 15-银行卡, 16-支票, 17-三江购物券, 18-三江赊销
	PayType int64 `json:"pay_type,omitempty" xml:"pay_type,omitempty"`
	// 销售类型(正向销售1:逆向销售2。本接口应返回2)
	TrdType int64 `json:"trd_type,omitempty" xml:"trd_type,omitempty"`
	// 实付抹分金额(分)
	ActualPayAmount int64 `json:"actual_pay_amount,omitempty" xml:"actual_pay_amount,omitempty"`
	// adjustAmount
	AdjustAmount int64 `json:"adjust_amount,omitempty" xml:"adjust_amount,omitempty"`
	// 支付宝优惠金额,单位分
	PmtAlipayPromotionAmt int64 `json:"pmt_alipay_promotion_amt,omitempty" xml:"pmt_alipay_promotion_amt,omitempty"`
	// 支付宝随机立减金额,单位分
	PmtAlipayReduceAmt int64 `json:"pmt_alipay_reduce_amt,omitempty" xml:"pmt_alipay_reduce_amt,omitempty"`
	// 口碑券的优惠金额,单位分
	PmtKoubeiCouponAmt int64 `json:"pmt_koubei_coupon_amt,omitempty" xml:"pmt_koubei_coupon_amt,omitempty"`
}

PayChannel 结构体

type PaymentItemDo

type PaymentItemDo struct {
	// 商品sku码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品补差金额,单位为分
	PaymentFee int64 `json:"payment_fee,omitempty" xml:"payment_fee,omitempty"`
}

PaymentItemDo 结构体

type PdStockDetailDto

type PdStockDetailDto struct {
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 盘点时间,盘点结果提交的时间
	EffectiveTime string `json:"effective_time,omitempty" xml:"effective_time,omitempty"`
	// 盘点人员
	OperatorName string `json:"operator_name,omitempty" xml:"operator_name,omitempty"`
	// 差异数量,盘点结果数量与快照数量的差异值
	DiffCount string `json:"diff_count,omitempty" xml:"diff_count,omitempty"`
	// 实盘数量,盘点结果数量
	RealCount string `json:"real_count,omitempty" xml:"real_count,omitempty"`
	// 快照数量,盘点任务单下发时的商品数量
	SnapshotCount string `json:"snapshot_count,omitempty" xml:"snapshot_count,omitempty"`
	// 库位,盒马系统中的库位号
	CabinetCode string `json:"cabinet_code,omitempty" xml:"cabinet_code,omitempty"`
	// 商品code
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
}

PdStockDetailDto 结构体

type PdStockDto

type PdStockDto struct {
	// itemList
	ItemList []PdStockDetailDto `json:"item_list,omitempty" xml:"item_list>pd_stock_detail_dto,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 单据号
	PdOrderCode string `json:"pd_order_code,omitempty" xml:"pd_order_code,omitempty"`
	// 店仓code,指的是盘点对象,对应一个物理店或仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 唯一识别码
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	// 盘点类型,可选值:1:大盘  2:周盘 ;
	PdType int64 `json:"pd_type,omitempty" xml:"pd_type,omitempty"`
}

PdStockDto 结构体

type PeriodConfig

type PeriodConfig struct {
	// 每天的那些时间段生效
	EveryDayPeriods []string `json:"every_day_periods,omitempty" xml:"every_day_periods>string,omitempty"`
	// 一周的哪几天生效
	Weekdays []string `json:"weekdays,omitempty" xml:"weekdays>string,omitempty"`
}

PeriodConfig 结构体

type PeriodicConfigDto

type PeriodicConfigDto struct {
	// 每天的什么时间阶段搞活动,精确到秒单位 例如:03:00:00_05:00:00
	EveryDayPeriods []string `json:"every_day_periods,omitempty" xml:"every_day_periods>string,omitempty"`
	// 星期几搞活动 [1:Mon;2:Tues;3:Wed;4:Thur;5:Fri;6:Sat;7:Sun]
	Weekdays []string `json:"weekdays,omitempty" xml:"weekdays>string,omitempty"`
	// 周期配置是否生效
	Periodic bool `json:"periodic,omitempty" xml:"periodic,omitempty"`
}

PeriodicConfigDto 结构体

type PlatformDeduction added in v1.2.9

type PlatformDeduction struct {
	// 技术服务费
	TechnicalServiceFee int64 `json:"technical_service_fee,omitempty" xml:"technical_service_fee,omitempty"`
	// 支付服务费
	PayServiceFee int64 `json:"pay_service_fee,omitempty" xml:"pay_service_fee,omitempty"`
	// 基础物流费
	BaseLogisticsFee int64 `json:"base_logistics_fee,omitempty" xml:"base_logistics_fee,omitempty"`
	// 代运营服务费
	ThirdpartnarFee int64 `json:"thirdpartnar_fee,omitempty" xml:"thirdpartnar_fee,omitempty"`
}

PlatformDeduction 结构体

type Point added in v1.2.9

type Point struct {
	// 经度(高德坐标)
	Lng string `json:"lng,omitempty" xml:"lng,omitempty"`
	// 纬度(高德坐标)
	Lat string `json:"lat,omitempty" xml:"lat,omitempty"`
}

Point 结构体

type PosOrderAndItemSyncDo

type PosOrderAndItemSyncDo struct {
	// 商品信息
	ItemInfos []ItemInfo `json:"item_infos,omitempty" xml:"item_infos>item_info,omitempty"`
	// 订单流水信息
	OrderInfo *OrderInfoDo `json:"order_info,omitempty" xml:"order_info,omitempty"`
}

PosOrderAndItemSyncDo 结构体

type PosOrderCreateRequest

type PosOrderCreateRequest struct {
	// 子订单列表
	SubOrderDOList []PosSubOrderDo `json:"sub_order_d_o_list,omitempty" xml:"sub_order_d_o_list>pos_sub_order_do,omitempty"`
	// 支付方式
	PayChannelList []PosPayChannel `json:"pay_channel_list,omitempty" xml:"pay_channel_list>pos_pay_channel,omitempty"`
	// 支付时间,必填
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 外部主订单号,必填
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 经营店code,必填
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
	// 兼容老接口的数据
	OldData int64 `json:"old_data,omitempty" xml:"old_data,omitempty"`
}

PosOrderCreateRequest 结构体

type PosOrderCreateResult

type PosOrderCreateResult struct {
	// subOrderDOList
	SubOrderDOList []PosSubOrderResult `json:"sub_order_d_o_list,omitempty" xml:"sub_order_d_o_list>pos_sub_order_result,omitempty"`
	// 结果msg
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 结果码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// outOrderId
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// mainOrderId
	MainOrderId int64 `json:"main_order_id,omitempty" xml:"main_order_id,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

PosOrderCreateResult 结构体

type PosPayChannel

type PosPayChannel struct {
	// 支付方式编码,盒马给出了常见支付方式的编码
	PayType string `json:"pay_type,omitempty" xml:"pay_type,omitempty"`
	// 该支付方式对应的支付金额
	PayAmount int64 `json:"pay_amount,omitempty" xml:"pay_amount,omitempty"`
}

PosPayChannel 结构体

type PosRefundCreateRequest

type PosRefundCreateRequest struct {
	// 外部主订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 经营店code
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 外部子订单号
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// skuCode
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 销售单位退货数量
	RefundAmountStock string `json:"refund_amount_stock,omitempty" xml:"refund_amount_stock,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 库存单位退货数量
	RefundAmountSale int64 `json:"refund_amount_sale,omitempty" xml:"refund_amount_sale,omitempty"`
	// 退款金额,单位分
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 退款类型 1:仅退款 2:退货退款
	RefundType int64 `json:"refund_type,omitempty" xml:"refund_type,omitempty"`
	// 退款速度类型 1:闪退,未离开货架  2:标准,离开货架
	RefundSpeedType int64 `json:"refund_speed_type,omitempty" xml:"refund_speed_type,omitempty"`
	// 是否称重商品
	WeightItem bool `json:"weight_item,omitempty" xml:"weight_item,omitempty"`
}

PosRefundCreateRequest 结构体

type PosRefundCreateResult

type PosRefundCreateResult struct {
	// returnCode
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// returnMsg
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

PosRefundCreateResult 结构体

type PosSubOrderDo

type PosSubOrderDo struct {
	// 库存单位,必填
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 库存单位购买数量,必填
	BuyAmountStock string `json:"buy_amount_stock,omitempty" xml:"buy_amount_stock,omitempty"`
	// sku编码,必填
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 外部子订单号,全局唯一,子单和主单不能重复,可以包含字母
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 子单实付金额,单位分
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 销售单位购买数量。对于标品,和库存单位库存单位购买数量一样
	BuyAmountSale int64 `json:"buy_amount_sale,omitempty" xml:"buy_amount_sale,omitempty"`
	// 子单原价金额,单位分
	OriginFee int64 `json:"origin_fee,omitempty" xml:"origin_fee,omitempty"`
	// 子单优惠金额,单位分
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 商品单价,单位分
	SkuPrice int64 `json:"sku_price,omitempty" xml:"sku_price,omitempty"`
}

PosSubOrderDo 结构体

type PosSubOrderResult

type PosSubOrderResult struct {
	// outOrderId
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// subOrderId
	SubOrderId int64 `json:"sub_order_id,omitempty" xml:"sub_order_id,omitempty"`
}

PosSubOrderResult 结构体

type Postman

type Postman struct {
	// 配送员姓名
	PostmanName string `json:"postman_name,omitempty" xml:"postman_name,omitempty"`
	// 配送员编码
	PostmanCode string `json:"postman_code,omitempty" xml:"postman_code,omitempty"`
	// 配送员手机
	PostmanPhone string `json:"postman_phone,omitempty" xml:"postman_phone,omitempty"`
	// 服务商名称
	ProviderName string `json:"provider_name,omitempty" xml:"provider_name,omitempty"`
	// 服务商编码
	ProviderCode string `json:"provider_code,omitempty" xml:"provider_code,omitempty"`
}

Postman 结构体

type PreCheckProductResponse added in v1.2.8

type PreCheckProductResponse struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 是否可作业
	CanFulfill bool `json:"can_fulfill,omitempty" xml:"can_fulfill,omitempty"`
}

PreCheckProductResponse 结构体

type PreCheckRequest added in v1.2.8

type PreCheckRequest struct {
	// 购买商品列表
	SkuList []PromiseSkuInfo `json:"sku_list,omitempty" xml:"sku_list>promise_sku_info,omitempty"`
	// 渠道店ID
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 配送地址经纬度
	Geo string `json:"geo,omitempty" xml:"geo,omitempty"`
	// CartScene = 购物车场景 / PostOrderScene = 进入支付场景
	Scene string `json:"scene,omitempty" xml:"scene,omitempty"`
	// 选择时间片日期, PostOrderScene场景必填
	TimeSliceDate string `json:"time_slice_date,omitempty" xml:"time_slice_date,omitempty"`
	// 选择时间片时间段, PostOrderScene场景必填
	TimeSlice string `json:"time_slice,omitempty" xml:"time_slice,omitempty"`
}

PreCheckRequest 结构体

type PreCheckResponse added in v1.2.8

type PreCheckResponse struct {
	// 商品是否可作业信息
	ProductList []PreCheckProductResponse `json:"product_list,omitempty" xml:"product_list>pre_check_product_response,omitempty"`
	// 履约前置校验扩展数据
	Ext string `json:"ext,omitempty" xml:"ext,omitempty"`
}

PreCheckResponse 结构体

type PromiseSkuInfo added in v1.2.8

type PromiseSkuInfo struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品履约线路
	LineInstances string `json:"line_instances,omitempty" xml:"line_instances,omitempty"`
	// 加购数量
	Quantity float64 `json:"quantity,omitempty" xml:"quantity,omitempty"`
}

PromiseSkuInfo 结构体

type PromiseTimeSlice added in v1.2.8

type PromiseTimeSlice struct {
	// 时间片小时维度列表, 单个时间片格式为09:00-09:30
	SliceList []string `json:"slice_list,omitempty" xml:"slice_list>string,omitempty"`
	// 时间片日期 YYYY-MM-DD
	SliceDate string `json:"slice_date,omitempty" xml:"slice_date,omitempty"`
}

PromiseTimeSlice 结构体

type PromotionActivityDo

type PromotionActivityDo struct {
	// 店群机构编码
	SupplyGroupCodes []string `json:"supply_group_codes,omitempty" xml:"supply_group_codes>string,omitempty"`
	// 档期活动开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 创建时间,可不传
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 档期活动名称
	PromotionName string `json:"promotion_name,omitempty" xml:"promotion_name,omitempty"`
	// 档期活动描述
	PromotionDesc string `json:"promotion_desc,omitempty" xml:"promotion_desc,omitempty"`
	// 本期不作区分,可不传
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 档期活动结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 本期不作区分,可不传
	OuterPromotionCode string `json:"outer_promotion_code,omitempty" xml:"outer_promotion_code,omitempty"`
	// 盒马帮商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 创建人名称
	Creator string `json:"creator,omitempty" xml:"creator,omitempty"`
	// 创建人ID
	CreatorId int64 `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
}

PromotionActivityDo 结构体

type PromotionContent

type PromotionContent struct {
	// sku列表
	PromotionSkuList []PromotionSku `json:"promotion_sku_list,omitempty" xml:"promotion_sku_list>promotion_sku,omitempty"`
	// 客户商家编码
	CustomerMerchantCode string `json:"customer_merchant_code,omitempty" xml:"customer_merchant_code,omitempty"`
	// 客户编码
	CustomerCode string `json:"customer_code,omitempty" xml:"customer_code,omitempty"`
	// 客户门店
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 促销档期编码
	OuterPromotionCode string `json:"outer_promotion_code,omitempty" xml:"outer_promotion_code,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 进售价类型
	PromotionType string `json:"promotion_type,omitempty" xml:"promotion_type,omitempty"`
}

PromotionContent 结构体

type PromotionContentResult

type PromotionContentResult struct {
	// 错误信息
	ErrorMessageList []string `json:"error_message_list,omitempty" xml:"error_message_list>string,omitempty"`
	// 唯一标示
	SkuCodeUniqueIdStr string `json:"sku_code_unique_id_str,omitempty" xml:"sku_code_unique_id_str,omitempty"`
}

PromotionContentResult 结构体

type PromotionInfoDto

type PromotionInfoDto struct {
	// 展示文案
	DisplayText string `json:"display_text,omitempty" xml:"display_text,omitempty"`
	// 优惠类型, 0:减钱,1:打折,2:一口价,3:组合优惠
	PromotionType string `json:"promotion_type,omitempty" xml:"promotion_type,omitempty"`
	// 创建时间
	CreateDateTime string `json:"create_date_time,omitempty" xml:"create_date_time,omitempty"`
	// 活动名
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 活动开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 限购信息
	LimitInfo string `json:"limit_info,omitempty" xml:"limit_info,omitempty"`
	// 活动结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 优惠金额,单位为分
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 活动ID
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// 活动类型, 1:单品活动,3:商品池活动
	ActivityType int64 `json:"activity_type,omitempty" xml:"activity_type,omitempty"`
}

PromotionInfoDto 结构体

type PromotionPriceDo

type PromotionPriceDo struct {
	// 促销说明
	PromotionReason string `json:"promotion_reason,omitempty" xml:"promotion_reason,omitempty"`
	// 店铺编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 促销类型
	PromotionType string `json:"promotion_type,omitempty" xml:"promotion_type,omitempty"`
	// 促销开始时间
	PromotionStart string `json:"promotion_start,omitempty" xml:"promotion_start,omitempty"`
	// 促销赠品信息
	PromotionGiftInfo string `json:"promotion_gift_info,omitempty" xml:"promotion_gift_info,omitempty"`
	// 促销结束时间
	PromotionEnd string `json:"promotion_end,omitempty" xml:"promotion_end,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 会员促销价结束时间
	MemberPromotionEndTime string `json:"member_promotion_end_time,omitempty" xml:"member_promotion_end_time,omitempty"`
	// 会员促销价开始时间
	MemberPromotionStartTime string `json:"member_promotion_start_time,omitempty" xml:"member_promotion_start_time,omitempty"`
	// 会员促销活动类型
	MemberPromotionType string `json:"member_promotion_type,omitempty" xml:"member_promotion_type,omitempty"`
	// 记录标识
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 店铺标识
	ShopId int64 `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 促销价格
	PromotionPrice int64 `json:"promotion_price,omitempty" xml:"promotion_price,omitempty"`
	// 是否参加了促销
	IfPromotion int64 `json:"if_promotion,omitempty" xml:"if_promotion,omitempty"`
	// 会员促销价
	MemberPromotionPrice int64 `json:"member_promotion_price,omitempty" xml:"member_promotion_price,omitempty"`
}

PromotionPriceDo 结构体

type PromotionPriceResult

type PromotionPriceResult struct {
	// 促销信息记录
	ItemList []PromotionPriceDo `json:"item_list,omitempty" xml:"item_list>promotion_price_do,omitempty"`
	// 错误信息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 总数量
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
	// 总页数
	PageCount int64 `json:"page_count,omitempty" xml:"page_count,omitempty"`
	// 单页数据大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 页码
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

PromotionPriceResult 结构体

type PromotionSku

type PromotionSku struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 采购进价
	PurchasePrice string `json:"purchase_price,omitempty" xml:"purchase_price,omitempty"`
	// 采购进价开始时间
	PurchasePriceStartTime string `json:"purchase_price_start_time,omitempty" xml:"purchase_price_start_time,omitempty"`
	// 采购进价结束时间
	PurchasePriceEndTime string `json:"purchase_price_end_time,omitempty" xml:"purchase_price_end_time,omitempty"`
	// 促销售价
	PromotionPrice string `json:"promotion_price,omitempty" xml:"promotion_price,omitempty"`
	// 促销售价开始时间
	PromotionPriceStartTime string `json:"promotion_price_start_time,omitempty" xml:"promotion_price_start_time,omitempty"`
	// 促销售价结束时间
	PromotionPriceEndTime string `json:"promotion_price_end_time,omitempty" xml:"promotion_price_end_time,omitempty"`
	// 时间戳
	TimeStamp int64 `json:"time_stamp,omitempty" xml:"time_stamp,omitempty"`
}

PromotionSku 结构体

type Promotions

type Promotions struct {
	// 活动优惠金额
	DiscountFee string `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动类型
	ActivityType string `json:"activity_type,omitempty" xml:"activity_type,omitempty"`
	// 活动id
	ActivityId string `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
}

Promotions 结构体

type PropDo

type PropDo struct {
	// 行业属性
	Key string `json:"key,omitempty" xml:"key,omitempty"`
	// 类目属性值
	Value string `json:"value,omitempty" xml:"value,omitempty"`
	// 是否移除该属性
	RemoveOpt bool `json:"remove_opt,omitempty" xml:"remove_opt,omitempty"`
}

PropDo 结构体

type PropField

type PropField struct {
	// 渠道属性value,取值见key定义
	Value string `json:"value,omitempty" xml:"value,omitempty"`
	// 渠道属性key, 取值为"ONE_HOUR_STATUS" �代表小时达,value=0表示不可售, value=1表示可售;"WAVE_ARRIVE_STATUS" 代表波次达,value=0表示不可售,value=1表示可售
	Key string `json:"key,omitempty" xml:"key,omitempty"`
}

PropField 结构体

type QueryErpBillDto

type QueryErpBillDto struct {
	// 单据创建的开始时间点
	BeginDate string `json:"begin_date,omitempty" xml:"begin_date,omitempty"`
	// 单据创建的结束时间点
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 店仓code,指的是查询对象,对应一个物理店或仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 第几页
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
	// 每页条数(最大1024)
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 单据类型
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
}

QueryErpBillDto 结构体

type QueryTimeSliceReq added in v1.2.5

type QueryTimeSliceReq struct {
	// 子单list
	SubOutOrderIds []string `json:"sub_out_order_ids,omitempty" xml:"sub_out_order_ids>string,omitempty"`
	// 主单号
	MainOutOrderId string `json:"main_out_order_id,omitempty" xml:"main_out_order_id,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
}

QueryTimeSliceReq 结构体

type ReasonVo

type ReasonVo struct {
	// 标签
	Tags []string `json:"tags,omitempty" xml:"tags>string,omitempty"`
	// 原因描述
	ReasonText string `json:"reason_text,omitempty" xml:"reason_text,omitempty"`
	// tip
	ReasonTip string `json:"reason_tip,omitempty" xml:"reason_tip,omitempty"`
	// 原因id
	ReasonId int64 `json:"reason_id,omitempty" xml:"reason_id,omitempty"`
}

ReasonVo 结构体

type Reasonlist

type Reasonlist struct {
	// 退款原因说明
	ReasonText string `json:"reason_text,omitempty" xml:"reason_text,omitempty"`
	// 退款原因ID
	ReasonId int64 `json:"reason_id,omitempty" xml:"reason_id,omitempty"`
}

Reasonlist 结构体

type ReceiptBatchInfo

type ReceiptBatchInfo struct {
	// 履约单集合
	FulfillOrderList []FulfillOrder `json:"fulfill_order_list,omitempty" xml:"fulfill_order_list>fulfill_order,omitempty"`
	// 容器信息
	ContainerInfoList []string `json:"container_info_list,omitempty" xml:"container_info_list>string,omitempty"`
	// 批次名称
	BatchName string `json:"batch_name,omitempty" xml:"batch_name,omitempty"`
	// 批次号
	BatchId string `json:"batch_id,omitempty" xml:"batch_id,omitempty"`
	// 波次标识
	BcFlag string `json:"bc_flag,omitempty" xml:"bc_flag,omitempty"`
	// 扩展属性()
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 容器数量
	ContainerCount int64 `json:"container_count,omitempty" xml:"container_count,omitempty"`
}

ReceiptBatchInfo 结构体

type ReceiptDto added in v1.2.5

type ReceiptDto struct {
	// 商家/顾客联小票数据
	ReceiptInfo *ReceiptInfoDto `json:"receipt_info,omitempty" xml:"receipt_info,omitempty"`
}

ReceiptDto 结构体

type ReceiptInfoDto added in v1.2.5

type ReceiptInfoDto struct {
	// 商品列表
	ItemInfoList []ItemInfoDto `json:"item_info_list,omitempty" xml:"item_info_list>item_info_dto,omitempty"`
	// 订单票联  user:顾客联,seller:商家联
	TicketCouPon []string `json:"ticket_cou_pon,omitempty" xml:"ticket_cou_pon>string,omitempty"`
	// 批次名称
	BatchName string `json:"batch_name,omitempty" xml:"batch_name,omitempty"`
	// 淘宝订单号
	TbOrderId string `json:"tb_order_id,omitempty" xml:"tb_order_id,omitempty"`
	// 取消退款金额
	CancelAmount string `json:"cancel_amount,omitempty" xml:"cancel_amount,omitempty"`
	// 渠道号
	OrderNum string `json:"order_num,omitempty" xml:"order_num,omitempty"`
	// 优惠金额
	DiscountAmount string `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 批次号
	BatchId string `json:"batch_id,omitempty" xml:"batch_id,omitempty"`
	// 店仓名称
	WarehouseName string `json:"warehouse_name,omitempty" xml:"warehouse_name,omitempty"`
	// 店仓code
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 自提点地址
	SelfPickPlace string `json:"self_pick_place,omitempty" xml:"self_pick_place,omitempty"`
	// 最晚送达时间
	LatestArriveTime string `json:"latest_arrive_time,omitempty" xml:"latest_arrive_time,omitempty"`
	// 实付金额
	PayOrderAmount string `json:"pay_order_amount,omitempty" xml:"pay_order_amount,omitempty"`
	// 包装费
	PackageFee string `json:"package_fee,omitempty" xml:"package_fee,omitempty"`
	// 差额退款金额
	RefundAmount string `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
	// 渠道订单号
	ChannelOrderId string `json:"channel_order_id,omitempty" xml:"channel_order_id,omitempty"`
	// 发票连接
	BillingLink string `json:"billing_link,omitempty" xml:"billing_link,omitempty"`
	// 运费
	Postage string `json:"postage,omitempty" xml:"postage,omitempty"`
	// 商品总额
	TotalOrderAmount string `json:"total_order_amount,omitempty" xml:"total_order_amount,omitempty"`
	// 批次策略
	BatchStrategy string `json:"batch_strategy,omitempty" xml:"batch_strategy,omitempty"`
	// 业务类型
	BusinessType string `json:"business_type,omitempty" xml:"business_type,omitempty"`
	// 履约单号
	FulfillOrderId string `json:"fulfill_order_id,omitempty" xml:"fulfill_order_id,omitempty"`
	// 储藏方式
	StorageMode int64 `json:"storage_mode,omitempty" xml:"storage_mode,omitempty"`
	// 商品总件数
	AllItemCount int64 `json:"all_item_count,omitempty" xml:"all_item_count,omitempty"`
	// 买家信息
	BuyerInfo *BuyerInfoDto `json:"buyer_info,omitempty" xml:"buyer_info,omitempty"`
	// 缺货出状态
	OutOfStock bool `json:"out_of_stock,omitempty" xml:"out_of_stock,omitempty"`
}

ReceiptInfoDto 结构体

type ReceiptOrderDo

type ReceiptOrderDo struct {
	// 支付渠道
	PayChannels []ReceiptPayChannelDo `json:"pay_channels,omitempty" xml:"pay_channels>receipt_pay_channel_do,omitempty"`
	// 子订单信息
	SubOrders []ReceiptSubOrderDo `json:"sub_orders,omitempty" xml:"sub_orders>receipt_sub_order_do,omitempty"`
	// 会员卡号
	MemberCardNum string `json:"member_card_num,omitempty" xml:"member_card_num,omitempty"`
	// 会员优惠
	MemberDiscount string `json:"member_discount,omitempty" xml:"member_discount,omitempty"`
	// 收银员姓名
	OpName string `json:"op_name,omitempty" xml:"op_name,omitempty"`
	// 收银员工号
	OpNum string `json:"op_num,omitempty" xml:"op_num,omitempty"`
	// 原款机号
	OriginalPosNo string `json:"original_pos_no,omitempty" xml:"original_pos_no,omitempty"`
	// 原流水号
	OriginalSerialNum string `json:"original_serial_num,omitempty" xml:"original_serial_num,omitempty"`
	// 原交易时间
	OriginalTrdTime string `json:"original_trd_time,omitempty" xml:"original_trd_time,omitempty"`
	// 款机号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 流水号
	SerialNum string `json:"serial_num,omitempty" xml:"serial_num,omitempty"`
	// 门店号
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 成交时间
	TrdTime string `json:"trd_time,omitempty" xml:"trd_time,omitempty"`
	// 来源,商家级别,当前取值:RENRENLE / SANJIANG
	OrderFrom string `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 商户码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 阿里用户ID
	AliUserid string `json:"ali_userid,omitempty" xml:"ali_userid,omitempty"`
	// 实收金额,单位分
	ActualAmt int64 `json:"actual_amt,omitempty" xml:"actual_amt,omitempty"`
	// 应收金额
	AskAmt int64 `json:"ask_amt,omitempty" xml:"ask_amt,omitempty"`
	// 找零金额
	ChangeAmt int64 `json:"change_amt,omitempty" xml:"change_amt,omitempty"`
	// 折扣优惠金额
	DiscountAmt int64 `json:"discount_amt,omitempty" xml:"discount_amt,omitempty"`
	// 损溢金额
	OverflowAmt int64 `json:"overflow_amt,omitempty" xml:"overflow_amt,omitempty"`
	// 交易类型
	TrdType int64 `json:"trd_type,omitempty" xml:"trd_type,omitempty"`
}

ReceiptOrderDo 结构体

type ReceiptPayChannelDo

type ReceiptPayChannelDo struct {
	// 付款类型, 现金、支票、银行卡、支付宝、微信
	PayType string `json:"pay_type,omitempty" xml:"pay_type,omitempty"`
	// 款机号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 流水号
	SerialNum string `json:"serial_num,omitempty" xml:"serial_num,omitempty"`
	// 门店号
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 外部支付单号
	ChannelOrderId string `json:"channel_order_id,omitempty" xml:"channel_order_id,omitempty"`
	// 付款码
	PayCode string `json:"pay_code,omitempty" xml:"pay_code,omitempty"`
	// 序号
	Index int64 `json:"index,omitempty" xml:"index,omitempty"`
	// 付款金额
	PayAmount int64 `json:"pay_amount,omitempty" xml:"pay_amount,omitempty"`
}

ReceiptPayChannelDo 结构体

type ReceiptQueryRequest added in v1.2.5

type ReceiptQueryRequest struct {
	// 打印批次
	BatchId string `json:"batch_id,omitempty" xml:"batch_id,omitempty"`
	// 打印纸宽度
	PaperWidth int64 `json:"paper_width,omitempty" xml:"paper_width,omitempty"`
}

ReceiptQueryRequest 结构体

type ReceiptSubOrderDo

type ReceiptSubOrderDo struct {
	// 商品条码
	ItemBarcode string `json:"item_barcode,omitempty" xml:"item_barcode,omitempty"`
	// 商品编码
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// 商品名称
	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`
	// 款机号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 数量
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 扫描条码
	ScanBarcode string `json:"scan_barcode,omitempty" xml:"scan_barcode,omitempty"`
	// 流水号
	SerialNum string `json:"serial_num,omitempty" xml:"serial_num,omitempty"`
	// 门店号
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 单位
	Unit string `json:"unit,omitempty" xml:"unit,omitempty"`
	// 成交金额
	DealAmt int64 `json:"deal_amt,omitempty" xml:"deal_amt,omitempty"`
	// 成交单价
	DealPrice int64 `json:"deal_price,omitempty" xml:"deal_price,omitempty"`
	// 序号
	Index int64 `json:"index,omitempty" xml:"index,omitempty"`
	// 会员优惠
	MemberDiscount int64 `json:"member_discount,omitempty" xml:"member_discount,omitempty"`
	// 商品原售价
	OriginalPrice int64 `json:"original_price,omitempty" xml:"original_price,omitempty"`
	// 子订单优惠总金额
	PromotionDiscount int64 `json:"promotion_discount,omitempty" xml:"promotion_discount,omitempty"`
	// 售价金额
	SellingPrice int64 `json:"selling_price,omitempty" xml:"selling_price,omitempty"`
	// 临时折扣
	TemporaryDiscount int64 `json:"temporary_discount,omitempty" xml:"temporary_discount,omitempty"`
}

ReceiptSubOrderDo 结构体

type ReceiveInfo added in v1.2.9

type ReceiveInfo struct {
	// 收货人姓名, 格式: 刘**; (商家自配送场景给出)
	ReceiverName string `json:"receiver_name,omitempty" xml:"receiver_name,omitempty"`
	// 收货人联系方式, 虚拟小号; (商家自配送场景给出)
	ReceiverPhone string `json:"receiver_phone,omitempty" xml:"receiver_phone,omitempty"`
	// 收货人地址信息; (商家自配送场景给出)
	ReceiverAddress string `json:"receiver_address,omitempty" xml:"receiver_address,omitempty"`
	// 收货人下单备注
	ReceiverMemo string `json:"receiver_memo,omitempty" xml:"receiver_memo,omitempty"`
	// 收货人经纬度; (商家自配送场景给出)
	ReceiverPoi string `json:"receiver_poi,omitempty" xml:"receiver_poi,omitempty"`
	// 期望收货时间
	ExpectArriveTime string `json:"expect_arrive_time,omitempty" xml:"expect_arrive_time,omitempty"`
	// 收货人手机号
	ReceiverPrivacyPhone string `json:"receiver_privacy_phone,omitempty" xml:"receiver_privacy_phone,omitempty"`
}

ReceiveInfo 结构体

type RefundAggregateQueryRequest

type RefundAggregateQueryRequest struct {
	// 起始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 下单终端: APP / POS
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 收营员id
	OperatorId string `json:"operator_id,omitempty" xml:"operator_id,omitempty"`
	// 分页序号
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 分页size
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

RefundAggregateQueryRequest 结构体

type RefundAggregateQueryResult

type RefundAggregateQueryResult struct {
	// 退款单id列表
	RefundIdList []int64 `json:"refund_id_list,omitempty" xml:"refund_id_list>int64,omitempty"`
	// 淘鲜达子订单id列表
	BizIdList []int64 `json:"biz_id_list,omitempty" xml:"biz_id_list>int64,omitempty"`
	// 淘宝子订单id列表
	TbBizIdList []int64 `json:"tb_biz_id_list,omitempty" xml:"tb_biz_id_list>int64,omitempty"`
	// 接口返回码. 如果返回 HM05038888888006 需重试(数据查询失败,请重试,注意限定重试次数)
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 接口返回码描述
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 结果数量
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 下一页序号
	NextIndex int64 `json:"next_index,omitempty" xml:"next_index,omitempty"`
}

RefundAggregateQueryResult 结构体

type RefundApplyInfo

type RefundApplyInfo struct {
	// 逆向子单列表
	SubRefundOrders []SubRefundOrder `json:"sub_refund_orders,omitempty" xml:"sub_refund_orders>sub_refund_order,omitempty"`
	// 退款图片清单
	RefundPics []string `json:"refund_pics,omitempty" xml:"refund_pics>string,omitempty"`
	// 外部主单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部渠道店ID(与shop_id必选其一)
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 外部逆向单ID
	OutRefundId string `json:"out_refund_id,omitempty" xml:"out_refund_id,omitempty"`
	// 退款原因
	RefundReason string `json:"refund_reason,omitempty" xml:"refund_reason,omitempty"`
	// 渠道店id(与out_shop_id必选其一)
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 退款备注、或问题描述等补充性文本
	RefundNote string `json:"refund_note,omitempty" xml:"refund_note,omitempty"`
	// 申请退款金额,单位:分
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 退的运费
	RefundPostFee int64 `json:"refund_post_fee,omitempty" xml:"refund_post_fee,omitempty"`
	// 退的包装费
	RefundPackageFee int64 `json:"refund_package_fee,omitempty" xml:"refund_package_fee,omitempty"`
	// 渠道来源(选填out_shop_id时该值必填)
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 退款类型,1:仅退款。2.仅退货。3.退货退款
	RefundType int64 `json:"refund_type,omitempty" xml:"refund_type,omitempty"`
}

RefundApplyInfo 结构体

type RefundCancelInfo

type RefundCancelInfo struct {
	// 外部主单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部渠道店ID(与shop_id必选其一)
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 外部逆向单ID
	OutRefundId string `json:"out_refund_id,omitempty" xml:"out_refund_id,omitempty"`
	// 渠道店id(与out_shop_id必选其一)
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 渠道来源(选填out_shop_id时该值必填)
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

RefundCancelInfo 结构体

type RefundChannelVo

type RefundChannelVo struct {
	// 渠道码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 渠道名
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 付款吗
	PayCode string `json:"pay_code,omitempty" xml:"pay_code,omitempty"`
	// 渠道幂等ID
	UniqueId string `json:"unique_id,omitempty" xml:"unique_id,omitempty"`
	// 可退金额
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 已退金额 (单位分)
	RefundedAmount int64 `json:"refunded_amount,omitempty" xml:"refunded_amount,omitempty"`
	// 渠道退款状态
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

RefundChannelVo 结构体

type RefundCompleteInfo

type RefundCompleteInfo struct {
	// 子单
	SubRefundOrders []SubRefundOrder `json:"sub_refund_orders,omitempty" xml:"sub_refund_orders>sub_refund_order,omitempty"`
	// 支付渠道
	PayChannels []PayChannel `json:"pay_channels,omitempty" xml:"pay_channels>pay_channel,omitempty"`
	// 外部主单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部渠道店ID(与shop_id必选其一)
	OutShopId string `json:"out_shop_id,omitempty" xml:"out_shop_id,omitempty"`
	// 外部逆向单ID
	OutRefundId string `json:"out_refund_id,omitempty" xml:"out_refund_id,omitempty"`
	// 渠道店id(与out_shop_id必选其一)
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 退的商品费
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 退的运费
	RefundPostFee int64 `json:"refund_post_fee,omitempty" xml:"refund_post_fee,omitempty"`
	// 退的包装费
	RefundPackageFee int64 `json:"refund_package_fee,omitempty" xml:"refund_package_fee,omitempty"`
	// 订单来源(选填out_shop_id时该值必填)
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 渠道退商家的佣金,单位:分
	Commission int64 `json:"commission,omitempty" xml:"commission,omitempty"`
	// 未分类商家总优惠,单位:分
	OtherMerchantSubsidyFee int64 `json:"other_merchant_subsidy_fee,omitempty" xml:"other_merchant_subsidy_fee,omitempty"`
	// 未分类平台总优惠,单位:分
	OtherPlatSubsidyFee int64 `json:"other_plat_subsidy_fee,omitempty" xml:"other_plat_subsidy_fee,omitempty"`
	// 商家应退给平台的金额,单位:分
	MerchantTotalFee int64 `json:"merchant_total_fee,omitempty" xml:"merchant_total_fee,omitempty"`
	// 退的渠道配送费补贴,单位:分
	PlatSendSubsidyFee int64 `json:"plat_send_subsidy_fee,omitempty" xml:"plat_send_subsidy_fee,omitempty"`
	// 退的商家配送费补贴,单位:分
	MerchantSendSubsidyFee int64 `json:"merchant_send_subsidy_fee,omitempty" xml:"merchant_send_subsidy_fee,omitempty"`
	// 商家呼单小费,单位:分
	MerchantCallOrderFee int64 `json:"merchant_call_order_fee,omitempty" xml:"merchant_call_order_fee,omitempty"`
	// 冷链配送费,单位:分
	ColdChainSendFee int64 `json:"cold_chain_send_fee,omitempty" xml:"cold_chain_send_fee,omitempty"`
	// 商家呼单配送费,单位:分
	MerchantCallOrderSendFee int64 `json:"merchant_call_order_send_fee,omitempty" xml:"merchant_call_order_send_fee,omitempty"`
	// 配送保险,单位:分
	SendInsuranceFee int64 `json:"send_insurance_fee,omitempty" xml:"send_insurance_fee,omitempty"`
	// 物流驻店服务费,单位:分
	LogisticsShopServiceFee int64 `json:"logistics_shop_service_fee,omitempty" xml:"logistics_shop_service_fee,omitempty"`
	// 实收增值服务费,单位:分
	ActualIncrementServiceFee int64 `json:"actual_increment_service_fee,omitempty" xml:"actual_increment_service_fee,omitempty"`
	// 履约增值服务费,单位:分
	PerformanceIncrementServiceFee int64 `json:"performance_increment_service_fee,omitempty" xml:"performance_increment_service_fee,omitempty"`
	// 距离加价履约费,单位:分
	DistanceIncreasePerformanceFee int64 `json:"distance_increase_performance_fee,omitempty" xml:"distance_increase_performance_fee,omitempty"`
	// 时段加价履约费,单位:分
	TimeIncreasePerformanceFee int64 `json:"time_increase_performance_fee,omitempty" xml:"time_increase_performance_fee,omitempty"`
	// 公益捐款,单位:分
	MerchantPublicDonation int64 `json:"merchant_public_donation,omitempty" xml:"merchant_public_donation,omitempty"`
	// 用户积分抵扣金额,单位:分
	PlatPointsDeductionFee int64 `json:"plat_points_deduction_fee,omitempty" xml:"plat_points_deduction_fee,omitempty"`
	// 自提服务费优惠金额,单位:分
	SelfPickDiscountFee int64 `json:"self_pick_discount_fee,omitempty" xml:"self_pick_discount_fee,omitempty"`
	// 自提服务费,单位:分
	SelfPickPayableFee int64 `json:"self_pick_payable_fee,omitempty" xml:"self_pick_payable_fee,omitempty"`
	// 商家基础配送费,单位:分
	MerchantBaseSendFee int64 `json:"merchant_base_send_fee,omitempty" xml:"merchant_base_send_fee,omitempty"`
	// 价格加价履约费,单位:分
	PriceIncreasePerformanceFee int64 `json:"price_increase_performance_fee,omitempty" xml:"price_increase_performance_fee,omitempty"`
	// 退款原因类型:10-整单全缺;11-订单部分缺;12-商家侧发起的退款(商家拒单); 13-用户侧发起的退款(用户逆向申请);15-用户拒收
	RefundReasonType int64 `json:"refund_reason_type,omitempty" xml:"refund_reason_type,omitempty"`
}

RefundCompleteInfo 结构体

type RefundCsApplyDto

type RefundCsApplyDto struct {
	// 申请退款的子订单ID列表
	OutSubOrderIds []string `json:"out_sub_order_ids,omitempty" xml:"out_sub_order_ids>string,omitempty"`
	// 渠道订单ID
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 商家经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 请求唯一键
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 备注说明
	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`
	// 退款原因id
	ReasonId int64 `json:"reason_id,omitempty" xml:"reason_id,omitempty"`
}

RefundCsApplyDto 结构体

type RefundCsApplyNewDto added in v1.2.5

type RefundCsApplyNewDto struct {
	// 申请退款的子订单ID列表
	SubRefundOrders []CsApplySubOrderDto `json:"sub_refund_orders,omitempty" xml:"sub_refund_orders>cs_apply_sub_order_dto,omitempty"`
	// 渠道订单ID
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 商家经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 请求唯一键
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 备注说明
	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`
	// 申请退款原因
	RefundReason string `json:"refund_reason,omitempty" xml:"refund_reason,omitempty"`
	// 退款原因id
	ReasonId int64 `json:"reason_id,omitempty" xml:"reason_id,omitempty"`
	// 渠道来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 申请退款金额
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 申请退运费
	RefundDeliveryFee int64 `json:"refund_delivery_fee,omitempty" xml:"refund_delivery_fee,omitempty"`
	// 申请退包装费
	RefundPackageFee int64 `json:"refund_package_fee,omitempty" xml:"refund_package_fee,omitempty"`
}

RefundCsApplyNewDto 结构体

type RefundCsApplyRenderDto

type RefundCsApplyRenderDto struct {
	// 申请退款的子订单ID列表
	OutSubOrderIds []string `json:"out_sub_order_ids,omitempty" xml:"out_sub_order_ids>string,omitempty"`
	// 渠道订单ID
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 商家经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

RefundCsApplyRenderDto 结构体

type RefundCsApplyRenderResponseDto

type RefundCsApplyRenderResponseDto struct {
	// 申请退款的子订单列表
	OutSubOrders []Outsuborders `json:"out_sub_orders,omitempty" xml:"out_sub_orders>outsuborders,omitempty"`
	// 退款原因枚举列表
	ReasonList []Reasonlist `json:"reason_list,omitempty" xml:"reason_list>reasonlist,omitempty"`
	// 商家经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道主订单ID
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 请求唯一键, 提交请求(alibaba.tcls.aelophy.refund.csapply)时保持一致
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

RefundCsApplyRenderResponseDto 结构体

type RelatedPartyInfo

type RelatedPartyInfo struct {
	// 所在部门
	Department string `json:"department,omitempty" xml:"department,omitempty"`
	// 姓名
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 职位
	Post string `json:"post,omitempty" xml:"post,omitempty"`
	// 关联方类型
	RelatedPartyType string `json:"related_party_type,omitempty" xml:"related_party_type,omitempty"`
	// 关系
	Relation string `json:"relation,omitempty" xml:"relation,omitempty"`
}

RelatedPartyInfo 结构体

type ResultCode

type ResultCode struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// code
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
}

ResultCode 结构体

type ReturnBoxContainerRequest

type ReturnBoxContainerRequest struct {
	// 周转箱列表
	BoxCodeList []string `json:"box_code_list,omitempty" xml:"box_code_list>string,omitempty"`
	// 收箱交接单号
	HandOverNo string `json:"hand_over_no,omitempty" xml:"hand_over_no,omitempty"`
	// 仓编号
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 操作时间
	OperateTime string `json:"operate_time,omitempty" xml:"operate_time,omitempty"`
}

ReturnBoxContainerRequest 结构体

type ReturnWarehouseResult

type ReturnWarehouseResult struct {
	// 子订单信息列表
	SkuInfoList []ReverseSkuInfo `json:"sku_info_list,omitempty" xml:"sku_info_list>reverse_sku_info,omitempty"`
	// 仓编码,由基础店仓维护,盒马全域统一
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 入库单号
	ReturnWarehouseBillId string `json:"return_warehouse_bill_id,omitempty" xml:"return_warehouse_bill_id,omitempty"`
	// 0:包裹完整 1:包裹破损
	PackageQuality string `json:"package_quality,omitempty" xml:"package_quality,omitempty"`
}

ReturnWarehouseResult 结构体

type ReverseInBoundDetailCallBackRequest added in v1.2.9

type ReverseInBoundDetailCallBackRequest struct {
	// 子单扩展字段
	Extension string `json:"extension,omitempty" xml:"extension,omitempty"`
	// oms主单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 实际入库销售数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 实际入库库存数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// oms子单号
	BizSubOrderId string `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// sku编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
}

ReverseInBoundDetailCallBackRequest 结构体

type ReverseResult

type ReverseResult struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 接口返回model
	Model *ApplyReverseResponse `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ReverseResult 结构体

type ReverseSkuInfo

type ReverseSkuInfo struct {
	// 仓内报损原因列表
	WarehouseLossReasonList []WarehouseLossReason `json:"warehouse_loss_reason_list,omitempty" xml:"warehouse_loss_reason_list>warehouse_loss_reason,omitempty"`
	// 仓内报损数量(退仓数量-实际入库数量)
	WarehouseLossStockQuantity string `json:"warehouse_loss_stock_quantity,omitempty" xml:"warehouse_loss_stock_quantity,omitempty"`
	// 实际入库数量(库存单位)
	ActualInBoundStockQuantity string `json:"actual_in_bound_stock_quantity,omitempty" xml:"actual_in_bound_stock_quantity,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 逆向履约单号
	ReverseFulfillOrderId string `json:"reverse_fulfill_order_id,omitempty" xml:"reverse_fulfill_order_id,omitempty"`
	// 逆向履约子单号
	ReverseFulfillSubOrderId string `json:"reverse_fulfill_sub_order_id,omitempty" xml:"reverse_fulfill_sub_order_id,omitempty"`
	// 关联的正向履约主单号
	RelatedFulfillOrderId string `json:"related_fulfill_order_id,omitempty" xml:"related_fulfill_order_id,omitempty"`
	// 关联的正向履约子单号
	RelatedFulfillSubOrderId string `json:"related_fulfill_sub_order_id,omitempty" xml:"related_fulfill_sub_order_id,omitempty"`
}

ReverseSkuInfo 结构体

type RouteNodeDto

type RouteNodeDto struct {
	// 节点类型
	NodeType string `json:"node_type,omitempty" xml:"node_type,omitempty"`
	// 节点名称
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 节点序号
	NodeIndex int64 `json:"node_index,omitempty" xml:"node_index,omitempty"`
}

RouteNodeDto 结构体

type Rulestairs

type Rulestairs struct {
	// 满多少元[单位为分,传入700,代表满7元],amountAt为true时,必须设置
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 可换购的数量
	CanExtraItemNum int64 `json:"can_extra_item_num,omitempty" xml:"can_extra_item_num,omitempty"`
	// 满多少件或者第多少件开始参与活动[传入4,代表满4件打折或者第4件打折]。该值与countBegin和countAt相关,如果countBegin为true,则为N件Y折活动,如果countAt为true,则为满件活动
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 减多少元[单位为分,传入700,代表减7元],decrease为true时,必须设置
	DecreaseMoney int64 `json:"decrease_money,omitempty" xml:"decrease_money,omitempty"`
	// 打几折[单位为分,传入900,代表打9折],discount为true时,必须设置
	DiscountRate int64 `json:"discount_rate,omitempty" xml:"discount_rate,omitempty"`
	// 一口价[单位为分]
	FixPriceAmount int64 `json:"fix_price_amount,omitempty" xml:"fix_price_amount,omitempty"`
	// 是否使用满元条件,不能与满件、N件Y折同时使用。此选项为true时,countAt和countBegin必须为false
	AmountAt bool `json:"amount_at,omitempty" xml:"amount_at,omitempty"`
	// 活动是否上不封顶
	EnableMultiple bool `json:"enable_multiple,omitempty" xml:"enable_multiple,omitempty"`
	// 是否使用满件条件,不能与满元、N件Y折同时使用。此选项为true时,countBegin和amountAt必须为false
	CountAt bool `json:"count_at,omitempty" xml:"count_at,omitempty"`
	// 是否使用N件Y折或N件Y元,不能与满元、满件同时使用。此选项为true时,countAt和amountAt必须为false
	CountBegin bool `json:"count_begin,omitempty" xml:"count_begin,omitempty"`
	// 是否使用减钱功能,不能与打折功能同时使用,此选项为true时,discount必须为false
	Decrease bool `json:"decrease,omitempty" xml:"decrease,omitempty"`
	// 是否使用打折功能,不能与减钱功能同时使用,此选项为true时,decrease必须为false
	Discount bool `json:"discount,omitempty" xml:"discount,omitempty"`
	// 是否为换购活动
	IsExchange bool `json:"is_exchange,omitempty" xml:"is_exchange,omitempty"`
	// 是否一口价
	FixPrice bool `json:"fix_price,omitempty" xml:"fix_price,omitempty"`
}

Rulestairs 结构体

type SameTownBox

type SameTownBox struct {
	// 同城包裹列表
	SameTownPackages []Sametownpackages `json:"same_town_packages,omitempty" xml:"same_town_packages>sametownpackages,omitempty"`
	// 是否测试 1:测试 0:非测试
	IsTest string `json:"is_test,omitempty" xml:"is_test,omitempty"`
	// 扩展信息  json格式
	Attribute string `json:"attribute,omitempty" xml:"attribute,omitempty"`
	// 箱号
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
	// 箱类型 NORMAL:周转箱 COLD:冷链箱 NONE:原箱
	ContainerType string `json:"container_type,omitempty" xml:"container_type,omitempty"`
	// 箱号
	MaterialCode string `json:"material_code,omitempty" xml:"material_code,omitempty"`
}

SameTownBox 结构体

type SameTownPackage

type SameTownPackage struct {
	// 令牌号
	TokenCode string `json:"token_code,omitempty" xml:"token_code,omitempty"`
	// 6位交接码
	PickupCode string `json:"pickup_code,omitempty" xml:"pickup_code,omitempty"`
	// 包裹中商品出库销售数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 包裹中商品出库库存数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 周转箱
	Container *Container `json:"container,omitempty" xml:"container,omitempty"`
}

SameTownPackage 结构体

type Sametownpackages

type Sametownpackages struct {
	// 货品列表
	SkuDetails []Skudetails `json:"sku_details,omitempty" xml:"sku_details>skudetails,omitempty"`
	// 扩展信息  json格式
	Attribute string `json:"attribute,omitempty" xml:"attribute,omitempty"`
	// 是否测试 1:测试 0:非测试
	IsTest string `json:"is_test,omitempty" xml:"is_test,omitempty"`
	// 同城令牌 即包裹码
	TokenCode string `json:"token_code,omitempty" xml:"token_code,omitempty"`
	// 仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 作业单id
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
	// 履约单id
	FulfillOrderId string `json:"fulfill_order_id,omitempty" xml:"fulfill_order_id,omitempty"`
}

Sametownpackages 结构体

type SavePurchasePriceRequest

type SavePurchasePriceRequest struct {
	// 门店ID
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 幂等ID
	OutId string `json:"out_id,omitempty" xml:"out_id,omitempty"`
	// 渠道
	ChannelCodes string `json:"channel_codes,omitempty" xml:"channel_codes,omitempty"`
	// 2-经销,3-代销,6-寄售,默认为【6-寄售】
	MarketingType int64 `json:"marketing_type,omitempty" xml:"marketing_type,omitempty"`
	// 含税采购价格,单位【分】
	PurchasePriceWithTax int64 `json:"purchase_price_with_tax,omitempty" xml:"purchase_price_with_tax,omitempty"`
	// 1-基准价格,3-区间价格
	PriceType int64 `json:"price_type,omitempty" xml:"price_type,omitempty"`
	// 区间价格生效时间
	EffectiveStartTime int64 `json:"effective_start_time,omitempty" xml:"effective_start_time,omitempty"`
	// 区间价格失效时间
	EffectiveEndTime int64 `json:"effective_end_time,omitempty" xml:"effective_end_time,omitempty"`
}

SavePurchasePriceRequest 结构体

type SavePurchasePriceResponse added in v1.2.5

type SavePurchasePriceResponse struct {
	// 新创建的变价单id
	TicketId string `json:"ticket_id,omitempty" xml:"ticket_id,omitempty"`
}

SavePurchasePriceResponse 结构体

type SeasonVersionCommitParam

type SeasonVersionCommitParam struct {
	// generate的版本号
	SeasonVersion int64 `json:"season_version,omitempty" xml:"season_version,omitempty"`
}

SeasonVersionCommitParam 结构体

type SeasonVersionParam

type SeasonVersionParam struct {
	// 参与换挡的门店列表
	ShopIds []string `json:"shop_ids,omitempty" xml:"shop_ids>string,omitempty"`
	// 商家档期号
	OutSeasonId string `json:"out_season_id,omitempty" xml:"out_season_id,omitempty"`
}

SeasonVersionParam 结构体

type SeparatePricingDiscountRule

type SeparatePricingDiscountRule struct {
	// 是否为打折类型
	IsDiscountRate bool `json:"is_discount_rate,omitempty" xml:"is_discount_rate,omitempty"`
	// 是否为减钱类型
	IsDecrease bool `json:"is_decrease,omitempty" xml:"is_decrease,omitempty"`
	// 是否为一口价类型
	IsFixPrice bool `json:"is_fix_price,omitempty" xml:"is_fix_price,omitempty"`
}

SeparatePricingDiscountRule 结构体

type SeriesSkuRequest

type SeriesSkuRequest struct {
	// 商品编码集合
	SkuCodes []string `json:"sku_codes,omitempty" xml:"sku_codes>string,omitempty"`
	// 默认商品编码
	DefaultSkuCode string `json:"default_sku_code,omitempty" xml:"default_sku_code,omitempty"`
	// 系列编码
	SeriesId int64 `json:"series_id,omitempty" xml:"series_id,omitempty"`
	// 需要移除默认商品
	RemoveDefaultSku bool `json:"remove_default_sku,omitempty" xml:"remove_default_sku,omitempty"`
}

SeriesSkuRequest 结构体

type SeriesSortRequest

type SeriesSortRequest struct {
	// 有序行业属性对:行业属性key,属性值
	IndustryAttrList string `json:"industry_attr_list,omitempty" xml:"industry_attr_list,omitempty"`
	// 行业类型
	IndustryType string `json:"industry_type,omitempty" xml:"industry_type,omitempty"`
	// 系列编码
	SeriesId int64 `json:"series_id,omitempty" xml:"series_id,omitempty"`
}

SeriesSortRequest 结构体

type SfB2cfmsCallbackContent added in v1.3.1

type SfB2cfmsCallbackContent struct {
	// 快递包裹信息
	Packages []ExpressPackage `json:"packages,omitempty" xml:"packages>express_package,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 缺货出库存数量
	OutOfStockStockQuantity string `json:"out_of_stock_stock_quantity,omitempty" xml:"out_of_stock_stock_quantity,omitempty"`
	// 缺货出销售数量
	OutOfStockSaleQuantity string `json:"out_of_stock_sale_quantity,omitempty" xml:"out_of_stock_sale_quantity,omitempty"`
	// 实际库存拣货数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 实际销售拣货数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 作业内容单号
	WorkUnitContentId string `json:"work_unit_content_id,omitempty" xml:"work_unit_content_id,omitempty"`
}

SfB2cfmsCallbackContent 结构体

type SfB2cfmsCallbackOrder added in v1.3.1

type SfB2cfmsCallbackOrder struct {
	// 作业单元
	CallbackUnits []SfB2cfmsCallbackUnit `json:"callback_units,omitempty" xml:"callback_units>sf_b2cfms_callback_unit,omitempty"`
	// 作业状态变更时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 作业状态变更类型: START_PICK(“开始拣货”), PICK_FINISH(“拣货完成”), START_PACKAGE(“开始打包”), PACKAGE _FINISH(“打包完成”);
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 节点编码
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 作业单号
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
	// 操作员
	Operator *Operator `json:"operator,omitempty" xml:"operator,omitempty"`
}

SfB2cfmsCallbackOrder 结构体

type SfB2cfmsCallbackUnit added in v1.3.1

type SfB2cfmsCallbackUnit struct {
	// 作业内容
	CallbackContents []SfB2cfmsCallbackContent `json:"callback_contents,omitempty" xml:"callback_contents>sf_b2cfms_callback_content,omitempty"`
	// 作业单元单号
	WorkOrderUnitId string `json:"work_order_unit_id,omitempty" xml:"work_order_unit_id,omitempty"`
}

SfB2cfmsCallbackUnit 结构体

type ShopDo

type ShopDo struct {
	// 门店编码(所属的OU的编码)
	ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"`
	// 门店编码
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 状态(默认、营业中、待维护、停用)
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 类型(默认、盒马鲜生店、自定义店、盒马B2C、盒马外卖店、盒马物流中心店、盒马配送站、盒马便利店)
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 省份名称
	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`
	// 城市名称
	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`
	// 地区名称
	AreaName string `json:"area_name,omitempty" xml:"area_name,omitempty"`
	// 地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 商户编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 门店标记(正式、测试)
	Flag string `json:"flag,omitempty" xml:"flag,omitempty"`
	// 省份编码
	ProvCode string `json:"prov_code,omitempty" xml:"prov_code,omitempty"`
	// 城市编码
	CityCode string `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 地区编码
	AreaCode string `json:"area_code,omitempty" xml:"area_code,omitempty"`
}

ShopDo 结构体

type ShopInfoUpdateRequest added in v1.2.9

type ShopInfoUpdateRequest struct {
	// 营业开始时间(HH:mm)
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 营业结束时间(HH:mm)
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道
	ChannelSourceType int64 `json:"channel_source_type,omitempty" xml:"channel_source_type,omitempty"`
}

ShopInfoUpdateRequest 结构体

type ShopRange added in v1.2.9

type ShopRange struct {
	// 经纬度点
	Points []Point `json:"points,omitempty" xml:"points>point,omitempty"`
}

ShopRange 结构体

type ShopRangeUpdateRequest added in v1.2.9

type ShopRangeUpdateRequest struct {
	// 销售范围
	ShopRanges []ShopRange `json:"shop_ranges,omitempty" xml:"shop_ranges>shop_range,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道
	ChannelSourceType int64 `json:"channel_source_type,omitempty" xml:"channel_source_type,omitempty"`
}

ShopRangeUpdateRequest 结构体

type ShopStatusUpdateRequest added in v1.2.9

type ShopStatusUpdateRequest struct {
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道
	ChannelSourceType int64 `json:"channel_source_type,omitempty" xml:"channel_source_type,omitempty"`
	// 营业状态(1:营业,-1:不营业)
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

ShopStatusUpdateRequest 结构体

type SkuActivityElementDto

type SkuActivityElementDto struct {
	// 商品渠道配置信息
	SkuChannelConfigs []SkuChannelConfigDto `json:"sku_channel_configs,omitempty" xml:"sku_channel_configs>sku_channel_config_dto,omitempty"`
	// 商品编码,与商品条码必选其一,或者同时传入以商品条码为准
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 赠品编码,不填默认赠品为商品本身,赠品条码,不填默认赠品为商品本身,若主品传入的是编码,则赠品需传入编码或者不传
	GiftSkuCode string `json:"gift_sku_code,omitempty" xml:"gift_sku_code,omitempty"`
	// 商品条码,与商品编码必选其一,或者同时传入以商品条码为准
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 赠品条码,不填默认赠品为商品本身,若主品传入的是条码,则赠品需传入条码或者不传
	GiftBarcode string `json:"gift_barcode,omitempty" xml:"gift_barcode,omitempty"`
	// 操作人ID
	CreatorId string `json:"creator_id,omitempty" xml:"creator_id,omitempty"`
	// 操作人姓名
	CreatorName string `json:"creator_name,omitempty" xml:"creator_name,omitempty"`
	// 商品条码
	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`
	// 限购配置信息
	Limit *LimitDto `json:"limit,omitempty" xml:"limit,omitempty"`
	// 买N赠M的M参数,赠多少件赠品(目前仅支持买N赠1,giftNum默认为1)
	GiftNum int64 `json:"gift_num,omitempty" xml:"gift_num,omitempty"`
	// 买N赠M的N参数,买多少件可赠
	BuyNum int64 `json:"buy_num,omitempty" xml:"buy_num,omitempty"`
	// 一口价金额【分】
	FixPriceMoney int64 `json:"fix_price_money,omitempty" xml:"fix_price_money,omitempty"`
	// 打折金额【1000位底数】,900代表9折
	DiscountRate int64 `json:"discount_rate,omitempty" xml:"discount_rate,omitempty"`
	// 减钱金额【分】
	DecreaseMoney int64 `json:"decrease_money,omitempty" xml:"decrease_money,omitempty"`
	// 营销活动ID
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`
}

SkuActivityElementDto 结构体

type SkuChannelConfigDto added in v1.2.5

type SkuChannelConfigDto struct {
	// 渠道对应的门店id列表["store001","store002"]
	StoreIds []string `json:"store_ids,omitempty" xml:"store_ids>string,omitempty"`
	// 渠道编码 枚举: 2 美团 3 饿了么 26 京东到家 31 翱象淘鲜达
	Channel string `json:"channel,omitempty" xml:"channel,omitempty"`
}

SkuChannelConfigDto 结构体

type SkuDo

type SkuDo struct {
	// 供货商信息
	SkuSuppliers []SkuSupplierDo `json:"sku_suppliers,omitempty" xml:"sku_suppliers>sku_supplier_do,omitempty"`
	// 渠道属性
	ChannelProps []ChannelProp `json:"channel_props,omitempty" xml:"channel_props>channel_prop,omitempty"`
	// 子商品信息
	SubSkus []SubSkuDo `json:"sub_skus,omitempty" xml:"sub_skus>sub_sku_do,omitempty"`
	// 条码,支持一品多码,多个条码以半角逗号分隔
	Barcodes string `json:"barcodes,omitempty" xml:"barcodes,omitempty"`
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 商家后台类目编码
	CategoryCode string `json:"category_code,omitempty" xml:"category_code,omitempty"`
	// 门店或DC编码
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 高度(高)
	Height string `json:"height,omitempty" xml:"height,omitempty"`
	// 库存单位
	InventoryUnit string `json:"inventory_unit,omitempty" xml:"inventory_unit,omitempty"`
	// 长度(深)
	Length string `json:"length,omitempty" xml:"length,omitempty"`
	// 主图图片地址
	MainPicUrls string `json:"main_pic_urls,omitempty" xml:"main_pic_urls,omitempty"`
	// 生产商地址
	ManufacturerAddress string `json:"manufacturer_address,omitempty" xml:"manufacturer_address,omitempty"`
	// 生产商名称
	ManufacturerName string `json:"manufacturer_name,omitempty" xml:"manufacturer_name,omitempty"`
	// 详情图片地址
	DetailPicUrls string `json:"detail_pic_urls,omitempty" xml:"detail_pic_urls,omitempty"`
	// 产地,商品生产地点的描述,用于APP和电子价签展示,如果是可售,则必填
	ProducerPlace string `json:"producer_place,omitempty" xml:"producer_place,omitempty"`
	// 商品唯一编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 名称,对商品直观的描述,通常包含了品牌、规格等信息
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 产品标准号
	StandardNo string `json:"standard_no,omitempty" xml:"standard_no,omitempty"`
	// 建议零售价,单位:元
	SuggestedPrice string `json:"suggested_price,omitempty" xml:"suggested_price,omitempty"`
	// 销项税率
	TaxRate string `json:"tax_rate,omitempty" xml:"tax_rate,omitempty"`
	// 单品重量 单位为克/g,必须为整数
	Weight string `json:"weight,omitempty" xml:"weight,omitempty"`
	// 宽度(宽)
	Width string `json:"width,omitempty" xml:"width,omitempty"`
	// 平台后台类目编码
	HmCategoryCode string `json:"hm_category_code,omitempty" xml:"hm_category_code,omitempty"`
	// 商品短标题
	ShortTitle string `json:"short_title,omitempty" xml:"short_title,omitempty"`
	// 文描
	TxtDesc string `json:"txt_desc,omitempty" xml:"txt_desc,omitempty"`
	// 开票内容
	InvoiceContent string `json:"invoice_content,omitempty" xml:"invoice_content,omitempty"`
	// 输入开票内容
	InputInvoiceContent string `json:"input_invoice_content,omitempty" xml:"input_invoice_content,omitempty"`
	// 财务核算分类
	AccountingCategory string `json:"accounting_category,omitempty" xml:"accounting_category,omitempty"`
	// 净含量
	NetContent string `json:"net_content,omitempty" xml:"net_content,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 商品销售价格,单位:元
	SalePrice string `json:"sale_price,omitempty" xml:"sale_price,omitempty"`
	// 商品在机构内的生命周期,商品状态;A-正常、T-暂时停购、C-淘汰出清、R-清退、D-删除封挡
	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`
	// 销售规格
	SaleSpec string `json:"sale_spec,omitempty" xml:"sale_spec,omitempty"`
	// 均重(一个售卖单位平均为多少个库存单位,称重商品必填),计算库存发布时会以库存数量/均重来进行转换;建议与库存单位保持一致。若库存单位是kg,售卖单位可以是g。此时均重、预扣款重量填0.001。APP最小起购量、APP购买步长填正整数。比如香蕉的库存单位是kg,销售单位是g,APP最小起购量、APP购买步长填500,表示在APP最少购买一斤,每加一档是加一斤。均重、预扣款重量填0.001的作用是,当用户购买500g,乘以0.001系数后=0.5kg,所以扣库存0.5kg
	AvgWeight string `json:"avg_weight,omitempty" xml:"avg_weight,omitempty"`
	// 预扣款重量(购买一个售卖单位按照多少个库存单位来扣款),计算金额时,按照购买的售卖单位数量/预扣款重量*售价 来计算;非称重品填1。若库存单位是kg,销售单位是g,填0.001
	PreMinusWeight string `json:"pre_minus_weight,omitempty" xml:"pre_minus_weight,omitempty"`
	// 标价签类型
	SkuLabelType string `json:"sku_label_type,omitempty" xml:"sku_label_type,omitempty"`
	// 商品卖点;商品副标题,显示在APP商品详情页的标题下方。如可口可乐商品的副标题可以是“夏日必备 解暑神器”。不超过80个字符。双方业务沟通一下,是否生鲜商品要定为必填
	SubTitle string `json:"sub_title,omitempty" xml:"sub_title,omitempty"`
	// 卖点1内容
	SubTitle1 string `json:"sub_title1,omitempty" xml:"sub_title1,omitempty"`
	// 卖点2内容
	SubTitle2 string `json:"sub_title2,omitempty" xml:"sub_title2,omitempty"`
	// 卖点1名称
	Title1 string `json:"title1,omitempty" xml:"title1,omitempty"`
	// 卖点2名称
	Title2 string `json:"title2,omitempty" xml:"title2,omitempty"`
	// 大仓向门店配货的单位;淘鲜达合作商家默认填与库存单位一致的值
	DeliveryUnit string `json:"delivery_unit,omitempty" xml:"delivery_unit,omitempty"`
	// 一个配货单位等于多少个库存单位;淘鲜达合作商家填默认值1
	DeliverySpec string `json:"delivery_spec,omitempty" xml:"delivery_spec,omitempty"`
	// 商品到本仓的来源;淘鲜达商家填默认值“直配”(1:统配,2:直配,3:越库,4:自产;5:调拨), 基于采配链路的要求,加工品是不能够做直配的物流模式的,必须维护自产或者统配,目前包了一层逻辑“针对加工成品和加工半成品,如果是直配就转成自产”
	DeliveryWay string `json:"delivery_way,omitempty" xml:"delivery_way,omitempty"`
	// 商品关联的物流中心,DC。配送物流;配送方式是直配,此项不填(输入物流中心编码)
	Logistics string `json:"logistics,omitempty" xml:"logistics,omitempty"`
	// 配出仓,配货仓;配送方式是直配,此项不填(输入仓库编码)
	DeliveryWarehouse string `json:"delivery_warehouse,omitempty" xml:"delivery_warehouse,omitempty"`
	// 会员正常购买该商品的售价,2位小数,单位:元
	MemberPrice string `json:"member_price,omitempty" xml:"member_price,omitempty"`
	// 商品作为原料时对应的单位;淘鲜达合作商家默认填与库存单位一致的值
	CostUnit string `json:"cost_unit,omitempty" xml:"cost_unit,omitempty"`
	// 商品加工所消耗的直接原料成本,去税;加工商品必填,加工品按照原料的消耗估算出的成本。因为淘鲜达暂不涉及成本计算,建议淘鲜达商家填默认值1,单位:元
	CostNoPrice string `json:"cost_no_price,omitempty" xml:"cost_no_price,omitempty"`
	// 商品加工所消耗的直接原料成本,含税,加工商品必填,加工品按照原料的消耗估算出的成本。因为淘鲜达暂不涉及成本计算,建议淘鲜达商家填默认值1,单位:元
	CostTaxPrice string `json:"cost_tax_price,omitempty" xml:"cost_tax_price,omitempty"`
	// 一个库存单位对应多少个成本单位,原料加工的成本单位和存储单位之间的换算。因为淘鲜达暂不涉及成本计算,建议淘鲜达商家填默认值1
	CostExchangeRate string `json:"cost_exchange_rate,omitempty" xml:"cost_exchange_rate,omitempty"`
	// 商品中对于加工可用的比例占整个商品的百分比;从原料到加工可用的原料之间的转化率。为了简化BOM的使用,建议淘鲜达商家填默认值1。
	MassOutputRate string `json:"mass_output_rate,omitempty" xml:"mass_output_rate,omitempty"`
	// 每一组加工生产的单位,加工商品必填,仅当商品为加工品的时候,才能填写。从计量单位表中选择;淘鲜达合作商家默认填与库存单位一致的值
	ProcessingUnit string `json:"processing_unit,omitempty" xml:"processing_unit,omitempty"`
	// 一组加工单位对应多少个库存单位商品;加工商品必填,每一个加工单位对应的存储单位数量。为了简化BOM的使用,建议淘鲜达商家填默认值1。
	ProcsExchangeRate string `json:"procs_exchange_rate,omitempty" xml:"procs_exchange_rate,omitempty"`
	// 存储条件;填常温、冷藏、冷冻、热链、鲜活
	Storage string `json:"storage,omitempty" xml:"storage,omitempty"`
	// 商品拣货时可以超拣的比例,针对非标品。建议淘鲜达商家填默认值0
	PickFloatRate string `json:"pick_float_rate,omitempty" xml:"pick_float_rate,omitempty"`
	// 商品收货时可以超过订货数量多少百分比进行收货;非标品供应商送货入库时,允许超收的比例。淘鲜达合作商家填默认值0
	OverloadRate string `json:"overload_rate,omitempty" xml:"overload_rate,omitempty"`
	// 一个采购单位等于多少个库存单位,淘鲜达合作商家默认填1
	PurchaseSpec string `json:"purchase_spec,omitempty" xml:"purchase_spec,omitempty"`
	// 商品针对供应商订货时,对应的单位;淘鲜达合作商家默认填与库存单位一致的值
	PurchaseUnit string `json:"purchase_unit,omitempty" xml:"purchase_unit,omitempty"`
	// 标价签类型;商品在门店陈列时,采用的售价标签类型。因不采用电子价签,建议淘鲜达商家填默认值“无价签”
	LabelStyleType string `json:"label_style_type,omitempty" xml:"label_style_type,omitempty"`
	// 文描,(同字段txt_desc);优先使用本字段
	RichText string `json:"rich_text,omitempty" xml:"rich_text,omitempty"`
	// 平台类目编码(同字段hm_category_code),需要商家把自己的类目对应到平台的类目上,此字段暂时只能支持3、4级类目修改;优先使用本字段
	BackCatCode string `json:"back_cat_code,omitempty" xml:"back_cat_code,omitempty"`
	// 门店商品售价(同字段sale_price),单位:元;优先使用本字段
	SkuPrice string `json:"sku_price,omitempty" xml:"sku_price,omitempty"`
	// 商家后台类目编码(同字段category_code),优先使用本字段
	MerchantCatCode string `json:"merchant_cat_code,omitempty" xml:"merchant_cat_code,omitempty"`
	// 在app上显示的商品图片cdn地址(同字段main_pic_urls和detail_pic_urls),https开头,多个图片用英文逗号切割。第一张图片会作为主图;优先使用本字段
	SkuPicUrls string `json:"sku_pic_urls,omitempty" xml:"sku_pic_urls,omitempty"`
	// 税收编码
	TaxCode string `json:"tax_code,omitempty" xml:"tax_code,omitempty"`
	// 配送条件;填常温、冷藏、冷冻
	DeliveryStorage string `json:"delivery_storage,omitempty" xml:"delivery_storage,omitempty"`
	// 淘宝旗舰店同品信息,同城零售使用
	FlagshipStoreItemInfo string `json:"flagship_store_item_info,omitempty" xml:"flagship_store_item_info,omitempty"`
	// 产品聚合码,程序会把聚合码相同的sku聚合到一起;比如衣服有大中小号3中sku,通过聚合码聚合到一起;该字段在同城零售发布场景才能使用
	ProductIdentity string `json:"product_identity,omitempty" xml:"product_identity,omitempty"`
	// 业务类型:txd淘鲜达,elm饿了么,shareStore共享库存,默认txd
	BizType string `json:"biz_type,omitempty" xml:"biz_type,omitempty"`
	// 1一品多码(只支持非称重品)
	SpecType string `json:"spec_type,omitempty" xml:"spec_type,omitempty"`
	// 与母商品的库存转换系数,例如10,则转换到母商品的库存为10*此商品的库存,可空,当新增一品多规格品的时候不能为空
	TransRatio string `json:"trans_ratio,omitempty" xml:"trans_ratio,omitempty"`
	// 母商品的sku_code可空,当新增一品多规格品的时候不能为空
	ParentSkuCode string `json:"parent_sku_code,omitempty" xml:"parent_sku_code,omitempty"`
	// 线上生效开始时间
	AppEffectBeginTime string `json:"app_effect_begin_time,omitempty" xml:"app_effect_begin_time,omitempty"`
	// 线上生效过期时间
	AppEffectEndTime string `json:"app_effect_end_time,omitempty" xml:"app_effect_end_time,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 机构编号
	OrgNo string `json:"org_no,omitempty" xml:"org_no,omitempty"`
	// 商品别名
	AliasName string `json:"alias_name,omitempty" xml:"alias_name,omitempty"`
	// 生产商名称
	ProducerName string `json:"producer_name,omitempty" xml:"producer_name,omitempty"`
	// 厂方货号
	FactoryNo string `json:"factory_no,omitempty" xml:"factory_no,omitempty"`
	// 成份
	Component string `json:"component,omitempty" xml:"component,omitempty"`
	// 产品等级
	Grade string `json:"grade,omitempty" xml:"grade,omitempty"`
	// 食用方式
	EatWay string `json:"eat_way,omitempty" xml:"eat_way,omitempty"`
	// 溯源国标码
	OriginCode string `json:"origin_code,omitempty" xml:"origin_code,omitempty"`
	// 商品进项税率
	InputTaxRate string `json:"input_tax_rate,omitempty" xml:"input_tax_rate,omitempty"`
	// 开票内容
	InputTaxRateCode string `json:"input_tax_rate_code,omitempty" xml:"input_tax_rate_code,omitempty"`
	// 财务核算分类编码
	FinanceTypeCode string `json:"finance_type_code,omitempty" xml:"finance_type_code,omitempty"`
	// 开票内容
	TaxRateCode string `json:"tax_rate_code,omitempty" xml:"tax_rate_code,omitempty"`
	// 采配编码
	PurchaseUnitCode string `json:"purchase_unit_code,omitempty" xml:"purchase_unit_code,omitempty"`
	// 存储单位编码
	InventoryUnitCode string `json:"inventory_unit_code,omitempty" xml:"inventory_unit_code,omitempty"`
	// 货物验收标准
	AcceptanceCriteria string `json:"acceptance_criteria,omitempty" xml:"acceptance_criteria,omitempty"`
	// 配货单位编码
	DeliveryUnitCode string `json:"delivery_unit_code,omitempty" xml:"delivery_unit_code,omitempty"`
	// 加工单位编码
	ProcessingUnitCode string `json:"processing_unit_code,omitempty" xml:"processing_unit_code,omitempty"`
	// 成本单位编码
	CostUnitCode string `json:"cost_unit_code,omitempty" xml:"cost_unit_code,omitempty"`
	// 商品标编码
	SkuLabelTypeCode string `json:"sku_label_type_code,omitempty" xml:"sku_label_type_code,omitempty"`
	// 销售单位(取值选项和采购单位的可选项一致)
	SaleUnitCode string `json:"sale_unit_code,omitempty" xml:"sale_unit_code,omitempty"`
	// 标价签类型编码
	LabelPriceTypeCode string `json:"label_price_type_code,omitempty" xml:"label_price_type_code,omitempty"`
	// 门店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 门店名称
	StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"`
	// 发布渠道
	ChannelCodes string `json:"channel_codes,omitempty" xml:"channel_codes,omitempty"`
	// 默认供应商
	SupplierNo string `json:"supplier_no,omitempty" xml:"supplier_no,omitempty"`
	// 默认供应商名称
	SupplierName string `json:"supplier_name,omitempty" xml:"supplier_name,omitempty"`
	// 默认物流中心名称
	LogisticsName string `json:"logistics_name,omitempty" xml:"logistics_name,omitempty"`
	// 配货逻辑仓名称
	DeliveryWarehouseName string `json:"delivery_warehouse_name,omitempty" xml:"delivery_warehouse_name,omitempty"`
	// 退货逻辑仓
	ReturnWarehouse string `json:"return_warehouse,omitempty" xml:"return_warehouse,omitempty"`
	// 退货逻辑仓名称
	ReturnWarehouseName string `json:"return_warehouse_name,omitempty" xml:"return_warehouse_name,omitempty"`
	// 配送方式名称
	DeliveryWayName string `json:"delivery_way_name,omitempty" xml:"delivery_way_name,omitempty"`
	// 服务商品,skucode
	ServiceItems string `json:"service_items,omitempty" xml:"service_items,omitempty"`
	// 默认商品价格(同SKU在当前渠道的价格)
	DefaultSkuPrice string `json:"default_sku_price,omitempty" xml:"default_sku_price,omitempty"`
	// 存储条件编码
	StorageCode string `json:"storage_code,omitempty" xml:"storage_code,omitempty"`
	// 渠道编码,默认为4淘鲜达渠道、3对应饿了么渠道、-1对应批发渠道
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 保质期天数,商品的保质期(单位:天),0表示没有保质期
	ShelfLife int64 `json:"shelf_life,omitempty" xml:"shelf_life,omitempty"`
	// 类型 1:普通商品、2:加工半成品、3:加工成品、4:原材料、5:耗材; 如果是新增商家产品,字段含义是货品类型,1普通商品、2赠品、3包材、4耗材、5组合商品、6分销商品、7附属品、8虚拟商品、9其他、10直投广告、11原材料、13加工产成品
	SkuType int64 `json:"sku_type,omitempty" xml:"sku_type,omitempty"`
	// 存储条件类型 241=常温,242=冷藏,243=冷冻,635=热链,636=室温,637=鲜活
	StorageType int64 `json:"storage_type,omitempty" xml:"storage_type,omitempty"`
	// 是否称重 标识商品是否是称重商品? 1:是0:否(默认为0)
	WeightFlag int64 `json:"weight_flag,omitempty" xml:"weight_flag,omitempty"`
	// 是否进口,是1,否0,默认非进口
	ImportFlag int64 `json:"import_flag,omitempty" xml:"import_flag,omitempty"`
	// app购买时每增加一次购买数量至少要增加多少个售卖单位。非称重品填1。称重品根据实际货品情况填写。步长除了是加购物车的数量之外还承载了最小售卖数量的意义。
	StepQuantity int64 `json:"step_quantity,omitempty" xml:"step_quantity,omitempty"`
	// APP销售时,基于销售单位的起购量
	PurchaseQuantity int64 `json:"purchase_quantity,omitempty" xml:"purchase_quantity,omitempty"`
	// 商品是否适合在app销售,机构商品层级为总控,此字段为总开关,控制所有门店的是否APP可见,商品本身不可售,则app可售必须关闭。App可售关闭,则门店商品维度的app可见不允许打开。1:是? 0:否,(默认否)
	AllowAppSale int64 `json:"allow_app_sale,omitempty" xml:"allow_app_sale,omitempty"`
	// 门店来控制本门店是否在app上让该商品可见,? 1可见? 0不可见
	OnlineSaleFlag int64 `json:"online_sale_flag,omitempty" xml:"online_sale_flag,omitempty"`
	// 禁收时限;收货日期-商品生产日期<限收时限 才允许收货。建议淘鲜达商家填默认值为保质期天数。或按进口商品保质期天数的2/3、非进口商品的1/2填写
	ForbidReceiveDays int64 `json:"forbid_receive_days,omitempty" xml:"forbid_receive_days,omitempty"`
	// 商品生产日期+保质期-当前日期<禁售时限,不能出库销售。建议淘鲜达商家填默认值0。
	ForbidSalesDays int64 `json:"forbid_sales_days,omitempty" xml:"forbid_sales_days,omitempty"`
	// 库存监控报表中,剩余天数少于该天数时需要预警,建议淘鲜达商家填默认值0
	WarnDays int64 `json:"warn_days,omitempty" xml:"warn_days,omitempty"`
	// 商品在门店是否在前场陈列;淘鲜达合作商家用不到, 0:否? 1:是
	FrontDisplayFlag int64 `json:"front_display_flag,omitempty" xml:"front_display_flag,omitempty"`
	// 商品是否是供应商为企业进行定制;淘鲜达合作商家填默认值0, 0 否? 1 是
	FixedFlag int64 `json:"fixed_flag,omitempty" xml:"fixed_flag,omitempty"`
	// 商品的保质期天数(同字段shelf_life),必须为整数,0代表不管理保质期;优先使用本字段
	Period int64 `json:"period,omitempty" xml:"period,omitempty"`
	// 商品类型(同字段sku_type)1:普通商品、2:加工半成品、3:加工成品、4:原材料、5:耗材;优先使用本字段
	ItemTypeNew int64 `json:"item_type_new,omitempty" xml:"item_type_new,omitempty"`
	// 行业属性
	IndustryProps *IndustryPropDo `json:"industry_props,omitempty" xml:"industry_props,omitempty"`
	// forest类目id
	ForestCateId int64 `json:"forest_cate_id,omitempty" xml:"forest_cate_id,omitempty"`
	// 是否易碎品标记,0否1是
	FragileFlag int64 `json:"fragile_flag,omitempty" xml:"fragile_flag,omitempty"`
	// 是否现制现卖,0否1是;比如蛋糕只有下了单才能开始制作
	TemporaryFlag int64 `json:"temporary_flag,omitempty" xml:"temporary_flag,omitempty"`
	// 是否线上的品 1:是  0:否
	IsOnline int64 `json:"is_online,omitempty" xml:"is_online,omitempty"`
	// 商品价格(单位分)和字段sale_price两者只能选其一
	SalePriceUnitCent int64 `json:"sale_price_unit_cent,omitempty" xml:"sale_price_unit_cent,omitempty"`
	// 1、普通商品 2、预售商品
	ItemSaleType int64 `json:"item_sale_type,omitempty" xml:"item_sale_type,omitempty"`
	// 加工时间
	ProcessingTime int64 `json:"processing_time,omitempty" xml:"processing_time,omitempty"`
	// 是否可售,用于查询商品的时候标识商品的可售状态,1可售 0不可售
	SaleFlagForQuery int64 `json:"sale_flag_for_query,omitempty" xml:"sale_flag_for_query,omitempty"`
	// 是否清空会员价, 1清空会员价(操作之后没有会员价),0不清空会员价
	CleanSkuMemberPrice int64 `json:"clean_sku_member_price,omitempty" xml:"clean_sku_member_price,omitempty"`
	// 修改条码策略,默认为策略3。<br/>如商品现有主条码barcode1、非主条码barcode2<br/>1、新增barcodes指定了新的主条码barcode3,会将原主条码barcde1改为非主条码,最终商品有三个条码,即:非主条码barcde1、非主条码barcode2、主条码barcode3<br/> 2、删除barcodes对应条码,除了主条码<br/> 3、替换主条码 则会将现有主条码删除,新增指定主条码,只认barcodes中第一个条码,商品最终结果条码个数为两个条码:非主条码barcode2、主条码barcode3<br/> 4、除主条码外,所有条码替换为指定barcodes,不支持主条码修改。如果barcodes中为barcode3,barcode4,则商品最终条码为:主条码barcode1,非barcode3,barcode4。其中非主条码barcode2被删除
	BarcodeUpdateType int64 `json:"barcode_update_type,omitempty" xml:"barcode_update_type,omitempty"`
}

SkuDo 结构体

type SkuFeatureDo

type SkuFeatureDo struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 门店编码,用来给特定门店商品标记
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 机构编码, 可以指定机构的商品标记,如果要全量商品请填写商家编码
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`
	// 渠道编码,
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 标记编码,需要和调用方约定
	FeatureCode string `json:"feature_code,omitempty" xml:"feature_code,omitempty"`
	// 标记值,需要和调用方约定
	FeatureValue string `json:"feature_value,omitempty" xml:"feature_value,omitempty"`
	// 是否添加,默认是添加
	Add bool `json:"add,omitempty" xml:"add,omitempty"`
}

SkuFeatureDo 结构体

type SkuInfo

type SkuInfo struct {
	// 容器
	Containers []ContainerDto `json:"containers,omitempty" xml:"containers>container_dto,omitempty"`
	// 销售单位拣货数量(若还未开始拣货可空)
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 库存单位拣货数量(若还未开始拣货可空)
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 履约子单ID
	FulfillSubOrderId string `json:"fulfill_sub_order_id,omitempty" xml:"fulfill_sub_order_id,omitempty"`
	// 扩展属性:exchangeGoods代表换货信息;containerType代表箱子标识(正常传0、禁止开箱传1);containerCodes代表箱码数组(不存在为空);
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品单个价格,单位分
	SkuPrice string `json:"sku_price,omitempty" xml:"sku_price,omitempty"`
	// 销售单位
	SkuSaleUnit string `json:"sku_sale_unit,omitempty" xml:"sku_sale_unit,omitempty"`
	// 销售数量
	SkuSaleQuantity string `json:"sku_sale_quantity,omitempty" xml:"sku_sale_quantity,omitempty"`
	// 商品总价,单位分
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 子订单差额退款金额
	RefundAmount string `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
	// 缺货数量
	OutOfStockQuantity string `json:"out_of_stock_quantity,omitempty" xml:"out_of_stock_quantity,omitempty"`
	// 取消金额
	CancelAmount string `json:"cancel_amount,omitempty" xml:"cancel_amount,omitempty"`
	// 取消数量
	CancelSaleQuantity string `json:"cancel_sale_quantity,omitempty" xml:"cancel_sale_quantity,omitempty"`
	// 缺货金额
	OutOfStockAmount string `json:"out_of_stock_amount,omitempty" xml:"out_of_stock_amount,omitempty"`
	// 盒马交易子单号
	SubBizOrderId string `json:"sub_biz_order_id,omitempty" xml:"sub_biz_order_id,omitempty"`
	// 外部交易子单号
	SubSourceOrderId string `json:"sub_source_order_id,omitempty" xml:"sub_source_order_id,omitempty"`
	// 折扣金额
	DiscountAmount string `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 库存单位
	SkuStockUnit string `json:"sku_stock_unit,omitempty" xml:"sku_stock_unit,omitempty"`
	// 是否缺货
	IsShortage bool `json:"is_shortage,omitempty" xml:"is_shortage,omitempty"`
	// 是否是标品:true(“标品”),false(“非标品”)
	IsStandardSku bool `json:"is_standard_sku,omitempty" xml:"is_standard_sku,omitempty"`
}

SkuInfo 结构体

type SkuQueryDo

type SkuQueryDo struct {
	// 商品编码(多个条码用英文逗号隔开,最多支持20个)
	SkuCodes []string `json:"sku_codes,omitempty" xml:"sku_codes>string,omitempty"`
	// 门店或DC编码,如果填写了渠道店id,该字段会被忽略
	OuCode string `json:"ou_code,omitempty" xml:"ou_code,omitempty"`
	// 渠道编码(默认4),如果填写了渠道店id,该字段会被忽略
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
}

SkuQueryDo 结构体

type SkuSeriesCreateRequest

type SkuSeriesCreateRequest struct {
	// 系列品描述
	SeriesDesc string `json:"series_desc,omitempty" xml:"series_desc,omitempty"`
	// 系列品名称
	SeriesName string `json:"series_name,omitempty" xml:"series_name,omitempty"`
	// 行业类型
	IndustryType string `json:"industry_type,omitempty" xml:"industry_type,omitempty"`
	// 类目id
	CategoryId int64 `json:"category_id,omitempty" xml:"category_id,omitempty"`
}

SkuSeriesCreateRequest 结构体

type SkuSeriesCreateResult

type SkuSeriesCreateResult struct {
	// 系列编码
	SeriesId int64 `json:"series_id,omitempty" xml:"series_id,omitempty"`
}

SkuSeriesCreateResult 结构体

type SkuSeriesEditRequest

type SkuSeriesEditRequest struct {
	// 系列描述
	SeriesDesc string `json:"series_desc,omitempty" xml:"series_desc,omitempty"`
	// 系列名称
	SeriesName string `json:"series_name,omitempty" xml:"series_name,omitempty"`
	// 系列编码
	SeriesId int64 `json:"series_id,omitempty" xml:"series_id,omitempty"`
}

SkuSeriesEditRequest 结构体

type SkuSeriesEditResult

type SkuSeriesEditResult struct {
	// 成功的商品编码集
	FailedSkuCodes []string `json:"failed_sku_codes,omitempty" xml:"failed_sku_codes>string,omitempty"`
	// 失败的商品编码集
	SuccessedSkuCodes []string `json:"successed_sku_codes,omitempty" xml:"successed_sku_codes>string,omitempty"`
	// 系列编码
	SeriesId int64 `json:"series_id,omitempty" xml:"series_id,omitempty"`
}

SkuSeriesEditResult 结构体

type SkuStockPublishParamDo

type SkuStockPublishParamDo struct {
	// 商家门店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 这笔单据发生的原因
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// 唯一单据号,用于幂等操作
	BillNo string `json:"bill_no,omitempty" xml:"bill_no,omitempty"`
	// 商品对应的69码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 移动的数量,正数表式增加,负数表式减少
	Quantity int64 `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 更新类型,1表式覆盖,0表式增量
	UpdateType int64 `json:"update_type,omitempty" xml:"update_type,omitempty"`
	// 当时业务发生的时间戳,单位:ms
	OperationTs int64 `json:"operation_ts,omitempty" xml:"operation_ts,omitempty"`
}

SkuStockPublishParamDo 结构体

type SkuStockPublishResult

type SkuStockPublishResult struct {
	// 具体的错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 入参中对应的幂等单据号
	BillNo string `json:"bill_no,omitempty" xml:"bill_no,omitempty"`
	// 具体的更新失败原因
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// bill_no对应的操作结果
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

SkuStockPublishResult 结构体

type SkuSupplierDo

type SkuSupplierDo struct {
	// 最小起订量
	Minimum string `json:"minimum,omitempty" xml:"minimum,omitempty"`
	// 采购单价;淘鲜达合作商家填默认值0;单位:元
	PurchasePrice string `json:"purchase_price,omitempty" xml:"purchase_price,omitempty"`
	// 供应商编码
	SupplierNo string `json:"supplier_no,omitempty" xml:"supplier_no,omitempty"`
	// 供应商编码名称
	SupplierName string `json:"supplier_name,omitempty" xml:"supplier_name,omitempty"`
	// 商品针对该供应商是否可以退货;因为淘鲜达商家不使用平台的采配功能,建议传默认值, 1:是  0:否(默认为0)
	ReturnFlag int64 `json:"return_flag,omitempty" xml:"return_flag,omitempty"`
	// 是否主供应商 1是主供应商 0非主供
	MainFlag int64 `json:"main_flag,omitempty" xml:"main_flag,omitempty"`
}

SkuSupplierDo 结构体

type Skudetails

type Skudetails struct {
	// 履约子单id
	FulfillSubOrderId string `json:"fulfill_sub_order_id,omitempty" xml:"fulfill_sub_order_id,omitempty"`
	// 货品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
}

Skudetails 结构体

type SourceOrderMedicineDto

type SourceOrderMedicineDto struct {
	// 药品明细list
	MedicineItemDOS []MedicineItemDo `json:"medicine_item_d_o_s,omitempty" xml:"medicine_item_d_o_s>medicine_item_do,omitempty"`
	// 盒马履约单号
	SourceOrderCode string `json:"source_order_code,omitempty" xml:"source_order_code,omitempty"`
	// 外部单号(比如饿了么)
	OriginalOrderId string `json:"original_order_id,omitempty" xml:"original_order_id,omitempty"`
	// 盒马app订单号
	OutMainOrderId string `json:"out_main_order_id,omitempty" xml:"out_main_order_id,omitempty"`
}

SourceOrderMedicineDto 结构体

type StairConditionDto added in v1.2.5

type StairConditionDto struct {
	// 满元门槛值 -- 单位分
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
	// 件数
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 是否满元门槛
	AmountAt bool `json:"amount_at,omitempty" xml:"amount_at,omitempty"`
	// 是否满件门槛
	CountAt bool `json:"count_at,omitempty" xml:"count_at,omitempty"`
	// 是否指定件数
	CountBegin bool `json:"count_begin,omitempty" xml:"count_begin,omitempty"`
	// 是否第几件
	Appoint bool `json:"appoint,omitempty" xml:"appoint,omitempty"`
}

StairConditionDto 结构体

type StairGroupDto

type StairGroupDto struct {
	// 逻辑分组1的number为1,逻辑分组2的number为2,示例值[1&2]:代表同时满足逻辑分组1和逻辑分组2时才可享受优惠
	ConditionExpress string `json:"condition_express,omitempty" xml:"condition_express,omitempty"`
	// 逻辑分组1的number为1,逻辑分组2的number为2,示例值[1|2]:代表逻辑分组1或者逻辑分组2可以享受优惠
	ActionExpress string `json:"action_express,omitempty" xml:"action_express,omitempty"`
	// 分组序号
	Number int64 `json:"number,omitempty" xml:"number,omitempty"`
	// 优惠门槛
	Condition *Condition `json:"condition,omitempty" xml:"condition,omitempty"`
	// 优惠效果
	Action *Action `json:"action,omitempty" xml:"action,omitempty"`
}

StairGroupDto 结构体

type StockChangeDetailDto

type StockChangeDetailDto struct {
	// quantity
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// itemCode
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// batchCode
	BatchCode string `json:"batch_code,omitempty" xml:"batch_code,omitempty"`
	// reason
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// bizOrderCode
	BizOrderCode string `json:"biz_order_code,omitempty" xml:"biz_order_code,omitempty"`
	// cabinetCode
	CabinetCode string `json:"cabinet_code,omitempty" xml:"cabinet_code,omitempty"`
}

StockChangeDetailDto 结构体

type StockChangeDto

type StockChangeDto struct {
	// itemList
	ItemList []StockChangeDetailDto `json:"item_list,omitempty" xml:"item_list>stock_change_detail_dto,omitempty"`
	// 部门编码
	DeptCode string `json:"dept_code,omitempty" xml:"dept_code,omitempty"`
	// remark
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// adjustDescribe
	AdjustDescribe string `json:"adjust_describe,omitempty" xml:"adjust_describe,omitempty"`
	// occurrenceDate
	OccurrenceDate string `json:"occurrence_date,omitempty" xml:"occurrence_date,omitempty"`
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// supplierCode
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// documentNo
	DocumentNo string `json:"document_no,omitempty" xml:"document_no,omitempty"`
	// uuid
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	// 费用承担部门(按需取)
	CostDutyDeptCode string `json:"cost_duty_dept_code,omitempty" xml:"cost_duty_dept_code,omitempty"`
	// 单据类型
	DocumentType int64 `json:"document_type,omitempty" xml:"document_type,omitempty"`
}

StockChangeDto 结构体

type StockPublishDto

type StockPublishDto struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 更新数量,矢量
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 订单号(商品粒度操作单)
	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`
	// 订单类型,参见订单类型约束
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 订单描述
	OrderDesc string `json:"order_desc,omitempty" xml:"order_desc,omitempty"`
}

StockPublishDto 结构体

type StockShiftDetailDto

type StockShiftDetailDto struct {
	// batchInfo
	BatchInfo string `json:"batch_info,omitempty" xml:"batch_info,omitempty"`
	// outDeptCode
	OutDeptCode string `json:"out_dept_code,omitempty" xml:"out_dept_code,omitempty"`
	// inDeptCode
	InDeptCode string `json:"in_dept_code,omitempty" xml:"in_dept_code,omitempty"`
	// outCabinetCode
	OutCabinetCode string `json:"out_cabinet_code,omitempty" xml:"out_cabinet_code,omitempty"`
	// inCabinetCode
	InCabinetCode string `json:"in_cabinet_code,omitempty" xml:"in_cabinet_code,omitempty"`
	// quantity
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// itemCode
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
}

StockShiftDetailDto 结构体

type StockShiftDto

type StockShiftDto struct {
	// itemList
	ItemList []StockShiftDetailDto `json:"item_list,omitempty" xml:"item_list>stock_shift_detail_dto,omitempty"`
	// remark
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// shiftDescribe
	ShiftDescribe string `json:"shift_describe,omitempty" xml:"shift_describe,omitempty"`
	// occurrenceDate
	OccurrenceDate string `json:"occurrence_date,omitempty" xml:"occurrence_date,omitempty"`
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// documentNo
	DocumentNo string `json:"document_no,omitempty" xml:"document_no,omitempty"`
	// uuid
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

StockShiftDto 结构体

type SubOrder

type SubOrder struct {
	// 营销优惠明细
	DiscountInfos []DiscountInfo `json:"discount_infos,omitempty" xml:"discount_infos>discount_info,omitempty"`
	// 外部子单号
	SubOutOrderId string `json:"sub_out_order_id,omitempty" xml:"sub_out_order_id,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 处理方式
	HandlingType string `json:"handling_type,omitempty" xml:"handling_type,omitempty"`
	// 盒马子单号
	SubBizOrderId string `json:"sub_biz_order_id,omitempty" xml:"sub_biz_order_id,omitempty"`
	// 促销信息(json格式)。例如:[{"activity_id":"1234","activity_name":"五一促销","activity_type":1,"activity_desc":"优惠卡券"}]
	PromotionInfo string `json:"promotion_info,omitempty" xml:"promotion_info,omitempty"`
	// 门店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 非标品销售单位
	SellUnit string `json:"sell_unit,omitempty" xml:"sell_unit,omitempty"`
	// 非标品购买数量
	NsQuantity string `json:"ns_quantity,omitempty" xml:"ns_quantity,omitempty"`
	// 库存单位拣货数量
	PickAmountStock string `json:"pick_amount_stock,omitempty" xml:"pick_amount_stock,omitempty"`
	// 库存单位购买数量
	BuyAmountStock string `json:"buy_amount_stock,omitempty" xml:"buy_amount_stock,omitempty"`
	// memberPoint
	MemberPoint string `json:"member_point,omitempty" xml:"member_point,omitempty"`
	// 子订单类型,当前取值[COMMON|GIFT],分别表示 普通|赠品 订单
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 揽件
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// statusChangeTime
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// tradeSubAttributes
	TradeSubAttributes string `json:"trade_sub_attributes,omitempty" xml:"trade_sub_attributes,omitempty"`
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 外部skucode
	OutSkuCode string `json:"out_sku_code,omitempty" xml:"out_sku_code,omitempty"`
	// 销售商品数量
	SaleQuantity int64 `json:"sale_quantity,omitempty" xml:"sale_quantity,omitempty"`
	// 销售单价
	SalePrice int64 `json:"sale_price,omitempty" xml:"sale_price,omitempty"`
	// 实际支付金额
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 原始金额
	OriginFee int64 `json:"origin_fee,omitempty" xml:"origin_fee,omitempty"`
	// 优惠金额
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 子单优惠金额商家分摊
	MerchantDiscountFee int64 `json:"merchant_discount_fee,omitempty" xml:"merchant_discount_fee,omitempty"`
	// 子单优惠金额平台分摊
	PlatformDiscountFee int64 `json:"platform_discount_fee,omitempty" xml:"platform_discount_fee,omitempty"`
	// 子单商品总重量
	TotalWeight int64 `json:"total_weight,omitempty" xml:"total_weight,omitempty"`
	// 业务子订单id
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 促销优惠总金额
	PromotionDiscountAmt int64 `json:"promotion_discount_amt,omitempty" xml:"promotion_discount_amt,omitempty"`
	// 商品id
	ItemCode int64 `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// 正向:售价金额(购买数量*原售价)。逆向:退款金额
	OriginalAmt int64 `json:"original_amt,omitempty" xml:"original_amt,omitempty"`
	// 父订单id
	ParentId int64 `json:"parent_id,omitempty" xml:"parent_id,omitempty"`
	// 商品原价
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
	// 购买数量
	Quantity int64 `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 销售类型(正向销售1:逆向销售2。本接口应返回2)
	TrdType int64 `json:"trd_type,omitempty" xml:"trd_type,omitempty"`
	// 会员价优惠金额
	MemberDiscountAmt int64 `json:"member_discount_amt,omitempty" xml:"member_discount_amt,omitempty"`
	// 其它分摊优惠金额
	ShareDiscountAmt int64 `json:"share_discount_amt,omitempty" xml:"share_discount_amt,omitempty"`
	// 淘宝子订单号
	TbBizOrderId int64 `json:"tb_biz_order_id,omitempty" xml:"tb_biz_order_id,omitempty"`
	// 淘鲜达平台优惠券中平台出资金额,单位分
	TxdPmtAmt int64 `json:"txd_pmt_amt,omitempty" xml:"txd_pmt_amt,omitempty"`
	// 拣货金额
	PickAmt int64 `json:"pick_amt,omitempty" xml:"pick_amt,omitempty"`
}

SubOrder 结构体

type SubOrderInfoDo

type SubOrderInfoDo struct {
	// 单位
	Unit string `json:"unit,omitempty" xml:"unit,omitempty"`
	// 扫描条码
	ScanBarcode string `json:"scan_barcode,omitempty" xml:"scan_barcode,omitempty"`
	// 数量
	Quantity string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	// 商品名称
	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`
	// 商品条码
	ItemBarcode string `json:"item_barcode,omitempty" xml:"item_barcode,omitempty"`
	// 商品编码
	ItemCode string `json:"item_code,omitempty" xml:"item_code,omitempty"`
	// 子订单流水号
	SerialNum string `json:"serial_num,omitempty" xml:"serial_num,omitempty"`
	// 款机号
	PosNo string `json:"pos_no,omitempty" xml:"pos_no,omitempty"`
	// 渠道店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 临时折扣
	TemporaryDiscount int64 `json:"temporary_discount,omitempty" xml:"temporary_discount,omitempty"`
	// 子订单优惠总金额
	PromotionDiscount int64 `json:"promotion_discount,omitempty" xml:"promotion_discount,omitempty"`
	// 会员优惠
	MemberDiscount int64 `json:"member_discount,omitempty" xml:"member_discount,omitempty"`
	// 成交金额(填写会校验)
	DealAmt int64 `json:"deal_amt,omitempty" xml:"deal_amt,omitempty"`
	// 成交单价
	DealPrice int64 `json:"deal_price,omitempty" xml:"deal_price,omitempty"`
	// 售价金额
	SellingPrice int64 `json:"selling_price,omitempty" xml:"selling_price,omitempty"`
	// 商品原售价
	OriginalPrice int64 `json:"original_price,omitempty" xml:"original_price,omitempty"`
	// 序号
	Index int64 `json:"index,omitempty" xml:"index,omitempty"`
}

SubOrderInfoDo 结构体

type SubOrderResponse added in v1.2.9

type SubOrderResponse struct {
	// 子单活动列表
	Activitys []OrderActivity `json:"activitys,omitempty" xml:"activitys>order_activity,omitempty"`
	// 资金优惠
	FundsDiscounts []OrderFundsDiscount `json:"funds_discounts,omitempty" xml:"funds_discounts>order_funds_discount,omitempty"`
	// 渠道子订单编码
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 商品条码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 是否赠品 0=普通品/1=赠品
	GiftFlag string `json:"gift_flag,omitempty" xml:"gift_flag,omitempty"`
	// 是否称重品 0=标品 / 1=称重品
	WeightFlag string `json:"weight_flag,omitempty" xml:"weight_flag,omitempty"`
	// 子订单状态 值枚举同主单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 子订单编码
	BizSubOrderId int64 `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 商品单价, 分
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
	// 库存单位购买数量
	BuyStockQuantity float64 `json:"buy_stock_quantity,omitempty" xml:"buy_stock_quantity,omitempty"`
	// 销售单位购买数量
	BuySaleQuantity float64 `json:"buy_sale_quantity,omitempty" xml:"buy_sale_quantity,omitempty"`
	// 子订单原价
	OriginalFee int64 `json:"original_fee,omitempty" xml:"original_fee,omitempty"`
	// 子订单优惠金额
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 商品总重量, g
	Weight int64 `json:"weight,omitempty" xml:"weight,omitempty"`
	// 商家优惠分摊
	DiscountMerchantFee int64 `json:"discount_merchant_fee,omitempty" xml:"discount_merchant_fee,omitempty"`
	// 平台优惠分摊
	DiscountPlatformFee int64 `json:"discount_platform_fee,omitempty" xml:"discount_platform_fee,omitempty"`
}

SubOrderResponse 结构体

type SubOrderReturn added in v1.2.5

type SubOrderReturn struct {
	// 拦截状态
	InterceptStatus string `json:"intercept_status,omitempty" xml:"intercept_status,omitempty"`
	// 子订单
	SubOrderCode string `json:"sub_order_code,omitempty" xml:"sub_order_code,omitempty"`
	// 取消结果
	CancelSuccess bool `json:"cancel_success,omitempty" xml:"cancel_success,omitempty"`
}

SubOrderReturn 结构体

type SubOrderSyncDto

type SubOrderSyncDto struct {
	// 履约时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 子订单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 订单类型  COMMON,GIFT
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 购买库存单位数量
	BuyAmountStock string `json:"buy_amount_stock,omitempty" xml:"buy_amount_stock,omitempty"`
	// 拣货库存单位数量
	PickAmountStock string `json:"pick_amount_stock,omitempty" xml:"pick_amount_stock,omitempty"`
	// 外部订单号
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 售卖单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 扩展属性map
	TradeSubAttributes string `json:"trade_sub_attributes,omitempty" xml:"trade_sub_attributes,omitempty"`
	// sku码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 外部sku码
	OutSkuCode string `json:"out_sku_code,omitempty" xml:"out_sku_code,omitempty"`
	// 优惠明细字段,json格式的字符串
	PromotionInfo string `json:"promotion_info,omitempty" xml:"promotion_info,omitempty"`
	// 会员优惠金额
	MemberDiscountAmt int64 `json:"member_discount_amt,omitempty" xml:"member_discount_amt,omitempty"`
	// 优惠金额
	PromotionDiscountAmt int64 `json:"promotion_discount_amt,omitempty" xml:"promotion_discount_amt,omitempty"`
	// 原价
	OriginalAmt int64 `json:"original_amt,omitempty" xml:"original_amt,omitempty"`
	// 商品单价
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
	// 淘鲜达分摊金额
	TxdPmtAmt int64 `json:"txd_pmt_amt,omitempty" xml:"txd_pmt_amt,omitempty"`
	// 拣货金额
	PickAmt int64 `json:"pick_amt,omitempty" xml:"pick_amt,omitempty"`
	// 淘宝订单号
	TbBizOrderId int64 `json:"tb_biz_order_id,omitempty" xml:"tb_biz_order_id,omitempty"`
	// 盒马订单号
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
}

SubOrderSyncDto 结构体

type SubRefundConfirm

type SubRefundConfirm struct {
	// 退款Id
	RefundId string `json:"refund_id,omitempty" xml:"refund_id,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 盒马子单号
	SubBizOrderId string `json:"sub_biz_order_id,omitempty" xml:"sub_biz_order_id,omitempty"`
	// 退款金额
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 退款邮费
	RefundPostFee int64 `json:"refund_post_fee,omitempty" xml:"refund_post_fee,omitempty"`
}

SubRefundConfirm 结构体

type SubRefundOrder

type SubRefundOrder struct {
	// 营销优惠明细
	DiscountInfos []DiscountInfo `json:"discount_infos,omitempty" xml:"discount_infos>discount_info,omitempty"`
	// 外部子单号
	SubOutOrderId string `json:"sub_out_order_id,omitempty" xml:"sub_out_order_id,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 盒马子单号
	SubBizOrderId string `json:"sub_biz_order_id,omitempty" xml:"sub_biz_order_id,omitempty"`
	// 退款数量
	RefundQuantity int64 `json:"refund_quantity,omitempty" xml:"refund_quantity,omitempty"`
	// 退款金额,单位:分
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 子单退款重量
	RefundWeight int64 `json:"refund_weight,omitempty" xml:"refund_weight,omitempty"`
	// 退款商品的优惠金额,单位:分
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 退款商品的商家分摊优惠金额,单位:分
	MerchantDiscountFee int64 `json:"merchant_discount_fee,omitempty" xml:"merchant_discount_fee,omitempty"`
	// 退款商品的平台分摊优惠金额,单位:分
	PlatformDiscountFee int64 `json:"platform_discount_fee,omitempty" xml:"platform_discount_fee,omitempty"`
	// 退款销售数量
	RefundSaleQuantity int64 `json:"refund_sale_quantity,omitempty" xml:"refund_sale_quantity,omitempty"`
}

SubRefundOrder 结构体

type SubSkuDo

type SubSkuDo struct {
	// 子商品编码(需要先有子商品)
	SubSkuCode string `json:"sub_sku_code,omitempty" xml:"sub_sku_code,omitempty"`
	// 子商品数量
	SubSkuNum int64 `json:"sub_sku_num,omitempty" xml:"sub_sku_num,omitempty"`
}

SubSkuDo 结构体

type Suborders

type Suborders struct {
	// 组合品列表
	CombineItemList []CombineItem `json:"combine_item_list,omitempty" xml:"combine_item_list>combine_item,omitempty"`
	// 外部子订单id
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// 商品code
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	AuctionTitle string `json:"auction_title,omitempty" xml:"auction_title,omitempty"`
	// 库存单位购买数量
	BuyAmountStock string `json:"buy_amount_stock,omitempty" xml:"buy_amount_stock,omitempty"`
	// 销售单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 五道口子订单id
	BizSubOrderId int64 `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 商品价格
	AuctionPrice int64 `json:"auction_price,omitempty" xml:"auction_price,omitempty"`
	// 销售单位购买数量
	BuyAmountSale int64 `json:"buy_amount_sale,omitempty" xml:"buy_amount_sale,omitempty"`
	// 子订单用户支付金额
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 子订单原价
	OriginFee int64 `json:"origin_fee,omitempty" xml:"origin_fee,omitempty"`
	// 子订单优惠金额
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 商家优惠分摊
	DiscountMerchantFee int64 `json:"discount_merchant_fee,omitempty" xml:"discount_merchant_fee,omitempty"`
	// 平台优惠分摊
	DiscountPlatformFee int64 `json:"discount_platform_fee,omitempty" xml:"discount_platform_fee,omitempty"`
	// 子单价格
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
	// 是否为组合品
	CombineItem bool `json:"combine_item,omitempty" xml:"combine_item,omitempty"`
}

Suborders 结构体

type Subrefundlist

type Subrefundlist struct {
	// 外部子订单ID
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// 退款金额
	RefundFee int64 `json:"refund_fee,omitempty" xml:"refund_fee,omitempty"`
	// 期望取货数量
	ExpectFetchQuantity int64 `json:"expect_fetch_quantity,omitempty" xml:"expect_fetch_quantity,omitempty"`
}

Subrefundlist 结构体

type SupplierOrderQueryListRequest

type SupplierOrderQueryListRequest struct {
	// 淘宝订单号
	TbBizIdList []int64 `json:"tb_biz_id_list,omitempty" xml:"tb_biz_id_list>int64,omitempty"`
	// 盒马订单号
	BizIdList []int64 `json:"biz_id_list,omitempty" xml:"biz_id_list>int64,omitempty"`
	// 商场code
	SourceMerchantCode string `json:"source_merchant_code,omitempty" xml:"source_merchant_code,omitempty"`
	// 订单渠道来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

SupplierOrderQueryListRequest 结构体

type SupplierOrderQueryRequest

type SupplierOrderQueryRequest struct {
	// 订单状态: PAID / PACAKAGED / SUCCESS
	OrderStatus []string `json:"order_status,omitempty" xml:"order_status>string,omitempty"`
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 实际售卖商家code
	SourceMerchantCode string `json:"source_merchant_code,omitempty" xml:"source_merchant_code,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 下单终端: APP 、POS
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 订单来源,4:盒马,3:饿了么
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 分页页码,从0开始
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 分页大小,默认200
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

SupplierOrderQueryRequest 结构体

type SupplierRefundQueryListRequest

type SupplierRefundQueryListRequest struct {
	// 盒马主订单id
	MainBizOrderIds []int64 `json:"main_biz_order_ids,omitempty" xml:"main_biz_order_ids>int64,omitempty"`
	// 盒马子订单id
	SubBizOrderIds []int64 `json:"sub_biz_order_ids,omitempty" xml:"sub_biz_order_ids>int64,omitempty"`
	// 退款单id
	RefundIds []int64 `json:"refund_ids,omitempty" xml:"refund_ids>int64,omitempty"`
	// 售卖商场code
	SourceMerchantCode string `json:"source_merchant_code,omitempty" xml:"source_merchant_code,omitempty"`
	// 渠道来源
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

SupplierRefundQueryListRequest 结构体

type SupplierRefundQueryRequest

type SupplierRefundQueryRequest struct {
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 实际售卖商家code
	SourceMerchantCode string `json:"source_merchant_code,omitempty" xml:"source_merchant_code,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 下单终端:APP/POS
	OrderClient string `json:"order_client,omitempty" xml:"order_client,omitempty"`
	// 渠道店id
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 分页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 页码,从0开始
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 订单渠道
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 1:售中退款  2:售后退款
	DisputeType int64 `json:"dispute_type,omitempty" xml:"dispute_type,omitempty"`
}

SupplierRefundQueryRequest 结构体

type SyncActivityResultBo

type SyncActivityResultBo struct {
	// 门店ID
	StoreIds string `json:"store_ids,omitempty" xml:"store_ids,omitempty"`
	// 大润发活动ID
	PromotionId string `json:"promotion_id,omitempty" xml:"promotion_id,omitempty"`
	// 版本ID
	VersionId int64 `json:"version_id,omitempty" xml:"version_id,omitempty"`
}

SyncActivityResultBo 结构体

type SyncActivitySkuResultBo

type SyncActivitySkuResultBo struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 活动Id
	PromotionId string `json:"promotion_id,omitempty" xml:"promotion_id,omitempty"`
	// 商品池ID
	PoolId int64 `json:"pool_id,omitempty" xml:"pool_id,omitempty"`
	// 版本Id
	VersionId int64 `json:"version_id,omitempty" xml:"version_id,omitempty"`
}

SyncActivitySkuResultBo 结构体

type SyncEntryReceiptRequest

type SyncEntryReceiptRequest struct {
	// 地址信息
	AddressInfo []AddressInfo `json:"address_info,omitempty" xml:"address_info>address_info,omitempty"`
	// 联系人信息
	ContactInfo []ContactInfo `json:"contact_info,omitempty" xml:"contact_info>contact_info,omitempty"`
	// 教育经历
	EducationExpInfo []EducationExpInfo `json:"education_exp_info,omitempty" xml:"education_exp_info>education_exp_info,omitempty"`
	// 家庭信息
	FamilyInfo []FamilyInfo `json:"family_info,omitempty" xml:"family_info>family_info,omitempty"`
	// 工作履历
	JobExpInfo []JobExpInfo `json:"job_exp_info,omitempty" xml:"job_exp_info>job_exp_info,omitempty"`
	// 证件信息
	OfferLicenseInfo []OfferLicenseInfo `json:"offer_license_info,omitempty" xml:"offer_license_info>offer_license_info,omitempty"`
	// 关联方申报信息
	RelatedPartyInfo []RelatedPartyInfo `json:"related_party_info,omitempty" xml:"related_party_info>related_party_info,omitempty"`
	// 语言信息
	LanguageInfo []LanguageInfo `json:"language_info,omitempty" xml:"language_info>language_info,omitempty"`
	// 员工主要信息
	EmployeeBasic *EmployeeBasic `json:"employee_basic,omitempty" xml:"employee_basic,omitempty"`
}

SyncEntryReceiptRequest 结构体

type SyncVersionBo

type SyncVersionBo struct {
	// 外部唯一ID
	OutUniqueId string `json:"out_unique_id,omitempty" xml:"out_unique_id,omitempty"`
	// 同步的数据表名称
	TableName string `json:"table_name,omitempty" xml:"table_name,omitempty"`
	// 操作ID
	OperateId string `json:"operate_id,omitempty" xml:"operate_id,omitempty"`
	// WDK_MARKET--营销数据
	BizCode string `json:"biz_code,omitempty" xml:"biz_code,omitempty"`
	// 数据周期结束时间
	RangeEndTime int64 `json:"range_end_time,omitempty" xml:"range_end_time,omitempty"`
	// 数据周期开始时间
	RangeStartTime int64 `json:"range_start_time,omitempty" xml:"range_start_time,omitempty"`
	// 同步数据总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 版本号
	VersionId int64 `json:"version_id,omitempty" xml:"version_id,omitempty"`
}

SyncVersionBo 结构体

type TaobaowdkequipmentconveyorbatchconfirmAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorbatchconfirmAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorbatchconfirmAPIRequest 五道口悬挂链信息批量确认 API请求 taobao.wdk.equipment.conveyor.batchconfirm

批量消息确认

func NewTaobaowdkequipmentconveyorbatchconfirmRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorbatchconfirmRequest() *TaobaowdkequipmentconveyorbatchconfirmAPIRequest

NewTaobaowdkequipmentconveyorbatchconfirmRequest 初始化TaobaowdkequipmentconveyorbatchconfirmAPIRequest对象

func (TaobaowdkequipmentconveyorbatchconfirmAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorbatchconfirmAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorbatchconfirmAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorbatchconfirmAPIRequest) GetUuids added in v1.3.1

GetUuids Uuids Getter

func (TaobaowdkequipmentconveyorbatchconfirmAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*TaobaowdkequipmentconveyorbatchconfirmAPIRequest) SetUuids added in v1.3.1

SetUuids is Uuids Setter 待确认的uuid列表

func (*TaobaowdkequipmentconveyorbatchconfirmAPIRequest) SetWarehouseCode added in v1.3.1

func (r *TaobaowdkequipmentconveyorbatchconfirmAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓库code

type TaobaowdkequipmentconveyorbatchconfirmAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorbatchconfirmAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorbatchconfirmAPIResponseModel
}

TaobaowdkequipmentconveyorbatchconfirmAPIResponse 五道口悬挂链信息批量确认 API返回值 taobao.wdk.equipment.conveyor.batchconfirm

批量消息确认

type TaobaowdkequipmentconveyorbatchconfirmAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorbatchconfirmAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_batchconfirm_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TopWcsResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorbatchconfirmAPIResponseModel is 五道口悬挂链信息批量确认 成功返回结果

type TaobaowdkequipmentconveyorcontainerinfogetAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorcontainerinfogetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorcontainerinfogetAPIRequest 获取批次或波次中容器的信息 API请求 taobao.wdk.equipment.conveyor.containerinfo.get

获取批次或波次中容器的信息

func NewTaobaowdkequipmentconveyorcontainerinfogetRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorcontainerinfogetRequest() *TaobaowdkequipmentconveyorcontainerinfogetAPIRequest

NewTaobaowdkequipmentconveyorcontainerinfogetRequest 初始化TaobaowdkequipmentconveyorcontainerinfogetAPIRequest对象

func (TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) GetBatchCode added in v1.3.1

GetBatchCode BatchCode Getter

func (TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) GetContainerCode added in v1.3.1

GetContainerCode ContainerCode Getter

func (TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) GetWarehouseId added in v1.3.1

GetWarehouseId WarehouseId Getter

func (TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) GetWaveCode added in v1.3.1

GetWaveCode WaveCode Getter

func (*TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) SetBatchCode added in v1.3.1

SetBatchCode is BatchCode Setter 批次号,可以为空串

func (*TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) SetContainerCode added in v1.3.1

func (r *TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) SetContainerCode(_containerCode string) error

SetContainerCode is ContainerCode Setter 容器号

func (*TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) SetWarehouseId added in v1.3.1

func (r *TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) SetWarehouseId(_warehouseId int64) error

SetWarehouseId is WarehouseId Setter 仓库id

func (*TaobaowdkequipmentconveyorcontainerinfogetAPIRequest) SetWaveCode added in v1.3.1

SetWaveCode is WaveCode Setter 波次号,可以为空串

type TaobaowdkequipmentconveyorcontainerinfogetAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorcontainerinfogetAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorcontainerinfogetAPIResponseModel
}

TaobaowdkequipmentconveyorcontainerinfogetAPIResponse 获取批次或波次中容器的信息 API返回值 taobao.wdk.equipment.conveyor.containerinfo.get

获取批次或波次中容器的信息

type TaobaowdkequipmentconveyorcontainerinfogetAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorcontainerinfogetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_containerinfo_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *TaobaowdkequipmentconveyorcontainerinfogetResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorcontainerinfogetAPIResponseModel is 获取批次或波次中容器的信息 成功返回结果

type TaobaowdkequipmentconveyorcontainerinfogetResult added in v1.3.1

type TaobaowdkequipmentconveyorcontainerinfogetResult struct {
	// result
	Result string `json:"result,omitempty" xml:"result,omitempty"`
	// errorDesc
	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// totelNum
	TotelNum int64 `json:"totel_num,omitempty" xml:"totel_num,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaowdkequipmentconveyorcontainerinfogetResult 结构体

type TaobaowdkequipmentconveyorconveyorinfogetAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorconveyorinfogetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorconveyorinfogetAPIRequest 获取五道口悬挂链信息 API请求 taobao.wdk.equipment.conveyor.conveyorinfo.get

获取五道口悬挂链信息

func NewTaobaowdkequipmentconveyorconveyorinfogetRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorconveyorinfogetRequest() *TaobaowdkequipmentconveyorconveyorinfogetAPIRequest

NewTaobaowdkequipmentconveyorconveyorinfogetRequest 初始化TaobaowdkequipmentconveyorconveyorinfogetAPIRequest对象

func (TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) GetConveyorId added in v1.3.1

GetConveyorId ConveyorId Getter

func (TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) SetConveyorId added in v1.3.1

func (r *TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) SetConveyorId(_conveyorId int64) error

SetConveyorId is ConveyorId Setter wcsNum

func (*TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *TaobaowdkequipmentconveyorconveyorinfogetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓库code

type TaobaowdkequipmentconveyorconveyorinfogetAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorconveyorinfogetAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorconveyorinfogetAPIResponseModel
}

TaobaowdkequipmentconveyorconveyorinfogetAPIResponse 获取五道口悬挂链信息 API返回值 taobao.wdk.equipment.conveyor.conveyorinfo.get

获取五道口悬挂链信息

type TaobaowdkequipmentconveyorconveyorinfogetAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorconveyorinfogetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_conveyorinfo_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *TaobaowdkequipmentconveyorconveyorinfogetResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorconveyorinfogetAPIResponseModel is 获取五道口悬挂链信息 成功返回结果

type TaobaowdkequipmentconveyorconveyorinfogetResult added in v1.3.1

type TaobaowdkequipmentconveyorconveyorinfogetResult struct {
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// errorMsg
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// model
	Model *WcsConveyorInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaowdkequipmentconveyorconveyorinfogetResult 结构体

type TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest 异常通道日志查询 API请求 taobao.wdk.equipment.conveyor.exceptionslidewaylog.get

五道口悬挂链异常通道事件查询

func NewTaobaowdkequipmentconveyorexceptionslidewayloggetRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorexceptionslidewayloggetRequest() *TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest

NewTaobaowdkequipmentconveyorexceptionslidewayloggetRequest 初始化TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest对象

func (TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) GetConveyorId added in v1.3.1

GetConveyorId ConveyorId Getter

func (TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) GetStartId added in v1.3.1

GetStartId StartId Getter

func (TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) GetWarehouseId added in v1.3.1

GetWarehouseId WarehouseId Getter

func (*TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) SetConveyorId added in v1.3.1

SetConveyorId is ConveyorId Setter 悬挂链Id,即wcsNum

func (*TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) SetStartId added in v1.3.1

SetStartId is StartId Setter 数据库id最小值

func (*TaobaowdkequipmentconveyorexceptionslidewayloggetAPIRequest) SetWarehouseId added in v1.3.1

SetWarehouseId is WarehouseId Setter 仓库Id

type TaobaowdkequipmentconveyorexceptionslidewayloggetAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorexceptionslidewayloggetAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorexceptionslidewayloggetAPIResponseModel
}

TaobaowdkequipmentconveyorexceptionslidewayloggetAPIResponse 异常通道日志查询 API返回值 taobao.wdk.equipment.conveyor.exceptionslidewaylog.get

五道口悬挂链异常通道事件查询

type TaobaowdkequipmentconveyorexceptionslidewayloggetAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorexceptionslidewayloggetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_exceptionslidewaylog_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *TaobaowdkequipmentconveyorexceptionslidewayloggetResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorexceptionslidewayloggetAPIResponseModel is 异常通道日志查询 成功返回结果

type TaobaowdkequipmentconveyorexceptionslidewayloggetResult added in v1.3.1

type TaobaowdkequipmentconveyorexceptionslidewayloggetResult struct {
	// 返回的数据
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 返回值与返回的信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

TaobaowdkequipmentconveyorexceptionslidewayloggetResult 结构体

type TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest 硬件状态变化日志查询 API请求 taobao.wdk.equipment.conveyor.hardwarestatuslog.get

硬件状态变化日志查询

func NewTaobaowdkequipmentconveyorhardwarestatusloggetRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorhardwarestatusloggetRequest() *TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest

NewTaobaowdkequipmentconveyorhardwarestatusloggetRequest 初始化TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest对象

func (TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) GetConveyorId added in v1.3.1

GetConveyorId ConveyorId Getter

func (TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) GetStartId added in v1.3.1

GetStartId StartId Getter

func (TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) GetWarehouseId added in v1.3.1

GetWarehouseId WarehouseId Getter

func (*TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) SetConveyorId added in v1.3.1

SetConveyorId is ConveyorId Setter 悬挂链Id,即wcsNum

func (*TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) SetStartId added in v1.3.1

SetStartId is StartId Setter 数据库id最小值

func (*TaobaowdkequipmentconveyorhardwarestatusloggetAPIRequest) SetWarehouseId added in v1.3.1

SetWarehouseId is WarehouseId Setter 仓库Id

type TaobaowdkequipmentconveyorhardwarestatusloggetAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorhardwarestatusloggetAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorhardwarestatusloggetAPIResponseModel
}

TaobaowdkequipmentconveyorhardwarestatusloggetAPIResponse 硬件状态变化日志查询 API返回值 taobao.wdk.equipment.conveyor.hardwarestatuslog.get

硬件状态变化日志查询

type TaobaowdkequipmentconveyorhardwarestatusloggetAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorhardwarestatusloggetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_hardwarestatuslog_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *TaobaowdkequipmentconveyorhardwarestatusloggetResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorhardwarestatusloggetAPIResponseModel is 硬件状态变化日志查询 成功返回结果

type TaobaowdkequipmentconveyorhardwarestatusloggetResult added in v1.3.1

type TaobaowdkequipmentconveyorhardwarestatusloggetResult struct {
	// 返回的数据
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 返回值与返回的信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

TaobaowdkequipmentconveyorhardwarestatusloggetResult 结构体

type TaobaowdkequipmentconveyorinfouploadAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorinfouploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorinfouploadAPIRequest 五道口仓库悬挂链信息上报 API请求 taobao.wdk.equipment.conveyor.info.upload

五道口仓库悬挂链信息上传

func NewTaobaowdkequipmentconveyorinfouploadRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorinfouploadRequest() *TaobaowdkequipmentconveyorinfouploadAPIRequest

NewTaobaowdkequipmentconveyorinfouploadRequest 初始化TaobaowdkequipmentconveyorinfouploadAPIRequest对象

func (TaobaowdkequipmentconveyorinfouploadAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorinfouploadAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorinfouploadAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (TaobaowdkequipmentconveyorinfouploadAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaowdkequipmentconveyorinfouploadAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 上传信息

type TaobaowdkequipmentconveyorinfouploadAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorinfouploadAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorinfouploadAPIResponseModel
}

TaobaowdkequipmentconveyorinfouploadAPIResponse 五道口仓库悬挂链信息上报 API返回值 taobao.wdk.equipment.conveyor.info.upload

五道口仓库悬挂链信息上传

type TaobaowdkequipmentconveyorinfouploadAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorinfouploadAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_info_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// errorCode
	ServiceErrorCode string `json:"service_error_code,omitempty" xml:"service_error_code,omitempty"`
	// errorMsg
	ServiceErrorMsg string `json:"service_error_msg,omitempty" xml:"service_error_msg,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

TaobaowdkequipmentconveyorinfouploadAPIResponseModel is 五道口仓库悬挂链信息上报 成功返回结果

type TaobaowdkequipmentconveyorstatusconfirmAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorstatusconfirmAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorstatusconfirmAPIRequest 悬挂链状态回传确认 API请求 taobao.wdk.equipment.conveyor.statusconfirm

悬挂链状态回传确认

func NewTaobaowdkequipmentconveyorstatusconfirmRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorstatusconfirmRequest() *TaobaowdkequipmentconveyorstatusconfirmAPIRequest

NewTaobaowdkequipmentconveyorstatusconfirmRequest 初始化TaobaowdkequipmentconveyorstatusconfirmAPIRequest对象

func (TaobaowdkequipmentconveyorstatusconfirmAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorstatusconfirmAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorstatusconfirmAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorstatusconfirmAPIRequest) GetUuid added in v1.3.1

GetUuid Uuid Getter

func (TaobaowdkequipmentconveyorstatusconfirmAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*TaobaowdkequipmentconveyorstatusconfirmAPIRequest) SetUuid added in v1.3.1

SetUuid is Uuid Setter uuid

func (*TaobaowdkequipmentconveyorstatusconfirmAPIRequest) SetWarehouseCode added in v1.3.1

func (r *TaobaowdkequipmentconveyorstatusconfirmAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter warehouse_code

type TaobaowdkequipmentconveyorstatusconfirmAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorstatusconfirmAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorstatusconfirmAPIResponseModel
}

TaobaowdkequipmentconveyorstatusconfirmAPIResponse 悬挂链状态回传确认 API返回值 taobao.wdk.equipment.conveyor.statusconfirm

悬挂链状态回传确认

type TaobaowdkequipmentconveyorstatusconfirmAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorstatusconfirmAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_statusconfirm_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TopWcsResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorstatusconfirmAPIResponseModel is 悬挂链状态回传确认 成功返回结果

type TaobaowdkequipmentconveyorsystemeventgetAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorsystemeventgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorsystemeventgetAPIRequest 获取悬挂链系统事件 API请求 taobao.wdk.equipment.conveyor.systemevent.get

五道口悬挂链系统事件查询

func NewTaobaowdkequipmentconveyorsystemeventgetRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorsystemeventgetRequest() *TaobaowdkequipmentconveyorsystemeventgetAPIRequest

NewTaobaowdkequipmentconveyorsystemeventgetRequest 初始化TaobaowdkequipmentconveyorsystemeventgetAPIRequest对象

func (TaobaowdkequipmentconveyorsystemeventgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorsystemeventgetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorsystemeventgetAPIRequest) GetConveyorId added in v1.3.1

GetConveyorId ConveyorId Getter

func (TaobaowdkequipmentconveyorsystemeventgetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorsystemeventgetAPIRequest) GetStartId added in v1.3.1

GetStartId StartId Getter

func (TaobaowdkequipmentconveyorsystemeventgetAPIRequest) GetWarehouseId added in v1.3.1

GetWarehouseId WarehouseId Getter

func (*TaobaowdkequipmentconveyorsystemeventgetAPIRequest) SetConveyorId added in v1.3.1

func (r *TaobaowdkequipmentconveyorsystemeventgetAPIRequest) SetConveyorId(_conveyorId int64) error

SetConveyorId is ConveyorId Setter 悬挂链Id,即wcsNum

func (*TaobaowdkequipmentconveyorsystemeventgetAPIRequest) SetStartId added in v1.3.1

SetStartId is StartId Setter 数据库id最小值

func (*TaobaowdkequipmentconveyorsystemeventgetAPIRequest) SetWarehouseId added in v1.3.1

func (r *TaobaowdkequipmentconveyorsystemeventgetAPIRequest) SetWarehouseId(_warehouseId int64) error

SetWarehouseId is WarehouseId Setter 仓库Id

type TaobaowdkequipmentconveyorsystemeventgetAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorsystemeventgetAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorsystemeventgetAPIResponseModel
}

TaobaowdkequipmentconveyorsystemeventgetAPIResponse 获取悬挂链系统事件 API返回值 taobao.wdk.equipment.conveyor.systemevent.get

五道口悬挂链系统事件查询

type TaobaowdkequipmentconveyorsystemeventgetAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorsystemeventgetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_systemevent_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *TaobaowdkequipmentconveyorsystemeventgetResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorsystemeventgetAPIResponseModel is 获取悬挂链系统事件 成功返回结果

type TaobaowdkequipmentconveyorsystemeventgetResult added in v1.3.1

type TaobaowdkequipmentconveyorsystemeventgetResult struct {
	// 返回的数据
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 返回值与返回的信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

TaobaowdkequipmentconveyorsystemeventgetResult 结构体

type TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest 容器被预分拣器分配到悬挂链 API请求 taobao.wdk.equipment.conveyor.wcsbtoc.containerassignedtoconveyor

容器被预分拣器分配到悬挂链

func NewTaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorRequest() *TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest

NewTaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorRequest 初始化TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest对象

func (TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest) GetWcsNum added in v1.3.1

GetWcsNum WcsNum Getter

func (*TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest) SetWarehouseCode added in v1.3.1

SetWarehouseCode is WarehouseCode Setter warehouse_code

func (*TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIRequest) SetWcsNum added in v1.3.1

SetWcsNum is WcsNum Setter wcs_num

type TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIResponseModel
}

TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIResponse 容器被预分拣器分配到悬挂链 API返回值 taobao.wdk.equipment.conveyor.wcsbtoc.containerassignedtoconveyor

容器被预分拣器分配到悬挂链

type TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_wcsbtoc_containerassignedtoconveyor_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TopWcsResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentconveyorwcsbtoccontainerassignedtoconveyorAPIResponseModel is 容器被预分拣器分配到悬挂链 成功返回结果

type TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest added in v1.3.1

type TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest 容器被悬挂链扫描 API请求 taobao.wdk.equipment.conveyor.wcsbtoc.containerscannedbyconveyor

容器被悬挂链扫描

func NewTaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorRequest added in v1.3.1

func NewTaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorRequest() *TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest

NewTaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorRequest 初始化TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest对象

func (TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest) GetWcsNum added in v1.3.1

GetWcsNum WcsNum Getter

func (*TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest) SetWarehouseCode added in v1.3.1

SetWarehouseCode is WarehouseCode Setter warehouse_code

func (*TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIRequest) SetWcsNum added in v1.3.1

SetWcsNum is WcsNum Setter wcs_num

type TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIResponse added in v1.3.1

type TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIResponseModel
}

TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIResponse 容器被悬挂链扫描 API返回值 taobao.wdk.equipment.conveyor.wcsbtoc.containerscannedbyconveyor

容器被悬挂链扫描

type TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIResponseModel added in v1.3.1

type TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_conveyor_wcsbtoc_containerscannedbyconveyor_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// list
	List []WcsContainerScannedByConveyorDto `json:"list,omitempty" xml:"list>wcs_container_scanned_by_conveyor_dto,omitempty"`
	// errorCode
	ServiceErrorCode string `json:"service_error_code,omitempty" xml:"service_error_code,omitempty"`
	// errorMsg
	ServiceErrorMsg string `json:"service_error_msg,omitempty" xml:"service_error_msg,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

TaobaowdkequipmentconveyorwcsbtoccontainerscannedbyconveyorAPIResponseModel is 容器被悬挂链扫描 成功返回结果

type TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest added in v1.3.1

type TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest 获取五道口设备管理信息 API请求 taobao.wdk.equipment.deviceadmin.deviceinfo.get

通过仓编码获取五道口设备管理信息

func NewTaobaowdkequipmentdeviceadmindeviceinfogetRequest added in v1.3.1

func NewTaobaowdkequipmentdeviceadmindeviceinfogetRequest() *TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest

NewTaobaowdkequipmentdeviceadmindeviceinfogetRequest 初始化TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest对象

func (TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) GetDeviceType added in v1.3.1

GetDeviceType DeviceType Getter

func (TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) SetDeviceType added in v1.3.1

SetDeviceType is DeviceType Setter 设备类型

func (*TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *TaobaowdkequipmentdeviceadmindeviceinfogetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓编码

type TaobaowdkequipmentdeviceadmindeviceinfogetAPIResponse added in v1.3.1

type TaobaowdkequipmentdeviceadmindeviceinfogetAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentdeviceadmindeviceinfogetAPIResponseModel
}

TaobaowdkequipmentdeviceadmindeviceinfogetAPIResponse 获取五道口设备管理信息 API返回值 taobao.wdk.equipment.deviceadmin.deviceinfo.get

通过仓编码获取五道口设备管理信息

type TaobaowdkequipmentdeviceadmindeviceinfogetAPIResponseModel added in v1.3.1

type TaobaowdkequipmentdeviceadmindeviceinfogetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_deviceadmin_deviceinfo_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *TaobaowdkequipmentdeviceadmindeviceinfogetHmResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkequipmentdeviceadmindeviceinfogetAPIResponseModel is 获取五道口设备管理信息 成功返回结果

type TaobaowdkequipmentdeviceadmindeviceinfogetHmResult added in v1.3.1

type TaobaowdkequipmentdeviceadmindeviceinfogetHmResult struct {
	// 设备列表
	Models []DeviceInfoDto `json:"models,omitempty" xml:"models>device_info_dto,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaowdkequipmentdeviceadmindeviceinfogetHmResult 结构体

type TaobaowdkequipmentwcswcsinfouploadAPIRequest added in v1.3.1

type TaobaowdkequipmentwcswcsinfouploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkequipmentwcswcsinfouploadAPIRequest 悬挂链业务信息上传 API请求 taobao.wdk.equipment.wcs.wcsinfo.upload

五道口仓库悬挂链信息上传

func NewTaobaowdkequipmentwcswcsinfouploadRequest added in v1.3.1

func NewTaobaowdkequipmentwcswcsinfouploadRequest() *TaobaowdkequipmentwcswcsinfouploadAPIRequest

NewTaobaowdkequipmentwcswcsinfouploadRequest 初始化TaobaowdkequipmentwcswcsinfouploadAPIRequest对象

func (TaobaowdkequipmentwcswcsinfouploadAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkequipmentwcswcsinfouploadAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkequipmentwcswcsinfouploadAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (TaobaowdkequipmentwcswcsinfouploadAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaowdkequipmentwcswcsinfouploadAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 上传信息

type TaobaowdkequipmentwcswcsinfouploadAPIResponse added in v1.3.1

type TaobaowdkequipmentwcswcsinfouploadAPIResponse struct {
	model.CommonResponse
	TaobaowdkequipmentwcswcsinfouploadAPIResponseModel
}

TaobaowdkequipmentwcswcsinfouploadAPIResponse 悬挂链业务信息上传 API返回值 taobao.wdk.equipment.wcs.wcsinfo.upload

五道口仓库悬挂链信息上传

type TaobaowdkequipmentwcswcsinfouploadAPIResponseModel added in v1.3.1

type TaobaowdkequipmentwcswcsinfouploadAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_equipment_wcs_wcsinfo_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// errorCode
	ServiceErrorCode string `json:"service_error_code,omitempty" xml:"service_error_code,omitempty"`
	// errorMsg
	ServiceErrorMsg string `json:"service_error_msg,omitempty" xml:"service_error_msg,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

TaobaowdkequipmentwcswcsinfouploadAPIResponseModel is 悬挂链业务信息上传 成功返回结果

type TaobaowdkiotconveyorconveyorconfiggetAPIRequest added in v1.3.1

type TaobaowdkiotconveyorconveyorconfiggetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkiotconveyorconveyorconfiggetAPIRequest 获取悬挂链基本配置信息 API请求 taobao.wdk.iot.conveyor.conveyorconfig.get

用于从云端WCS获取悬挂链基本配置信息

func NewTaobaowdkiotconveyorconveyorconfiggetRequest added in v1.3.1

func NewTaobaowdkiotconveyorconveyorconfiggetRequest() *TaobaowdkiotconveyorconveyorconfiggetAPIRequest

NewTaobaowdkiotconveyorconveyorconfiggetRequest 初始化TaobaowdkiotconveyorconveyorconfiggetAPIRequest对象

func (TaobaowdkiotconveyorconveyorconfiggetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkiotconveyorconveyorconfiggetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkiotconveyorconveyorconfiggetAPIRequest) GetConveyorId added in v1.3.1

GetConveyorId ConveyorId Getter

func (TaobaowdkiotconveyorconveyorconfiggetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaowdkiotconveyorconveyorconfiggetAPIRequest) GetWarehouseCode added in v1.3.1

GetWarehouseCode WarehouseCode Getter

func (*TaobaowdkiotconveyorconveyorconfiggetAPIRequest) SetConveyorId added in v1.3.1

func (r *TaobaowdkiotconveyorconveyorconfiggetAPIRequest) SetConveyorId(_conveyorId int64) error

SetConveyorId is ConveyorId Setter 悬挂链id,默认为1

func (*TaobaowdkiotconveyorconveyorconfiggetAPIRequest) SetWarehouseCode added in v1.3.1

func (r *TaobaowdkiotconveyorconveyorconfiggetAPIRequest) SetWarehouseCode(_warehouseCode string) error

SetWarehouseCode is WarehouseCode Setter 仓编码

type TaobaowdkiotconveyorconveyorconfiggetAPIResponse added in v1.3.1

type TaobaowdkiotconveyorconveyorconfiggetAPIResponse struct {
	model.CommonResponse
	TaobaowdkiotconveyorconveyorconfiggetAPIResponseModel
}

TaobaowdkiotconveyorconveyorconfiggetAPIResponse 获取悬挂链基本配置信息 API返回值 taobao.wdk.iot.conveyor.conveyorconfig.get

用于从云端WCS获取悬挂链基本配置信息

type TaobaowdkiotconveyorconveyorconfiggetAPIResponseModel added in v1.3.1

type TaobaowdkiotconveyorconveyorconfiggetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_iot_conveyor_conveyorconfig_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *TaobaowdkiotconveyorconveyorconfiggetHmresult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkiotconveyorconveyorconfiggetAPIResponseModel is 获取悬挂链基本配置信息 成功返回结果

type TaobaowdkiotconveyorconveyorconfiggetHmresult added in v1.3.1

type TaobaowdkiotconveyorconveyorconfiggetHmresult struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 配置信息列表
	Model *ConveyorBasicConfigDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaowdkiotconveyorconveyorconfiggetHmresult 结构体

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest added in v1.3.1

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest 获取mqtt设备信息 API请求 taobao.wdk.iot.deviceadmin.mqtt.device.getwithtoken

智能硬件设备动态注册和获取mqtt设备信息

func NewTaobaowdkiotdeviceadminmqttdevicegetwithtokenRequest added in v1.3.1

func NewTaobaowdkiotdeviceadminmqttdevicegetwithtokenRequest() *TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest

NewTaobaowdkiotdeviceadminmqttdevicegetwithtokenRequest 初始化TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest对象

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetApplyAccessToken added in v1.3.1

GetApplyAccessToken ApplyAccessToken Getter

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetBusinessCode added in v1.3.1

GetBusinessCode BusinessCode Getter

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetDeviceId added in v1.3.1

GetDeviceId DeviceId Getter

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetDeviceType added in v1.3.1

GetDeviceType DeviceType Getter

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetEnviroCode added in v1.3.1

GetEnviroCode EnviroCode Getter

func (TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) SetApplyAccessToken added in v1.3.1

func (r *TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) SetApplyAccessToken(_applyAccessToken string) error

SetApplyAccessToken is ApplyAccessToken Setter 访问令牌

func (*TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) SetBusinessCode added in v1.3.1

func (r *TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) SetBusinessCode(_businessCode int64) error

SetBusinessCode is BusinessCode Setter 业务编码,具体编码请联系杜尘

func (*TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) SetDeviceId added in v1.3.1

SetDeviceId is DeviceId Setter 设备的唯一标识码,比如网卡的MAC地址

func (*TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) SetDeviceType added in v1.3.1

SetDeviceType is DeviceType Setter 设备类型编码,具体编码请联系杜尘

func (*TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIRequest) SetEnviroCode added in v1.3.1

SetEnviroCode is EnviroCode Setter 环境编码,0日常,1预发,2线上

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIResponse added in v1.3.1

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIResponse struct {
	model.CommonResponse
	TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIResponseModel
}

TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIResponse 获取mqtt设备信息 API返回值 taobao.wdk.iot.deviceadmin.mqtt.device.getwithtoken

智能硬件设备动态注册和获取mqtt设备信息

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIResponseModel added in v1.3.1

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_iot_deviceadmin_mqtt_device_getwithtoken_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TaobaowdkiotdeviceadminmqttdevicegetwithtokenHmResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkiotdeviceadminmqttdevicegetwithtokenAPIResponseModel is 获取mqtt设备信息 成功返回结果

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenHmResult added in v1.3.1

type TaobaowdkiotdeviceadminmqttdevicegetwithtokenHmResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *MqttDeviceInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaowdkiotdeviceadminmqttdevicegetwithtokenHmResult 结构体

type TaobaowdkiotdeviceadminmqtttokengetAPIRequest added in v1.3.1

type TaobaowdkiotdeviceadminmqtttokengetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaowdkiotdeviceadminmqtttokengetAPIRequest 获取MQTT访问令牌 API请求 taobao.wdk.iot.deviceadmin.mqtt.token.get

智能硬件设备动态注册和获取mqtt设备信息

func NewTaobaowdkiotdeviceadminmqtttokengetRequest added in v1.3.1

func NewTaobaowdkiotdeviceadminmqtttokengetRequest() *TaobaowdkiotdeviceadminmqtttokengetAPIRequest

NewTaobaowdkiotdeviceadminmqtttokengetRequest 初始化TaobaowdkiotdeviceadminmqtttokengetAPIRequest对象

func (TaobaowdkiotdeviceadminmqtttokengetAPIRequest) GetAccessKey added in v1.3.1

GetAccessKey AccessKey Getter

func (TaobaowdkiotdeviceadminmqtttokengetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaowdkiotdeviceadminmqtttokengetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaowdkiotdeviceadminmqtttokengetAPIRequest) GetApplyTimestamp added in v1.3.1

GetApplyTimestamp ApplyTimestamp Getter

func (TaobaowdkiotdeviceadminmqtttokengetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaowdkiotdeviceadminmqtttokengetAPIRequest) SetAccessKey added in v1.3.1

func (r *TaobaowdkiotdeviceadminmqtttokengetAPIRequest) SetAccessKey(_accessKey string) error

SetAccessKey is AccessKey Setter accessKey

func (*TaobaowdkiotdeviceadminmqtttokengetAPIRequest) SetApplyTimestamp added in v1.3.1

func (r *TaobaowdkiotdeviceadminmqtttokengetAPIRequest) SetApplyTimestamp(_applyTimestamp int64) error

SetApplyTimestamp is ApplyTimestamp Setter 申请令牌的客户端时间戳

type TaobaowdkiotdeviceadminmqtttokengetAPIResponse added in v1.3.1

type TaobaowdkiotdeviceadminmqtttokengetAPIResponse struct {
	model.CommonResponse
	TaobaowdkiotdeviceadminmqtttokengetAPIResponseModel
}

TaobaowdkiotdeviceadminmqtttokengetAPIResponse 获取MQTT访问令牌 API返回值 taobao.wdk.iot.deviceadmin.mqtt.token.get

智能硬件设备动态注册和获取mqtt设备信息

type TaobaowdkiotdeviceadminmqtttokengetAPIResponseModel added in v1.3.1

type TaobaowdkiotdeviceadminmqtttokengetAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_iot_deviceadmin_mqtt_token_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TaobaowdkiotdeviceadminmqtttokengetHmResult `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaowdkiotdeviceadminmqtttokengetAPIResponseModel is 获取MQTT访问令牌 成功返回结果

type TaobaowdkiotdeviceadminmqtttokengetHmResult added in v1.3.1

type TaobaowdkiotdeviceadminmqtttokengetHmResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *MqttDeviceInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaowdkiotdeviceadminmqtttokengetHmResult 结构体

type TaskStatus

type TaskStatus struct {
	// 容器编号列表
	ContainerInfoList []string `json:"container_info_list,omitempty" xml:"container_info_list>string,omitempty"`
	// 履约单列表
	FulfillOrderList []FulfillOrder `json:"fulfill_order_list,omitempty" xml:"fulfill_order_list>fulfill_order,omitempty"`
	// 作业节点类型: WAREHOUSE:仓  DELIVERY_DOCK:配送站 SHOP:经营店
	NodeType string `json:"node_type,omitempty" xml:"node_type,omitempty"`
	// warehouseCode, 出库仓,由基础店仓维护,盒马全域统一
	NodeCode string `json:"node_code,omitempty" xml:"node_code,omitempty"`
	// 批次号
	BatchId string `json:"batch_id,omitempty" xml:"batch_id,omitempty"`
	// 作业状态变更类型: START_PICK(“开始拣货”), PICK_FINISH(“拣货完成”), START_PACKAGE(“开始打包”), PACKAGE _FINISH(“打包完成”);
	StatusChangeType string `json:"status_change_type,omitempty" xml:"status_change_type,omitempty"`
	// 作业状态变更时间
	StatusChangeTime string `json:"status_change_time,omitempty" xml:"status_change_time,omitempty"`
	// 操作员
	OperatorCode string `json:"operator_code,omitempty" xml:"operator_code,omitempty"`
	// 异形件数量
	AbnormalPackCount string `json:"abnormal_pack_count,omitempty" xml:"abnormal_pack_count,omitempty"`
	// 扩展属性
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 容器数量
	ContainerCount int64 `json:"container_count,omitempty" xml:"container_count,omitempty"`
	// 是否最终状态(打包完成\整批次所有sku全部缺货:true,其他:false)
	IsFinalStatus bool `json:"is_final_status,omitempty" xml:"is_final_status,omitempty"`
}

TaskStatus 结构体

type TimeSliceGetRequest added in v1.2.8

type TimeSliceGetRequest struct {
	// 购买商品列表
	SkuList []PromiseSkuInfo `json:"sku_list,omitempty" xml:"sku_list>promise_sku_info,omitempty"`
	// 渠道店ID
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 配送地址经纬度
	Geo string `json:"geo,omitempty" xml:"geo,omitempty"`
}

TimeSliceGetRequest 结构体

type TimeSliceGetResponse added in v1.2.8

type TimeSliceGetResponse struct {
	// 时间片列表
	TimeSliceList []PromiseTimeSlice `json:"time_slice_list,omitempty" xml:"time_slice_list>promise_time_slice,omitempty"`
	// 商品信息
	ProductList []FulfillProduct `json:"product_list,omitempty" xml:"product_list>fulfill_product,omitempty"`
}

TimeSliceGetResponse 结构体

type TimeSliceList added in v1.2.5

type TimeSliceList struct {
	// 时间片
	TimeSlot string `json:"time_slot,omitempty" xml:"time_slot,omitempty"`
}

TimeSliceList 结构体

type TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest added in v1.3.1

type TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest 同城零售履约异常中心异常单处理结果回调接口 API请求 tmall.cityretail.fulfill.abnormal.center.abnormal.status.change

同城零售履约异常中心异常单处理结果回调接口

func NewTmallcityretailfulfillabnormalcenterabnormalstatuschangeRequest added in v1.3.1

func NewTmallcityretailfulfillabnormalcenterabnormalstatuschangeRequest() *TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest

NewTmallcityretailfulfillabnormalcenterabnormalstatuschangeRequest 初始化TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest对象

func (TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest) GetAbnormalStatusChangeDto added in v1.3.1

GetAbnormalStatusChangeDto AbnormalStatusChangeDto Getter

func (TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest) SetAbnormalStatusChangeDto added in v1.3.1

func (r *TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIRequest) SetAbnormalStatusChangeDto(_abnormalStatusChangeDto []AbnormalStatusChangeDto) error

SetAbnormalStatusChangeDto is AbnormalStatusChangeDto Setter 入参

type TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIResponse added in v1.3.1

type TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIResponse struct {
	model.CommonResponse
	TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIResponseModel
}

TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIResponse 同城零售履约异常中心异常单处理结果回调接口 API返回值 tmall.cityretail.fulfill.abnormal.center.abnormal.status.change

同城零售履约异常中心异常单处理结果回调接口

type TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIResponseModel added in v1.3.1

type TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_cityretail_fulfill_abnormal_center_abnormal_status_change_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 响应参数
	FulfillSingleResult *FulfillSingleResult `json:"fulfill_single_result,omitempty" xml:"fulfill_single_result,omitempty"`
}

TmallcityretailfulfillabnormalcenterabnormalstatuschangeAPIResponseModel is 同城零售履约异常中心异常单处理结果回调接口 成功返回结果

type TmallcityretailtxdfulfillorderunbindnumAPIRequest added in v1.3.1

type TmallcityretailtxdfulfillorderunbindnumAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallcityretailtxdfulfillorderunbindnumAPIRequest 淘鲜达虚拟号服务解绑接口 API请求 tmall.cityretail.txd.fulfill.order.unbindnum

淘鲜达虚拟号解绑服务接口,通过订阅关系id进行解绑。

func NewTmallcityretailtxdfulfillorderunbindnumRequest added in v1.3.1

func NewTmallcityretailtxdfulfillorderunbindnumRequest() *TmallcityretailtxdfulfillorderunbindnumAPIRequest

NewTmallcityretailtxdfulfillorderunbindnumRequest 初始化TmallcityretailtxdfulfillorderunbindnumAPIRequest对象

func (TmallcityretailtxdfulfillorderunbindnumAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallcityretailtxdfulfillorderunbindnumAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TmallcityretailtxdfulfillorderunbindnumAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TmallcityretailtxdfulfillorderunbindnumAPIRequest) GetSourceOrderId added in v1.3.1

GetSourceOrderId SourceOrderId Getter

func (TmallcityretailtxdfulfillorderunbindnumAPIRequest) GetSubId added in v1.3.1

GetSubId SubId Getter

func (*TmallcityretailtxdfulfillorderunbindnumAPIRequest) SetSourceOrderId added in v1.3.1

func (r *TmallcityretailtxdfulfillorderunbindnumAPIRequest) SetSourceOrderId(_sourceOrderId string) error

SetSourceOrderId is SourceOrderId Setter 淘鲜达交易单号

func (*TmallcityretailtxdfulfillorderunbindnumAPIRequest) SetSubId added in v1.3.1

SetSubId is SubId Setter 订阅关系id

type TmallcityretailtxdfulfillorderunbindnumAPIResponse added in v1.3.1

type TmallcityretailtxdfulfillorderunbindnumAPIResponse struct {
	model.CommonResponse
	TmallcityretailtxdfulfillorderunbindnumAPIResponseModel
}

TmallcityretailtxdfulfillorderunbindnumAPIResponse 淘鲜达虚拟号服务解绑接口 API返回值 tmall.cityretail.txd.fulfill.order.unbindnum

淘鲜达虚拟号解绑服务接口,通过订阅关系id进行解绑。

type TmallcityretailtxdfulfillorderunbindnumAPIResponseModel added in v1.3.1

type TmallcityretailtxdfulfillorderunbindnumAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_cityretail_txd_fulfill_order_unbindnum_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *WorkResult `json:"result,omitempty" xml:"result,omitempty"`
}

TmallcityretailtxdfulfillorderunbindnumAPIResponseModel is 淘鲜达虚拟号服务解绑接口 成功返回结果

type TmallcityretailtxdfulfillordervirtualnumberAPIRequest added in v1.3.1

type TmallcityretailtxdfulfillordervirtualnumberAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallcityretailtxdfulfillordervirtualnumberAPIRequest 淘鲜达虚拟号服务接口 API请求 tmall.cityretail.txd.fulfill.order.virtualnumber

虚拟小号绑定接口,只有开通了虚拟号服务的淘鲜达商家能绑定。

func NewTmallcityretailtxdfulfillordervirtualnumberRequest added in v1.3.1

func NewTmallcityretailtxdfulfillordervirtualnumberRequest() *TmallcityretailtxdfulfillordervirtualnumberAPIRequest

NewTmallcityretailtxdfulfillordervirtualnumberRequest 初始化TmallcityretailtxdfulfillordervirtualnumberAPIRequest对象

func (TmallcityretailtxdfulfillordervirtualnumberAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallcityretailtxdfulfillordervirtualnumberAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (TmallcityretailtxdfulfillordervirtualnumberAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (TmallcityretailtxdfulfillordervirtualnumberAPIRequest) GetSourceOrderId added in v1.3.1

GetSourceOrderId SourceOrderId Getter

func (TmallcityretailtxdfulfillordervirtualnumberAPIRequest) GetType added in v1.3.1

GetType Type Getter

func (*TmallcityretailtxdfulfillordervirtualnumberAPIRequest) SetSourceOrderId added in v1.3.1

func (r *TmallcityretailtxdfulfillordervirtualnumberAPIRequest) SetSourceOrderId(_sourceOrderId string) error

SetSourceOrderId is SourceOrderId Setter 淘鲜达交易单号

func (*TmallcityretailtxdfulfillordervirtualnumberAPIRequest) SetType added in v1.3.1

SetType is Type Setter 查询类型

type TmallcityretailtxdfulfillordervirtualnumberAPIResponse added in v1.3.1

type TmallcityretailtxdfulfillordervirtualnumberAPIResponse struct {
	model.CommonResponse
	TmallcityretailtxdfulfillordervirtualnumberAPIResponseModel
}

TmallcityretailtxdfulfillordervirtualnumberAPIResponse 淘鲜达虚拟号服务接口 API返回值 tmall.cityretail.txd.fulfill.order.virtualnumber

虚拟小号绑定接口,只有开通了虚拟号服务的淘鲜达商家能绑定。

type TmallcityretailtxdfulfillordervirtualnumberAPIResponseModel added in v1.3.1

type TmallcityretailtxdfulfillordervirtualnumberAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_cityretail_txd_fulfill_order_virtualnumber_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *WorkResult `json:"result,omitempty" xml:"result,omitempty"`
}

TmallcityretailtxdfulfillordervirtualnumberAPIResponseModel is 淘鲜达虚拟号服务接口 成功返回结果

type TopApiResult added in v1.2.9

type TopApiResult struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误详情
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 数据
	Data *WarehouseNetworkResultDto `json:"data,omitempty" xml:"data,omitempty"`
	// 请求成功或失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TopApiResult 结构体

type TopBaseResult

type TopBaseResult struct {
	// 错误码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 错误码备注说明
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 返回码说明
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 返回码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 订单对象
	Model *OrderResponse `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TopBaseResult 结构体

type TopReverseInBoundCallBackRequest added in v1.2.9

type TopReverseInBoundCallBackRequest struct {
	// 消息体
	Details []ReverseInBoundDetailCallBackRequest `json:"details,omitempty" xml:"details>reverse_in_bound_detail_call_back_request,omitempty"`
	// 扩展字段
	Extension string `json:"extension,omitempty" xml:"extension,omitempty"`
	// 退仓来源单号/退款单号
	ReverseSourceOrderNo string `json:"reverse_source_order_no,omitempty" xml:"reverse_source_order_no,omitempty"`
	// 仓编码
	StoreCode string `json:"store_code,omitempty" xml:"store_code,omitempty"`
	// 测试标记
	Test bool `json:"test,omitempty" xml:"test,omitempty"`
}

TopReverseInBoundCallBackRequest 结构体

type TopTradeOutBoundCallBackRequest added in v1.2.9

type TopTradeOutBoundCallBackRequest struct {
	// 子单明细列表
	DemandDetailCallBackRequests []TradeOutBoundDetailCallBackRequest `` /* 139-byte string literal not displayed */
	// 扩展字段
	Extension string `json:"extension,omitempty" xml:"extension,omitempty"`
	// oms主单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 出库状态
	OutBoundStatus string `json:"out_bound_status,omitempty" xml:"out_bound_status,omitempty"`
	// 渠道单号
	ChannelOrderNo string `json:"channel_order_no,omitempty" xml:"channel_order_no,omitempty"`
	// 出库状态发生时间
	DemandStatusTime string `json:"demand_status_time,omitempty" xml:"demand_status_time,omitempty"`
	// 仓编码
	StoreCode string `json:"store_code,omitempty" xml:"store_code,omitempty"`
	// 渠道类型
	ChannelSource string `json:"channel_source,omitempty" xml:"channel_source,omitempty"`
}

TopTradeOutBoundCallBackRequest 结构体

type TopWcsResult

type TopWcsResult struct {
	// list
	List []WcsContainerAssignedToConveyorDto `json:"list,omitempty" xml:"list>wcs_container_assigned_to_conveyor_dto,omitempty"`
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// errorMsg
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// errorCode
	ServiceErrorCode string `json:"service_error_code,omitempty" xml:"service_error_code,omitempty"`
	// errorMsg
	ServiceErrorMsg string `json:"service_error_msg,omitempty" xml:"service_error_msg,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

TopWcsResult 结构体

type TradeOutBoundDetailCallBackRequest added in v1.2.9

type TradeOutBoundDetailCallBackRequest struct {
	// 称重品商品实称重量/g
	SkuWeights []float64 `json:"sku_weights,omitempty" xml:"sku_weights>float64,omitempty"`
	// 缺货出销售数量
	OutOfStockSaleQuantity string `json:"out_of_stock_sale_quantity,omitempty" xml:"out_of_stock_sale_quantity,omitempty"`
	// 渠道子单号
	ChannelSubOrderNo string `json:"channel_sub_order_no,omitempty" xml:"channel_sub_order_no,omitempty"`
	// 扩展字段
	Extension string `json:"extension,omitempty" xml:"extension,omitempty"`
	// 实际出库销售数量
	ActualSaleQuantity string `json:"actual_sale_quantity,omitempty" xml:"actual_sale_quantity,omitempty"`
	// 实际出库库存数量
	ActualStockQuantity string `json:"actual_stock_quantity,omitempty" xml:"actual_stock_quantity,omitempty"`
	// 缺货出库存数量
	OutOfStockStockQuantity string `json:"out_of_stock_stock_quantity,omitempty" xml:"out_of_stock_stock_quantity,omitempty"`
	// oms子单号
	BizSubOrderId string `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 商品sku编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 是否缺货出
	IsOutStock bool `json:"is_out_stock,omitempty" xml:"is_out_stock,omitempty"`
}

TradeOutBoundDetailCallBackRequest 结构体

type TxdBillDetailBo added in v1.2.5

type TxdBillDetailBo struct {
	// 平台补贴
	PlatformSubsidyFee string `json:"platform_subsidy_fee,omitempty" xml:"platform_subsidy_fee,omitempty"`
	// 配送费
	DistributionFee string `json:"distribution_fee,omitempty" xml:"distribution_fee,omitempty"`
	// 手续费
	HandleFee string `json:"handle_fee,omitempty" xml:"handle_fee,omitempty"`
	// 技术服务费
	TechnicalServiceFee string `json:"technical_service_fee,omitempty" xml:"technical_service_fee,omitempty"`
	// 运费
	TransportFee string `json:"transport_fee,omitempty" xml:"transport_fee,omitempty"`
	// 计费基数(不含运费),实付金额-运费
	ChargeBase string `json:"charge_base,omitempty" xml:"charge_base,omitempty"`
	// 实付金额(支付宝收款金额,即货款)
	PayAmount string `json:"pay_amount,omitempty" xml:"pay_amount,omitempty"`
	// 交易渠道(APP/POS)
	TradeChannel string `json:"trade_channel,omitempty" xml:"trade_channel,omitempty"`
	// 订单号,正向展示主单号,逆向展示退款单号
	BizOrderId string `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 单据类型(正/逆向)
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 经营店名称
	ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"`
	// 经营店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 财务组织名称
	SettleCompanyName string `json:"settle_company_name,omitempty" xml:"settle_company_name,omitempty"`
	// 财务组织编码
	SettleCompanyCode string `json:"settle_company_code,omitempty" xml:"settle_company_code,omitempty"`
	// 商家名称
	MerchantName string `json:"merchant_name,omitempty" xml:"merchant_name,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 业务日期,记录实际业务发生时间
	BizDate string `json:"biz_date,omitempty" xml:"biz_date,omitempty"`
	// 账单日期, 账单出具日,按自然日
	BillDate string `json:"bill_date,omitempty" xml:"bill_date,omitempty"`
	// 账单编号
	BillNo string `json:"bill_no,omitempty" xml:"bill_no,omitempty"`
	// 商家补贴
	MerchantSubsidyFee string `json:"merchant_subsidy_fee,omitempty" xml:"merchant_subsidy_fee,omitempty"`
	// 品牌商补贴
	BrandSubsidyFee string `json:"brand_subsidy_fee,omitempty" xml:"brand_subsidy_fee,omitempty"`
	// 商家应收金额
	ReceivableAmount string `json:"receivable_amount,omitempty" xml:"receivable_amount,omitempty"`
	// 原正向单号
	PTradeId string `json:"p_trade_id,omitempty" xml:"p_trade_id,omitempty"`
	// 结算公司名称
	SrcSettleCompanyName string `json:"src_settle_company_name,omitempty" xml:"src_settle_company_name,omitempty"`
	// 平台红包补贴
	PlatformVoucherSubsidyFee float64 `json:"platform_voucher_subsidy_fee,omitempty" xml:"platform_voucher_subsidy_fee,omitempty"`
	// 商家承担红包补贴费用
	MerchantVoucherSubsidyFee float64 `json:"merchant_voucher_subsidy_fee,omitempty" xml:"merchant_voucher_subsidy_fee,omitempty"`
	// 商家配送费补贴
	MerchantSendSubsidyFee float64 `json:"merchant_send_subsidy_fee,omitempty" xml:"merchant_send_subsidy_fee,omitempty"`
	// 渠道配送费补贴
	PlatSendSubsidyFee float64 `json:"plat_send_subsidy_fee,omitempty" xml:"plat_send_subsidy_fee,omitempty"`
	// 申诉赔付金
	DisputeFee float64 `json:"dispute_fee,omitempty" xml:"dispute_fee,omitempty"`
}

TxdBillDetailBo 结构体

type TxdBillListGetRequest added in v1.2.5

type TxdBillListGetRequest struct {
	// 结束账单日
	EndBillDate string `json:"end_bill_date,omitempty" xml:"end_bill_date,omitempty"`
	// 开始账单日
	StartBillDate string `json:"start_bill_date,omitempty" xml:"start_bill_date,omitempty"`
	// 门店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 页面大小,默认20,最大不得超过200
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 当前页码,默认1
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
}

TxdBillListGetRequest 结构体

type TxdBillListGetResult added in v1.2.5

type TxdBillListGetResult struct {
	// 返回值对象列表
	TxdBillDetailBOS []TxdBillDetailBo `json:"txd_bill_detail_b_o_s,omitempty" xml:"txd_bill_detail_b_o_s>txd_bill_detail_bo,omitempty"`
	// 结果总调条数
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
}

TxdBillListGetResult 结构体

type UmsResult added in v1.2.5

type UmsResult struct {
	// 状态码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 描述消息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 返回数据
	Data bool `json:"data,omitempty" xml:"data,omitempty"`
}

UmsResult 结构体

type UniqueDiscountCodeBo added in v1.3.1

type UniqueDiscountCodeBo struct {
	// 唯一码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 过期时间
	ExpireTime string `json:"expire_time,omitempty" xml:"expire_time,omitempty"`
}

UniqueDiscountCodeBo 结构体

type UniqueDiscountCodeRequest added in v1.2.8

type UniqueDiscountCodeRequest struct {
	// 过期时间。不传默认为当前时间+90天。最大支持有效期为90天后。
	ExpireTime string `json:"expire_time,omitempty" xml:"expire_time,omitempty"`
	// 门店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 折扣率 范围(0,100) 比如78折传78,8折传80。对应 discountType=7时必传
	DiscountRate int64 `json:"discount_rate,omitempty" xml:"discount_rate,omitempty"`
	// 一口价。单位分。对应 discountType=8 时必传
	DiscountPrice int64 `json:"discount_price,omitempty" xml:"discount_price,omitempty"`
	// 折扣码类型, 7为折扣率码,8为一口价码
	DiscountType int64 `json:"discount_type,omitempty" xml:"discount_type,omitempty"`
}

UniqueDiscountCodeRequest 结构体

type UpdateCategoryRequestBean

type UpdateCategoryRequestBean struct {
	// 机构编码
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// forest类目ID
	ForestId string `json:"forest_id,omitempty" xml:"forest_id,omitempty"`
	// 盒马 后台类目
	BackCatCode string `json:"back_cat_code,omitempty" xml:"back_cat_code,omitempty"`
}

UpdateCategoryRequestBean 结构体

type UploadBatchInfo

type UploadBatchInfo struct {
	// 批次号
	BatchNo string `json:"batch_no,omitempty" xml:"batch_no,omitempty"`
	// 该批次数据的时间范围-起始时间
	BeginTime string `json:"begin_time,omitempty" xml:"begin_time,omitempty"`
	// 该批次数据的时间范围-结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 批次总量
	BatchCount int64 `json:"batch_count,omitempty" xml:"batch_count,omitempty"`
}

UploadBatchInfo 结构体

type UserInfoTopDto added in v1.2.5

type UserInfoTopDto struct {
	// 人员account
	UserAccount string `json:"user_account,omitempty" xml:"user_account,omitempty"`
	// 人员名字
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
}

UserInfoTopDto 结构体

type UserQueryByIdTopRequest added in v1.2.5

type UserQueryByIdTopRequest struct {
	// 仓库code
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 人员id
	UserId int64 `json:"user_id,omitempty" xml:"user_id,omitempty"`
}

UserQueryByIdTopRequest 结构体

type UserSyncInfo

type UserSyncInfo struct {
	// 手机号
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 会员名
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
	// 用户昵称
	UserNick string `json:"user_nick,omitempty" xml:"user_nick,omitempty"`
	// 真实姓名
	RealName string `json:"real_name,omitempty" xml:"real_name,omitempty"`
	// 性别
	Gender string `json:"gender,omitempty" xml:"gender,omitempty"`
	// 操作类型 (create/update/delete)
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 用户Id
	UserId int64 `json:"user_id,omitempty" xml:"user_id,omitempty"`
}

UserSyncInfo 结构体

type UtmsPageResult

type UtmsPageResult struct {
	// list
	List []ErpBillDto `json:"list,omitempty" xml:"list>erp_bill_dto,omitempty"`
	// code
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// msg
	Msg string `json:"msg,omitempty" xml:"msg,omitempty"`
	// totalCount
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

UtmsPageResult 结构体

type UtmsResult

type UtmsResult struct {
	// list
	List []BomProcessDto `json:"list,omitempty" xml:"list>bom_process_dto,omitempty"`
	// code
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// msg
	Msg string `json:"msg,omitempty" xml:"msg,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

UtmsResult 结构体

type VerificateCallbackDto

type VerificateCallbackDto struct {
	// 核销说明, 核销失败则填写核销失败原因
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 核销时间 YYYY-MM-DD HH:MI:SS
	VerificateTime string `json:"verificate_time,omitempty" xml:"verificate_time,omitempty"`
	// 核销账单ID
	BillOrderId string `json:"bill_order_id,omitempty" xml:"bill_order_id,omitempty"`
	// 业务经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 核销状态 1=核销完成 2=核销失败
	VerificateStatus int64 `json:"verificate_status,omitempty" xml:"verificate_status,omitempty"`
	// 核销账单类型  1=正向 / 2=逆向
	BillType int64 `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
}

VerificateCallbackDto 结构体

type VirtualNumWorkResult added in v1.2.5

type VirtualNumWorkResult struct {
	// 淘鲜达交易单号
	SourceOrderId string `json:"source_order_id,omitempty" xml:"source_order_id,omitempty"`
	// 查询类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 返回虚拟号
	VirtualNumber string `json:"virtual_number,omitempty" xml:"virtual_number,omitempty"`
	// 订阅id
	SubId string `json:"sub_id,omitempty" xml:"sub_id,omitempty"`
}

VirtualNumWorkResult 结构体

type WarehouseLossReason

type WarehouseLossReason struct {
	// 报损原因描述
	WarehouseLossReason string `json:"warehouse_loss_reason,omitempty" xml:"warehouse_loss_reason,omitempty"`
	// 报损原因编码
	WarehouseLossReasonCode string `json:"warehouse_loss_reason_code,omitempty" xml:"warehouse_loss_reason_code,omitempty"`
	// 仓内报损数量
	WarehouseLossStockQuantity string `json:"warehouse_loss_stock_quantity,omitempty" xml:"warehouse_loss_stock_quantity,omitempty"`
}

WarehouseLossReason 结构体

type WarehouseNetworkResultDto added in v1.2.9

type WarehouseNetworkResultDto struct {
	// 线路信息
	NetworkRouteDtoList []NetworkRouteDto `json:"network_route_dto_list,omitempty" xml:"network_route_dto_list>network_route_dto,omitempty"`
	// 网络类型 WAVE_ARRIVE-波次达。ONE_HOUR-小时达
	ServiceType string `json:"service_type,omitempty" xml:"service_type,omitempty"`
	// 仓商家
	WarehouseMerchantCode string `json:"warehouse_merchant_code,omitempty" xml:"warehouse_merchant_code,omitempty"`
	// 仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
}

WarehouseNetworkResultDto 结构体

type WarehouseOrderGetRequest added in v1.2.9

type WarehouseOrderGetRequest struct {
	// 门店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 订单ID
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
}

WarehouseOrderGetRequest 结构体

type WarehouseOrderResponse added in v1.2.9

type WarehouseOrderResponse struct {
	// 子单列表
	SubOrders []WarehouseSubOrderResponse `json:"sub_orders,omitempty" xml:"sub_orders>warehouse_sub_order_response,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 门店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道订单ID
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 仓作业单状态描述
	WarehouseStatusDesc string `json:"warehouse_status_desc,omitempty" xml:"warehouse_status_desc,omitempty"`
	// 仓单异常状态 (正常/缺货出/任务取消)
	ExcStatusDesc string `json:"exc_status_desc,omitempty" xml:"exc_status_desc,omitempty"`
	// 仓作业任务下发时间(仓接单)
	TaskDispatchedTime string `json:"task_dispatched_time,omitempty" xml:"task_dispatched_time,omitempty"`
	// 仓作业任务生成时间(准备开始作业)
	TaskGenerateTime string `json:"task_generate_time,omitempty" xml:"task_generate_time,omitempty"`
	// 拣货人员ID
	PickWorkerId string `json:"pick_worker_id,omitempty" xml:"pick_worker_id,omitempty"`
	// 拣货人员姓名
	PickWorkerName string `json:"pick_worker_name,omitempty" xml:"pick_worker_name,omitempty"`
	// 拣货开始时间(人员开始拣货)
	PickStartTime string `json:"pick_start_time,omitempty" xml:"pick_start_time,omitempty"`
	// 拣货结束时间
	PickFinishTime string `json:"pick_finish_time,omitempty" xml:"pick_finish_time,omitempty"`
	// 打包人员ID
	PackWorkerId string `json:"pack_worker_id,omitempty" xml:"pack_worker_id,omitempty"`
	// 打包人员姓名
	PackWorkerName string `json:"pack_worker_name,omitempty" xml:"pack_worker_name,omitempty"`
	// 打包开始时间
	PackStartTime string `json:"pack_start_time,omitempty" xml:"pack_start_time,omitempty"`
	// 打包结束时间
	PackFinishTime string `json:"pack_finish_time,omitempty" xml:"pack_finish_time,omitempty"`
	// 用户选择最晚送达时间
	LatestArrivalTime string `json:"latest_arrival_time,omitempty" xml:"latest_arrival_time,omitempty"`
	// 最晚出库时间
	LatestOutboundTime string `json:"latest_outbound_time,omitempty" xml:"latest_outbound_time,omitempty"`
	// 实际出库时间
	ActualOutboundTime string `json:"actual_outbound_time,omitempty" xml:"actual_outbound_time,omitempty"`
	// 仓作业取消时间
	CancelTime string `json:"cancel_time,omitempty" xml:"cancel_time,omitempty"`
	// 订单ID
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 订单来源 (2=美团/3=饿了么/26=京东到家/31=淘鲜达/28=私域渠道)
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 仓作业单状态 �1 = 任务生成 2 = 拣货开始 3 = 拣货完成 4 = 打包开始 5 = 打包完成 -1 = 任务取消
	WarehouseStatus int64 `json:"warehouse_status,omitempty" xml:"warehouse_status,omitempty"`
	// 订单配送时效  1 = 自提 / 2 = 小时达
	DeliveryTimeMind int64 `json:"delivery_time_mind,omitempty" xml:"delivery_time_mind,omitempty"`
}

WarehouseOrderResponse 结构体

type WarehouseSkuBarcodeDo

type WarehouseSkuBarcodeDo struct {
	// 条码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 高
	Height string `json:"height,omitempty" xml:"height,omitempty"`
	// 长
	Length string `json:"length,omitempty" xml:"length,omitempty"`
	// 规格
	SpuSpec string `json:"spu_spec,omitempty" xml:"spu_spec,omitempty"`
	// 单位
	Unit string `json:"unit,omitempty" xml:"unit,omitempty"`
	// 宽
	Width string `json:"width,omitempty" xml:"width,omitempty"`
	// 重量,单位g
	Weight int64 `json:"weight,omitempty" xml:"weight,omitempty"`
	// 是否主条码
	MainFlag bool `json:"main_flag,omitempty" xml:"main_flag,omitempty"`
}

WarehouseSkuBarcodeDo 结构体

type WarehouseSkuDo

type WarehouseSkuDo struct {
	// 商品条码
	Barcodes []WarehouseSkuBarcodeDo `json:"barcodes,omitempty" xml:"barcodes>warehouse_sku_barcode_do,omitempty"`
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 含量
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 配货规格
	DeliverySpec string `json:"delivery_spec,omitempty" xml:"delivery_spec,omitempty"`
	// 配货单位
	DeliveryUnit string `json:"delivery_unit,omitempty" xml:"delivery_unit,omitempty"`
	// 配送方式,1-统配、2-直配、3-越库
	DeliveryWay string `json:"delivery_way,omitempty" xml:"delivery_way,omitempty"`
	// 新建时间
	GmtCreateTime string `json:"gmt_create_time,omitempty" xml:"gmt_create_time,omitempty"`
	// 进项税率
	InputTaxRate string `json:"input_tax_rate,omitempty" xml:"input_tax_rate,omitempty"`
	// 库存单位
	InventoryUnit string `json:"inventory_unit,omitempty" xml:"inventory_unit,omitempty"`
	// 商品状态,A-正常、T-暂时停采、C-淘汰出清、R-清退、L-季节性商品休眠、D-删除封挡、E-停售(紧急下架)、U-未启用(只是建档,还未进货)
	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 超收比例
	OverloadRate string `json:"overload_rate,omitempty" xml:"overload_rate,omitempty"`
	// 厂商名称
	ProducerName string `json:"producer_name,omitempty" xml:"producer_name,omitempty"`
	// 产地,多个产地使用逗号分割
	ProducerPlace string `json:"producer_place,omitempty" xml:"producer_place,omitempty"`
	// 采购规格
	PurchaseSpec string `json:"purchase_spec,omitempty" xml:"purchase_spec,omitempty"`
	// 采购单位
	PurchaseUnit string `json:"purchase_unit,omitempty" xml:"purchase_unit,omitempty"`
	// 简称
	ShortTitle string `json:"short_title,omitempty" xml:"short_title,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 存储方式,241-常温、242-冷藏、243-冷冻、635-热链、636-室温、637-鲜活
	Storage string `json:"storage,omitempty" xml:"storage,omitempty"`
	// 当前供应商编码
	SupplierNo string `json:"supplier_no,omitempty" xml:"supplier_no,omitempty"`
	// 进项税率
	TaxRate string `json:"tax_rate,omitempty" xml:"tax_rate,omitempty"`
	// 仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 禁收时限
	ForbidReceiveDays int64 `json:"forbid_receive_days,omitempty" xml:"forbid_receive_days,omitempty"`
	// 禁售时限
	ForbidSalesDays int64 `json:"forbid_sales_days,omitempty" xml:"forbid_sales_days,omitempty"`
	// 商品类目
	MerchantCatId int64 `json:"merchant_cat_id,omitempty" xml:"merchant_cat_id,omitempty"`
	// 保质期天数
	Period int64 `json:"period,omitempty" xml:"period,omitempty"`
	// 保质期预警天数
	WarnDays int64 `json:"warn_days,omitempty" xml:"warn_days,omitempty"`
	// 是否进口商品
	ImportFlag bool `json:"import_flag,omitempty" xml:"import_flag,omitempty"`
	// 是否称重商品
	WeightFlag bool `json:"weight_flag,omitempty" xml:"weight_flag,omitempty"`
}

WarehouseSkuDo 结构体

type WarehouseSubOrderResponse added in v1.2.9

type WarehouseSubOrderResponse struct {
	// 渠道子单号
	OutSubOrderId string `json:"out_sub_order_id,omitempty" xml:"out_sub_order_id,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 库存单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 交易子单号
	BizSubOrderId int64 `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 库存单位购买数量(应拣数量)
	BuyStockQuantity float64 `json:"buy_stock_quantity,omitempty" xml:"buy_stock_quantity,omitempty"`
	// 库存单位拣货数量
	PickStockQuantity float64 `json:"pick_stock_quantity,omitempty" xml:"pick_stock_quantity,omitempty"`
}

WarehouseSubOrderResponse 结构体

type WcsContainerAssignedToConveyorDto

type WcsContainerAssignedToConveyorDto struct {
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// batchCode
	BatchCode string `json:"batch_code,omitempty" xml:"batch_code,omitempty"`
	// containerCode
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
	// waveCode
	WaveCode string `json:"wave_code,omitempty" xml:"wave_code,omitempty"`
	// conveyorAssignedTime
	ConveyorAssignedTime string `json:"conveyor_assigned_time,omitempty" xml:"conveyor_assigned_time,omitempty"`
	// uuid
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	// warehouseId
	WarehouseId int64 `json:"warehouse_id,omitempty" xml:"warehouse_id,omitempty"`
	// conveyorId
	ConveyorId int64 `json:"conveyor_id,omitempty" xml:"conveyor_id,omitempty"`
	// assignedConveyor
	AssignedConveyor int64 `json:"assigned_conveyor,omitempty" xml:"assigned_conveyor,omitempty"`
}

WcsContainerAssignedToConveyorDto 结构体

type WcsContainerScannedByConveyorDto

type WcsContainerScannedByConveyorDto struct {
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// warehouseId
	WarehouseId string `json:"warehouse_id,omitempty" xml:"warehouse_id,omitempty"`
	// batchCode
	BatchCode string `json:"batch_code,omitempty" xml:"batch_code,omitempty"`
	// containerCode
	ContainerCode string `json:"container_code,omitempty" xml:"container_code,omitempty"`
	// waveCode
	WaveCode string `json:"wave_code,omitempty" xml:"wave_code,omitempty"`
	// conveyorId
	ConveyorId string `json:"conveyor_id,omitempty" xml:"conveyor_id,omitempty"`
	// scannedTime
	ScannedTime string `json:"scanned_time,omitempty" xml:"scanned_time,omitempty"`
	// uuid
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

WcsContainerScannedByConveyorDto 结构体

type WcsConveyorInfoDto

type WcsConveyorInfoDto struct {
	// warehouseCode
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// lastHeartbeatTime
	LastHeartbeatTime string `json:"last_heartbeat_time,omitempty" xml:"last_heartbeat_time,omitempty"`
	// warehouseId
	WarehouseId int64 `json:"warehouse_id,omitempty" xml:"warehouse_id,omitempty"`
	// conveyorId
	ConveyorId int64 `json:"conveyor_id,omitempty" xml:"conveyor_id,omitempty"`
	// isRunning
	IsRunning int64 `json:"is_running,omitempty" xml:"is_running,omitempty"`
	// slidewaysUnused
	SlidewaysUnused int64 `json:"slideways_unused,omitempty" xml:"slideways_unused,omitempty"`
	// circlingContainers
	CirclingContainers int64 `json:"circling_containers,omitempty" xml:"circling_containers,omitempty"`
}

WcsConveyorInfoDto 结构体

type WdkErpArrivalNoticeDto

type WdkErpArrivalNoticeDto struct {
	// 1
	ItemList []ErpArrivalNoticeDetailDto `json:"item_list,omitempty" xml:"item_list>erp_arrival_notice_detail_dto,omitempty"`
	// 入库时间,商家系统中记录的本批次商品的实际入库时间
	ArrivalDate string `json:"arrival_date,omitempty" xml:"arrival_date,omitempty"`
	// 联系方式,门店联系电话,可以是移动电话
	ContactInfo string `json:"contact_info,omitempty" xml:"contact_info,omitempty"`
	// 店仓code,指的是入库对象,对应一个物理店或仓编码
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 供应商code,可选值:当是供应商供货时,提供供应商编码;当是大仓供货时,提供大仓编码;当是调拨入库时,提供对方门店编码
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 失效日期,到货通知单中规定的收货入库时限
	InvalidDate string `json:"invalid_date,omitempty" xml:"invalid_date,omitempty"`
	// 选填(单据子类型为送货单时为必填) 原始单据号,单据类型为采配单,子类型为送货单时,需要提供原始配货申请单据号
	OriginalBillCode string `json:"original_bill_code,omitempty" xml:"original_bill_code,omitempty"`
	// 单据号
	BizOrderCode string `json:"biz_order_code,omitempty" xml:"biz_order_code,omitempty"`
	// 如部分商品不存在,是否允许其他商品入库(1:允许,其他:不允许)
	Bypass int64 `json:"bypass,omitempty" xml:"bypass,omitempty"`
	// 选填(单据类型为采配单时为必填)单据子类型,入库单据类型为采配单时,需要进一步区分子类型为采购单(供应商)和送货单(DC)
	SubOrderType int64 `json:"sub_order_type,omitempty" xml:"sub_order_type,omitempty"`
	// 单据类型,入库接口的单据类型包括采配单和调拨入单(1 采购单(供应商); 2 送货单(DC) ; 其他情况默认为0)
	BizOrderType int64 `json:"biz_order_type,omitempty" xml:"biz_order_type,omitempty"`
}

WdkErpArrivalNoticeDto 结构体

type WdkMarketOpenResult

type WdkMarketOpenResult struct {
	// 123
	Datas []SyncActivitySkuResultBo `json:"datas,omitempty" xml:"datas>sync_activity_sku_result_bo,omitempty"`
	// 活动数据
	ActivityList []SyncActivityResultBo `json:"activity_list,omitempty" xml:"activity_list>sync_activity_result_bo,omitempty"`
	// 123123
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 123123
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 唯一码信息
	Data *UniqueDiscountCodeBo `json:"data,omitempty" xml:"data,omitempty"`
	// 123123
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

WdkMarketOpenResult 结构体

type WdkOpenMerchantSkuDo

type WdkOpenMerchantSkuDo struct {
	// 条码
	Barcodes []string `json:"barcodes,omitempty" xml:"barcodes>string,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 机构编码
	OrgainzaNo string `json:"orgainza_no,omitempty" xml:"orgainza_no,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品简称
	ShortTitle string `json:"short_title,omitempty" xml:"short_title,omitempty"`
	// 商品生命周期状态(A-正常、T-暂时停购、C-淘汰出清、R-清退、D-删除封挡)
	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`
	// 平台类目编码
	BackCatCode string `json:"back_cat_code,omitempty" xml:"back_cat_code,omitempty"`
	// 商家类目编码
	RetailerCatCode string `json:"retailer_cat_code,omitempty" xml:"retailer_cat_code,omitempty"`
	// 商品销项税率
	InvoiceContent string `json:"invoice_content,omitempty" xml:"invoice_content,omitempty"`
	// 税率
	TaxRate string `json:"tax_rate,omitempty" xml:"tax_rate,omitempty"`
	// 品牌编码
	BrandCode string `json:"brand_code,omitempty" xml:"brand_code,omitempty"`
	// 供应商code
	SupplierNo string `json:"supplier_no,omitempty" xml:"supplier_no,omitempty"`
	// 生产商名称
	ProducerName string `json:"producer_name,omitempty" xml:"producer_name,omitempty"`
	// 生产商地址
	ProducerAddress string `json:"producer_address,omitempty" xml:"producer_address,omitempty"`
	// 产品标准号
	ProductCode string `json:"product_code,omitempty" xml:"product_code,omitempty"`
	// 厂方货号
	FactoryNo string `json:"factory_no,omitempty" xml:"factory_no,omitempty"`
	// 成份
	Component string `json:"component,omitempty" xml:"component,omitempty"`
	// 销售规格描述
	SaleSpec string `json:"sale_spec,omitempty" xml:"sale_spec,omitempty"`
	// 售卖单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 净含量
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 存储条件;填常温、冷藏、冷冻、热链、鲜活
	Storage string `json:"storage,omitempty" xml:"storage,omitempty"`
	// 淘鲜达产地库中的值;国内产地传值格式:中国|省|市。若不能确定产地,可以传“见产品外包装”(按商家支持,需要提前通知技术配置)。国外产地只需要传国家名
	ProducerPlace string `json:"producer_place,omitempty" xml:"producer_place,omitempty"`
	// 长度(深)
	Length string `json:"length,omitempty" xml:"length,omitempty"`
	// 宽度(宽)
	Width string `json:"width,omitempty" xml:"width,omitempty"`
	// 高度(高)
	Height string `json:"height,omitempty" xml:"height,omitempty"`
	// 主图链接
	PicUrl string `json:"pic_url,omitempty" xml:"pic_url,omitempty"`
	// 商品其他图片
	SkuPicUrls string `json:"sku_pic_urls,omitempty" xml:"sku_pic_urls,omitempty"`
	// 商品图文详情
	RichTxtTfs string `json:"rich_txt_tfs,omitempty" xml:"rich_txt_tfs,omitempty"`
	// 商品卖点
	SubTitle string `json:"sub_title,omitempty" xml:"sub_title,omitempty"`
	// 卖点一名称
	Title1 string `json:"title1,omitempty" xml:"title1,omitempty"`
	// 卖点一内容
	Subtitle1 string `json:"subtitle1,omitempty" xml:"subtitle1,omitempty"`
	// 卖点二名称
	Title2 string `json:"title2,omitempty" xml:"title2,omitempty"`
	// 卖点二内容
	Subtitle2 string `json:"subtitle2,omitempty" xml:"subtitle2,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 商品经营方式(1001-普通商品, 2001-加工成品,2002-加工半成品,3001-原材料,4001-耗材,6001-组合商品)
	ItemType int64 `json:"item_type,omitempty" xml:"item_type,omitempty"`
	// 是否可售: 1 - 可售, 0 - 不可售
	SaleFlag int64 `json:"sale_flag,omitempty" xml:"sale_flag,omitempty"`
	// 是否加工商品
	HangdlingFlag int64 `json:"hangdling_flag,omitempty" xml:"hangdling_flag,omitempty"`
	// 存货性质(此字段一经录入不能修改);此字段可传:原材料、办公品、服务项目、成品、半成品。与是否加工字段组合成商品类型字段。商品类型有5种:耗材、原材料、加工半成品、加工产成品、普通商品。若存货性质是成品,是否加工为是,则商品类型为“加工产成品”;若存货性质是成品,是否加工为否,则商品类型为“普通商品”;若存货性质是半成品,是否加工为是,则商品性质为“加工半成品”
	GoodsNature int64 `json:"goods_nature,omitempty" xml:"goods_nature,omitempty"`
	// 建议零售价
	SuggestedPrice int64 `json:"suggested_price,omitempty" xml:"suggested_price,omitempty"`
	// 是否APP可售
	AllowAppSale int64 `json:"allow_app_sale,omitempty" xml:"allow_app_sale,omitempty"`
	// 是否大件
	BigFlag int64 `json:"big_flag,omitempty" xml:"big_flag,omitempty"`
	// 是否称重
	WeightFlag int64 `json:"weight_flag,omitempty" xml:"weight_flag,omitempty"`
	// 是否进口
	ImportFlag int64 `json:"import_flag,omitempty" xml:"import_flag,omitempty"`
	// 保质天数
	Period int64 `json:"period,omitempty" xml:"period,omitempty"`
	// 重量(单位统一为g)。称重品(weight_flag为1)该字段不填。
	Weight int64 `json:"weight,omitempty" xml:"weight,omitempty"`
}

WdkOpenMerchantSkuDo 结构体

type WdkOpenMerchantStoreSkuDo

type WdkOpenMerchantStoreSkuDo struct {
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 供应商code
	SupplierNo string `json:"supplier_no,omitempty" xml:"supplier_no,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 商品简称
	ShortTitle string `json:"short_title,omitempty" xml:"short_title,omitempty"`
	// 商品状态;A-正常、T-暂时停购、C-淘汰出清、R-清退、D-删除封挡
	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`
	// 条码
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`
	// 线上渠道店code
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 商品销售单位对应的含量表达;APP展示重要字段,体现售卖单位中含有的商品数量,通常描述为“550g/份”等样式。填字符串。
	SaleSpec string `json:"sale_spec,omitempty" xml:"sale_spec,omitempty"`
	// 标准类目编码
	BackCatCode string `json:"back_cat_code,omitempty" xml:"back_cat_code,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 商品(渠道)价格
	SkuPrice int64 `json:"sku_price,omitempty" xml:"sku_price,omitempty"`
	// 会员价
	MemberPrice int64 `json:"member_price,omitempty" xml:"member_price,omitempty"`
	// 业务类型
	BusinessType int64 `json:"business_type,omitempty" xml:"business_type,omitempty"`
	// APP可售
	OnlineSaleFlag int64 `json:"online_sale_flag,omitempty" xml:"online_sale_flag,omitempty"`
	// 渠道类型
	ChannelCode int64 `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 加工时间
	ProcessingTime int64 `json:"processing_time,omitempty" xml:"processing_time,omitempty"`
	// 是否测试商品
	TestFlag int64 `json:"test_flag,omitempty" xml:"test_flag,omitempty"`
	// 是否服务商品
	ServiceFlag int64 `json:"service_flag,omitempty" xml:"service_flag,omitempty"`
}

WdkOpenMerchantStoreSkuDo 结构体

type WdkOpenOrderFinanceBillDo

type WdkOpenOrderFinanceBillDo struct {
	// alipay:支付宝
	PayChannel string `json:"pay_channel,omitempty" xml:"pay_channel,omitempty"`
	// 盒马订单号
	HmOrderId string `json:"hm_order_id,omitempty" xml:"hm_order_id,omitempty"`
	// app:线上, pos:线下
	OrderChannel string `json:"order_channel,omitempty" xml:"order_channel,omitempty"`
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 商家编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 淘系订单号
	TpOrderId string `json:"tp_order_id,omitempty" xml:"tp_order_id,omitempty"`
	// 账单日期
	Dt string `json:"dt,omitempty" xml:"dt,omitempty"`
	// 支付宝二级商户ID
	Smid string `json:"smid,omitempty" xml:"smid,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 业务类型。PAY:支付, REFUND:退款
	BizType string `json:"biz_type,omitempty" xml:"biz_type,omitempty"`
	// 支付机构支付流水号
	TradeNo string `json:"trade_no,omitempty" xml:"trade_no,omitempty"`
	// 财务组织名称
	FinanceOrganizationName string `json:"finance_organization_name,omitempty" xml:"finance_organization_name,omitempty"`
	// 财务组织code
	FinanceOrganizationCode string `json:"finance_organization_code,omitempty" xml:"finance_organization_code,omitempty"`
	// 金额,正向交易时数值是正数,退款时数值是负数
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`
}

WdkOpenOrderFinanceBillDo 结构体

type WdkOpenOrderFinanceBillQueryRequest

type WdkOpenOrderFinanceBillQueryRequest struct {
	// 经营店id
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 账单日期
	Dt string `json:"dt,omitempty" xml:"dt,omitempty"`
	// 售卖商家code,联营商模式必填,非联营商模式不填
	SellerMerchantCode string `json:"seller_merchant_code,omitempty" xml:"seller_merchant_code,omitempty"`
	// 分页查询数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 传入上一次查询结果的next_id,第一次查询时传0
	NextId int64 `json:"next_id,omitempty" xml:"next_id,omitempty"`
}

WdkOpenOrderFinanceBillQueryRequest 结构体

type WdkOpenOrderFinanceBillQueryResult

type WdkOpenOrderFinanceBillQueryResult struct {
	// 账单列表
	Bills []WdkOpenOrderFinanceBillDo `json:"bills,omitempty" xml:"bills>wdk_open_order_finance_bill_do,omitempty"`
	// 结果信息
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 结果码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// 总数量,只在查询第一页时返回
	TotalNumber int64 `json:"total_number,omitempty" xml:"total_number,omitempty"`
	// 下一页查询的入参,当为-1时表示没有更多数据
	NextId int64 `json:"next_id,omitempty" xml:"next_id,omitempty"`
	// 成功或失败,调用方需要根据该状态判断是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

WdkOpenOrderFinanceBillQueryResult 结构体

type WdkOpenPurchasePrice

type WdkOpenPurchasePrice struct {
	// 子单信息
	WdkOpenPurchasePriceSubs []Wdkopenpurchasepricesubs `json:"wdk_open_purchase_price_subs,omitempty" xml:"wdk_open_purchase_price_subs>wdkopenpurchasepricesubs,omitempty"`
	// 经营店id,必填
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 淘系主订单号,必填
	TbOrderId string `json:"tb_order_id,omitempty" xml:"tb_order_id,omitempty"`
	// 渠道标识45=猫超,100=共享零售
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
}

WdkOpenPurchasePrice 结构体

type WdkOpenPushSoPoRequest

type WdkOpenPushSoPoRequest struct {
	// 淘系子订单列表,一次最多20个
	SubTradeOrderNoList []string `json:"sub_trade_order_no_list,omitempty" xml:"sub_trade_order_no_list>string,omitempty"`
	// 销售=10,销退=20
	SalesType int64 `json:"sales_type,omitempty" xml:"sales_type,omitempty"`
}

WdkOpenPushSoPoRequest 结构体

type WdkOpenSkuMerchantCatServiceQueryRequest

type WdkOpenSkuMerchantCatServiceQueryRequest struct {
	// 商品skuCode
	SkuCodeList []string `json:"sku_code_list,omitempty" xml:"sku_code_list>string,omitempty"`
}

WdkOpenSkuMerchantCatServiceQueryRequest 结构体

type WdkOpenSkuMerchantCatServiceQueryResult

type WdkOpenSkuMerchantCatServiceQueryResult struct {
	// 结果描述
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 结果码
	ReturnCode string `json:"return_code,omitempty" xml:"return_code,omitempty"`
	// {"skuCode":"categoryCode"},skuCode和商家叶子类目编码映射关系
	SkuCodeCategoryCodeMap string `json:"sku_code_category_code_map,omitempty" xml:"sku_code_category_code_map,omitempty"`
	// 成功或失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

WdkOpenSkuMerchantCatServiceQueryResult 结构体

type WdkOrderSyncBo

type WdkOrderSyncBo struct {
	// 子单列表
	SubOrders []Suborders `json:"sub_orders,omitempty" xml:"sub_orders>suborders,omitempty"`
	// 订单优惠信息
	Promotions []Promotions `json:"promotions,omitempty" xml:"promotions>promotions,omitempty"`
	// 外部订单ID
	OutOrderId string `json:"out_order_id,omitempty" xml:"out_order_id,omitempty"`
	// 经营店ID
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 渠道店ID
	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
	// 商户编码
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`
	// 买家open_uid
	OpenUid string `json:"open_uid,omitempty" xml:"open_uid,omitempty"`
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 期望送达时间段
	ExpectArriveTime string `json:"expect_arrive_time,omitempty" xml:"expect_arrive_time,omitempty"`
	// 订单小号
	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`
	// 五道口订单ID
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
	// 订单来源, 如 TAOBAO (4, "TC自营渠道"),
	OrderFrom int64 `json:"order_from,omitempty" xml:"order_from,omitempty"`
	// 用户订单支付金额,分
	PayFee int64 `json:"pay_fee,omitempty" xml:"pay_fee,omitempty"`
	// 订单原价,分
	OriginFee int64 `json:"origin_fee,omitempty" xml:"origin_fee,omitempty"`
	// 订单优惠金额,分
	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`
	// 订单配送费,分
	PostFee int64 `json:"post_fee,omitempty" xml:"post_fee,omitempty"`
	// 订单状态,如PAID_DONE(2, "已付款"), TRADE_SUCCESS(6, "交易成功")
	OrderStatus int64 `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 配送方式, 如InTime(1, "即时达"), SetTime(2, "定时达"),TopSpeed(3,"极速达"),NoNeedSend(4,"无需配送")
	ArriveType int64 `json:"arrive_type,omitempty" xml:"arrive_type,omitempty"`
	// 商家优惠分摊
	DiscountMerchantFee int64 `json:"discount_merchant_fee,omitempty" xml:"discount_merchant_fee,omitempty"`
	// 平台优惠分摊
	DiscountPlatformFee int64 `json:"discount_platform_fee,omitempty" xml:"discount_platform_fee,omitempty"`
	// 包装费
	PackageFee int64 `json:"package_fee,omitempty" xml:"package_fee,omitempty"`
}

WdkOrderSyncBo 结构体

type WdkRefundToInsuranceBo added in v1.3.1

type WdkRefundToInsuranceBo struct {
	// 退货原因
	RefundReason string `json:"refund_reason,omitempty" xml:"refund_reason,omitempty"`
	// 退款完成时间
	RefundSuccessTime string `json:"refund_success_time,omitempty" xml:"refund_success_time,omitempty"`
	// 收货地址
	DeliveryAddress string `json:"delivery_address,omitempty" xml:"delivery_address,omitempty"`
	// 发货地址
	SendAddress string `json:"send_address,omitempty" xml:"send_address,omitempty"`
	// 退货金额
	RefundAmount string `json:"refund_amount,omitempty" xml:"refund_amount,omitempty"`
	// 商品类目名称(从root到叶子节点)
	ItemCategory string `json:"item_category,omitempty" xml:"item_category,omitempty"`
	// 货物单价
	ItemPrice string `json:"item_price,omitempty" xml:"item_price,omitempty"`
	// 货物数量(下单销售数量)
	ItemQuantity string `json:"item_quantity,omitempty" xml:"item_quantity,omitempty"`
	// 货物名称
	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`
	// 退货单ID
	RefundId string `json:"refund_id,omitempty" xml:"refund_id,omitempty"`
	// 退款发起时间
	RefundCreateTime string `json:"refund_create_time,omitempty" xml:"refund_create_time,omitempty"`
	// 签收时间
	SignTime string `json:"sign_time,omitempty" xml:"sign_time,omitempty"`
	// 售后退=2,售中退=1
	ReverseType string `json:"reverse_type,omitempty" xml:"reverse_type,omitempty"`
	// 交易子订单ID
	TbSubOrderId int64 `json:"tb_sub_order_id,omitempty" xml:"tb_sub_order_id,omitempty"`
}

WdkRefundToInsuranceBo 结构体

type WdkmealposgetfetchmealcodeAPIRequest added in v1.3.1

type WdkmealposgetfetchmealcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkmealposgetfetchmealcodeAPIRequest 五道口餐饮取餐号获取接口 API请求 wdk.meal.pos.getfetchmealcode

pos机创建订单前获取餐饮取餐号

func NewWdkmealposgetfetchmealcodeRequest added in v1.3.1

func NewWdkmealposgetfetchmealcodeRequest() *WdkmealposgetfetchmealcodeAPIRequest

NewWdkmealposgetfetchmealcodeRequest 初始化WdkmealposgetfetchmealcodeAPIRequest对象

func (WdkmealposgetfetchmealcodeAPIRequest) GetApiMethodName added in v1.3.1

func (r WdkmealposgetfetchmealcodeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkmealposgetfetchmealcodeAPIRequest) GetApiParams added in v1.3.1

func (r WdkmealposgetfetchmealcodeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (WdkmealposgetfetchmealcodeAPIRequest) GetChannelShopId added in v1.3.1

func (r WdkmealposgetfetchmealcodeAPIRequest) GetChannelShopId() string

GetChannelShopId ChannelShopId Getter

func (WdkmealposgetfetchmealcodeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkmealposgetfetchmealcodeAPIRequest) SetChannelShopId added in v1.3.1

func (r *WdkmealposgetfetchmealcodeAPIRequest) SetChannelShopId(_channelShopId string) error

SetChannelShopId is ChannelShopId Setter 渠道店id

type WdkmealposgetfetchmealcodeAPIResponse added in v1.3.1

type WdkmealposgetfetchmealcodeAPIResponse struct {
	model.CommonResponse
	WdkmealposgetfetchmealcodeAPIResponseModel
}

WdkmealposgetfetchmealcodeAPIResponse 五道口餐饮取餐号获取接口 API返回值 wdk.meal.pos.getfetchmealcode

pos机创建订单前获取餐饮取餐号

type WdkmealposgetfetchmealcodeAPIResponseModel added in v1.3.1

type WdkmealposgetfetchmealcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_meal_pos_getfetchmealcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 取餐号
	FetchMealCode string `json:"fetch_meal_code,omitempty" xml:"fetch_meal_code,omitempty"`
}

WdkmealposgetfetchmealcodeAPIResponseModel is 五道口餐饮取餐号获取接口 成功返回结果

type Wdkopenpurchasepricesubs

type Wdkopenpurchasepricesubs struct {
	// 确认标识,0:核对 1:确认,必填
	Confirm string `json:"confirm,omitempty" xml:"confirm,omitempty"`
	// 去税采购价,单位分,必填
	PriceWithoutTax string `json:"price_without_tax,omitempty" xml:"price_without_tax,omitempty"`
	// 含税采购价,单位分,必填
	PriceWithTax string `json:"price_with_tax,omitempty" xml:"price_with_tax,omitempty"`
	// 税率,必填
	TaxRate string `json:"tax_rate,omitempty" xml:"tax_rate,omitempty"`
	// 商品编码,必填
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 淘系子订单号,必填
	TbSubOrderId string `json:"tb_sub_order_id,omitempty" xml:"tb_sub_order_id,omitempty"`
}

Wdkopenpurchasepricesubs 结构体

type WdkumsoutboundsortingcallbackforpulltaskAPIRequest added in v1.3.1

type WdkumsoutboundsortingcallbackforpulltaskAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkumsoutboundsortingcallbackforpulltaskAPIRequest dps分货-任务拉取确定接口 API请求 wdk.ums.outbound.sorting.callbackforpulltask

dps分货-任务拉取确定接口

func NewWdkumsoutboundsortingcallbackforpulltaskRequest added in v1.3.1

func NewWdkumsoutboundsortingcallbackforpulltaskRequest() *WdkumsoutboundsortingcallbackforpulltaskAPIRequest

NewWdkumsoutboundsortingcallbackforpulltaskRequest 初始化WdkumsoutboundsortingcallbackforpulltaskAPIRequest对象

func (WdkumsoutboundsortingcallbackforpulltaskAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkumsoutboundsortingcallbackforpulltaskAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (WdkumsoutboundsortingcallbackforpulltaskAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (WdkumsoutboundsortingcallbackforpulltaskAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkumsoutboundsortingcallbackforpulltaskAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 入参

type WdkumsoutboundsortingcallbackforpulltaskAPIResponse added in v1.3.1

type WdkumsoutboundsortingcallbackforpulltaskAPIResponse struct {
	model.CommonResponse
	WdkumsoutboundsortingcallbackforpulltaskAPIResponseModel
}

WdkumsoutboundsortingcallbackforpulltaskAPIResponse dps分货-任务拉取确定接口 API返回值 wdk.ums.outbound.sorting.callbackforpulltask

dps分货-任务拉取确定接口

type WdkumsoutboundsortingcallbackforpulltaskAPIResponseModel added in v1.3.1

type WdkumsoutboundsortingcallbackforpulltaskAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_ums_outbound_sorting_callbackforpulltask_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *UmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

WdkumsoutboundsortingcallbackforpulltaskAPIResponseModel is dps分货-任务拉取确定接口 成功返回结果

type WdkumsoutboundsortingcallbacktaskdetailAPIRequest added in v1.3.1

type WdkumsoutboundsortingcallbacktaskdetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkumsoutboundsortingcallbacktaskdetailAPIRequest dps分货,明细回传 API请求 wdk.ums.outbound.sorting.callback.taskdetail

dps分货-分货明细回传

func NewWdkumsoutboundsortingcallbacktaskdetailRequest added in v1.3.1

func NewWdkumsoutboundsortingcallbacktaskdetailRequest() *WdkumsoutboundsortingcallbacktaskdetailAPIRequest

NewWdkumsoutboundsortingcallbacktaskdetailRequest 初始化WdkumsoutboundsortingcallbacktaskdetailAPIRequest对象

func (WdkumsoutboundsortingcallbacktaskdetailAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkumsoutboundsortingcallbacktaskdetailAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (WdkumsoutboundsortingcallbacktaskdetailAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (WdkumsoutboundsortingcallbacktaskdetailAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkumsoutboundsortingcallbacktaskdetailAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 参数

type WdkumsoutboundsortingcallbacktaskdetailAPIResponse added in v1.3.1

type WdkumsoutboundsortingcallbacktaskdetailAPIResponse struct {
	model.CommonResponse
	WdkumsoutboundsortingcallbacktaskdetailAPIResponseModel
}

WdkumsoutboundsortingcallbacktaskdetailAPIResponse dps分货,明细回传 API返回值 wdk.ums.outbound.sorting.callback.taskdetail

dps分货-分货明细回传

type WdkumsoutboundsortingcallbacktaskdetailAPIResponseModel added in v1.3.1

type WdkumsoutboundsortingcallbacktaskdetailAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_ums_outbound_sorting_callback_taskdetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *UmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

WdkumsoutboundsortingcallbacktaskdetailAPIResponseModel is dps分货,明细回传 成功返回结果

type WdkumsoutboundsortingcanclearareaAPIRequest added in v1.3.1

type WdkumsoutboundsortingcanclearareaAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkumsoutboundsortingcanclearareaAPIRequest dps分货-是否能够清场 API请求 wdk.ums.outbound.sorting.cancleararea

dps分货-是否能够清场

func NewWdkumsoutboundsortingcanclearareaRequest added in v1.3.1

func NewWdkumsoutboundsortingcanclearareaRequest() *WdkumsoutboundsortingcanclearareaAPIRequest

NewWdkumsoutboundsortingcanclearareaRequest 初始化WdkumsoutboundsortingcanclearareaAPIRequest对象

func (WdkumsoutboundsortingcanclearareaAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkumsoutboundsortingcanclearareaAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (WdkumsoutboundsortingcanclearareaAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (WdkumsoutboundsortingcanclearareaAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkumsoutboundsortingcanclearareaAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 入参

type WdkumsoutboundsortingcanclearareaAPIResponse added in v1.3.1

type WdkumsoutboundsortingcanclearareaAPIResponse struct {
	model.CommonResponse
	WdkumsoutboundsortingcanclearareaAPIResponseModel
}

WdkumsoutboundsortingcanclearareaAPIResponse dps分货-是否能够清场 API返回值 wdk.ums.outbound.sorting.cancleararea

dps分货-是否能够清场

type WdkumsoutboundsortingcanclearareaAPIResponseModel added in v1.3.1

type WdkumsoutboundsortingcanclearareaAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_ums_outbound_sorting_cancleararea_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *UmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

WdkumsoutboundsortingcanclearareaAPIResponseModel is dps分货-是否能够清场 成功返回结果

type WdkumsoutboundsortingscancontainerAPIRequest added in v1.3.1

type WdkumsoutboundsortingscancontainerAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkumsoutboundsortingscancontainerAPIRequest dps分货-扫描分货容器判断是否可用 API请求 wdk.ums.outbound.sorting.scancontainer

dps分货-扫描分货容器判断是否可用

func NewWdkumsoutboundsortingscancontainerRequest added in v1.3.1

func NewWdkumsoutboundsortingscancontainerRequest() *WdkumsoutboundsortingscancontainerAPIRequest

NewWdkumsoutboundsortingscancontainerRequest 初始化WdkumsoutboundsortingscancontainerAPIRequest对象

func (WdkumsoutboundsortingscancontainerAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkumsoutboundsortingscancontainerAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (WdkumsoutboundsortingscancontainerAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (WdkumsoutboundsortingscancontainerAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkumsoutboundsortingscancontainerAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 返回值

type WdkumsoutboundsortingscancontainerAPIResponse added in v1.3.1

type WdkumsoutboundsortingscancontainerAPIResponse struct {
	model.CommonResponse
	WdkumsoutboundsortingscancontainerAPIResponseModel
}

WdkumsoutboundsortingscancontainerAPIResponse dps分货-扫描分货容器判断是否可用 API返回值 wdk.ums.outbound.sorting.scancontainer

dps分货-扫描分货容器判断是否可用

type WdkumsoutboundsortingscancontainerAPIResponseModel added in v1.3.1

type WdkumsoutboundsortingscancontainerAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_ums_outbound_sorting_scancontainer_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *UmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

WdkumsoutboundsortingscancontainerAPIResponseModel is dps分货-扫描分货容器判断是否可用 成功返回结果

type WdkumsoutboundsortinguserqueryAPIRequest added in v1.3.1

type WdkumsoutboundsortinguserqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkumsoutboundsortinguserqueryAPIRequest dps-查询分货作业人员信息 API请求 wdk.ums.outbound.sorting.userquery

dps-查询分货作业人员信息

func NewWdkumsoutboundsortinguserqueryRequest added in v1.3.1

func NewWdkumsoutboundsortinguserqueryRequest() *WdkumsoutboundsortinguserqueryAPIRequest

NewWdkumsoutboundsortinguserqueryRequest 初始化WdkumsoutboundsortinguserqueryAPIRequest对象

func (WdkumsoutboundsortinguserqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r WdkumsoutboundsortinguserqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkumsoutboundsortinguserqueryAPIRequest) GetApiParams added in v1.3.1

func (r WdkumsoutboundsortinguserqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (WdkumsoutboundsortinguserqueryAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (WdkumsoutboundsortinguserqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkumsoutboundsortinguserqueryAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 入参

type WdkumsoutboundsortinguserqueryAPIResponse added in v1.3.1

type WdkumsoutboundsortinguserqueryAPIResponse struct {
	model.CommonResponse
	WdkumsoutboundsortinguserqueryAPIResponseModel
}

WdkumsoutboundsortinguserqueryAPIResponse dps-查询分货作业人员信息 API返回值 wdk.ums.outbound.sorting.userquery

dps-查询分货作业人员信息

type WdkumsoutboundsortinguserqueryAPIResponseModel added in v1.3.1

type WdkumsoutboundsortinguserqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_ums_outbound_sorting_userquery_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *UmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

WdkumsoutboundsortinguserqueryAPIResponseModel is dps-查询分货作业人员信息 成功返回结果

type WdkumssortingfullcontainerAPIRequest added in v1.3.1

type WdkumssortingfullcontainerAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkumssortingfullcontainerAPIRequest dps分货-满箱 API请求 wdk.ums.sorting.full.container

dps分货-满箱

func NewWdkumssortingfullcontainerRequest added in v1.3.1

func NewWdkumssortingfullcontainerRequest() *WdkumssortingfullcontainerAPIRequest

NewWdkumssortingfullcontainerRequest 初始化WdkumssortingfullcontainerAPIRequest对象

func (WdkumssortingfullcontainerAPIRequest) GetApiMethodName added in v1.3.1

func (r WdkumssortingfullcontainerAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkumssortingfullcontainerAPIRequest) GetApiParams added in v1.3.1

func (r WdkumssortingfullcontainerAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (WdkumssortingfullcontainerAPIRequest) GetParam0 added in v1.3.1

GetParam0 Param0 Getter

func (WdkumssortingfullcontainerAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkumssortingfullcontainerAPIRequest) SetParam0 added in v1.3.1

SetParam0 is Param0 Setter 入参

type WdkumssortingfullcontainerAPIResponse added in v1.3.1

type WdkumssortingfullcontainerAPIResponse struct {
	model.CommonResponse
	WdkumssortingfullcontainerAPIResponseModel
}

WdkumssortingfullcontainerAPIResponse dps分货-满箱 API返回值 wdk.ums.sorting.full.container

dps分货-满箱

type WdkumssortingfullcontainerAPIResponseModel added in v1.3.1

type WdkumssortingfullcontainerAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_ums_sorting_full_container_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result *UmsResult `json:"result,omitempty" xml:"result,omitempty"`
}

WdkumssortingfullcontainerAPIResponseModel is dps分货-满箱 成功返回结果

type WdkwarehouseordercancelAPIRequest added in v1.3.1

type WdkwarehouseordercancelAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkwarehouseordercancelAPIRequest 仓作业取消下发 API请求 wdk.warehouse.order.cancel

仓作业取消下发

func NewWdkwarehouseordercancelRequest added in v1.3.1

func NewWdkwarehouseordercancelRequest() *WdkwarehouseordercancelAPIRequest

NewWdkwarehouseordercancelRequest 初始化WdkwarehouseordercancelAPIRequest对象

func (WdkwarehouseordercancelAPIRequest) GetApiMethodName added in v1.3.1

func (r WdkwarehouseordercancelAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkwarehouseordercancelAPIRequest) GetApiParams added in v1.3.1

func (r WdkwarehouseordercancelAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (WdkwarehouseordercancelAPIRequest) GetCancelRequest added in v1.3.1

func (r WdkwarehouseordercancelAPIRequest) GetCancelRequest() *CancelRequest

GetCancelRequest CancelRequest Getter

func (WdkwarehouseordercancelAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (*WdkwarehouseordercancelAPIRequest) SetCancelRequest added in v1.3.1

func (r *WdkwarehouseordercancelAPIRequest) SetCancelRequest(_cancelRequest *CancelRequest) error

SetCancelRequest is CancelRequest Setter 取消请求

type WdkwarehouseordercancelAPIResponse added in v1.3.1

type WdkwarehouseordercancelAPIResponse struct {
	model.CommonResponse
	WdkwarehouseordercancelAPIResponseModel
}

WdkwarehouseordercancelAPIResponse 仓作业取消下发 API返回值 wdk.warehouse.order.cancel

仓作业取消下发

type WdkwarehouseordercancelAPIResponseModel added in v1.3.1

type WdkwarehouseordercancelAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_warehouse_order_cancel_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回对象封装
	DataResult *DataResult `json:"data_result,omitempty" xml:"data_result,omitempty"`
}

WdkwarehouseordercancelAPIResponseModel is 仓作业取消下发 成功返回结果

type WdkwarehouseorderdispatchAPIRequest added in v1.3.1

type WdkwarehouseorderdispatchAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkwarehouseorderdispatchAPIRequest 仓作业下发 API请求 wdk.warehouse.order.dispatch

牵牛花仓作业下发接口提供

func NewWdkwarehouseorderdispatchRequest added in v1.3.1

func NewWdkwarehouseorderdispatchRequest() *WdkwarehouseorderdispatchAPIRequest

NewWdkwarehouseorderdispatchRequest 初始化WdkwarehouseorderdispatchAPIRequest对象

func (WdkwarehouseorderdispatchAPIRequest) GetApiMethodName added in v1.3.1

func (r WdkwarehouseorderdispatchAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkwarehouseorderdispatchAPIRequest) GetApiParams added in v1.3.1

func (r WdkwarehouseorderdispatchAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (WdkwarehouseorderdispatchAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (WdkwarehouseorderdispatchAPIRequest) GetWorkOrder added in v1.3.1

GetWorkOrder WorkOrder Getter

func (*WdkwarehouseorderdispatchAPIRequest) SetWorkOrder added in v1.3.1

func (r *WdkwarehouseorderdispatchAPIRequest) SetWorkOrder(_workOrder *WorkOrder) error

SetWorkOrder is WorkOrder Setter 仓作业单

type WdkwarehouseorderdispatchAPIResponse added in v1.3.1

type WdkwarehouseorderdispatchAPIResponse struct {
	model.CommonResponse
	WdkwarehouseorderdispatchAPIResponseModel
}

WdkwarehouseorderdispatchAPIResponse 仓作业下发 API返回值 wdk.warehouse.order.dispatch

牵牛花仓作业下发接口提供

type WdkwarehouseorderdispatchAPIResponseModel added in v1.3.1

type WdkwarehouseorderdispatchAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_warehouse_order_dispatch_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回包装类
	BaseResult *BaseResult `json:"base_result,omitempty" xml:"base_result,omitempty"`
}

WdkwarehouseorderdispatchAPIResponseModel is 仓作业下发 成功返回结果

type WdkwmspickmedicinechecksellAPIRequest added in v1.3.1

type WdkwmspickmedicinechecksellAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkwmspickmedicinechecksellAPIRequest 联营商药品柜核销 API请求 wdk.wms.pick.medicine.checksell

联营商药品柜核销

func NewWdkwmspickmedicinechecksellRequest added in v1.3.1

func NewWdkwmspickmedicinechecksellRequest() *WdkwmspickmedicinechecksellAPIRequest

NewWdkwmspickmedicinechecksellRequest 初始化WdkwmspickmedicinechecksellAPIRequest对象

func (WdkwmspickmedicinechecksellAPIRequest) GetApiMethodName added in v1.3.1

func (r WdkwmspickmedicinechecksellAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkwmspickmedicinechecksellAPIRequest) GetApiParams added in v1.3.1

func (r WdkwmspickmedicinechecksellAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (WdkwmspickmedicinechecksellAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (WdkwmspickmedicinechecksellAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (WdkwmspickmedicinechecksellAPIRequest) GetUuid added in v1.3.1

GetUuid Uuid Getter

func (*WdkwmspickmedicinechecksellAPIRequest) SetShopId added in v1.3.1

func (r *WdkwmspickmedicinechecksellAPIRequest) SetShopId(_shopId int64) error

SetShopId is ShopId Setter shopId

func (*WdkwmspickmedicinechecksellAPIRequest) SetUuid added in v1.3.1

SetUuid is Uuid Setter 从二维码扫描出的信息

type WdkwmspickmedicinechecksellAPIResponse added in v1.3.1

type WdkwmspickmedicinechecksellAPIResponse struct {
	model.CommonResponse
	WdkwmspickmedicinechecksellAPIResponseModel
}

WdkwmspickmedicinechecksellAPIResponse 联营商药品柜核销 API返回值 wdk.wms.pick.medicine.checksell

联营商药品柜核销

type WdkwmspickmedicinechecksellAPIResponseModel added in v1.3.1

type WdkwmspickmedicinechecksellAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_wms_pick_medicine_checksell_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *MedicineResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

WdkwmspickmedicinechecksellAPIResponseModel is 联营商药品柜核销 成功返回结果

type WdkwmspickmedicinequeryAPIRequest added in v1.3.1

type WdkwmspickmedicinequeryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

WdkwmspickmedicinequeryAPIRequest 查询拣货单中的药品信息 API请求 wdk.wms.pick.medicine.query

联营商药机查询拣货单中的药品信息

func NewWdkwmspickmedicinequeryRequest added in v1.3.1

func NewWdkwmspickmedicinequeryRequest() *WdkwmspickmedicinequeryAPIRequest

NewWdkwmspickmedicinequeryRequest 初始化WdkwmspickmedicinequeryAPIRequest对象

func (WdkwmspickmedicinequeryAPIRequest) GetApiMethodName added in v1.3.1

func (r WdkwmspickmedicinequeryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (WdkwmspickmedicinequeryAPIRequest) GetApiParams added in v1.3.1

func (r WdkwmspickmedicinequeryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (WdkwmspickmedicinequeryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (WdkwmspickmedicinequeryAPIRequest) GetShopId added in v1.3.1

GetShopId ShopId Getter

func (WdkwmspickmedicinequeryAPIRequest) GetUuid added in v1.3.1

GetUuid Uuid Getter

func (*WdkwmspickmedicinequeryAPIRequest) SetShopId added in v1.3.1

func (r *WdkwmspickmedicinequeryAPIRequest) SetShopId(_shopId int64) error

SetShopId is ShopId Setter shopId

func (*WdkwmspickmedicinequeryAPIRequest) SetUuid added in v1.3.1

SetUuid is Uuid Setter uuid

type WdkwmspickmedicinequeryAPIResponse added in v1.3.1

type WdkwmspickmedicinequeryAPIResponse struct {
	model.CommonResponse
	WdkwmspickmedicinequeryAPIResponseModel
}

WdkwmspickmedicinequeryAPIResponse 查询拣货单中的药品信息 API返回值 wdk.wms.pick.medicine.query

联营商药机查询拣货单中的药品信息

type WdkwmspickmedicinequeryAPIResponseModel added in v1.3.1

type WdkwmspickmedicinequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"wdk_wms_pick_medicine_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *WdkwmspickmedicinequeryResult `json:"result,omitempty" xml:"result,omitempty"`
}

WdkwmspickmedicinequeryAPIResponseModel is 查询拣货单中的药品信息 成功返回结果

type WdkwmspickmedicinequeryResult added in v1.3.1

type WdkwmspickmedicinequeryResult struct {
	// 拣货单维度药品信息list
	MedicineItems []MedicineItemDo `json:"medicine_items,omitempty" xml:"medicine_items>medicine_item_do,omitempty"`
	// 履约单维度药品明细
	SourceOrderMedicineDTOS []SourceOrderMedicineDto `json:"source_order_medicine_d_t_o_s,omitempty" xml:"source_order_medicine_d_t_o_s>source_order_medicine_dto,omitempty"`
	// 系统自动生成
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

WdkwmspickmedicinequeryResult 结构体

type WmsInventoryTopQuery

type WmsInventoryTopQuery struct {
	// 仓库编号
	WarehouseCode string `json:"warehouse_code,omitempty" xml:"warehouse_code,omitempty"`
	// 查询页数
	QueryPageNum int64 `json:"query_page_num,omitempty" xml:"query_page_num,omitempty"`
}

WmsInventoryTopQuery 结构体

type WorkCallbackRequest added in v1.2.9

type WorkCallbackRequest struct {
	// 子单列表
	WorkCallbackSubOrderInfoList []WorkCallbackSubOrderInfo `` /* 129-byte string literal not displayed */
	// 经营店编码
	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`
	// 回传通知状态 ACCEPTED = 商户接单 REJECTED = 商户取消订单 PICKED = 拣货完成 PACKAGED = 打包出库 SHIPPING = 开始配送 SIGN = 用户签收 REFUSED = 用户拒收
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 状态备注, 如商户拒单原因备注
	StatusRemark string `json:"status_remark,omitempty" xml:"status_remark,omitempty"`
	// 配送人员名称 SHIPPING/SIGN状态必填
	DelivererName string `json:"deliverer_name,omitempty" xml:"deliverer_name,omitempty"`
	// 配送人员联系方式 SHIPPING/SIGN状态必填
	DelivererPhone string `json:"deliverer_phone,omitempty" xml:"deliverer_phone,omitempty"`
	// 配送公司编码 FENGNIAO = 蜂鸟 MEITUAN = 美团 DADA = 达达 SHUNFENG = 顺丰 ELEZB = 饿了么众包 BINGEX = 闪送 SELF = 商家自送 OTHER = 其他运力
	DelivererCompany string `json:"deliverer_company,omitempty" xml:"deliverer_company,omitempty"`
	// 配送物流单号
	LogisticsNo string `json:"logistics_no,omitempty" xml:"logistics_no,omitempty"`
	// 业务订单编码
	BizOrderId int64 `json:"biz_order_id,omitempty" xml:"biz_order_id,omitempty"`
}

WorkCallbackRequest 结构体

type WorkCallbackSubOrderInfo added in v1.2.9

type WorkCallbackSubOrderInfo struct {
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// 业务子订单编码
	BizSubOrderId int64 `json:"biz_sub_order_id,omitempty" xml:"biz_sub_order_id,omitempty"`
	// 销售单位拣货数量 PICKED/PACKAGED状态必填
	PickSaleQuantity float64 `json:"pick_sale_quantity,omitempty" xml:"pick_sale_quantity,omitempty"`
	// 库存单位拣货数量 PICKED/PACKAGED状态必填
	PickStockQuantity float64 `json:"pick_stock_quantity,omitempty" xml:"pick_stock_quantity,omitempty"`
}

WorkCallbackSubOrderInfo 结构体

type WorkOrder added in v1.2.5

type WorkOrder struct {
	// 作业单列表
	WorkOrderUnits []WorkOrderUnits `json:"work_order_units,omitempty" xml:"work_order_units>work_order_units,omitempty"`
	// 仓编码
	WareHouseCode string `json:"ware_house_code,omitempty" xml:"ware_house_code,omitempty"`
	// 作业单最早送达时间
	EarliestArrivalTime string `json:"earliest_arrival_time,omitempty" xml:"earliest_arrival_time,omitempty"`
	// 任务名称
	WorkOrderName string `json:"work_order_name,omitempty" xml:"work_order_name,omitempty"`
	// 作业单最晚送达时间
	LatestArriveTime string `json:"latest_arrive_time,omitempty" xml:"latest_arrive_time,omitempty"`
	// 任务编码
	WorkOrderId string `json:"work_order_id,omitempty" xml:"work_order_id,omitempty"`
}

WorkOrder 结构体

type WorkOrderUnitContents added in v1.2.5

type WorkOrderUnitContents struct {
	// 商品名称
	SkuName string `json:"sku_name,omitempty" xml:"sku_name,omitempty"`
	// 库存单位购买库数量
	ExpectStockQuantity string `json:"expect_stock_quantity,omitempty" xml:"expect_stock_quantity,omitempty"`
	// 扩展服务
	AttributeMap string `json:"attribute_map,omitempty" xml:"attribute_map,omitempty"`
	// 销售单位购买数量
	ExpectSaleQuantity string `json:"expect_sale_quantity,omitempty" xml:"expect_sale_quantity,omitempty"`
	// 履约子单号/子订单号
	WorkUnitContentId string `json:"work_unit_content_id,omitempty" xml:"work_unit_content_id,omitempty"`
	// expect_sale_quantity单位
	SaleUnit string `json:"sale_unit,omitempty" xml:"sale_unit,omitempty"`
	// 商品编码
	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`
	// expect_stock_quantity单位
	StockUnit string `json:"stock_unit,omitempty" xml:"stock_unit,omitempty"`
	// 子订单号
	OrderSubCode string `json:"order_sub_code,omitempty" xml:"order_sub_code,omitempty"`
}

WorkOrderUnitContents 结构体

type WorkOrderUnits added in v1.2.5

type WorkOrderUnits struct {
	// 作业子单列表
	WorkOrderUnitContents []WorkOrderUnitContents `json:"work_order_unit_contents,omitempty" xml:"work_order_unit_contents>work_order_unit_contents,omitempty"`
	// 门店编码
	ShopCode string `json:"shop_code,omitempty" xml:"shop_code,omitempty"`
	// 履约单号/订单号
	WorkOrderUnitId string `json:"work_order_unit_id,omitempty" xml:"work_order_unit_id,omitempty"`
	// 作业单最早送达时间
	EarliestArrivalTime string `json:"earliest_arrival_time,omitempty" xml:"earliest_arrival_time,omitempty"`
	// 作业单最晚送达时间
	LatestArriveTime string `json:"latest_arrive_time,omitempty" xml:"latest_arrive_time,omitempty"`
	// 订单号
	OrderCode string `json:"order_code,omitempty" xml:"order_code,omitempty"`
	// 额外属性
	ExtMap *ExtMap `json:"ext_map,omitempty" xml:"ext_map,omitempty"`
	// 收货人对象
	Customer *Customer `json:"customer,omitempty" xml:"customer,omitempty"`
	// 订单来源
	SourceFrom int64 `json:"source_from,omitempty" xml:"source_from,omitempty"`
}

WorkOrderUnits 结构体

type WorkResult

type WorkResult struct {
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`
	// 返回数据
	Data *PackageResultDto `json:"data,omitempty" xml:"data,omitempty"`
	// 响应结果
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
	// 返回结果
	ResultData bool `json:"result_data,omitempty" xml:"result_data,omitempty"`
}

WorkResult 结构体

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL