wdkitem

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaWdkItemBrandQueryAPIResponse

type AlibabaWdkItemBrandQueryAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemBrandQueryResponse
}

品牌信息查询 APIResponse alibaba.wdk.item.brand.query

品牌信息查询

type AlibabaWdkItemBrandQueryRequest

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

品牌信息查询 APIRequest alibaba.wdk.item.brand.query

品牌信息查询

func NewAlibabaWdkItemBrandQueryRequest

func NewAlibabaWdkItemBrandQueryRequest() *AlibabaWdkItemBrandQueryRequest

func (AlibabaWdkItemBrandQueryRequest) GetApiMethodName

func (r AlibabaWdkItemBrandQueryRequest) GetApiMethodName() string

func (AlibabaWdkItemBrandQueryRequest) GetApiParams

func (r AlibabaWdkItemBrandQueryRequest) GetApiParams() url.Values

func (AlibabaWdkItemBrandQueryRequest) GetKeyword

func (r AlibabaWdkItemBrandQueryRequest) GetKeyword() string

func (AlibabaWdkItemBrandQueryRequest) GetOffset

func (r AlibabaWdkItemBrandQueryRequest) GetOffset() int64

func (AlibabaWdkItemBrandQueryRequest) GetPageSize

func (r AlibabaWdkItemBrandQueryRequest) GetPageSize() int64

func (*AlibabaWdkItemBrandQueryRequest) SetKeyword

func (r *AlibabaWdkItemBrandQueryRequest) SetKeyword(keyword string) error

func (*AlibabaWdkItemBrandQueryRequest) SetOffset

func (r *AlibabaWdkItemBrandQueryRequest) SetOffset(offset int64) error

func (*AlibabaWdkItemBrandQueryRequest) SetPageSize

func (r *AlibabaWdkItemBrandQueryRequest) SetPageSize(pageSize int64) error

type AlibabaWdkItemBrandQueryResponse

type AlibabaWdkItemBrandQueryResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_brand_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemBrandQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemBrandQueryResult

type AlibabaWdkItemBrandQueryResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaWdkItemBrandQueryResult

type AlibabaWdkItemCategoryQueryAPIResponse

type AlibabaWdkItemCategoryQueryAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemCategoryQueryResponse
}

类目查询接口 APIResponse alibaba.wdk.item.category.query

类目查询接口

type AlibabaWdkItemCategoryQueryRequest

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

类目查询接口 APIRequest alibaba.wdk.item.category.query

类目查询接口

func NewAlibabaWdkItemCategoryQueryRequest

func NewAlibabaWdkItemCategoryQueryRequest() *AlibabaWdkItemCategoryQueryRequest

func (AlibabaWdkItemCategoryQueryRequest) GetApiMethodName

func (r AlibabaWdkItemCategoryQueryRequest) GetApiMethodName() string

func (AlibabaWdkItemCategoryQueryRequest) GetApiParams

func (AlibabaWdkItemCategoryQueryRequest) GetKeyword

func (AlibabaWdkItemCategoryQueryRequest) GetRootCategoryCode

func (r AlibabaWdkItemCategoryQueryRequest) GetRootCategoryCode() string

func (*AlibabaWdkItemCategoryQueryRequest) SetKeyword

func (r *AlibabaWdkItemCategoryQueryRequest) SetKeyword(keyword string) error

func (*AlibabaWdkItemCategoryQueryRequest) SetRootCategoryCode

func (r *AlibabaWdkItemCategoryQueryRequest) SetRootCategoryCode(rootCategoryCode string) error

type AlibabaWdkItemCategoryQueryResponse

type AlibabaWdkItemCategoryQueryResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_category_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemCategoryQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemCategoryQueryResult

type AlibabaWdkItemCategoryQueryResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaWdkItemCategoryQueryResult

type AlibabaWdkItemFuturepriceQueryAPIResponse

type AlibabaWdkItemFuturepriceQueryAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemFuturepriceQueryResponse
}

单个商品未来价查询接口 APIResponse alibaba.wdk.item.futureprice.query

查询单个商品未来价,融合了未来基础售价+未来促销价

type AlibabaWdkItemFuturepriceQueryModel

type AlibabaWdkItemFuturepriceQueryModel struct {
	MerchantCode string `json:"merchant_code,omitempty" xml:"merchant_code,omitempty"`

	MemberPrice int64 `json:"member_price,omitempty" xml:"member_price,omitempty"`

	FinalPrice int64 `json:"final_price,omitempty" xml:"final_price,omitempty"`

	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`

	MzPromotionDTO *MzPromotionDto `json:"mz_promotion_d_t_o,omitempty" xml:"mz_promotion_d_t_o,omitempty"`

	BarCode string `json:"bar_code,omitempty" xml:"bar_code,omitempty"`

	MemberFinalPrice int64 `json:"member_final_price,omitempty" xml:"member_final_price,omitempty"`

	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`

	ItemPromotionList []PromotionInfoDto `json:"item_promotion_list,omitempty" xml:"item_promotion_list,omitempty"`

	ItemName string `json:"item_name,omitempty" xml:"item_name,omitempty"`

	AuctionPrice int64 `json:"auction_price,omitempty" xml:"auction_price,omitempty"`

	ShopId int64 `json:"shop_id,omitempty" xml:"shop_id,omitempty"`

	ShopPromotionList []PromotionInfoDto `json:"shop_promotion_list,omitempty" xml:"shop_promotion_list,omitempty"`

	MemberItemPromotionList []PromotionInfoDto `json:"member_item_promotion_list,omitempty" xml:"member_item_promotion_list,omitempty"`

	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`

	OrderChannelCode string `json:"order_channel_code,omitempty" xml:"order_channel_code,omitempty"`
}

AlibabaWdkItemFuturepriceQueryModel

type AlibabaWdkItemFuturepriceQueryRequest

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

单个商品未来价查询接口 APIRequest alibaba.wdk.item.futureprice.query

查询单个商品未来价,融合了未来基础售价+未来促销价

func NewAlibabaWdkItemFuturepriceQueryRequest

func NewAlibabaWdkItemFuturepriceQueryRequest() *AlibabaWdkItemFuturepriceQueryRequest

func (AlibabaWdkItemFuturepriceQueryRequest) GetApiMethodName

func (r AlibabaWdkItemFuturepriceQueryRequest) GetApiMethodName() string

func (AlibabaWdkItemFuturepriceQueryRequest) GetApiParams

func (AlibabaWdkItemFuturepriceQueryRequest) GetEndTime

func (AlibabaWdkItemFuturepriceQueryRequest) GetOrderChannelCode

func (r AlibabaWdkItemFuturepriceQueryRequest) GetOrderChannelCode() string

func (AlibabaWdkItemFuturepriceQueryRequest) GetShopId

func (AlibabaWdkItemFuturepriceQueryRequest) GetSkuCode

func (AlibabaWdkItemFuturepriceQueryRequest) GetStartTime

func (*AlibabaWdkItemFuturepriceQueryRequest) SetEndTime

func (r *AlibabaWdkItemFuturepriceQueryRequest) SetEndTime(endTime string) error

func (*AlibabaWdkItemFuturepriceQueryRequest) SetOrderChannelCode

func (r *AlibabaWdkItemFuturepriceQueryRequest) SetOrderChannelCode(orderChannelCode string) error

func (*AlibabaWdkItemFuturepriceQueryRequest) SetShopId

func (r *AlibabaWdkItemFuturepriceQueryRequest) SetShopId(shopId int64) error

func (*AlibabaWdkItemFuturepriceQueryRequest) SetSkuCode

func (r *AlibabaWdkItemFuturepriceQueryRequest) SetSkuCode(skuCode string) error

func (*AlibabaWdkItemFuturepriceQueryRequest) SetStartTime

func (r *AlibabaWdkItemFuturepriceQueryRequest) SetStartTime(startTime string) error

type AlibabaWdkItemFuturepriceQueryResponse

type AlibabaWdkItemFuturepriceQueryResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_futureprice_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemFuturepriceQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemFuturepriceQueryResult

type AlibabaWdkItemFuturepriceQueryResult 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"`

	Models []AlibabaWdkItemFuturepriceQueryModel `json:"models,omitempty" xml:"models,omitempty"`
}

AlibabaWdkItemFuturepriceQueryResult

type AlibabaWdkItemMemberpriceUpdateAPIResponse

type AlibabaWdkItemMemberpriceUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemMemberpriceUpdateResponse
}

商品售价会员价修改 APIResponse alibaba.wdk.item.memberprice.update

商品售价会员价修改

type AlibabaWdkItemMemberpriceUpdateRequest

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

商品售价会员价修改 APIRequest alibaba.wdk.item.memberprice.update

商品售价会员价修改

func NewAlibabaWdkItemMemberpriceUpdateRequest

func NewAlibabaWdkItemMemberpriceUpdateRequest() *AlibabaWdkItemMemberpriceUpdateRequest

func (AlibabaWdkItemMemberpriceUpdateRequest) GetApiMethodName

func (r AlibabaWdkItemMemberpriceUpdateRequest) GetApiMethodName() string

func (AlibabaWdkItemMemberpriceUpdateRequest) GetApiParams

func (AlibabaWdkItemMemberpriceUpdateRequest) GetCleanSkuMemberPrice

func (r AlibabaWdkItemMemberpriceUpdateRequest) GetCleanSkuMemberPrice() bool

func (AlibabaWdkItemMemberpriceUpdateRequest) GetSkuCode

func (AlibabaWdkItemMemberpriceUpdateRequest) GetSkuMemberPrice

func (r AlibabaWdkItemMemberpriceUpdateRequest) GetSkuMemberPrice() int64

func (AlibabaWdkItemMemberpriceUpdateRequest) GetSkuPrice

func (AlibabaWdkItemMemberpriceUpdateRequest) GetStoreId

func (AlibabaWdkItemMemberpriceUpdateRequest) GetTimeStamp

func (*AlibabaWdkItemMemberpriceUpdateRequest) SetCleanSkuMemberPrice

func (r *AlibabaWdkItemMemberpriceUpdateRequest) SetCleanSkuMemberPrice(cleanSkuMemberPrice bool) error

func (*AlibabaWdkItemMemberpriceUpdateRequest) SetSkuCode

func (r *AlibabaWdkItemMemberpriceUpdateRequest) SetSkuCode(skuCode string) error

func (*AlibabaWdkItemMemberpriceUpdateRequest) SetSkuMemberPrice

func (r *AlibabaWdkItemMemberpriceUpdateRequest) SetSkuMemberPrice(skuMemberPrice int64) error

func (*AlibabaWdkItemMemberpriceUpdateRequest) SetSkuPrice

func (r *AlibabaWdkItemMemberpriceUpdateRequest) SetSkuPrice(skuPrice int64) error

func (*AlibabaWdkItemMemberpriceUpdateRequest) SetStoreId

func (r *AlibabaWdkItemMemberpriceUpdateRequest) SetStoreId(storeId string) error

func (*AlibabaWdkItemMemberpriceUpdateRequest) SetTimeStamp

func (r *AlibabaWdkItemMemberpriceUpdateRequest) SetTimeStamp(timeStamp int64) error

type AlibabaWdkItemMemberpriceUpdateResponse

type AlibabaWdkItemMemberpriceUpdateResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_memberprice_update_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemMemberpriceUpdateResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemMemberpriceUpdateResult

type AlibabaWdkItemMemberpriceUpdateResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
}

AlibabaWdkItemMemberpriceUpdateResult

type AlibabaWdkItemMerchantskuCreateAPIResponse

type AlibabaWdkItemMerchantskuCreateAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemMerchantskuCreateResponse
}

商家商品信息新建 APIResponse alibaba.wdk.item.merchantsku.create

商家商品信息新建

type AlibabaWdkItemMerchantskuCreateRequest

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

商家商品信息新建 APIRequest alibaba.wdk.item.merchantsku.create

商家商品信息新建

func NewAlibabaWdkItemMerchantskuCreateRequest

func NewAlibabaWdkItemMerchantskuCreateRequest() *AlibabaWdkItemMerchantskuCreateRequest

func (AlibabaWdkItemMerchantskuCreateRequest) GetApiMethodName

func (r AlibabaWdkItemMerchantskuCreateRequest) GetApiMethodName() string

func (AlibabaWdkItemMerchantskuCreateRequest) GetApiParams

func (AlibabaWdkItemMerchantskuCreateRequest) GetParams

func (*AlibabaWdkItemMerchantskuCreateRequest) SetParams

type AlibabaWdkItemMerchantskuCreateResponse

type AlibabaWdkItemMerchantskuCreateResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_merchantsku_create_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemMerchantskuCreateResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemMerchantskuCreateResult

type AlibabaWdkItemMerchantskuCreateResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

AlibabaWdkItemMerchantskuCreateResult

type AlibabaWdkItemMerchantskuQueryAPIResponse

type AlibabaWdkItemMerchantskuQueryAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemMerchantskuQueryResponse
}

商家商品信息查询 APIResponse alibaba.wdk.item.merchantsku.query

商家商品信息查询

type AlibabaWdkItemMerchantskuQueryRequest

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

商家商品信息查询 APIRequest alibaba.wdk.item.merchantsku.query

商家商品信息查询

func NewAlibabaWdkItemMerchantskuQueryRequest

func NewAlibabaWdkItemMerchantskuQueryRequest() *AlibabaWdkItemMerchantskuQueryRequest

func (AlibabaWdkItemMerchantskuQueryRequest) GetApiMethodName

func (r AlibabaWdkItemMerchantskuQueryRequest) GetApiMethodName() string

func (AlibabaWdkItemMerchantskuQueryRequest) GetApiParams

func (AlibabaWdkItemMerchantskuQueryRequest) GetOrgCode

func (AlibabaWdkItemMerchantskuQueryRequest) GetSkuCode

func (*AlibabaWdkItemMerchantskuQueryRequest) SetOrgCode

func (r *AlibabaWdkItemMerchantskuQueryRequest) SetOrgCode(orgCode string) error

func (*AlibabaWdkItemMerchantskuQueryRequest) SetSkuCode

func (r *AlibabaWdkItemMerchantskuQueryRequest) SetSkuCode(skuCode string) error

type AlibabaWdkItemMerchantskuQueryResponse

type AlibabaWdkItemMerchantskuQueryResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_merchantsku_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemMerchantskuQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemMerchantskuQueryResult

type AlibabaWdkItemMerchantskuQueryResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

AlibabaWdkItemMerchantskuQueryResult

type AlibabaWdkItemMerchantskuUpdateAPIResponse

type AlibabaWdkItemMerchantskuUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemMerchantskuUpdateResponse
}

商家商品修改 APIResponse alibaba.wdk.item.merchantsku.update

商家商品修改

type AlibabaWdkItemMerchantskuUpdateRequest

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

商家商品修改 APIRequest alibaba.wdk.item.merchantsku.update

商家商品修改

func NewAlibabaWdkItemMerchantskuUpdateRequest

func NewAlibabaWdkItemMerchantskuUpdateRequest() *AlibabaWdkItemMerchantskuUpdateRequest

func (AlibabaWdkItemMerchantskuUpdateRequest) GetApiMethodName

func (r AlibabaWdkItemMerchantskuUpdateRequest) GetApiMethodName() string

func (AlibabaWdkItemMerchantskuUpdateRequest) GetApiParams

func (AlibabaWdkItemMerchantskuUpdateRequest) GetOrgCode

func (AlibabaWdkItemMerchantskuUpdateRequest) GetParams

func (AlibabaWdkItemMerchantskuUpdateRequest) GetSkuCode

func (*AlibabaWdkItemMerchantskuUpdateRequest) SetOrgCode

func (r *AlibabaWdkItemMerchantskuUpdateRequest) SetOrgCode(orgCode string) error

func (*AlibabaWdkItemMerchantskuUpdateRequest) SetParams

func (*AlibabaWdkItemMerchantskuUpdateRequest) SetSkuCode

func (r *AlibabaWdkItemMerchantskuUpdateRequest) SetSkuCode(skuCode string) error

type AlibabaWdkItemMerchantskuUpdateResponse

type AlibabaWdkItemMerchantskuUpdateResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_merchantsku_update_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemMerchantskuUpdateResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemMerchantskuUpdateResult

type AlibabaWdkItemMerchantskuUpdateResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaWdkItemMerchantskuUpdateResult

type AlibabaWdkItemMerchantstoreskuCreateAPIResponse

type AlibabaWdkItemMerchantstoreskuCreateAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemMerchantstoreskuCreateResponse
}

门店商品信息新建 APIResponse alibaba.wdk.item.merchantstoresku.create

门店商品信息新建

type AlibabaWdkItemMerchantstoreskuCreateRequest

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

门店商品信息新建 APIRequest alibaba.wdk.item.merchantstoresku.create

门店商品信息新建

func NewAlibabaWdkItemMerchantstoreskuCreateRequest

func NewAlibabaWdkItemMerchantstoreskuCreateRequest() *AlibabaWdkItemMerchantstoreskuCreateRequest

func (AlibabaWdkItemMerchantstoreskuCreateRequest) GetApiMethodName

func (AlibabaWdkItemMerchantstoreskuCreateRequest) GetApiParams

func (AlibabaWdkItemMerchantstoreskuCreateRequest) GetOrgCode

func (AlibabaWdkItemMerchantstoreskuCreateRequest) GetParams

func (AlibabaWdkItemMerchantstoreskuCreateRequest) GetSkuCode

func (AlibabaWdkItemMerchantstoreskuCreateRequest) GetStoreId

func (*AlibabaWdkItemMerchantstoreskuCreateRequest) SetOrgCode

func (*AlibabaWdkItemMerchantstoreskuCreateRequest) SetParams

func (*AlibabaWdkItemMerchantstoreskuCreateRequest) SetSkuCode

func (*AlibabaWdkItemMerchantstoreskuCreateRequest) SetStoreId

type AlibabaWdkItemMerchantstoreskuCreateResponse

type AlibabaWdkItemMerchantstoreskuCreateResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_merchantstoresku_create_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemMerchantstoreskuCreateResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemMerchantstoreskuCreateResult

type AlibabaWdkItemMerchantstoreskuCreateResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
}

AlibabaWdkItemMerchantstoreskuCreateResult

type AlibabaWdkItemMerchantstoreskuUpdateAPIResponse

type AlibabaWdkItemMerchantstoreskuUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemMerchantstoreskuUpdateResponse
}

门店商品信息修改 APIResponse alibaba.wdk.item.merchantstoresku.update

门店商品信息修改

type AlibabaWdkItemMerchantstoreskuUpdateRequest

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

门店商品信息修改 APIRequest alibaba.wdk.item.merchantstoresku.update

门店商品信息修改

func NewAlibabaWdkItemMerchantstoreskuUpdateRequest

func NewAlibabaWdkItemMerchantstoreskuUpdateRequest() *AlibabaWdkItemMerchantstoreskuUpdateRequest

func (AlibabaWdkItemMerchantstoreskuUpdateRequest) GetApiMethodName

func (AlibabaWdkItemMerchantstoreskuUpdateRequest) GetApiParams

func (AlibabaWdkItemMerchantstoreskuUpdateRequest) GetParams

func (AlibabaWdkItemMerchantstoreskuUpdateRequest) GetSkuCode

func (AlibabaWdkItemMerchantstoreskuUpdateRequest) GetStoreId

func (*AlibabaWdkItemMerchantstoreskuUpdateRequest) SetParams

func (*AlibabaWdkItemMerchantstoreskuUpdateRequest) SetSkuCode

func (*AlibabaWdkItemMerchantstoreskuUpdateRequest) SetStoreId

type AlibabaWdkItemMerchantstoreskuUpdateResponse

type AlibabaWdkItemMerchantstoreskuUpdateResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_merchantstoresku_update_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemMerchantstoreskuUpdateResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemMerchantstoreskuUpdateResult

type AlibabaWdkItemMerchantstoreskuUpdateResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
}

AlibabaWdkItemMerchantstoreskuUpdateResult

type AlibabaWdkItemMorebarcodeOpsAPIResponse

type AlibabaWdkItemMorebarcodeOpsAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemMorebarcodeOpsResponse
}

商品一品多码维护操作 APIResponse alibaba.wdk.item.morebarcode.ops

商品一品多码维护操作

type AlibabaWdkItemMorebarcodeOpsRequest

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

商品一品多码维护操作 APIRequest alibaba.wdk.item.morebarcode.ops

商品一品多码维护操作

func NewAlibabaWdkItemMorebarcodeOpsRequest

func NewAlibabaWdkItemMorebarcodeOpsRequest() *AlibabaWdkItemMorebarcodeOpsRequest

func (AlibabaWdkItemMorebarcodeOpsRequest) GetApiMethodName

func (r AlibabaWdkItemMorebarcodeOpsRequest) GetApiMethodName() string

func (AlibabaWdkItemMorebarcodeOpsRequest) GetApiParams

func (AlibabaWdkItemMorebarcodeOpsRequest) GetUpdateMoreBarCodeRequestBean

func (r AlibabaWdkItemMorebarcodeOpsRequest) GetUpdateMoreBarCodeRequestBean() *UpdateMoreBarCodeRequestBean

func (*AlibabaWdkItemMorebarcodeOpsRequest) SetUpdateMoreBarCodeRequestBean

func (r *AlibabaWdkItemMorebarcodeOpsRequest) SetUpdateMoreBarCodeRequestBean(updateMoreBarCodeRequestBean *UpdateMoreBarCodeRequestBean) error

type AlibabaWdkItemMorebarcodeOpsResponse

type AlibabaWdkItemMorebarcodeOpsResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_morebarcode_ops_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemMorebarcodeOpsResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemMorebarcodeOpsResult

type AlibabaWdkItemMorebarcodeOpsResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
}

AlibabaWdkItemMorebarcodeOpsResult

type AlibabaWdkItemStoreskuQueryAPIResponse

type AlibabaWdkItemStoreskuQueryAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemStoreskuQueryResponse
}

门店商品信息查询 APIResponse alibaba.wdk.item.storesku.query

门店商品信息查询

type AlibabaWdkItemStoreskuQueryRequest

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

门店商品信息查询 APIRequest alibaba.wdk.item.storesku.query

门店商品信息查询

func NewAlibabaWdkItemStoreskuQueryRequest

func NewAlibabaWdkItemStoreskuQueryRequest() *AlibabaWdkItemStoreskuQueryRequest

func (AlibabaWdkItemStoreskuQueryRequest) GetApiMethodName

func (r AlibabaWdkItemStoreskuQueryRequest) GetApiMethodName() string

func (AlibabaWdkItemStoreskuQueryRequest) GetApiParams

func (AlibabaWdkItemStoreskuQueryRequest) GetSkuCode

func (AlibabaWdkItemStoreskuQueryRequest) GetStoreId

func (*AlibabaWdkItemStoreskuQueryRequest) SetSkuCode

func (r *AlibabaWdkItemStoreskuQueryRequest) SetSkuCode(skuCode string) error

func (*AlibabaWdkItemStoreskuQueryRequest) SetStoreId

func (r *AlibabaWdkItemStoreskuQueryRequest) SetStoreId(storeId string) error

type AlibabaWdkItemStoreskuQueryResponse

type AlibabaWdkItemStoreskuQueryResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_storesku_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemStoreskuQueryResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemStoreskuQueryResult

type AlibabaWdkItemStoreskuQueryResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaWdkItemStoreskuQueryResult

type AlibabaWdkItemStoreskustatusUpdateAPIResponse

type AlibabaWdkItemStoreskustatusUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaWdkItemStoreskustatusUpdateResponse
}

修改门店商品状态 APIResponse alibaba.wdk.item.storeskustatus.update

五道口商品 修改门店商品状态

type AlibabaWdkItemStoreskustatusUpdateRequest

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

修改门店商品状态 APIRequest alibaba.wdk.item.storeskustatus.update

五道口商品 修改门店商品状态

func NewAlibabaWdkItemStoreskustatusUpdateRequest

func NewAlibabaWdkItemStoreskustatusUpdateRequest() *AlibabaWdkItemStoreskustatusUpdateRequest

func (AlibabaWdkItemStoreskustatusUpdateRequest) GetApiMethodName

func (AlibabaWdkItemStoreskustatusUpdateRequest) GetApiParams

func (AlibabaWdkItemStoreskustatusUpdateRequest) GetBean

func (*AlibabaWdkItemStoreskustatusUpdateRequest) SetBean

type AlibabaWdkItemStoreskustatusUpdateResponse

type AlibabaWdkItemStoreskustatusUpdateResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_item_storeskustatus_update_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkItemStoreskustatusUpdateResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaWdkItemStoreskustatusUpdateResult

type AlibabaWdkItemStoreskustatusUpdateResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`

	ErrorDesc string `json:"error_desc,omitempty" xml:"error_desc,omitempty"`
}

AlibabaWdkItemStoreskustatusUpdateResult

type AlibabaWdkPictureUploadAPIResponse

type AlibabaWdkPictureUploadAPIResponse struct {
	model.CommonResponse
	AlibabaWdkPictureUploadResponse
}

图片上传接口 APIResponse alibaba.wdk.picture.upload

上传图片

type AlibabaWdkPictureUploadApiResult

type AlibabaWdkPictureUploadApiResult struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Model *PictureDo `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"`
}

AlibabaWdkPictureUploadApiResult

type AlibabaWdkPictureUploadRequest

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

图片上传接口 APIRequest alibaba.wdk.picture.upload

上传图片

func NewAlibabaWdkPictureUploadRequest

func NewAlibabaWdkPictureUploadRequest() *AlibabaWdkPictureUploadRequest

func (AlibabaWdkPictureUploadRequest) GetApiMethodName

func (r AlibabaWdkPictureUploadRequest) GetApiMethodName() string

func (AlibabaWdkPictureUploadRequest) GetApiParams

func (r AlibabaWdkPictureUploadRequest) GetApiParams() url.Values

func (AlibabaWdkPictureUploadRequest) GetImg

func (AlibabaWdkPictureUploadRequest) GetImgInputTitle

func (r AlibabaWdkPictureUploadRequest) GetImgInputTitle() string

func (AlibabaWdkPictureUploadRequest) GetPictureCategoryId

func (r AlibabaWdkPictureUploadRequest) GetPictureCategoryId() int64

func (AlibabaWdkPictureUploadRequest) GetTitle

func (*AlibabaWdkPictureUploadRequest) SetImg

func (r *AlibabaWdkPictureUploadRequest) SetImg(img []*model.File) error

func (*AlibabaWdkPictureUploadRequest) SetImgInputTitle

func (r *AlibabaWdkPictureUploadRequest) SetImgInputTitle(imgInputTitle string) error

func (*AlibabaWdkPictureUploadRequest) SetPictureCategoryId

func (r *AlibabaWdkPictureUploadRequest) SetPictureCategoryId(pictureCategoryId int64) error

func (*AlibabaWdkPictureUploadRequest) SetTitle

func (r *AlibabaWdkPictureUploadRequest) SetTitle(title string) error

type AlibabaWdkPictureUploadResponse

type AlibabaWdkPictureUploadResponse struct {
	XMLName xml.Name `xml:"alibaba_wdk_picture_upload_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AlibabaWdkPictureUploadApiResult `json:"result,omitempty" xml:"result,omitempty"`
}

type Barcodebolist

type Barcodebolist struct {
	Barcode string `json:"barcode,omitempty" xml:"barcode,omitempty"`

	SpuSpec string `json:"spu_spec,omitempty" xml:"spu_spec,omitempty"`
}

Barcodebolist

type MzPromotionDto

type MzPromotionDto struct {
	ActId int64 `json:"act_id,omitempty" xml:"act_id,omitempty"`

	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"`
}

MzPromotionDto

type PictureDo

type PictureDo struct {
	PictureId int64 `json:"picture_id,omitempty" xml:"picture_id,omitempty"`

	PictureCategoryId int64 `json:"picture_category_id,omitempty" xml:"picture_category_id,omitempty"`

	PicturePath string `json:"picture_path,omitempty" xml:"picture_path,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	Sizes int64 `json:"sizes,omitempty" xml:"sizes,omitempty"`

	Status string `json:"status,omitempty" xml:"status,omitempty"`

	Deleted string `json:"deleted,omitempty" xml:"deleted,omitempty"`

	Created string `json:"created,omitempty" xml:"created,omitempty"`

	Modified string `json:"modified,omitempty" xml:"modified,omitempty"`

	Pixel string `json:"pixel,omitempty" xml:"pixel,omitempty"`

	FullUrl string `json:"full_url,omitempty" xml:"full_url,omitempty"`
}

PictureDo

type PromotionInfoDto

type PromotionInfoDto struct {
	DisplayText string `json:"display_text,omitempty" xml:"display_text,omitempty"`

	PromotionType string `json:"promotion_type,omitempty" xml:"promotion_type,omitempty"`

	DiscountFee int64 `json:"discount_fee,omitempty" xml:"discount_fee,omitempty"`

	CreateDateTime string `json:"create_date_time,omitempty" xml:"create_date_time,omitempty"`

	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,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"`

	ActivityType int64 `json:"activity_type,omitempty" xml:"activity_type,omitempty"`
}

PromotionInfoDto

type UpdateMoreBarCodeRequestBean

type UpdateMoreBarCodeRequestBean struct {
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`

	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`

	BarCodeBoList []Barcodebolist `json:"bar_code_bo_list,omitempty" xml:"bar_code_bo_list,omitempty"`
}

UpdateMoreBarCodeRequestBean

type UpdateStoreSkuLifeStatusRequestBean

type UpdateStoreSkuLifeStatusRequestBean struct {
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`

	SkuCode string `json:"sku_code,omitempty" xml:"sku_code,omitempty"`

	StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"`

	LifeStatus string `json:"life_status,omitempty" xml:"life_status,omitempty"`

	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`
}

UpdateStoreSkuLifeStatusRequestBean

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL