product

package
v0.0.0-...-32237eb Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2013 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

提供了商品以及商品相关的sku,邮费增加,修改功能 auto sdk from taobao ApiMetadata.xml version 20130808 auther: dz7changkong@qq.com

Index

Constants

View Source
const VersionNo = "20130808"

Variables

This section is empty.

Functions

This section is empty.

Types

type AfterSale

type AfterSale struct {
	AfterSaleId   int    `json:"after_sale_id"`
	AfterSaleName string `json:"after_sale_name"`
	AfterSalePath string `json:"after_sale_path"`
}

卖家设置售后服务对象

type AftersaleGetRequest

type AftersaleGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

查询用户设置的售后服务模板,仅返回标题和id

func (*AftersaleGetRequest) GetResponse

func (r *AftersaleGetRequest) GetResponse(accessToken string) (*AftersaleGetResponse, []byte, error)

type AftersaleGetResponse

type AftersaleGetResponse struct {
	AfterSales []*AfterSale `json:"after_sales"`
}

type AftersaleGetResponseResult

type AftersaleGetResponseResult struct {
	Response *AftersaleGetResponse `json:"aftersale_get_response"`
}

type BrandCatControl

type BrandCatControl struct {
	BrandId       int    `json:"brand_id"`
	BrandName     string `json:"brand_name"`
	CatId         int    `json:"cat_id"`
	CatName       string `json:"cat_name"`
	CertifiedData string `json:"certified_data"`
}

管控的品牌类目信息

type BrandCatControlInfo

type BrandCatControlInfo struct {
	BrandCatControls []*BrandCatControl `json:"brand_cat_controls"`
}

管控的类目以及品牌信息

type CatBrandSaleProp

type CatBrandSaleProp struct {
	BrandId            int  `json:"brand_id"`
	CatId              int  `json:"cat_id"`
	DefMarketPropValue int  `json:"def_market_prop_value"`
	IsNotSpec          bool `json:"is_not_spec"`
	PropertyId         int  `json:"property_id"`
}

被管控的品牌和类目的所对应的销售属性

type CertPicInfo

type CertPicInfo struct {
	CertType int    `json:"cert_type"`
	PicUrl   string `json:"pic_url"`
}

产品资质认证图片信息,包括认证类型以及图片url

type CertTxtInfo

type CertTxtInfo struct {
	CertType int    `json:"cert_type"`
	Text     string `json:"text"`
}

产品资质认证文本信息,包括认证类型以及文本信息

type DeliveryTime

type DeliveryTime struct {
	DeliveryTime     string `json:"delivery_time"`
	DeliveryTimeType string `json:"delivery_time_type"`
	NeedDeliveryTime string `json:"need_delivery_time"`
}

发货时间数据结构

type DescModuleInfo

type DescModuleInfo struct {
	AnchorModuleIds string `json:"anchor_module_ids"`
	Type            int    `json:"type"`
}

该数据结构保存宝贝描述对应的规范化信息

type FoodSecurity

type FoodSecurity struct {
	Contact          string `json:"contact"`
	DesignCode       string `json:"design_code"`
	Factory          string `json:"factory"`
	FactorySite      string `json:"factory_site"`
	FoodAdditive     string `json:"food_additive"`
	HealthProductNo  string `json:"health_product_no"`
	Mix              string `json:"mix"`
	Period           string `json:"period"`
	PlanStorage      string `json:"plan_storage"`
	PrdLicenseNo     string `json:"prd_license_no"`
	ProductDateEnd   string `json:"product_date_end"`
	ProductDateStart string `json:"product_date_start"`
	StockDateEnd     string `json:"stock_date_end"`
	StockDateStart   string `json:"stock_date_start"`
	Supplier         string `json:"supplier"`
}
食品安全信息,包括:

生产许可证号、产品标准号、厂名、厂址等

type IdsModule

type IdsModule struct {
	Id   int    `json:"id"`
	Name string `json:"name"`
	Type int    `json:"type"`
}

用于保存宝贝描述规范化模块信息

type Item

type Item struct {
	AfterSaleId                int             `json:"after_sale_id"`
	ApproveStatus              string          `json:"approve_status"`
	AuctionPoint               int             `json:"auction_point"`
	AutoFill                   string          `json:"auto_fill"`
	ChangeProp                 string          `json:"change_prop"`
	Cid                        int             `json:"cid"`
	CodPostageId               int             `json:"cod_postage_id"`
	Created                    string          `json:"created"`
	CustomMadeTypeId           string          `json:"custom_made_type_id"`
	DelistTime                 string          `json:"delist_time"`
	DeliveryTime               *DeliveryTime   `json:"delivery_time"`
	Desc                       string          `json:"desc"`
	DescModuleInfo             *DescModuleInfo `json:"desc_module_info"`
	DescModules                string          `json:"desc_modules"`
	DetailUrl                  string          `json:"detail_url"`
	EmsFee                     float64         `json:"ems_fee"`
	ExpressFee                 float64         `json:"express_fee"`
	Features                   string          `json:"features"`
	FoodSecurity               *FoodSecurity   `json:"food_security"`
	FreightPayer               string          `json:"freight_payer"`
	GlobalStockType            string          `json:"global_stock_type"`
	HasDiscount                bool            `json:"has_discount"`
	HasInvoice                 bool            `json:"has_invoice"`
	HasShowcase                bool            `json:"has_showcase"`
	HasWarranty                bool            `json:"has_warranty"`
	Increment                  string          `json:"increment"`
	InnerShopAuctionTemplateId int             `json:"inner_shop_auction_template_id"`
	InputPids                  string          `json:"input_pids"`
	InputStr                   string          `json:"input_str"`
	Is3D                       bool            `json:"is_3D"`
	IsEx                       bool            `json:"is_ex"`
	IsFenxiao                  int             `json:"is_fenxiao"`
	IsLightningConsignment     bool            `json:"is_lightning_consignment"`
	IsPrepay                   bool            `json:"is_prepay"`
	IsTaobao                   bool            `json:"is_taobao"`
	IsTiming                   bool            `json:"is_timing"`
	IsVirtual                  bool            `json:"is_virtual"`
	IsXinpin                   bool            `json:"is_xinpin"`
	ItemImgs                   []*ItemImg      `json:"item_imgs"`
	ItemSize                   string          `json:"item_size"`
	ItemWeight                 string          `json:"item_weight"`
	ListTime                   string          `json:"list_time"`
	LocalityLife               *LocalityLife   `json:"locality_life"`
	Location                   *Location       `json:"location"`
	Modified                   string          `json:"modified"`
	Nick                       string          `json:"nick"`
	Num                        int             `json:"num"`
	NumIid                     int             `json:"num_iid"`
	OneStation                 bool            `json:"one_station"`
	OuterId                    string          `json:"outer_id"`
	OuterShopAuctionTemplateId int             `json:"outer_shop_auction_template_id"`
	PaimaiInfo                 *PaimaiInfo     `json:"paimai_info"`
	PicUrl                     string          `json:"pic_url"`
	PostFee                    float64         `json:"post_fee"`
	PostageId                  int             `json:"postage_id"`
	Price                      float64         `json:"price"`
	ProductId                  int             `json:"product_id"`
	PromotedService            string          `json:"promoted_service"`
	PropImgs                   []*PropImg      `json:"prop_imgs"`
	PropertyAlias              string          `json:"property_alias"`
	Props                      string          `json:"props"`
	PropsName                  string          `json:"props_name"`
	Score                      int             `json:"score"`
	SecondKill                 string          `json:"second_kill"`
	SellPoint                  string          `json:"sell_point"`
	SellPromise                bool            `json:"sell_promise"`
	SellerCids                 string          `json:"seller_cids"`
	Skus                       []*Sku          `json:"skus"`
	StuffStatus                string          `json:"stuff_status"`
	SubStock                   int             `json:"sub_stock"`
	TemplateId                 string          `json:"template_id"`
	Title                      string          `json:"title"`
	Type                       string          `json:"type"`
	ValidThru                  int             `json:"valid_thru"`
	Videos                     []*Video        `json:"videos"`
	Violation                  bool            `json:"violation"`
	WapDesc                    string          `json:"wap_desc"`
	WapDetailUrl               string          `json:"wap_detail_url"`
	WithHoldQuantity           int             `json:"with_hold_quantity"`
	WwStatus                   bool            `json:"ww_status"`
}

Item(商品)结构

type ItemAddRequest

type ItemAddRequest struct {
	open_taobao.TaobaoMethodRequest
}
此接口用于新增一个商品

商品所属的卖家是当前会话的用户 商品的属性和sku的属性有包含的关系,商品的价格要位于sku的价格区间之中(例如,sku价格有5元、10元两种,那么商品的价格就需要大于等于5元,小于等于10元,否则新增商品会失败) 商品的类目和商品的价格、sku的价格都有一定的相关性(具体的关系要通过类目属性查询接口获得) 商品的运费承担方式和邮费设置有相关性,卖家承担运费不用设置邮费,买家承担运费需要设置邮费 当关键属性值选择了“其他”的时候,需要输入input_pids和input_str商品才能添加成功。

func (*ItemAddRequest) GetResponse

func (r *ItemAddRequest) GetResponse(accessToken string) (*ItemAddResponse, []byte, error)

func (*ItemAddRequest) SetAfterSaleId

func (r *ItemAddRequest) SetAfterSaleId(value string)

售后说明模板id

func (*ItemAddRequest) SetApproveStatus

func (r *ItemAddRequest) SetApproveStatus(value string)

商品上传后的状态。可选值:onsale(出售中),instock(仓库中);默认值:onsale

func (*ItemAddRequest) SetAuctionPoint

func (r *ItemAddRequest) SetAuctionPoint(value string)

商品的积分返点比例。如:5,表示:返点比例0.5%. 注意:返点比例必须是>0的整数,而且最大是90,即为9%.B商家在发布非虚拟商品时,返点必须是 5的倍数,即0.5%的倍数。其它是1的倍数,即0.1%的倍数。无名良品商家发布商品时,复用该字段记录积分宝返点比例,返点必须是对应类目的返点步长的整数倍,默认是5,即0.5%。注意此时该字段值依旧必须是>0的整数,最高值不超过500,即50%

func (*ItemAddRequest) SetAutoFill

func (r *ItemAddRequest) SetAutoFill(value string)
代充商品类型。在代充商品的类目下,不传表示不标记商品类型(交易搜索中就不能通过标记搜到相关的交易了)。可选类型:

no_mark(不做类型标记) time_card(点卡软件代充) fee_card(话费软件代充)

func (*ItemAddRequest) SetChangeProp

func (r *ItemAddRequest) SetChangeProp(value string)
商品基础色,数据格式为:pid:vid:rvid1,rvid2,rvid3;pid:vid:rvid1;

基础色只支持以下14种颜色:28335//绿色 28338//蓝色 90554//桔色 28324//黄色 28341//黑色 28320//白色 28326//红色 28329//紫色 3232480//粉红色 107121//透明 132069//褐色 28332//浅灰色 3232478//深灰色 130164//花色

func (*ItemAddRequest) SetCid

func (r *ItemAddRequest) SetCid(value string)

叶子类目id

func (*ItemAddRequest) SetCodPostageId

func (r *ItemAddRequest) SetCodPostageId(value string)

此为货到付款运费模板的ID,对应的JAVA类型是long,如果COD卖家应用了货到付款运费模板,此值要进行设置。

func (*ItemAddRequest) SetDesc

func (r *ItemAddRequest) SetDesc(value string)

宝贝描述。字数要大于5个字符,小于25000个字符,受违禁词控制

func (*ItemAddRequest) SetDescModules

func (r *ItemAddRequest) SetDescModules(value string)

商品描述模块化,模块列表,由List<ItemDescModule>转化成jsonArray存入,后端逻辑验证通过,拼装成模块内容+锚点导航后存入desc中。数据结构具体参见Item_Desc_Module

func (*ItemAddRequest) SetEmsFee

func (r *ItemAddRequest) SetEmsFee(value string)

ems费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:25.07,表示:25元7分

func (*ItemAddRequest) SetExpressFee

func (r *ItemAddRequest) SetExpressFee(value string)

快递费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:15.07,表示:15元7分

func (*ItemAddRequest) SetFoodSecurityContact

func (r *ItemAddRequest) SetFoodSecurityContact(value string)

厂家联系方式

func (*ItemAddRequest) SetFoodSecurityDesignCode

func (r *ItemAddRequest) SetFoodSecurityDesignCode(value string)

产品标准号

func (*ItemAddRequest) SetFoodSecurityFactory

func (r *ItemAddRequest) SetFoodSecurityFactory(value string)

厂名

func (*ItemAddRequest) SetFoodSecurityFactorySite

func (r *ItemAddRequest) SetFoodSecurityFactorySite(value string)

厂址

func (*ItemAddRequest) SetFoodSecurityFoodAdditive

func (r *ItemAddRequest) SetFoodSecurityFoodAdditive(value string)

食品添加剂

func (*ItemAddRequest) SetFoodSecurityHealthProductNo

func (r *ItemAddRequest) SetFoodSecurityHealthProductNo(value string)

健字号,保健品/膳食营养补充剂 这个类目下特有的信息,此类目下无需填写生产许可证编号(QS),如果填写了生产许可证编号(QS)将被忽略不保存;保存宝贝时,标题前会自动加上健字号产品名称一起作为宝贝标题;

func (*ItemAddRequest) SetFoodSecurityMix

func (r *ItemAddRequest) SetFoodSecurityMix(value string)

配料表

func (*ItemAddRequest) SetFoodSecurityPeriod

func (r *ItemAddRequest) SetFoodSecurityPeriod(value string)

保质期

func (*ItemAddRequest) SetFoodSecurityPlanStorage

func (r *ItemAddRequest) SetFoodSecurityPlanStorage(value string)

储藏方法

func (*ItemAddRequest) SetFoodSecurityPrdLicenseNo

func (r *ItemAddRequest) SetFoodSecurityPrdLicenseNo(value string)

生产许可证号

func (*ItemAddRequest) SetFoodSecurityProductDateEnd

func (r *ItemAddRequest) SetFoodSecurityProductDateEnd(value string)

生产结束日期,格式必须为yyyy-MM-dd

func (*ItemAddRequest) SetFoodSecurityProductDateStart

func (r *ItemAddRequest) SetFoodSecurityProductDateStart(value string)

生产开始日期,格式必须为yyyy-MM-dd

func (*ItemAddRequest) SetFoodSecurityStockDateEnd

func (r *ItemAddRequest) SetFoodSecurityStockDateEnd(value string)

进货结束日期,要在生产日期之后,格式必须为yyyy-MM-dd

func (*ItemAddRequest) SetFoodSecurityStockDateStart

func (r *ItemAddRequest) SetFoodSecurityStockDateStart(value string)

进货开始日期,要在生产日期之后,格式必须为yyyy-MM-dd

func (*ItemAddRequest) SetFoodSecuritySupplier

func (r *ItemAddRequest) SetFoodSecuritySupplier(value string)

供货商

func (*ItemAddRequest) SetFreightPayer

func (r *ItemAddRequest) SetFreightPayer(value string)
运费承担方式。可选值:seller(卖家承担),buyer(买家承担);默认值:seller。卖家承担不用设置邮费和postage_id.买家承担的时候,必填邮费和postage_id

如果用户设置了运费模板会优先使用运费模板,否则要同步设置邮费(post_fee,express_fee,ems_fee)

func (*ItemAddRequest) SetGlobalStockType

func (r *ItemAddRequest) SetGlobalStockType(value string)
针对全球购卖家的库存类型业务,

有两种库存类型:现货和代购 参数值为1时代表现货,值为2时代表代购 如果传值为这两个值之外的值,会报错; 如果不是全球购卖家,这两个值即使设置也不会处理

func (*ItemAddRequest) SetHasDiscount

func (r *ItemAddRequest) SetHasDiscount(value string)

支持会员打折。可选值:true,false;默认值:false(不打折)

func (*ItemAddRequest) SetHasInvoice

func (r *ItemAddRequest) SetHasInvoice(value string)

是否有发票。可选值:true,false (商城卖家此字段必须为true);默认值:false(无发票)

func (*ItemAddRequest) SetHasShowcase

func (r *ItemAddRequest) SetHasShowcase(value string)

橱窗推荐。可选值:true,false;默认值:false(不推荐)

func (*ItemAddRequest) SetHasWarranty

func (r *ItemAddRequest) SetHasWarranty(value string)

是否有保修。可选值:true,false;默认值:false(不保修)

func (*ItemAddRequest) SetImage

func (r *ItemAddRequest) SetImage(value string)

商品主图片。类型:JPG,GIF;最大长度:500K

func (*ItemAddRequest) SetIncrement

func (r *ItemAddRequest) SetIncrement(value string)

加价(降价)幅度。如果为0,代表系统代理幅度。对于增价拍和荷兰拍来说是加价幅度,对于降价拍来说是降价幅度。

func (*ItemAddRequest) SetInputPids

func (r *ItemAddRequest) SetInputPids(value string)

用户自行输入的类目属性ID串。结构:"pid1,pid2,pid3",如:"20000"(表示品牌) 注:通常一个类目下用户可输入的关键属性不超过1个。

func (*ItemAddRequest) SetInputStr

func (r *ItemAddRequest) SetInputStr(value string)

用户自行输入的子属性名和属性值,结构:"父属性值;一级子属性名;一级子属性值;二级子属性名;自定义输入值,....",如:“耐克;耐克系列;科比系列;科比系列;2K5,Nike乔丹鞋;乔丹系列;乔丹鞋系列;乔丹鞋系列;json5”,多个自定义属性用','分割,input_str需要与input_pids一一对应,注:通常一个类目下用户可输入的关键属性不超过1个。所有属性别名加起来不能超过3999字节

func (*ItemAddRequest) SetIs3D

func (r *ItemAddRequest) SetIs3D(value string)

是否是3D

func (*ItemAddRequest) SetIsEx

func (r *ItemAddRequest) SetIsEx(value string)

是否在外店显示

func (*ItemAddRequest) SetIsLightningConsignment

func (r *ItemAddRequest) SetIsLightningConsignment(value string)

实物闪电发货

func (*ItemAddRequest) SetIsTaobao

func (r *ItemAddRequest) SetIsTaobao(value string)

是否在淘宝上显示(如果传FALSE,则在淘宝主站无法显示该商品)

func (*ItemAddRequest) SetIsXinpin

func (r *ItemAddRequest) SetIsXinpin(value string)

商品是否为新品。只有在当前类目开通新品,并且当前用户拥有该类目下发布新品权限时才能设置is_xinpin为true,否则设置true后会返回错误码:isv.invalid-permission:add-xinpin。同时只有一口价全新的宝贝才能设置为新品,否则会返回错误码:isv.invalid-parameter:xinpin。不设置该参数值或设置为false效果一致。

func (*ItemAddRequest) SetItemSize

func (r *ItemAddRequest) SetItemSize(value string)
表示商品的体积,如果需要使用按体积计费的运费模板,一定要设置这个值。该值的单位为立方米(m3),如果是其他单位,请转换成成立方米。

该值支持两种格式的设置:格式1:bulk:3,单位为立方米(m3),表示直接设置为商品的体积。格式2:length:10;breadth:10;height:10,单位为米(m)。体积和长宽高都支持小数类型。 在传入体积或长宽高时候,不能带单位。体积的单位默认为立方米(m3),长宽高的单位默认为米(m) 该值支持两种格式的设置:格式1:bulk:3,单位为立方米(m3),表示直接设置为商品的体积。格式2:length:10;breadth:10;height:10,单位为米(m)

func (*ItemAddRequest) SetItemWeight

func (r *ItemAddRequest) SetItemWeight(value string)
商品的重量,用于按重量计费的运费模板。注意:单位为kg。

只能传入数值类型(包含小数),不能带单位,单位默认为kg。

func (*ItemAddRequest) SetLang

func (r *ItemAddRequest) SetLang(value string)

商品文字的字符集。繁体传入"zh_HK",简体传入"zh_CN",不传默认为简体

func (*ItemAddRequest) SetListTime

func (r *ItemAddRequest) SetListTime(value string)

定时上架时间。(时间格式:yyyy-MM-dd HH:mm:ss)

func (*ItemAddRequest) SetLocalityLifeChooseLogis

func (r *ItemAddRequest) SetLocalityLifeChooseLogis(value string)

发布电子凭证宝贝时候表示是否使用邮寄 0: 代表不使用邮寄; 1:代表使用邮寄;如果不设置这个值,代表不使用邮寄

func (*ItemAddRequest) SetLocalityLifeExpirydate

func (r *ItemAddRequest) SetLocalityLifeExpirydate(value string)
本地生活电子交易凭证业务,目前此字段只涉及到的信息为有效期;

如果有效期为起止日期类型,此值为2012-08-06,2012-08-16 如果有效期为【购买成功日 至】类型则格式为2012-08-16 如果有效期为天数类型则格式为15

func (*ItemAddRequest) SetLocalityLifeMerchant

func (r *ItemAddRequest) SetLocalityLifeMerchant(value string)

码商信息,格式为 码商id:nick

func (*ItemAddRequest) SetLocalityLifeNetworkId

func (r *ItemAddRequest) SetLocalityLifeNetworkId(value string)

网点ID

func (*ItemAddRequest) SetLocalityLifeOnsaleAutoRefundRatio

func (r *ItemAddRequest) SetLocalityLifeOnsaleAutoRefundRatio(value string)

电子凭证售中自动退款比例,百分比%前的数字,介于1-100之间的整数

func (*ItemAddRequest) SetLocalityLifeRefundRatio

func (r *ItemAddRequest) SetLocalityLifeRefundRatio(value string)
退款比例,

百分比%前的数字,1-100的正整数值

func (*ItemAddRequest) SetLocalityLifeVerification

func (r *ItemAddRequest) SetLocalityLifeVerification(value string)
核销打款

1代表核销打款 0代表非核销打款

func (*ItemAddRequest) SetLocationCity

func (r *ItemAddRequest) SetLocationCity(value string)

所在地城市。如杭州 。可以通过http://dl.open.taobao.com/sdk/商品城市列表.rar查询

func (*ItemAddRequest) SetLocationState

func (r *ItemAddRequest) SetLocationState(value string)

所在地省份。如浙江,具体可以下载http://dl.open.taobao.com/sdk/商品城市列表.rar 取到

func (*ItemAddRequest) SetNum

func (r *ItemAddRequest) SetNum(value string)
商品数量,取值范围:0-999999的整数。且需要等于Sku所有数量的和。

拍卖商品中增加拍只能为1,荷兰拍要在[2,500)范围内。

func (*ItemAddRequest) SetOuterId

func (r *ItemAddRequest) SetOuterId(value string)

商品外部编码,该字段的最大长度是512个字节

func (*ItemAddRequest) SetPaimaiInfoDeposit

func (r *ItemAddRequest) SetPaimaiInfoDeposit(value string)
拍卖宝贝的保证金。对于增价拍和荷兰拍来说保证金有两种模式:淘宝默认模式(首次出价金额的10%),自定义固定保证金(固定冻结金额只能输入不超过30万的正整数),并且保证金只冻结1次。对于降价拍来说保证金只有淘宝默认的(竞拍价格的10% * 竞拍数量),并且每次出价都需要冻结保证金。

对于拍卖宝贝来说,保证金是必须的,但是默认使用淘宝默认保证金模式,只有用户需要使用自定义固定保证金的时候才需要使用到这个参数,如果该参数不传或传入0则代表使用默认。

func (*ItemAddRequest) SetPaimaiInfoInterval

func (r *ItemAddRequest) SetPaimaiInfoInterval(value string)

降价拍宝贝的降价周期(分钟)。降价拍宝贝的价格每隔paimai_info.interval时间会下降一次increment。

func (*ItemAddRequest) SetPaimaiInfoMode

func (r *ItemAddRequest) SetPaimaiInfoMode(value string)

拍卖商品选择的拍卖类型,拍卖类型包括三种:增价拍(1),荷兰拍(2)和降价拍(3)。

func (*ItemAddRequest) SetPaimaiInfoReserve

func (r *ItemAddRequest) SetPaimaiInfoReserve(value string)

降价拍宝贝的保留价。对于降价拍来说,paimai_info.reserve必须大于0,且小于price-increment,而且(price-paimai_info.reserve)/increment的计算结果必须为整数

func (*ItemAddRequest) SetPaimaiInfoValidHour

func (r *ItemAddRequest) SetPaimaiInfoValidHour(value string)

自定义销售周期的小时数。拍卖宝贝可以自定义销售周期,这里指定销售周期的小时数。注意,该参数只作为输入参数,不能通过taobao.item.get接口获取。

func (*ItemAddRequest) SetPaimaiInfoValidMinute

func (r *ItemAddRequest) SetPaimaiInfoValidMinute(value string)

自定义销售周期的分钟数。拍卖宝贝可以自定义销售周期,这里是指定销售周期的分钟数。自定义销售周期的小时数。拍卖宝贝可以自定义销售周期,这里指定销售周期的小时数。注意,该参数只作为输入参数,不能通过taobao.item.get接口获取。

func (*ItemAddRequest) SetPicPath

func (r *ItemAddRequest) SetPicPath(value string)

商品主图需要关联的图片空间的相对url。这个url所对应的图片必须要属于当前用户。pic_path和image只需要传入一个,如果两个都传,默认选择pic_path

func (*ItemAddRequest) SetPostFee

func (r *ItemAddRequest) SetPostFee(value string)

平邮费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:5.07,表示:5元7分. 注:post_fee,express_fee,ems_fee需要一起填写

func (*ItemAddRequest) SetPostageId

func (r *ItemAddRequest) SetPostageId(value string)

宝贝所属的运费模板ID。取值范围:整数且必须是该卖家的运费模板的ID(可通过taobao.delivery.template.get获得当前会话用户的所有邮费模板)

func (*ItemAddRequest) SetPrice

func (r *ItemAddRequest) SetPrice(value string)
商品价格。取值范围:0-100000000;精确到2位小数;单位:元。如:200.07,表示:200元7分。需要在正确的价格区间内。

拍卖商品对应的起拍价。

func (*ItemAddRequest) SetProductId

func (r *ItemAddRequest) SetProductId(value string)

商品所属的产品ID(B商家发布商品需要用)

func (*ItemAddRequest) SetPropertyAlias

func (r *ItemAddRequest) SetPropertyAlias(value string)

属性值别名。如pid:vid:别名;pid1:vid1:别名1 ,其中:pid是属性id vid是属性值id。总长度不超过511字节

func (*ItemAddRequest) SetProps

func (r *ItemAddRequest) SetProps(value string)

商品属性列表。格式:pid:vid;pid:vid。属性的pid调用taobao.itemprops.get取得,属性值的vid用taobao.itempropvalues.get取得vid。 如果该类目下面没有属性,可以不用填写。如果有属性,必选属性必填,其他非必选属性可以选择不填写.属性不能超过35对。所有属性加起来包括分割符不能超过549字节,单个属性没有限制。 如果有属性是可输入的话,则用字段input_str填入属性的值

func (*ItemAddRequest) SetScenicTicketBookCost

func (r *ItemAddRequest) SetScenicTicketBookCost(value string)

景区门票在选择订金支付时候,需要交的预订费。传入的值是1到20之间的数值,小数点后最多可以保留两位(多余的部分将做四舍五入的处理)。这个数值表示的是预订费的比例,最终的预订费为 scenic_ticket_book_cost乘一口价除以100

func (*ItemAddRequest) SetScenicTicketPayWay

func (r *ItemAddRequest) SetScenicTicketPayWay(value string)

景区门票类宝贝发布时候,当卖家签订了支付宝代扣协议时候,需要选择支付方式:全额支付和订金支付。当scenic_ticket_pay_way为1时表示全额支付,为2时表示订金支付

func (*ItemAddRequest) SetSellPoint

func (r *ItemAddRequest) SetSellPoint(value string)

商品卖点信息,最长15个字符。仅天猫商家可用。

func (*ItemAddRequest) SetSellPromise

func (r *ItemAddRequest) SetSellPromise(value string)

是否承诺退换货服务!虚拟商品无须设置此项!

func (*ItemAddRequest) SetSellerCids

func (r *ItemAddRequest) SetSellerCids(value string)

商品所属的店铺类目列表。按逗号分隔。结构:",cid1,cid2,...,",如果店铺类目存在二级类目,必须传入子类目cids。

func (*ItemAddRequest) SetSkuOuterIds

func (r *ItemAddRequest) SetSkuOuterIds(value string)
Sku的外部id串,结构如:1234,1342,…

sku_properties, sku_quantities, sku_prices, sku_outer_ids在输入数据时要一一对应,如果没有sku_outer_ids也要写上这个参数,入参是","(这个是两个sku的示列,逗号数应该是sku个数减1);该参数最大长度是512个字节

func (*ItemAddRequest) SetSkuPrices

func (r *ItemAddRequest) SetSkuPrices(value string)

Sku的价格串,结构如:10.00,5.00,… 精确到2位小数;单位:元。如:200.07,表示:200元7分

func (*ItemAddRequest) SetSkuProperties

func (r *ItemAddRequest) SetSkuProperties(value string)
更新的Sku的属性串,调用taobao.itemprops.get获取类目属性,如果属性是销售属性,再用taobao.itempropvalues.get取得vid。格式:pid:vid;pid:vid,多个sku之间用逗号分隔。该字段内的销售属性(自定义的除外)也需要在props字段填写。sku的销售属性需要一同选取,如:颜色,尺寸。如果新增商品包含了sku,则此字段一定要传入。这个字段的长度要控制在512个字节以内。

如果有自定义销售属性,则格式为pid:vid;pid2:vid2;$pText:vText , 其中$pText:vText为自定义属性。限制:其中$pText的’$’前缀不能少,且pText和vText文本中不可以存在冒号:和分号;以及逗号,

func (*ItemAddRequest) SetSkuQuantities

func (r *ItemAddRequest) SetSkuQuantities(value string)

Sku的数量串,结构如:num1,num2,num3 如:2,3

func (*ItemAddRequest) SetSkuSpecIds

func (r *ItemAddRequest) SetSkuSpecIds(value string)

此参数暂时不起作用

func (*ItemAddRequest) SetStuffStatus

func (r *ItemAddRequest) SetStuffStatus(value string)
新旧程度。可选值:new(新),second(二手),unused(闲置)。B商家不能发布二手商品。

如果是二手商品,特定类目下属性里面必填新旧成色属性

func (*ItemAddRequest) SetSubStock

func (r *ItemAddRequest) SetSubStock(value string)
商品是否支持拍下减库存:1支持;2取消支持(付款减库存);0(默认)不更改

集市卖家默认拍下减库存; 商城卖家默认付款减库存

func (*ItemAddRequest) SetTitle

func (r *ItemAddRequest) SetTitle(value string)

宝贝标题。不能超过60字符,受违禁词控制。天猫图书管控类目最大允许120字符;

func (*ItemAddRequest) SetType

func (r *ItemAddRequest) SetType(value string)
发布类型。可选值:fixed(一口价),auction(拍卖)。B商家不能发布拍卖商品,而且拍卖商品是没有SKU的。

拍卖商品发布时需要附加拍卖商品信息:拍卖类型(paimai_info.mode,拍卖类型包括三种:增价拍[1],荷兰拍[2]以及降价拍[3]),商品数量(num),起拍价(price),价格幅度(increament),保证金(paimai_info.deposit)。另外拍卖商品支持自定义销售周期,通过paimai_info.valid_hour和paimai_info.valid_minute来指定。对于降价拍来说需要设置降价周期(paimai_info.interval)和拍卖保留价(paimai_info.reserve)。 注意:通过taobao.item.get接口获取拍卖信息时,会返回除了valid_hour和valid_minute之外的所有拍卖信息。

func (*ItemAddRequest) SetValidThru

func (r *ItemAddRequest) SetValidThru(value string)

有效期。可选值:7,14;单位:天;默认值:14

func (*ItemAddRequest) SetWeight

func (r *ItemAddRequest) SetWeight(value string)

商品的重量(商超卖家专用字段)

type ItemAddResponse

type ItemAddResponse struct {
	Item *Item `json:"item"`
}

type ItemAddResponseResult

type ItemAddResponseResult struct {
	Response *ItemAddResponse `json:"item_add_response"`
}

type ItemAnchorGetRequest

type ItemAnchorGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

根据类目id和宝贝描述规范化打标类型获取该类目可用的宝贝描述模块中的锚点

func (*ItemAnchorGetRequest) GetResponse

func (r *ItemAnchorGetRequest) GetResponse(accessToken string) (*ItemAnchorGetResponse, []byte, error)

func (*ItemAnchorGetRequest) SetCatId

func (r *ItemAnchorGetRequest) SetCatId(value string)

对应类目编号

func (*ItemAnchorGetRequest) SetType

func (r *ItemAnchorGetRequest) SetType(value string)

宝贝模板类型是人工打标还是自动打标:人工打标为1,自动打标为0.人工和自动打标为-1.

type ItemAnchorGetResponse

type ItemAnchorGetResponse struct {
	AnchorModules []*IdsModule `json:"anchor_modules"`
	TotalResults  int          `json:"total_results"`
}

type ItemAnchorGetResponseResult

type ItemAnchorGetResponseResult struct {
	Response *ItemAnchorGetResponse `json:"item_anchor_get_response"`
}

type ItemBsellerAddRequest

type ItemBsellerAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

淘宝助理提供的发布商城商品接口,在发布时 先查询是否有这个产品,有则将商品绑定到该产品上发布;如果没有这个产品,自动帮用户新建产品,再将商品绑定到该产品上发布。错误码参考taobao.product.add、taobao.product.img.upload、taobao.product.propimg.upload、taobao.item.add

func (*ItemBsellerAddRequest) GetResponse

func (r *ItemBsellerAddRequest) GetResponse(accessToken string) (*ItemBsellerAddResponse, []byte, error)

func (*ItemBsellerAddRequest) SetAfterSaleId

func (r *ItemBsellerAddRequest) SetAfterSaleId(value string)

售后服务说明模板id

func (*ItemBsellerAddRequest) SetApproveStatus

func (r *ItemBsellerAddRequest) SetApproveStatus(value string)

商品上传后的状态。可选值:onsale(出售中),instock(仓库中);默认值:onsale

func (*ItemBsellerAddRequest) SetAuctionPoint

func (r *ItemBsellerAddRequest) SetAuctionPoint(value string)

商品的积分返点比例。如:5,表示:返点比例0.5%. 注意:返点比例必须是>0的整数,而且最大是90,即为9%.B商家在发布非虚拟商品时,返点必须是 5的倍数,即0.5%的倍数。其它是1的倍数,即0.1%的倍数

func (*ItemBsellerAddRequest) SetAutoFill

func (r *ItemBsellerAddRequest) SetAutoFill(value string)
代充商品类型。只有少数类目下的商品可以标记上此字段,具体哪些类目可以上传可以通过taobao.itemcat.features.get获得。在代充商品的类目下,不传表示不标记商品类型(交易搜索中就不能通过标记搜到相关的交易了)。可选类型:

*no_mark(不做类型标记) *time_card(点卡软件代充) *fee_card(话费软件代充)

func (*ItemBsellerAddRequest) SetAutoRepost

func (r *ItemBsellerAddRequest) SetAutoRepost(value string)

自动重发。可选值:true,false;默认值:false(不重发)

func (*ItemBsellerAddRequest) SetCid

func (r *ItemBsellerAddRequest) SetCid(value string)

叶子类目id

func (*ItemBsellerAddRequest) SetCodPostageId

func (r *ItemBsellerAddRequest) SetCodPostageId(value string)

货到付款运费模板ID

func (*ItemBsellerAddRequest) SetColorPropAndPicUrls

func (r *ItemBsellerAddRequest) SetColorPropAndPicUrls(value string)

颜色销售属性和对应销售属性图片url列表,格式为"颜色属性pid,颜色属性值vid,颜色图片url",多个颜色用分号分隔,例如:125,567,http://img05.daily.taobao.net/bao/uploaded/i5/T16.lbXl02XXXmYQgY_030226.jpg;566,578,http://img05.daily.taobao.net/bao/uploaded/i5/T1zphcXcVuXXbDdSva_122254.jpg;

func (*ItemBsellerAddRequest) SetDesc

func (r *ItemBsellerAddRequest) SetDesc(value string)

宝贝描述。字数要大于5个字符,小于25000个字符,受违禁词控制

func (*ItemBsellerAddRequest) SetEmsFee

func (r *ItemBsellerAddRequest) SetEmsFee(value string)

ems费用。取值范围:0-100000000;精确到2位小数;单位:元。如:25.07,表示:25元7分

func (*ItemBsellerAddRequest) SetExpressFee

func (r *ItemBsellerAddRequest) SetExpressFee(value string)

快递费用。取值范围:0.01-10000.00;精确到2位小数;单位:元。如:15.07,表示:15元7分

func (*ItemBsellerAddRequest) SetFeatures

func (r *ItemBsellerAddRequest) SetFeatures(value string)
宝贝特征值,格式为:

【key1:value1;key2:value2;key3:value3;】,key和value用【:】分隔,key&value之间用【;】分隔,只有在Top支持的特征值才能保存到宝贝上,目前支持的Key列表为:mysize_tp

func (*ItemBsellerAddRequest) SetFreightPayer

func (r *ItemBsellerAddRequest) SetFreightPayer(value string)
运费承担方式。可选值:seller(卖家承担),buyer(买家承担);默认值:seller。卖家承担不用设置邮费和postage_id.买家承担的时候,必填邮费和postage_id

如果用户设置了运费模板会优先使用运费模板,否则要同步设置邮费(post_fee,express_fee,ems_fee

func (*ItemBsellerAddRequest) SetGlobalStockType

func (r *ItemBsellerAddRequest) SetGlobalStockType(value string)
针对全球购卖家的库存类型业务,

有两种库存类型:现货和代购 参数值为1时代表现货,值为2时代表代购 如果传值为这两个值之外的值,会报错; 如果不是全球购卖家,这两个值即使设置也不会处理

func (*ItemBsellerAddRequest) SetHasDiscount

func (r *ItemBsellerAddRequest) SetHasDiscount(value string)

支持会员打折。可选值:true,false;默认值:false(不打折)

func (*ItemBsellerAddRequest) SetHasInvoice

func (r *ItemBsellerAddRequest) SetHasInvoice(value string)

是否有发票。可选值:true,false (商城卖家此字段必须为true);默认值:false(无发票)

func (*ItemBsellerAddRequest) SetHasShowcase

func (r *ItemBsellerAddRequest) SetHasShowcase(value string)

橱窗推荐。可选值:true,false;默认值:false(不推荐)

func (*ItemBsellerAddRequest) SetHasWarranty

func (r *ItemBsellerAddRequest) SetHasWarranty(value string)

是否有保修。可选值:true,false;默认值:false(不保修)

func (*ItemBsellerAddRequest) SetIncrement

func (r *ItemBsellerAddRequest) SetIncrement(value string)

加价幅度。如果为0,代表系统代理幅度

func (*ItemBsellerAddRequest) SetInnerShopAuctionTemplateId

func (r *ItemBsellerAddRequest) SetInnerShopAuctionTemplateId(value string)

用户的内店装修模板id。

func (*ItemBsellerAddRequest) SetInputPids

func (r *ItemBsellerAddRequest) SetInputPids(value string)

用户自行输入的类目属性ID串。结构:"pid1,pid2,pid3",如:"20000"(表示品牌) 注:通常一个类目下用户可输入的关键属性不超过1个。

func (*ItemBsellerAddRequest) SetInputStr

func (r *ItemBsellerAddRequest) SetInputStr(value string)

用户自行输入的子属性名和属性值,结构:"父属性值;一级子属性名;一级子属性值;二级子属性名;自定义输入值,....",如:“耐克;耐克系列;科比系列;科比系列;2K5,Nike乔丹鞋;乔丹系列;乔丹鞋系列;乔丹鞋系列;json5”,多个自定义属性用','分割,input_str需要与input_pids一一对应,注:通常一个类目下用户可输入的关键属性不超过1个。所有属性别名加起来不能超过3999字节

func (*ItemBsellerAddRequest) SetIs3D

func (r *ItemBsellerAddRequest) SetIs3D(value string)

是否是3D商品

func (*ItemBsellerAddRequest) SetIsEx

func (r *ItemBsellerAddRequest) SetIsEx(value string)

是否在外部网店显示

func (*ItemBsellerAddRequest) SetIsLightningConsignment

func (r *ItemBsellerAddRequest) SetIsLightningConsignment(value string)

实物闪电发货

func (*ItemBsellerAddRequest) SetIsTaobao

func (r *ItemBsellerAddRequest) SetIsTaobao(value string)

是否在淘宝显示

func (*ItemBsellerAddRequest) SetIsXinpin

func (r *ItemBsellerAddRequest) SetIsXinpin(value string)

商品是否为新品。只有在当前类目开通新品,并且当前用户拥有该类目下发布新品权限时才能设置is_xinpin为true,否则设置true后会返回错误码:isv.invalid-permission:xinpin。同时只有一口价全新的宝贝才能设置为新品,否则会返回错误码:isv.invalid-parameter:xinpin。不设置该参数值或设置为false效果一致。

func (*ItemBsellerAddRequest) SetItemSize

func (r *ItemBsellerAddRequest) SetItemSize(value string)

表示商品的体积,如果需要使用按体积计费的运费模板,一定要设置这个值。该值的单位为立方米(m3),如果是其他单位,请转换成成立方米。 该值支持两种格式的设置:格式1:bulk:3,单位为立方米(m3),表示直接设置为商品的体积。格式2:length:10;breadth:10;height:10,单位为米(m)。体积和长宽高都支持小数类型。 在传入体积或长宽高时候,不能带单位。体积的单位默认为立方米(m3),长宽高的单位默认为米(m)

func (*ItemBsellerAddRequest) SetItemSpecProp

func (r *ItemBsellerAddRequest) SetItemSpecProp(value string)

特定种类的商品约束,以key:value的形式传入,以分号间隔。如食品安全需要输入:food_security.prd_license_no:12345;food_security.design_code:444;...。这些key:value可参考taobao.item.add的对应输入参数。

func (*ItemBsellerAddRequest) SetItemWeight

func (r *ItemBsellerAddRequest) SetItemWeight(value string)

商品的重量,用于按重量计费的运费模板。注意:单位为kg。 只能传入数值类型(包含小数),不能带单位,单位默认为kg。

func (*ItemBsellerAddRequest) SetLang

func (r *ItemBsellerAddRequest) SetLang(value string)

商品文字的字符集。繁体传入"zh_HK",简体传入"zh_CN",不传默认为简体

func (*ItemBsellerAddRequest) SetListTime

func (r *ItemBsellerAddRequest) SetListTime(value string)

定时上架时间。(时间格式:yyyy-MM-dd HH:mm:ss)

func (*ItemBsellerAddRequest) SetLocalityLifeChooseLogis

func (r *ItemBsellerAddRequest) SetLocalityLifeChooseLogis(value string)

发布电子凭证宝贝时候表示是否使用邮寄 0: 代表不使用邮寄; 1:代表使用邮寄;如果不设置这个值,代表不使用邮寄

func (*ItemBsellerAddRequest) SetLocalityLifeExpirydate

func (r *ItemBsellerAddRequest) SetLocalityLifeExpirydate(value string)
本地生活电子交易凭证业务,目前此字段只涉及到的信息为有效期;

如果有效期为起止日期类型,此值为2012-08-06,2012-08-16 如果有效期为【购买成功日 至】类型则格式为2012-08-16 如果有效期为天数类型则格式为15

func (*ItemBsellerAddRequest) SetLocalityLifeMerchant

func (r *ItemBsellerAddRequest) SetLocalityLifeMerchant(value string)

码商信息,格式为 码商id:nick

func (*ItemBsellerAddRequest) SetLocalityLifeNetworkId

func (r *ItemBsellerAddRequest) SetLocalityLifeNetworkId(value string)

网点ID

func (*ItemBsellerAddRequest) SetLocalityLifeOnsaleAutoRefundRatio

func (r *ItemBsellerAddRequest) SetLocalityLifeOnsaleAutoRefundRatio(value string)

电子凭证售中自动退款比例,百分比%前的数字,介于1-100之间的整数

func (*ItemBsellerAddRequest) SetLocalityLifeRefundRatio

func (r *ItemBsellerAddRequest) SetLocalityLifeRefundRatio(value string)
退款比例,

百分比%前的数字,1-100的正整数值

func (*ItemBsellerAddRequest) SetLocalityLifeVerification

func (r *ItemBsellerAddRequest) SetLocalityLifeVerification(value string)
核销打款

1代表核销打款 0代表非核销打款

func (*ItemBsellerAddRequest) SetLocationCity

func (r *ItemBsellerAddRequest) SetLocationCity(value string)

所在地城市。如杭州 。具体可以用taobao.areas.get取到

func (*ItemBsellerAddRequest) SetLocationState

func (r *ItemBsellerAddRequest) SetLocationState(value string)

所在地省份。如浙江,具体可以用taobao.areas.get取到

func (*ItemBsellerAddRequest) SetNum

func (r *ItemBsellerAddRequest) SetNum(value string)

商品数量,取值范围:0-999999的整数。且需要等于Sku所有数量的和

func (*ItemBsellerAddRequest) SetOuterId

func (r *ItemBsellerAddRequest) SetOuterId(value string)

商家编码

func (*ItemBsellerAddRequest) SetOuterShopAuctionTemplateId

func (r *ItemBsellerAddRequest) SetOuterShopAuctionTemplateId(value string)

用户的外店装修模板id

func (*ItemBsellerAddRequest) SetPicUrl

func (r *ItemBsellerAddRequest) SetPicUrl(value string)

商品主图在图片空间的完整url。该图片必须属于当前用户。

func (*ItemBsellerAddRequest) SetPostFee

func (r *ItemBsellerAddRequest) SetPostFee(value string)

平邮费用。取值范围:0.01-10000.00;精确到2位小数;单位:元。如:5.07,表示:5元7分. 注:post_fee,express_fee,ems_fee需要一起填写

func (*ItemBsellerAddRequest) SetPostageId

func (r *ItemBsellerAddRequest) SetPostageId(value string)

宝贝所属的运费模板ID。取值范围:整数且必须是该卖家的运费模板的ID(可通过taobao.postages.get获得当前会话用户的所有邮费模板)

func (*ItemBsellerAddRequest) SetPrice

func (r *ItemBsellerAddRequest) SetPrice(value string)

商品价格。取值范围:0-100000000;精确到2位小数;单位:元。如:200.07,表示:200元7分。需要在正确的价格区间内。

func (*ItemBsellerAddRequest) SetProductId

func (r *ItemBsellerAddRequest) SetProductId(value string)

商品所属的产品ID(B商家发布商品需要用)

func (*ItemBsellerAddRequest) SetPropertyAlias

func (r *ItemBsellerAddRequest) SetPropertyAlias(value string)

属性值别名。如pid:vid:别名;pid1:vid1:别名1 ,其中:pid是属性id vid是属性值id。总长度不超过511字节

func (*ItemBsellerAddRequest) SetProps

func (r *ItemBsellerAddRequest) SetProps(value string)

商品属性列表。格式:pid:vid;pid:vid。属性的pid调用taobao.itemprops.get取得,属性值的vid用taobao.itempropvalues.get取得vid。 如果该类目下面没有属性,可以不用填写。如果有属性,必选属性必填,其他非必选属性可以选择不填写.属性不能超过35对。所有属性加起来包括分割符不能超过549字节,单个属性没有限制。 如果有属性是可输入的话,则用字段input_str填入属性的值

func (*ItemBsellerAddRequest) SetSecondKill

func (r *ItemBsellerAddRequest) SetSecondKill(value string)
秒杀商品类型。暂时不能使用。打上秒杀标记的商品,用户只能下架并不能再上架,其他任何编辑或删除操作都不能进行。如果用户想取消秒杀标记,需要联系小二进行操作。如果秒杀结束需要自由编辑请联系活动负责人(小二)去掉秒杀标记。可选类型

web_only(只能通过web网络秒杀) wap_only(只能通过wap网络秒杀) web_and_wap(既能通过web秒杀也能通过wap秒杀)

func (*ItemBsellerAddRequest) SetSellPromise

func (r *ItemBsellerAddRequest) SetSellPromise(value string)

是否承诺退换货服务!虚拟商品无须设置此项!

func (*ItemBsellerAddRequest) SetSellerCids

func (r *ItemBsellerAddRequest) SetSellerCids(value string)

商品所属的店铺类目列表。按逗号分隔。结构:",cid1,cid2,...,",如果店铺类目存在二级类目,必须传入子类目cids。

func (*ItemBsellerAddRequest) SetSkuOuterIds

func (r *ItemBsellerAddRequest) SetSkuOuterIds(value string)

sku_properties, sku_quantities, sku_prices, sku_outer_ids在输入数据时要一一对应,如果没有sku_outer_ids可写成:“, ,”

func (*ItemBsellerAddRequest) SetSkuPrices

func (r *ItemBsellerAddRequest) SetSkuPrices(value string)

Sku的价格串,结构如:10.00,5.00,… 精确到2位小数;单位:元。如:200.07,表示:200元7分

func (*ItemBsellerAddRequest) SetSkuProperties

func (r *ItemBsellerAddRequest) SetSkuProperties(value string)

更新的Sku的属性串,调用taobao.itemprops.get获取类目属性,如果属性是销售属性,再用taobao.itempropvalues.get取得vid。格式:pid:vid;pid:vid,多个sku之间用逗号分隔。该字段内的销售属性(自定义的除外)也需要在props字段填写 . 规则:如果该SKU存在旧商品,则修改;否则新增Sku。如果更新时有对Sku进行操作,则Sku的properties一定要传入。如果存在自定义销售属性,则格式为pid:vid;pid2:vid2;$pText:vText,其中$pText:vText为自定义属性。限制:其中$pText的’$’前缀不能少,且pText和vText文本中不可以存在 冒号:和分号;以及逗号

func (*ItemBsellerAddRequest) SetSkuQuantities

func (r *ItemBsellerAddRequest) SetSkuQuantities(value string)

Sku的数量串,结构如:num1,num2,num3 如:2,3

func (*ItemBsellerAddRequest) SetSkuSpecIds

func (r *ItemBsellerAddRequest) SetSkuSpecIds(value string)

产品的规格信息。

func (*ItemBsellerAddRequest) SetStuffStatus

func (r *ItemBsellerAddRequest) SetStuffStatus(value string)
新旧程度。可选值:new(新),second(二手),unused(闲置)。B商家不能发布二手商品。

如果是二手商品,特定类目下属性里面必填新旧成色属性

func (*ItemBsellerAddRequest) SetSubPicUrls

func (r *ItemBsellerAddRequest) SetSubPicUrls(value string)

1~4个淘宝图片空间的图片url列表,“,”分隔,做为商品的副图

func (*ItemBsellerAddRequest) SetSubStock

func (r *ItemBsellerAddRequest) SetSubStock(value string)

商品是否支持拍下减库存:1支持;2取消支持;0(默认)不更改

func (*ItemBsellerAddRequest) SetTitle

func (r *ItemBsellerAddRequest) SetTitle(value string)

宝贝标题。不能超过60字符,受违禁词控制

func (*ItemBsellerAddRequest) SetType

func (r *ItemBsellerAddRequest) SetType(value string)

发布类型。可选值:fixed(一口价),auction(拍卖)。B商家不能发布拍卖商品,而且拍卖商品是没有SKU的

func (*ItemBsellerAddRequest) SetValidThru

func (r *ItemBsellerAddRequest) SetValidThru(value string)

有效期。可选值:7,14;单位:天;默认值:14

func (*ItemBsellerAddRequest) SetWeight

func (r *ItemBsellerAddRequest) SetWeight(value string)

商品的重量(商超卖家专用字段)

type ItemBsellerAddResponse

type ItemBsellerAddResponse struct {
	Item *Item `json:"item"`
}

type ItemBsellerAddResponseResult

type ItemBsellerAddResponseResult struct {
	Response *ItemBsellerAddResponse `json:"item_bseller_add_response"`
}

type ItemCsellerAddRequest

type ItemCsellerAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

提供的发布集市商品接口,接口参数除了包括taobao.item.vip.add的参数外,新增一个sub_pic_paths参数,为图片空间的url,本方法会在发布商品同时,将这些图片作为副图关联到新商品。

func (*ItemCsellerAddRequest) GetResponse

func (r *ItemCsellerAddRequest) GetResponse(accessToken string) (*ItemCsellerAddResponse, []byte, error)

func (*ItemCsellerAddRequest) SetAfterSaleId

func (r *ItemCsellerAddRequest) SetAfterSaleId(value string)

售后服务说明模板id

func (*ItemCsellerAddRequest) SetApproveStatus

func (r *ItemCsellerAddRequest) SetApproveStatus(value string)

商品上传后的状态。可选值:onsale(出售中),instock(仓库中);默认值:onsale

func (*ItemCsellerAddRequest) SetAutoFill

func (r *ItemCsellerAddRequest) SetAutoFill(value string)
代充商品类型。只有少数类目下的商品可以标记上此字段,具体哪些类目可以上传可以通过taobao.itemcat.features.get获得。在代充商品的类目下,不传表示不标记商品类型(交易搜索中就不能通过标记搜到相关的交易了)。可选类型:

*no_mark(不做类型标记) *time_card(点卡软件代充) *fee_card(话费软件代充)

func (*ItemCsellerAddRequest) SetAutoRepost

func (r *ItemCsellerAddRequest) SetAutoRepost(value string)

自动重发。可选值:true,false;默认值:false(不重发)

func (*ItemCsellerAddRequest) SetCid

func (r *ItemCsellerAddRequest) SetCid(value string)

叶子类目id

func (*ItemCsellerAddRequest) SetCodPostageId

func (r *ItemCsellerAddRequest) SetCodPostageId(value string)

货到付款运费模板ID

func (*ItemCsellerAddRequest) SetDesc

func (r *ItemCsellerAddRequest) SetDesc(value string)

宝贝描述。字数要大于5个字符,小于25000个字符,受违禁词控制

func (*ItemCsellerAddRequest) SetEmsFee

func (r *ItemCsellerAddRequest) SetEmsFee(value string)

ems费用。取值范围:0-100000000;精确到2位小数;单位:元。如:25.07,表示:25元7分

func (*ItemCsellerAddRequest) SetExpressFee

func (r *ItemCsellerAddRequest) SetExpressFee(value string)

快递费用。取值范围:0.01-10000.00;精确到2位小数;单位:元。如:15.07,表示:15元7分

func (*ItemCsellerAddRequest) SetFeatures

func (r *ItemCsellerAddRequest) SetFeatures(value string)
宝贝特征值,格式为:

【key1:value1;key2:value2;key3:value3;】,key和value用【:】分隔,key&value之间用【;】分隔,只有在Top支持的特征值才能保存到宝贝上,目前支持的Key列表为:mysize_tp

func (*ItemCsellerAddRequest) SetFreightPayer

func (r *ItemCsellerAddRequest) SetFreightPayer(value string)
运费承担方式。可选值:seller(卖家承担),buyer(买家承担);默认值:seller。卖家承担不用设置邮费和postage_id.买家承担的时候,必填邮费和postage_id

如果用户设置了运费模板会优先使用运费模板,否则要同步设置邮费(post_fee,express_fee,ems_fee

func (*ItemCsellerAddRequest) SetGlobalStockType

func (r *ItemCsellerAddRequest) SetGlobalStockType(value string)
针对全球购卖家的库存类型业务,

有两种库存类型:现货和代购 参数值为1时代表现货,值为2时代表代购 如果传值为这两个值之外的值,会报错; 如果不是全球购卖家,这两个值即使设置也不会处理

func (*ItemCsellerAddRequest) SetHasDiscount

func (r *ItemCsellerAddRequest) SetHasDiscount(value string)

支持会员打折。可选值:true,false;默认值:false(不打折)

func (*ItemCsellerAddRequest) SetHasInvoice

func (r *ItemCsellerAddRequest) SetHasInvoice(value string)

是否有发票。可选值:true,false (商城卖家此字段必须为true);默认值:false(无发票)

func (*ItemCsellerAddRequest) SetHasShowcase

func (r *ItemCsellerAddRequest) SetHasShowcase(value string)

橱窗推荐。可选值:true,false;默认值:false(不推荐)

func (*ItemCsellerAddRequest) SetHasWarranty

func (r *ItemCsellerAddRequest) SetHasWarranty(value string)

是否有保修。可选值:true,false;默认值:false(不保修)

func (*ItemCsellerAddRequest) SetIncrement

func (r *ItemCsellerAddRequest) SetIncrement(value string)

加价幅度。如果为0,代表系统代理幅度

func (*ItemCsellerAddRequest) SetInnerShopAuctionTemplateId

func (r *ItemCsellerAddRequest) SetInnerShopAuctionTemplateId(value string)

用户的内店装修模板id。

func (*ItemCsellerAddRequest) SetInputPids

func (r *ItemCsellerAddRequest) SetInputPids(value string)

用户自行输入的类目属性ID串。结构:"pid1,pid2,pid3",如:"20000"(表示品牌) 注:通常一个类目下用户可输入的关键属性不超过1个。

func (*ItemCsellerAddRequest) SetInputStr

func (r *ItemCsellerAddRequest) SetInputStr(value string)

用户自行输入的子属性名和属性值,结构:"父属性值;一级子属性名;一级子属性值;二级子属性名;自定义输入值,....",如:“耐克;耐克系列;科比系列;科比系列;2K5,Nike乔丹鞋;乔丹系列;乔丹鞋系列;乔丹鞋系列;json5”,多个自定义属性用','分割,input_str需要与input_pids一一对应,注:通常一个类目下用户可输入的关键属性不超过1个。所有属性别名加起来不能超过3999字节

func (*ItemCsellerAddRequest) SetIs3D

func (r *ItemCsellerAddRequest) SetIs3D(value string)

是否是3D商品

func (*ItemCsellerAddRequest) SetIsEx

func (r *ItemCsellerAddRequest) SetIsEx(value string)

是否在外部网店显示

func (*ItemCsellerAddRequest) SetIsLightningConsignment

func (r *ItemCsellerAddRequest) SetIsLightningConsignment(value string)

实物闪电发货

func (*ItemCsellerAddRequest) SetIsTaobao

func (r *ItemCsellerAddRequest) SetIsTaobao(value string)

是否在淘宝显示

func (*ItemCsellerAddRequest) SetIsXinpin

func (r *ItemCsellerAddRequest) SetIsXinpin(value string)

商品是否为新品。只有在当前类目开通新品,并且当前用户拥有该类目下发布新品权限时才能设置is_xinpin为true,否则设置true后会返回错误码:isv.invalid-permission:xinpin。同时只有一口价全新的宝贝才能设置为新品,否则会返回错误码:isv.invalid-parameter:xinpin。不设置该参数值或设置为false效果一致。

func (*ItemCsellerAddRequest) SetItemSize

func (r *ItemCsellerAddRequest) SetItemSize(value string)

表示商品的体积,如果需要使用按体积计费的运费模板,一定要设置这个值。该值的单位为立方米(m3),如果是其他单位,请转换成成立方米。 该值支持两种格式的设置:格式1:bulk:3,单位为立方米(m3),表示直接设置为商品的体积。格式2:length:10;breadth:10;height:10,单位为米(m)。体积和长宽高都支持小数类型。 在传入体积或长宽高时候,不能带单位。体积的单位默认为立方米(m3),长宽高的单位默认为米(m) 该值支持两种格式的设置:格式1:bulk:3,单位为立方米(m3),表示直接设置为商品的体积。格式2:length:10;breadth:10;height:10,单位为米(m)

func (*ItemCsellerAddRequest) SetItemSpecProp

func (r *ItemCsellerAddRequest) SetItemSpecProp(value string)

特定种类的商品约束,以key:value的形式传入,以分号间隔。如食品安全需要输入:food_security.prd_license_no:12345;food_security.design_code:444;...。这些key:value可参考taobao.item.add的对应输入参数。

func (*ItemCsellerAddRequest) SetItemWeight

func (r *ItemCsellerAddRequest) SetItemWeight(value string)

商品的重量,用于按重量计费的运费模板。注意:单位为kg。 只能传入数值类型(包含小数),不能带单位,单位默认为kg。

func (*ItemCsellerAddRequest) SetLang

func (r *ItemCsellerAddRequest) SetLang(value string)

商品文字的字符集。繁体传入"zh_HK",简体传入"zh_CN",不传默认为简体

func (*ItemCsellerAddRequest) SetListTime

func (r *ItemCsellerAddRequest) SetListTime(value string)

定时上架时间。(时间格式:yyyy-MM-dd HH:mm:ss)

func (*ItemCsellerAddRequest) SetLocalityLifeChooseLogis

func (r *ItemCsellerAddRequest) SetLocalityLifeChooseLogis(value string)

发布电子凭证宝贝时候表示是否使用邮寄 0: 代表不使用邮寄; 1:代表使用邮寄;如果不设置这个值,代表不使用邮寄

func (*ItemCsellerAddRequest) SetLocalityLifeExpirydate

func (r *ItemCsellerAddRequest) SetLocalityLifeExpirydate(value string)
本地生活电子交易凭证业务,目前此字段只涉及到的信息为有效期;

如果有效期为起止日期类型,此值为2012-08-06,2012-08-16 如果有效期为【购买成功日 至】类型则格式为2012-08-16 如果有效期为天数类型则格式为15

func (*ItemCsellerAddRequest) SetLocalityLifeMerchant

func (r *ItemCsellerAddRequest) SetLocalityLifeMerchant(value string)

码商信息,格式为 码商id:nick

func (*ItemCsellerAddRequest) SetLocalityLifeNetworkId

func (r *ItemCsellerAddRequest) SetLocalityLifeNetworkId(value string)

网点ID

func (*ItemCsellerAddRequest) SetLocalityLifeOnsaleAutoRefundRatio

func (r *ItemCsellerAddRequest) SetLocalityLifeOnsaleAutoRefundRatio(value string)

电子凭证售中自动退款比例,百分比%前的数字,介于1-100之间的整数

func (*ItemCsellerAddRequest) SetLocalityLifeRefundRatio

func (r *ItemCsellerAddRequest) SetLocalityLifeRefundRatio(value string)
退款比例,

百分比%前的数字,1-100的正整数值

func (*ItemCsellerAddRequest) SetLocalityLifeVerification

func (r *ItemCsellerAddRequest) SetLocalityLifeVerification(value string)
核销打款

1代表核销打款 0代表非核销打款

func (*ItemCsellerAddRequest) SetLocationCity

func (r *ItemCsellerAddRequest) SetLocationCity(value string)

所在地城市。如杭州 。具体可以用taobao.areas.get取到

func (*ItemCsellerAddRequest) SetLocationState

func (r *ItemCsellerAddRequest) SetLocationState(value string)

所在地省份。如浙江,具体可以用taobao.areas.get取到

func (*ItemCsellerAddRequest) SetNum

func (r *ItemCsellerAddRequest) SetNum(value string)

商品数量,取值范围:0-999999的整数。且需要等于Sku所有数量的和

func (*ItemCsellerAddRequest) SetOuterId

func (r *ItemCsellerAddRequest) SetOuterId(value string)

商家编码

func (*ItemCsellerAddRequest) SetOuterShopAuctionTemplateId

func (r *ItemCsellerAddRequest) SetOuterShopAuctionTemplateId(value string)

用户的外店装修模板id

func (*ItemCsellerAddRequest) SetPicPath

func (r *ItemCsellerAddRequest) SetPicPath(value string)

商品主图需要关联的图片空间的相对url。这个url所对应的图片必须要属于当前用户。pic_path和image只需要传入一个,如果两个都传,默认选择pic_path

func (*ItemCsellerAddRequest) SetPostFee

func (r *ItemCsellerAddRequest) SetPostFee(value string)

平邮费用。取值范围:0.01-10000.00;精确到2位小数;单位:元。如:5.07,表示:5元7分. 注:post_fee,express_fee,ems_fee需要一起填写

func (*ItemCsellerAddRequest) SetPostageId

func (r *ItemCsellerAddRequest) SetPostageId(value string)

宝贝所属的运费模板ID。取值范围:整数且必须是该卖家的运费模板的ID(可通过taobao.postages.get获得当前会话用户的所有邮费模板)

func (*ItemCsellerAddRequest) SetPrice

func (r *ItemCsellerAddRequest) SetPrice(value string)

商品价格。取值范围:0-100000000;精确到2位小数;单位:元。如:200.07,表示:200元7分。需要在正确的价格区间内。

func (*ItemCsellerAddRequest) SetPropertyAlias

func (r *ItemCsellerAddRequest) SetPropertyAlias(value string)

属性值别名。如pid:vid:别名;pid1:vid1:别名1 ,其中:pid是属性id vid是属性值id。总长度不超过511字节

func (*ItemCsellerAddRequest) SetProps

func (r *ItemCsellerAddRequest) SetProps(value string)

商品属性列表。格式:pid:vid;pid:vid。属性的pid调用taobao.itemprops.get取得,属性值的vid用taobao.itempropvalues.get取得vid。 如果该类目下面没有属性,可以不用填写。如果有属性,必选属性必填,其他非必选属性可以选择不填写.属性不能超过35对。所有属性加起来包括分割符不能超过549字节,单个属性没有限制。 如果有属性是可输入的话,则用字段input_str填入属性的值

func (*ItemCsellerAddRequest) SetSecondKill

func (r *ItemCsellerAddRequest) SetSecondKill(value string)
秒杀商品类型。暂时不能使用。打上秒杀标记的商品,用户只能下架并不能再上架,其他任何编辑或删除操作都不能进行。如果用户想取消秒杀标记,需要联系小二进行操作。如果秒杀结束需要自由编辑请联系活动负责人(小二)去掉秒杀标记。可选类型

web_only(只能通过web网络秒杀) wap_only(只能通过wap网络秒杀) web_and_wap(既能通过web秒杀也能通过wap秒杀)

func (*ItemCsellerAddRequest) SetSellPromise

func (r *ItemCsellerAddRequest) SetSellPromise(value string)

是否承诺退换货服务!虚拟商品无须设置此项!

func (*ItemCsellerAddRequest) SetSellerCids

func (r *ItemCsellerAddRequest) SetSellerCids(value string)

商品所属的店铺类目列表。按逗号分隔。结构:",cid1,cid2,...,",如果店铺类目存在二级类目,必须传入子类目cids。

func (*ItemCsellerAddRequest) SetSkuOuterIds

func (r *ItemCsellerAddRequest) SetSkuOuterIds(value string)

sku_properties, sku_quantities, sku_prices, sku_outer_ids在输入数据时要一一对应,如果没有sku_outer_ids可写成:“, ,”

func (*ItemCsellerAddRequest) SetSkuPrices

func (r *ItemCsellerAddRequest) SetSkuPrices(value string)

Sku的价格串,结构如:10.00,5.00,… 精确到2位小数;单位:元。如:200.07,表示:200元7分

func (*ItemCsellerAddRequest) SetSkuProperties

func (r *ItemCsellerAddRequest) SetSkuProperties(value string)

更新的Sku的属性串,调用taobao.itemprops.get获取类目属性,如果属性是销售属性,再用taobao.itempropvalues.get取得vid。格式:pid:vid;pid:vid,多个sku之间用逗号分隔。该字段内的销售属性(自定义的除外)也需要在props字段填写 . 规则:如果该SKU存在旧商品,则修改;否则新增Sku。如果更新时有对Sku进行操作,则Sku的properties一定要传入。如果存在自定义销售属性,则格式为pid:vid;pid2:vid2;$pText:vText,其中$pText:vText为自定义属性。限制:其中$pText的’$’前缀不能少,且pText和vText文本中不可以存在 冒号:和分号;以及逗号

func (*ItemCsellerAddRequest) SetSkuQuantities

func (r *ItemCsellerAddRequest) SetSkuQuantities(value string)

Sku的数量串,结构如:num1,num2,num3 如:2,3

func (*ItemCsellerAddRequest) SetSkuSpecIds

func (r *ItemCsellerAddRequest) SetSkuSpecIds(value string)

产品的规格信息。

func (*ItemCsellerAddRequest) SetStuffStatus

func (r *ItemCsellerAddRequest) SetStuffStatus(value string)
新旧程度。可选值:new(新),second(二手),unused(闲置)。B商家不能发布二手商品。

如果是二手商品,特定类目下属性里面必填新旧成色属性

func (*ItemCsellerAddRequest) SetSubPicPaths

func (r *ItemCsellerAddRequest) SetSubPicPaths(value string)

1~4个淘宝图片空间的图片相对url列表,“,”分隔,做为商品的副图

func (*ItemCsellerAddRequest) SetSubStock

func (r *ItemCsellerAddRequest) SetSubStock(value string)

商品是否支持拍下减库存:1支持;2取消支持;0(默认)不更改

func (*ItemCsellerAddRequest) SetTitle

func (r *ItemCsellerAddRequest) SetTitle(value string)

宝贝标题。不能超过60字符,受违禁词控制

func (*ItemCsellerAddRequest) SetType

func (r *ItemCsellerAddRequest) SetType(value string)

发布类型。可选值:fixed(一口价),auction(拍卖)。B商家不能发布拍卖商品,而且拍卖商品是没有SKU的

func (*ItemCsellerAddRequest) SetValidThru

func (r *ItemCsellerAddRequest) SetValidThru(value string)

有效期。可选值:7,14;单位:天;默认值:14

func (*ItemCsellerAddRequest) SetWeight

func (r *ItemCsellerAddRequest) SetWeight(value string)

商品的重量(商超卖家专用字段)

type ItemCsellerAddResponse

type ItemCsellerAddResponse struct {
	Item *Item `json:"item"`
}

type ItemCsellerAddResponseResult

type ItemCsellerAddResponseResult struct {
	Response *ItemCsellerAddResponse `json:"item_cseller_add_response"`
}

type ItemDeleteRequest

type ItemDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}

删除单条商品

func (*ItemDeleteRequest) GetResponse

func (r *ItemDeleteRequest) GetResponse(accessToken string) (*ItemDeleteResponse, []byte, error)

func (*ItemDeleteRequest) SetNumIid

func (r *ItemDeleteRequest) SetNumIid(value string)

商品数字ID,该参数必须

type ItemDeleteResponse

type ItemDeleteResponse struct {
	Item *Item `json:"item"`
}

type ItemDeleteResponseResult

type ItemDeleteResponseResult struct {
	Response *ItemDeleteResponse `json:"item_delete_response"`
}

type ItemGetRequest

type ItemGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
获取单个商品的详细信息

卖家未登录时只能获得这个商品的公开数据,卖家登录后可以获取商品的所有数据

func (*ItemGetRequest) GetResponse

func (r *ItemGetRequest) GetResponse(accessToken string) (*ItemGetResponse, []byte, error)

func (*ItemGetRequest) SetFields

func (r *ItemGetRequest) SetFields(value string)

需要返回的商品对象字段。可选值:Item商品结构体中所有字段均可返回;多个字段用“,”分隔。如果想返回整个子对象,那字段为item_img,如果是想返回子对象里面的字段,那字段为item_img.url。新增返回字段:second_kill(是否秒杀商品)、auto_fill(代充商品类型),props_name(商品属性名称)。新增返回字段:item_weight(商品的重量,格式为数字,包含小数)、item_size(商品的体积,格式为数字,包含小数)、change_prop(商品基础色数据)

func (*ItemGetRequest) SetNumIid

func (r *ItemGetRequest) SetNumIid(value string)

商品数字ID

func (*ItemGetRequest) SetTrackIid

func (r *ItemGetRequest) SetTrackIid(value string)

商品数字ID(带有跟踪效果)

type ItemGetResponse

type ItemGetResponse struct {
	Item *Item `json:"item"`
}

type ItemGetResponseResult

type ItemGetResponseResult struct {
	Response *ItemGetResponse `json:"item_get_response"`
}

type ItemImg

type ItemImg struct {
	Created  string `json:"created"`
	Id       int    `json:"id"`
	Position int    `json:"position"`
	Url      string `json:"url"`
}

ItemImg结构

type ItemImgDeleteRequest

type ItemImgDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}
删除itemimg_id 所指定的商品图片

传入的num_iid所对应的商品必须属于当前会话的用户 itemimg_id对应的图片需要属于num_iid对应的商品

func (*ItemImgDeleteRequest) GetResponse

func (r *ItemImgDeleteRequest) GetResponse(accessToken string) (*ItemImgDeleteResponse, []byte, error)

func (*ItemImgDeleteRequest) SetId

func (r *ItemImgDeleteRequest) SetId(value string)

商品图片ID

func (*ItemImgDeleteRequest) SetNumIid

func (r *ItemImgDeleteRequest) SetNumIid(value string)

商品数字ID,必选

type ItemImgDeleteResponse

type ItemImgDeleteResponse struct {
	ItemImg *ItemImg `json:"item_img"`
}

type ItemImgDeleteResponseResult

type ItemImgDeleteResponseResult struct {
	Response *ItemImgDeleteResponse `json:"item_img_delete_response"`
}

type ItemImgUploadRequest

type ItemImgUploadRequest struct {
	open_taobao.TaobaoMethodRequest
}
添加一张商品图片到num_iid指定的商品中

传入的num_iid所对应的商品必须属于当前会话的用户 如果更新图片需要设置itemimg_id,且该itemimg_id的图片记录需要属于传入的num_iid对应的商品。如果新增图片则不用设置 商品图片有数量和大小上的限制,根据卖家享有的服务(如:卖家订购了多图服务等),商品图片数量限制不同。

func (*ItemImgUploadRequest) GetResponse

func (r *ItemImgUploadRequest) GetResponse(accessToken string) (*ItemImgUploadResponse, []byte, error)

func (*ItemImgUploadRequest) SetId

func (r *ItemImgUploadRequest) SetId(value string)

商品图片id(如果是更新图片,则需要传该参数)

func (*ItemImgUploadRequest) SetImage

func (r *ItemImgUploadRequest) SetImage(value string)

商品图片内容类型:JPG,GIF;最大:500KB 。支持的文件类型:gif,jpg,jpeg,png

func (*ItemImgUploadRequest) SetIsMajor

func (r *ItemImgUploadRequest) SetIsMajor(value string)

是否将该图片设为主图,可选值:true,false;默认值:false(非主图)

func (*ItemImgUploadRequest) SetNumIid

func (r *ItemImgUploadRequest) SetNumIid(value string)

商品数字ID,该参数必须

func (*ItemImgUploadRequest) SetPosition

func (r *ItemImgUploadRequest) SetPosition(value string)

图片序号

type ItemImgUploadResponse

type ItemImgUploadResponse struct {
	ItemImg *ItemImg `json:"item_img"`
}

type ItemImgUploadResponseResult

type ItemImgUploadResponseResult struct {
	Response *ItemImgUploadResponse `json:"item_img_upload_response"`
}

type ItemJointImgRequest

type ItemJointImgRequest struct {
	open_taobao.TaobaoMethodRequest
}

* 关联一张商品图片到num_iid指定的商品中 * 传入的num_iid所对应的商品必须属于当前会话的用户 * 商品图片关联在卖家身份和图片来源上的限制,卖家要是B卖家或订购了多图服务才能关联图片,并且图片要来自于卖家自己的图片空间才行 * 商品图片数量有限制。不管是上传的图片还是关联的图片,他们的总数不能超过一定限额

func (*ItemJointImgRequest) GetResponse

func (r *ItemJointImgRequest) GetResponse(accessToken string) (*ItemJointImgResponse, []byte, error)

func (*ItemJointImgRequest) SetId

func (r *ItemJointImgRequest) SetId(value string)

商品图片id(如果是更新图片,则需要传该参数)

func (*ItemJointImgRequest) SetIsMajor

func (r *ItemJointImgRequest) SetIsMajor(value string)

上传的图片是否关联为商品主图

func (*ItemJointImgRequest) SetNumIid

func (r *ItemJointImgRequest) SetNumIid(value string)

商品数字ID,必选

func (*ItemJointImgRequest) SetPicPath

func (r *ItemJointImgRequest) SetPicPath(value string)

图片URL,图片空间图片的相对地址

func (*ItemJointImgRequest) SetPosition

func (r *ItemJointImgRequest) SetPosition(value string)

图片序号

type ItemJointImgResponse

type ItemJointImgResponse struct {
	ItemImg *ItemImg `json:"item_img"`
}

type ItemJointImgResponseResult

type ItemJointImgResponseResult struct {
	Response *ItemJointImgResponse `json:"item_joint_img_response"`
}

type ItemJointPropimgRequest

type ItemJointPropimgRequest struct {
	open_taobao.TaobaoMethodRequest
}

* 关联一张商品属性图片到num_iid指定的商品中 * 传入的num_iid所对应的商品必须属于当前会话的用户 * 图片的属性必须要是颜色的属性,这个在前台显示的时候需要和sku进行关联的 * 商品图片关联在卖家身份和图片来源上的限制,卖家要是B卖家或订购了多图服务才能关联图片,并且图片要来自于卖家自己的图片空间才行 * 商品图片数量有限制。不管是上传的图片还是关联的图片,他们的总数不能超过一定限额,最多不能超过24张(每个颜色属性都有一张)

func (*ItemJointPropimgRequest) GetResponse

func (r *ItemJointPropimgRequest) GetResponse(accessToken string) (*ItemJointPropimgResponse, []byte, error)

func (*ItemJointPropimgRequest) SetId

func (r *ItemJointPropimgRequest) SetId(value string)

属性图片ID。如果是新增不需要填写

func (*ItemJointPropimgRequest) SetNumIid

func (r *ItemJointPropimgRequest) SetNumIid(value string)

商品数字ID,必选

func (*ItemJointPropimgRequest) SetPicPath

func (r *ItemJointPropimgRequest) SetPicPath(value string)

图片地址(传入图片相对地址即可,即不需包含 http://img02.taobao.net/bao/uploaded )

func (*ItemJointPropimgRequest) SetPosition

func (r *ItemJointPropimgRequest) SetPosition(value string)

图片序号

func (*ItemJointPropimgRequest) SetProperties

func (r *ItemJointPropimgRequest) SetProperties(value string)

属性列表。调用taobao.itemprops.get获取,属性必须是颜色属性,格式:pid:vid。

type ItemJointPropimgResponse

type ItemJointPropimgResponse struct {
	PropImg *PropImg `json:"prop_img"`
}

type ItemJointPropimgResponseResult

type ItemJointPropimgResponseResult struct {
	Response *ItemJointPropimgResponse `json:"item_joint_propimg_response"`
}

type ItemPriceUpdateRequest

type ItemPriceUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新商品价格

func (*ItemPriceUpdateRequest) GetResponse

func (r *ItemPriceUpdateRequest) GetResponse(accessToken string) (*ItemPriceUpdateResponse, []byte, error)

func (*ItemPriceUpdateRequest) SetAfterSaleId

func (r *ItemPriceUpdateRequest) SetAfterSaleId(value string)

售后服务说明模板id

func (*ItemPriceUpdateRequest) SetApproveStatus

func (r *ItemPriceUpdateRequest) SetApproveStatus(value string)

商品上传后的状态。可选值:onsale(出售中),instock(库中),如果同时更新商品状态为出售中及list_time为将来的时间,则商品还是处于定时上架的状态, 此时item.is_timing为true

func (*ItemPriceUpdateRequest) SetAuctionPoint

func (r *ItemPriceUpdateRequest) SetAuctionPoint(value string)

商品的积分返点比例。如:5 表示返点比例0.5%. 注意:返点比例必须是>0的整数,而且最大是90,即为9%.B商家在发布非虚拟商品时,返点必须是 5的倍数,即0.5%的倍数。其它是1的倍数,即0.1%的倍数。无名良品商家发布商品时,复用该字段记录积分宝返点比例,返点必须是对应类目的返点步长的整数倍,默认是5,即0.5%。注意此时该字段值依旧必须是>0的整数,注意此时该字段值依旧必须是>0的整数,最高值不超过500,即50%

func (*ItemPriceUpdateRequest) SetAutoFill

func (r *ItemPriceUpdateRequest) SetAutoFill(value string)
代充商品类型。只有少数类目下的商品可以标记上此字段,具体哪些类目可以上传可以通过taobao.itemcat.features.get获得。在代充商品的类目下,不传表示不标记商品类型(交易搜索中就不能通过标记搜到相关的交易了)。可选类型:

no_mark(不做类型标记) time_card(点卡软件代充) fee_card(话费软件代充)

func (*ItemPriceUpdateRequest) SetCid

func (r *ItemPriceUpdateRequest) SetCid(value string)

叶子类目id

func (*ItemPriceUpdateRequest) SetCodPostageId

func (r *ItemPriceUpdateRequest) SetCodPostageId(value string)

货到付款运费模板ID

func (*ItemPriceUpdateRequest) SetDesc

func (r *ItemPriceUpdateRequest) SetDesc(value string)

商品描述. 字数要大于5个字符,小于25000个字符 ,受违禁词控制

func (*ItemPriceUpdateRequest) SetEmsFee

func (r *ItemPriceUpdateRequest) SetEmsFee(value string)

ems费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:25.07,表示:25元7分

func (*ItemPriceUpdateRequest) SetExpressFee

func (r *ItemPriceUpdateRequest) SetExpressFee(value string)

快递费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:15.07,表示:15元7分

func (*ItemPriceUpdateRequest) SetFreightPayer

func (r *ItemPriceUpdateRequest) SetFreightPayer(value string)

运费承担方式。运费承担方式。可选值:seller(卖家承担),buyer(买家承担);

func (*ItemPriceUpdateRequest) SetHasDiscount

func (r *ItemPriceUpdateRequest) SetHasDiscount(value string)

支持会员打折。可选值:true,false;

func (*ItemPriceUpdateRequest) SetHasInvoice

func (r *ItemPriceUpdateRequest) SetHasInvoice(value string)

是否有发票。可选值:true,false (商城卖家此字段必须为true)

func (*ItemPriceUpdateRequest) SetHasShowcase

func (r *ItemPriceUpdateRequest) SetHasShowcase(value string)

橱窗推荐。可选值:true,false;

func (*ItemPriceUpdateRequest) SetHasWarranty

func (r *ItemPriceUpdateRequest) SetHasWarranty(value string)

是否有保修。可选值:true,false;

func (*ItemPriceUpdateRequest) SetImage

func (r *ItemPriceUpdateRequest) SetImage(value string)

商品图片。类型:JPG,GIF;最大长度:500k

func (*ItemPriceUpdateRequest) SetIncrement

func (r *ItemPriceUpdateRequest) SetIncrement(value string)

加价幅度 如果为0,代表系统代理幅度

func (*ItemPriceUpdateRequest) SetInputPids

func (r *ItemPriceUpdateRequest) SetInputPids(value string)

用户自行输入的类目属性ID串,结构:"pid1,pid2,pid3",如:"20000"(表示品牌) 注:通常一个类目下用户可输入的关键属性不超过1个。

func (*ItemPriceUpdateRequest) SetInputStr

func (r *ItemPriceUpdateRequest) SetInputStr(value string)

用户自行输入的子属性名和属性值,结构:"父属性值;一级子属性名;一级子属性值;二级子属性名;自定义输入值,....",如:“耐克;耐克系列;科比系列;科比系列;2K5,Nike乔丹鞋;乔丹系列;乔丹鞋系列;乔丹鞋系列;json5”,多个自定义属性用','分割,input_str需要与input_pids一一对应,注:通常一个类目下用户可输入的关键属性不超过1个。所有属性别名加起来不能超过3999字节。此处不可以使用“其他”、“其它”和“其她”这三个词。

func (*ItemPriceUpdateRequest) SetIs3D

func (r *ItemPriceUpdateRequest) SetIs3D(value string)

是否是3D

func (*ItemPriceUpdateRequest) SetIsEx

func (r *ItemPriceUpdateRequest) SetIsEx(value string)

是否在外店显示

func (*ItemPriceUpdateRequest) SetIsLightningConsignment

func (r *ItemPriceUpdateRequest) SetIsLightningConsignment(value string)

实物闪电发货。注意:在售的闪电发货产品不允许取消闪电发货,需要先下架商品才能取消闪电发货标记

func (*ItemPriceUpdateRequest) SetIsReplaceSku

func (r *ItemPriceUpdateRequest) SetIsReplaceSku(value string)

是否替换sku

func (*ItemPriceUpdateRequest) SetIsTaobao

func (r *ItemPriceUpdateRequest) SetIsTaobao(value string)

是否在淘宝上显示

func (*ItemPriceUpdateRequest) SetIsXinpin

func (r *ItemPriceUpdateRequest) SetIsXinpin(value string)

商品是否为新品。只有在当前类目开通新品,并且当前用户拥有该类目下发布新品权限时才能设置is_xinpin为true,否则设置true后会返回错误码:isv.invalid-permission:xinpin。同时只有一口价全新的宝贝才能设置为新品,否则会返回错误码:isv.invalid-parameter:xinpin。不设置参数就保持原有值。

func (*ItemPriceUpdateRequest) SetLang

func (r *ItemPriceUpdateRequest) SetLang(value string)

商品文字的版本,繁体传入”zh_HK”,简体传入”zh_CN”

func (*ItemPriceUpdateRequest) SetListTime

func (r *ItemPriceUpdateRequest) SetListTime(value string)

上架时间。不论是更新架下的商品还是出售中的商品,如果这个字段小于当前时间则直接上架商品,并且上架的时间为更新商品的时间,此时item.is_timing为false,如果大于当前时间则宝贝会下架进入定时上架的宝贝中。

func (*ItemPriceUpdateRequest) SetLocationCity

func (r *ItemPriceUpdateRequest) SetLocationCity(value string)

所在地城市。如杭州 具体可以下载http://dl.open.taobao.com/sdk/商品城市列表.rar 取到

func (*ItemPriceUpdateRequest) SetLocationState

func (r *ItemPriceUpdateRequest) SetLocationState(value string)

所在地省份。如浙江 具体可以下载http://dl.open.taobao.com/sdk/商品城市列表.rar 取到

func (*ItemPriceUpdateRequest) SetNum

func (r *ItemPriceUpdateRequest) SetNum(value string)

商品数量,取值范围:0-999999的整数。且需要等于Sku所有数量的和

func (*ItemPriceUpdateRequest) SetNumIid

func (r *ItemPriceUpdateRequest) SetNumIid(value string)

商品数字ID,该参数必须

func (*ItemPriceUpdateRequest) SetOuterId

func (r *ItemPriceUpdateRequest) SetOuterId(value string)

商家编码

func (*ItemPriceUpdateRequest) SetPicPath

func (r *ItemPriceUpdateRequest) SetPicPath(value string)

商品主图需要关联的图片空间的相对url。这个url所对应的图片必须要属于当前用户。pic_path和image只需要传入一个,如果两个都传,默认选择pic_path

func (*ItemPriceUpdateRequest) SetPostFee

func (r *ItemPriceUpdateRequest) SetPostFee(value string)

平邮费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:5.07,表示:5元7分, 注:post_fee,express_fee,ems_fee需一起填写

func (*ItemPriceUpdateRequest) SetPostageId

func (r *ItemPriceUpdateRequest) SetPostageId(value string)

宝贝所属的运费模板ID。取值范围:整数且必须是该卖家的运费模板的ID(可通过taobao.postages.get获得当前会话用户的所有邮费模板)

func (*ItemPriceUpdateRequest) SetPrice

func (r *ItemPriceUpdateRequest) SetPrice(value string)

商品价格。取值范围:0-100000000;精确到2位小数;单位:元。如:200.07,表示:200元7分。需要在正确的价格区间内。

func (*ItemPriceUpdateRequest) SetProductId

func (r *ItemPriceUpdateRequest) SetProductId(value string)

商品所属的产品ID(B商家发布商品需要用)

func (*ItemPriceUpdateRequest) SetPropertyAlias

func (r *ItemPriceUpdateRequest) SetPropertyAlias(value string)

属性值别名。如pid:vid:别名;pid1:vid1:别名1, pid:属性id vid:值id。总长度不超过512字节

func (*ItemPriceUpdateRequest) SetProps

func (r *ItemPriceUpdateRequest) SetProps(value string)

商品属性列表。格式:pid:vid;pid:vid。属性的pid调用taobao.itemprops.get取得,属性值的vid用taobao.itempropvalues.get取得vid。 如果该类目下面没有属性,可以不用填写。如果有属性,必选属性必填,其他非必选属性可以选择不填写.属性不能超过35对。所有属性加起来包括分割符不能超过549字节,单个属性没有限制。 如果有属性是可输入的话,则用字段input_str填入属性的值。

func (*ItemPriceUpdateRequest) SetSellPromise

func (r *ItemPriceUpdateRequest) SetSellPromise(value string)

是否承诺退换货服务!虚拟商品无须设置此项!

func (*ItemPriceUpdateRequest) SetSellerCids

func (r *ItemPriceUpdateRequest) SetSellerCids(value string)

重新关联商品与店铺类目,结构:",cid1,cid2,...,",如果店铺类目存在二级类目,必须传入子类目cids。

func (*ItemPriceUpdateRequest) SetSkuOuterIds

func (r *ItemPriceUpdateRequest) SetSkuOuterIds(value string)

Sku的外部id串,结构如:1234,1342,… sku_properties, sku_quantities, sku_prices, sku_outer_ids在输入数据时要一一对应,如果没有sku_outer_ids也要写上这个参数,入参是","(这个是两个sku的示列,逗号数应该是sku个数减1);该参数最大长度是512个字节

func (*ItemPriceUpdateRequest) SetSkuPrices

func (r *ItemPriceUpdateRequest) SetSkuPrices(value string)

更新的Sku的价格串,结构如:10.00,5.00,… 精确到2位小数;单位:元。如:200.07,表示:200元7分

func (*ItemPriceUpdateRequest) SetSkuProperties

func (r *ItemPriceUpdateRequest) SetSkuProperties(value string)

更新的Sku的属性串,调用taobao.itemprops.get获取类目属性,如果属性是销售属性,再用taobao.itempropvalues.get取得vid。格式:pid:vid;pid:vid。该字段内的销售属性也需要在props字段填写 。如果更新时有对Sku进行操作,则Sku的properties一定要传入。

func (*ItemPriceUpdateRequest) SetSkuQuantities

func (r *ItemPriceUpdateRequest) SetSkuQuantities(value string)

更新的Sku的数量串,结构如:num1,num2,num3 如:2,3,4

func (*ItemPriceUpdateRequest) SetStuffStatus

func (r *ItemPriceUpdateRequest) SetStuffStatus(value string)

商品新旧程度。可选值:new(全新),unused(闲置),second(二手)。

func (*ItemPriceUpdateRequest) SetSubStock

func (r *ItemPriceUpdateRequest) SetSubStock(value string)

商品是否支持拍下减库存:1支持;2取消支持(付款减库存);0(默认)不更改 集市卖家默认拍下减库存; 商城卖家默认付款减库存

func (*ItemPriceUpdateRequest) SetTitle

func (r *ItemPriceUpdateRequest) SetTitle(value string)

宝贝标题. 不能超过60字符,受违禁词控制

func (*ItemPriceUpdateRequest) SetValidThru

func (r *ItemPriceUpdateRequest) SetValidThru(value string)

有效期。可选值:7,14;单位:天;

func (*ItemPriceUpdateRequest) SetWeight

func (r *ItemPriceUpdateRequest) SetWeight(value string)

商品的重量(商超卖家专用字段)

type ItemPriceUpdateResponse

type ItemPriceUpdateResponse struct {
	Item *Item `json:"item"`
}

type ItemPriceUpdateResponseResult

type ItemPriceUpdateResponseResult struct {
	Response *ItemPriceUpdateResponse `json:"item_price_update_response"`
}

type ItemPropimgDeleteRequest

type ItemPropimgDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}
删除propimg_id 所指定的商品属性图片

传入的num_iid所对应的商品必须属于当前会话的用户 propimg_id对应的属性图片需要属于num_iid对应的商品

func (*ItemPropimgDeleteRequest) GetResponse

func (r *ItemPropimgDeleteRequest) GetResponse(accessToken string) (*ItemPropimgDeleteResponse, []byte, error)

func (*ItemPropimgDeleteRequest) SetId

func (r *ItemPropimgDeleteRequest) SetId(value string)

商品属性图片ID

func (*ItemPropimgDeleteRequest) SetNumIid

func (r *ItemPropimgDeleteRequest) SetNumIid(value string)

商品数字ID,必选

type ItemPropimgDeleteResponse

type ItemPropimgDeleteResponse struct {
	PropImg *PropImg `json:"prop_img"`
}

type ItemPropimgDeleteResponseResult

type ItemPropimgDeleteResponseResult struct {
	Response *ItemPropimgDeleteResponse `json:"item_propimg_delete_response"`
}

type ItemPropimgUploadRequest

type ItemPropimgUploadRequest struct {
	open_taobao.TaobaoMethodRequest
}
添加一张商品属性图片到num_iid指定的商品中

传入的num_iid所对应的商品必须属于当前会话的用户 图片的属性必须要是颜色的属性,这个在前台显示的时候需要和sku进行关联的 商品属性图片只有享有服务的卖家(如:淘宝大卖家、订购了淘宝多图服务的卖家)才能上传 商品属性图片有数量和大小上的限制,最多不能超过24张(每个颜色属性都有一张)。

func (*ItemPropimgUploadRequest) GetResponse

func (r *ItemPropimgUploadRequest) GetResponse(accessToken string) (*ItemPropimgUploadResponse, []byte, error)

func (*ItemPropimgUploadRequest) SetId

func (r *ItemPropimgUploadRequest) SetId(value string)

属性图片ID。如果是新增不需要填写

func (*ItemPropimgUploadRequest) SetImage

func (r *ItemPropimgUploadRequest) SetImage(value string)

属性图片内容。类型:JPG,GIF;最大长度:500K;图片大小不超过:1M

func (*ItemPropimgUploadRequest) SetNumIid

func (r *ItemPropimgUploadRequest) SetNumIid(value string)

商品数字ID,必选

func (*ItemPropimgUploadRequest) SetPosition

func (r *ItemPropimgUploadRequest) SetPosition(value string)

图片位置

func (*ItemPropimgUploadRequest) SetProperties

func (r *ItemPropimgUploadRequest) SetProperties(value string)

属性列表。调用taobao.itemprops.get获取类目属性,属性必须是颜色属性,再用taobao.itempropvalues.get取得vid。格式:pid:vid。

type ItemPropimgUploadResponse

type ItemPropimgUploadResponse struct {
	PropImg *PropImg `json:"prop_img"`
}

type ItemPropimgUploadResponseResult

type ItemPropimgUploadResponseResult struct {
	Response *ItemPropimgUploadResponse `json:"item_propimg_upload_response"`
}

type ItemQuantityUpdateRequest

type ItemQuantityUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

提供按照全量或增量形式修改宝贝/SKU库存的功能

func (*ItemQuantityUpdateRequest) GetResponse

func (r *ItemQuantityUpdateRequest) GetResponse(accessToken string) (*ItemQuantityUpdateResponse, []byte, error)

func (*ItemQuantityUpdateRequest) SetNumIid

func (r *ItemQuantityUpdateRequest) SetNumIid(value string)

商品数字ID,必填参数

func (*ItemQuantityUpdateRequest) SetOuterId

func (r *ItemQuantityUpdateRequest) SetOuterId(value string)

SKU的商家编码,可选参数。如果不填则默认修改宝贝的库存,如果填了则按照商家编码搜索出对应的SKU并修改库存。当sku_id和本字段都填写时以sku_id为准搜索对应SKU

func (*ItemQuantityUpdateRequest) SetQuantity

func (r *ItemQuantityUpdateRequest) SetQuantity(value string)

库存修改值,必选。当全量更新库存时,quantity必须为大于等于0的正整数;当增量更新库存时,quantity为整数,可小于等于0。若增量更新时传入的库存为负数,则负数与实际库存之和不能小于0。比如当前实际库存为1,传入增量更新quantity=-1,库存改为0

func (*ItemQuantityUpdateRequest) SetSkuId

func (r *ItemQuantityUpdateRequest) SetSkuId(value string)

要操作的SKU的数字ID,可选。如果不填默认修改宝贝的库存,如果填上则修改该SKU的库存

func (*ItemQuantityUpdateRequest) SetType

func (r *ItemQuantityUpdateRequest) SetType(value string)

库存更新方式,可选。1为全量更新,2为增量更新。如果不填,默认为全量更新

type ItemQuantityUpdateResponse

type ItemQuantityUpdateResponse struct {
	Item *Item `json:"item"`
}

type ItemQuantityUpdateResponseResult

type ItemQuantityUpdateResponseResult struct {
	Response *ItemQuantityUpdateResponse `json:"item_quantity_update_response"`
}

type ItemRecommendAddRequest

type ItemRecommendAddRequest struct {
	open_taobao.TaobaoMethodRequest
}
将当前用户指定商品设置为橱窗推荐状态

橱窗推荐需要用户有剩余橱窗位才可以顺利执行 这个Item所属卖家从传入的session中获取,需要session绑定 需要判断橱窗推荐是否已满,橱窗推荐已满停止调用橱窗推荐接口,2010年1月底开放查询剩余橱窗推荐数后可以按数量橱窗推荐商品

func (*ItemRecommendAddRequest) GetResponse

func (r *ItemRecommendAddRequest) GetResponse(accessToken string) (*ItemRecommendAddResponse, []byte, error)

func (*ItemRecommendAddRequest) SetNumIid

func (r *ItemRecommendAddRequest) SetNumIid(value string)

商品数字ID,该参数必须

type ItemRecommendAddResponse

type ItemRecommendAddResponse struct {
	Item *Item `json:"item"`
}

type ItemRecommendAddResponseResult

type ItemRecommendAddResponseResult struct {
	Response *ItemRecommendAddResponse `json:"item_recommend_add_response"`
}

type ItemRecommendDeleteRequest

type ItemRecommendDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}
取消当前用户指定商品的橱窗推荐状态

这个Item所属卖家从传入的session中获取,需要session绑定

func (*ItemRecommendDeleteRequest) GetResponse

func (r *ItemRecommendDeleteRequest) GetResponse(accessToken string) (*ItemRecommendDeleteResponse, []byte, error)

func (*ItemRecommendDeleteRequest) SetNumIid

func (r *ItemRecommendDeleteRequest) SetNumIid(value string)

商品数字ID,该参数必须

type ItemRecommendDeleteResponse

type ItemRecommendDeleteResponse struct {
	Item *Item `json:"item"`
}

type ItemRecommendDeleteResponseResult

type ItemRecommendDeleteResponseResult struct {
	Response *ItemRecommendDeleteResponse `json:"item_recommend_delete_response"`
}

type ItemSkuAddRequest

type ItemSkuAddRequest struct {
	open_taobao.TaobaoMethodRequest
}
新增一个sku到num_iid指定的商品中

传入的iid所对应的商品必须属于当前会话的用户

func (*ItemSkuAddRequest) GetResponse

func (r *ItemSkuAddRequest) GetResponse(accessToken string) (*ItemSkuAddResponse, []byte, error)

func (*ItemSkuAddRequest) SetItemPrice

func (r *ItemSkuAddRequest) SetItemPrice(value string)

sku所属商品的价格。当用户新增sku,使商品价格不属于sku价格之间的时候,用于修改商品的价格,使sku能够添加成功

func (*ItemSkuAddRequest) SetLang

func (r *ItemSkuAddRequest) SetLang(value string)

Sku文字的版本。可选值:zh_HK(繁体),zh_CN(简体);默认值:zh_CN

func (*ItemSkuAddRequest) SetNumIid

func (r *ItemSkuAddRequest) SetNumIid(value string)

Sku所属商品数字id,可通过 taobao.item.get 获取。必选

func (*ItemSkuAddRequest) SetOuterId

func (r *ItemSkuAddRequest) SetOuterId(value string)

Sku的商家外部id

func (*ItemSkuAddRequest) SetPrice

func (r *ItemSkuAddRequest) SetPrice(value string)

Sku的销售价格。商品的价格要在商品所有的sku的价格之间。精确到2位小数;单位:元。如:200.07,表示:200元7分

func (*ItemSkuAddRequest) SetProperties

func (r *ItemSkuAddRequest) SetProperties(value string)
Sku属性串。格式:pid:vid;pid:vid,如:1627207:3232483;1630696:3284570,表示:机身颜色:军绿色;手机套餐:一电一充。

如果包含自定义属性则格式为pid:vid;pid2:vid2;$pText:vText , 其中$pText:vText为自定义属性。限制:其中$pText的‘$’前缀不能少,且pText和vText文本中不可以存在 冒号:和分号;以及逗号,

func (*ItemSkuAddRequest) SetQuantity

func (r *ItemSkuAddRequest) SetQuantity(value string)

Sku的库存数量。sku的总数量应该小于等于商品总数量(Item的NUM)。取值范围:大于零的整数

func (*ItemSkuAddRequest) SetSpecId

func (r *ItemSkuAddRequest) SetSpecId(value string)

产品的规格信息

type ItemSkuAddResponse

type ItemSkuAddResponse struct {
	Sku *Sku `json:"sku"`
}

type ItemSkuAddResponseResult

type ItemSkuAddResponseResult struct {
	Response *ItemSkuAddResponse `json:"item_sku_add_response"`
}

type ItemSkuDeleteRequest

type ItemSkuDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}
删除一个sku的数据

需要删除的sku通过属性properties进行匹配查找

func (*ItemSkuDeleteRequest) GetResponse

func (r *ItemSkuDeleteRequest) GetResponse(accessToken string) (*ItemSkuDeleteResponse, []byte, error)

func (*ItemSkuDeleteRequest) SetItemNum

func (r *ItemSkuDeleteRequest) SetItemNum(value string)

sku所属商品的数量,大于0的整数。当用户删除sku,使商品数量不等于sku数量之和时候,用于修改商品的数量,使sku能够删除成功。特别是删除最后一个sku的时候,一定要设置商品数量到正常的值,否则删除失败

func (*ItemSkuDeleteRequest) SetItemPrice

func (r *ItemSkuDeleteRequest) SetItemPrice(value string)

sku所属商品的价格。当用户删除sku,使商品价格不属于sku价格之间的时候,用于修改商品的价格,使sku能够删除成功

func (*ItemSkuDeleteRequest) SetLang

func (r *ItemSkuDeleteRequest) SetLang(value string)

Sku文字的版本。可选值:zh_HK(繁体),zh_CN(简体);默认值:zh_CN

func (*ItemSkuDeleteRequest) SetNumIid

func (r *ItemSkuDeleteRequest) SetNumIid(value string)

Sku所属商品数字id,可通过 taobao.item.get 获取。必选

func (*ItemSkuDeleteRequest) SetProperties

func (r *ItemSkuDeleteRequest) SetProperties(value string)

Sku属性串。格式:pid:vid;pid:vid,如: 1627207:3232483;1630696:3284570,表示机身颜色:军绿色;手机套餐:一电一充

type ItemSkuDeleteResponse

type ItemSkuDeleteResponse struct {
	Sku *Sku `json:"sku"`
}

type ItemSkuDeleteResponseResult

type ItemSkuDeleteResponseResult struct {
	Response *ItemSkuDeleteResponse `json:"item_sku_delete_response"`
}

type ItemSkuGetRequest

type ItemSkuGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
获取sku_id所对应的sku数据

sku_id对应的sku要属于传入的nick对应的卖家

func (*ItemSkuGetRequest) GetResponse

func (r *ItemSkuGetRequest) GetResponse(accessToken string) (*ItemSkuGetResponse, []byte, error)

func (*ItemSkuGetRequest) SetFields

func (r *ItemSkuGetRequest) SetFields(value string)

需返回的字段列表。可选值:Sku结构体中的所有字段;字段之间用“,”分隔。

func (*ItemSkuGetRequest) SetNick

func (r *ItemSkuGetRequest) SetNick(value string)

卖家nick(num_iid和nick必传一个),只传卖家nick时候,该api返回的结果不包含cspu(SKu上的产品规格信息)。

func (*ItemSkuGetRequest) SetNumIid

func (r *ItemSkuGetRequest) SetNumIid(value string)

商品的数字IID(num_iid和nick必传一个,推荐用num_iid),传商品的数字id返回的结果里包含cspu(SKu上的产品规格信息)。

func (*ItemSkuGetRequest) SetSkuId

func (r *ItemSkuGetRequest) SetSkuId(value string)

Sku的id。可以通过taobao.item.get得到

type ItemSkuGetResponse

type ItemSkuGetResponse struct {
	Sku *Sku `json:"sku"`
}

type ItemSkuGetResponseResult

type ItemSkuGetResponseResult struct {
	Response *ItemSkuGetResponse `json:"item_sku_get_response"`
}

type ItemSkuPriceUpdateRequest

type ItemSkuPriceUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新商品SKU的价格

func (*ItemSkuPriceUpdateRequest) GetResponse

func (r *ItemSkuPriceUpdateRequest) GetResponse(accessToken string) (*ItemSkuPriceUpdateResponse, []byte, error)

func (*ItemSkuPriceUpdateRequest) SetItemPrice

func (r *ItemSkuPriceUpdateRequest) SetItemPrice(value string)

sku所属商品的价格。当用户更新sku,使商品价格不属于sku价格之间的时候,用于修改商品的价格,使sku能够更新成功

func (*ItemSkuPriceUpdateRequest) SetLang

func (r *ItemSkuPriceUpdateRequest) SetLang(value string)

Sku文字的版本。可选值:zh_HK(繁体),zh_CN(简体);默认值:zh_CN

func (*ItemSkuPriceUpdateRequest) SetNumIid

func (r *ItemSkuPriceUpdateRequest) SetNumIid(value string)

Sku所属商品数字id,可通过 taobao.item.get 获取

func (*ItemSkuPriceUpdateRequest) SetOuterId

func (r *ItemSkuPriceUpdateRequest) SetOuterId(value string)

Sku的商家外部id

func (*ItemSkuPriceUpdateRequest) SetPrice

func (r *ItemSkuPriceUpdateRequest) SetPrice(value string)

Sku的销售价格。精确到2位小数;单位:元。如:200.07,表示:200元7分。修改后的sku价格要保证商品的价格在所有sku价格所形成的价格区间内(例如:商品价格为6元,sku价格有5元、10元两种,如果要修改5元sku的价格,那么修改的范围只能是0-6元之间;如果要修改10元的sku,那么修改的范围只能是6到无穷大的区间中)

func (*ItemSkuPriceUpdateRequest) SetProperties

func (r *ItemSkuPriceUpdateRequest) SetProperties(value string)

Sku属性串。格式:pid:vid;pid:vid,如: 1627207:3232483;1630696:3284570,表示机身颜色:军绿色;手机套餐:一电一充

func (*ItemSkuPriceUpdateRequest) SetQuantity

func (r *ItemSkuPriceUpdateRequest) SetQuantity(value string)

Sku的库存数量。sku的总数量应该小于等于商品总数量(Item的NUM),sku数量变化后item的总数量也会随着变化。取值范围:大于等于零的整数

type ItemSkuPriceUpdateResponse

type ItemSkuPriceUpdateResponse struct {
	Sku *Sku `json:"sku"`
}

type ItemSkuPriceUpdateResponseResult

type ItemSkuPriceUpdateResponseResult struct {
	Response *ItemSkuPriceUpdateResponse `json:"item_sku_price_update_response"`
}

type ItemSkuUpdateRequest

type ItemSkuUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}
*更新一个sku的数据

*需要更新的sku通过属性properties进行匹配查找 *商品的数量和价格必须大于等于0 *sku记录会更新到指定的num_iid对应的商品中 *num_iid对应的商品必须属于当前的会话用户

func (*ItemSkuUpdateRequest) GetResponse

func (r *ItemSkuUpdateRequest) GetResponse(accessToken string) (*ItemSkuUpdateResponse, []byte, error)

func (*ItemSkuUpdateRequest) SetItemPrice

func (r *ItemSkuUpdateRequest) SetItemPrice(value string)

sku所属商品的价格。当用户更新sku,使商品价格不属于sku价格之间的时候,用于修改商品的价格,使sku能够更新成功

func (*ItemSkuUpdateRequest) SetLang

func (r *ItemSkuUpdateRequest) SetLang(value string)

Sku文字的版本。可选值:zh_HK(繁体),zh_CN(简体);默认值:zh_CN

func (*ItemSkuUpdateRequest) SetNumIid

func (r *ItemSkuUpdateRequest) SetNumIid(value string)

Sku所属商品数字id,可通过 taobao.item.get 获取

func (*ItemSkuUpdateRequest) SetOuterId

func (r *ItemSkuUpdateRequest) SetOuterId(value string)

Sku的商家外部id

func (*ItemSkuUpdateRequest) SetPrice

func (r *ItemSkuUpdateRequest) SetPrice(value string)

Sku的销售价格。精确到2位小数;单位:元。如:200.07,表示:200元7分。修改后的sku价格要保证商品的价格在所有sku价格所形成的价格区间内(例如:商品价格为6元,sku价格有5元、10元两种,如果要修改5元sku的价格,那么修改的范围只能是0-6元之间;如果要修改10元的sku,那么修改的范围只能是6到无穷大的区间中)

func (*ItemSkuUpdateRequest) SetProperties

func (r *ItemSkuUpdateRequest) SetProperties(value string)
Sku属性串。格式:pid:vid;pid:vid,如: 1627207:3232483;1630696:3284570,表示机身颜色:军绿色;手机套餐:一电一充。

如果包含自定义属性,则格式为pid:vid;pid2:vid2;$pText:vText , 其中$pText:vText为自定义属性。限制:其中$pText的’$’前缀不能少,且pText和vText文本中不可以存在 冒号:和分号;以及逗号,

func (*ItemSkuUpdateRequest) SetQuantity

func (r *ItemSkuUpdateRequest) SetQuantity(value string)

Sku的库存数量。sku的总数量应该小于等于商品总数量(Item的NUM),sku数量变化后item的总数量也会随着变化。取值范围:大于等于零的整数

func (*ItemSkuUpdateRequest) SetSpecId

func (r *ItemSkuUpdateRequest) SetSpecId(value string)

产品的规格信息。

type ItemSkuUpdateResponse

type ItemSkuUpdateResponse struct {
	Sku *Sku `json:"sku"`
}

type ItemSkuUpdateResponseResult

type ItemSkuUpdateResponseResult struct {
	Response *ItemSkuUpdateResponse `json:"item_sku_update_response"`
}

type ItemSkusGetRequest

type ItemSkusGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

* 获取多个商品下的所有sku

func (*ItemSkusGetRequest) GetResponse

func (r *ItemSkusGetRequest) GetResponse(accessToken string) (*ItemSkusGetResponse, []byte, error)

func (*ItemSkusGetRequest) SetFields

func (r *ItemSkusGetRequest) SetFields(value string)

需返回的字段列表。可选值:Sku结构体中的所有字段;字段之间用“,”分隔。

func (*ItemSkusGetRequest) SetNumIids

func (r *ItemSkusGetRequest) SetNumIids(value string)

sku所属商品数字id,必选。num_iid个数不能超过40个

type ItemSkusGetResponse

type ItemSkusGetResponse struct {
	Skus []*Sku `json:"skus"`
}

type ItemSkusGetResponseResult

type ItemSkusGetResponseResult struct {
	Response *ItemSkusGetResponse `json:"item_skus_get_response"`
}

type ItemTemplate

type ItemTemplate struct {
	ShopType     int    `json:"shop_type"`
	TemplateId   int    `json:"template_id"`
	TemplateName string `json:"template_name"`
}

宝贝详情页面信息

type ItemTemplatesGetRequest

type ItemTemplatesGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

查询当前登录用户的店铺的宝贝详情页的模板名称

func (*ItemTemplatesGetRequest) GetResponse

func (r *ItemTemplatesGetRequest) GetResponse(accessToken string) (*ItemTemplatesGetResponse, []byte, error)

type ItemTemplatesGetResponse

type ItemTemplatesGetResponse struct {
	ItemTemplateList []*ItemTemplate `json:"item_template_list"`
}

type ItemTemplatesGetResponseResult

type ItemTemplatesGetResponseResult struct {
	Response *ItemTemplatesGetResponse `json:"item_templates_get_response"`
}

type ItemUpdateDelistingRequest

type ItemUpdateDelistingRequest struct {
	open_taobao.TaobaoMethodRequest
}

* 单个商品下架 * 输入的num_iid必须属于当前会话用户

func (*ItemUpdateDelistingRequest) GetResponse

func (r *ItemUpdateDelistingRequest) GetResponse(accessToken string) (*ItemUpdateDelistingResponse, []byte, error)

func (*ItemUpdateDelistingRequest) SetNumIid

func (r *ItemUpdateDelistingRequest) SetNumIid(value string)

商品数字ID,该参数必须

type ItemUpdateDelistingResponse

type ItemUpdateDelistingResponse struct {
	Item *Item `json:"item"`
}

type ItemUpdateDelistingResponseResult

type ItemUpdateDelistingResponseResult struct {
	Response *ItemUpdateDelistingResponse `json:"item_update_delisting_response"`
}

type ItemUpdateListingRequest

type ItemUpdateListingRequest struct {
	open_taobao.TaobaoMethodRequest
}
  • 单个商品上架

* 输入的num_iid必须属于当前会话用户

func (*ItemUpdateListingRequest) GetResponse

func (r *ItemUpdateListingRequest) GetResponse(accessToken string) (*ItemUpdateListingResponse, []byte, error)

func (*ItemUpdateListingRequest) SetNum

func (r *ItemUpdateListingRequest) SetNum(value string)

需要上架的商品的数量。取值范围:大于零的整数。如果商品有sku,则上架数量默认为所有sku数量总和,不可修改。否则商品数量根据设置数量调整为num

func (*ItemUpdateListingRequest) SetNumIid

func (r *ItemUpdateListingRequest) SetNumIid(value string)

商品数字ID,该参数必须

type ItemUpdateListingResponse

type ItemUpdateListingResponse struct {
	Item *Item `json:"item"`
}

type ItemUpdateListingResponseResult

type ItemUpdateListingResponseResult struct {
	Response *ItemUpdateListingResponse `json:"item_update_listing_response"`
}

type ItemUpdateRequest

type ItemUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}
根据传入的num_iid更新对应的商品的数据

传入的num_iid所对应的商品必须属于当前会话的用户 商品的属性和sku的属性有包含的关系,商品的价格要位于sku的价格区间之中(例如,sku价格有5元、10元两种,那么商品的价格就需要大于等于5元,小于等于10元,否则更新商品会失败) 商品的类目和商品的价格、sku的价格都有一定的相关性(具体的关系要通过类目属性查询接口获得) 当关键属性值更新为“其他”的时候,需要输入input_pids和input_str商品才能更新成功。该接口不支持产品属性修改。

func (*ItemUpdateRequest) GetResponse

func (r *ItemUpdateRequest) GetResponse(accessToken string) (*ItemUpdateResponse, []byte, error)

func (*ItemUpdateRequest) SetAfterSaleId

func (r *ItemUpdateRequest) SetAfterSaleId(value string)

售后服务说明模板id

func (*ItemUpdateRequest) SetApproveStatus

func (r *ItemUpdateRequest) SetApproveStatus(value string)

商品上传后的状态。可选值:onsale(出售中),instock(库中),如果同时更新商品状态为出售中及list_time为将来的时间,则商品还是处于定时上架的状态, 此时item.is_timing为true

func (*ItemUpdateRequest) SetAuctionPoint

func (r *ItemUpdateRequest) SetAuctionPoint(value string)

商品的积分返点比例。如:5 表示返点比例0.5%. 注意:返点比例必须是>0的整数,而且最大是90,即为9%.B商家在发布非虚拟商品时,返点必须是 5的倍数,即0.5%的倍数。其它是1的倍数,即0.1%的倍数。无名良品商家发布商品时,复用该字段记录积分宝返点比例,返点必须是对应类目的返点步长的整数倍,默认是5,即0.5%。注意此时该字段值依旧必须是>0的整数,注意此时该字段值依旧必须是>0的整数,最高值不超过500,即50%

func (*ItemUpdateRequest) SetAutoFill

func (r *ItemUpdateRequest) SetAutoFill(value string)
代充商品类型。只有少数类目下的商品可以标记上此字段,具体哪些类目可以上传可以通过taobao.itemcat.features.get获得。在代充商品的类目下,不传表示不标记商品类型(交易搜索中就不能通过标记搜到相关的交易了)。可选类型:

no_mark(不做类型标记) time_card(点卡软件代充) fee_card(话费软件代充)

func (*ItemUpdateRequest) SetChangeProp

func (r *ItemUpdateRequest) SetChangeProp(value string)

商品基础色,数据格式为:pid:vid:rvid1,rvid2,rvid3;pid:vid:rvid1

func (*ItemUpdateRequest) SetCid

func (r *ItemUpdateRequest) SetCid(value string)

叶子类目id

func (*ItemUpdateRequest) SetCodPostageId

func (r *ItemUpdateRequest) SetCodPostageId(value string)

货到付款运费模板ID

func (*ItemUpdateRequest) SetDesc

func (r *ItemUpdateRequest) SetDesc(value string)

商品描述. 字数要大于5个字符,小于25000个字符 ,受违禁词控制

func (*ItemUpdateRequest) SetDescModules

func (r *ItemUpdateRequest) SetDescModules(value string)

商品描述模块化,模块列表,由List<ItemDescModule>转化成jsonArray存入,后端逻辑验证通过,拼装成模块内容+锚点导航后存入desc中。数据结构具体参见Item_Desc_Module

func (*ItemUpdateRequest) SetEmptyFields

func (r *ItemUpdateRequest) SetEmptyFields(value string)

支持宝贝信息的删除,如需删除对应的食品安全信息中的储藏方法、保质期, 则应该设置此参数的值为:food_security.plan_storage,food_security.period; 各个参数的名称之间用【,】分割, 如果对应的参数有设置过值,即使在这个列表中,也不会被删除; 目前支持此功能的宝贝信息如下:食品安全信息所有字段、电子交易凭证字段(locality_life,locality_life.verification,locality_life.refund_ratio,locality_life.network_id ,locality_life.onsale_auto_refund_ratio)

func (*ItemUpdateRequest) SetEmsFee

func (r *ItemUpdateRequest) SetEmsFee(value string)

ems费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:25.07,表示:25元7分

func (*ItemUpdateRequest) SetExpressFee

func (r *ItemUpdateRequest) SetExpressFee(value string)

快递费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:15.07,表示:15元7分

func (*ItemUpdateRequest) SetFoodSecurityContact

func (r *ItemUpdateRequest) SetFoodSecurityContact(value string)

厂家联系方式

func (*ItemUpdateRequest) SetFoodSecurityDesignCode

func (r *ItemUpdateRequest) SetFoodSecurityDesignCode(value string)

产品标准号

func (*ItemUpdateRequest) SetFoodSecurityFactory

func (r *ItemUpdateRequest) SetFoodSecurityFactory(value string)

厂名

func (*ItemUpdateRequest) SetFoodSecurityFactorySite

func (r *ItemUpdateRequest) SetFoodSecurityFactorySite(value string)

厂址

func (*ItemUpdateRequest) SetFoodSecurityFoodAdditive

func (r *ItemUpdateRequest) SetFoodSecurityFoodAdditive(value string)

食品添加剂

func (*ItemUpdateRequest) SetFoodSecurityHealthProductNo

func (r *ItemUpdateRequest) SetFoodSecurityHealthProductNo(value string)

健字号,保健品/膳食营养补充剂 这个类目下特有的信息,此类目下无需填写生产许可证编号(QS),如果填写了生产许可证编号(QS)将被忽略不保存;保存宝贝时,标题前会自动加上健字号产品名称一起作为宝贝标题;

func (*ItemUpdateRequest) SetFoodSecurityMix

func (r *ItemUpdateRequest) SetFoodSecurityMix(value string)

配料表

func (*ItemUpdateRequest) SetFoodSecurityPeriod

func (r *ItemUpdateRequest) SetFoodSecurityPeriod(value string)

保质期

func (*ItemUpdateRequest) SetFoodSecurityPlanStorage

func (r *ItemUpdateRequest) SetFoodSecurityPlanStorage(value string)

储藏方法

func (*ItemUpdateRequest) SetFoodSecurityPrdLicenseNo

func (r *ItemUpdateRequest) SetFoodSecurityPrdLicenseNo(value string)

生产许可证号

func (*ItemUpdateRequest) SetFoodSecurityProductDateEnd

func (r *ItemUpdateRequest) SetFoodSecurityProductDateEnd(value string)

生产结束日期,格式必须为yyyy-MM-dd

func (*ItemUpdateRequest) SetFoodSecurityProductDateStart

func (r *ItemUpdateRequest) SetFoodSecurityProductDateStart(value string)

生产开始日期,格式必须为yyyy-MM-dd

func (*ItemUpdateRequest) SetFoodSecurityStockDateEnd

func (r *ItemUpdateRequest) SetFoodSecurityStockDateEnd(value string)

进货结束日期,要在生产日期之后,格式必须为yyyy-MM-dd

func (*ItemUpdateRequest) SetFoodSecurityStockDateStart

func (r *ItemUpdateRequest) SetFoodSecurityStockDateStart(value string)

进货开始日期,要在生产日期之后,格式必须为yyyy-MM-dd

func (*ItemUpdateRequest) SetFoodSecuritySupplier

func (r *ItemUpdateRequest) SetFoodSecuritySupplier(value string)

供货商

func (*ItemUpdateRequest) SetFreightPayer

func (r *ItemUpdateRequest) SetFreightPayer(value string)

运费承担方式。运费承担方式。可选值:seller(卖家承担),buyer(买家承担);

func (*ItemUpdateRequest) SetGlobalStockType

func (r *ItemUpdateRequest) SetGlobalStockType(value string)
针对全球购卖家的库存类型业务,

有两种库存类型:现货和代购 参数值为1时代表现货,值为2时代表代购 如果传值为这两个值之外的值,会报错; 如果不是全球购卖家,这两个值即使设置也不会处理

func (*ItemUpdateRequest) SetHasDiscount

func (r *ItemUpdateRequest) SetHasDiscount(value string)

支持会员打折。可选值:true,false;

func (*ItemUpdateRequest) SetHasInvoice

func (r *ItemUpdateRequest) SetHasInvoice(value string)

是否有发票。可选值:true,false (商城卖家此字段必须为true)

func (*ItemUpdateRequest) SetHasShowcase

func (r *ItemUpdateRequest) SetHasShowcase(value string)

橱窗推荐。可选值:true,false;

func (*ItemUpdateRequest) SetHasWarranty

func (r *ItemUpdateRequest) SetHasWarranty(value string)

是否有保修。可选值:true,false;

func (*ItemUpdateRequest) SetImage

func (r *ItemUpdateRequest) SetImage(value string)

商品图片。类型:JPG,GIF;最大长度:500k

func (*ItemUpdateRequest) SetIncrement

func (r *ItemUpdateRequest) SetIncrement(value string)

加价(降价)幅度。如果为0,代表系统代理幅度。对于增价拍和荷兰拍来说是加价幅度,对于降价拍来说是降价幅度。

func (*ItemUpdateRequest) SetInputPids

func (r *ItemUpdateRequest) SetInputPids(value string)

用户自行输入的类目属性ID串,结构:"pid1,pid2,pid3",如:"20000"(表示品牌) 注:通常一个类目下用户可输入的关键属性不超过1个。

func (*ItemUpdateRequest) SetInputStr

func (r *ItemUpdateRequest) SetInputStr(value string)

用户自行输入的子属性名和属性值,结构:"父属性值;一级子属性名;一级子属性值;二级子属性名;自定义输入值,....",如:“耐克;耐克系列;科比系列;科比系列;2K5,Nike乔丹鞋;乔丹系列;乔丹鞋系列;乔丹鞋系列;json5”,多个自定义属性用','分割,input_str需要与input_pids一一对应,注:通常一个类目下用户可输入的关键属性不超过1个。所有属性别名加起来不能超过3999字节。此处不可以使用“其他”、“其它”和“其她”这三个词。

func (*ItemUpdateRequest) SetIs3D

func (r *ItemUpdateRequest) SetIs3D(value string)

是否是3D

func (*ItemUpdateRequest) SetIsEx

func (r *ItemUpdateRequest) SetIsEx(value string)

是否在外店显示

func (*ItemUpdateRequest) SetIsLightningConsignment

func (r *ItemUpdateRequest) SetIsLightningConsignment(value string)

实物闪电发货。注意:在售的闪电发货产品不允许取消闪电发货,需要先下架商品才能取消闪电发货标记

func (*ItemUpdateRequest) SetIsReplaceSku

func (r *ItemUpdateRequest) SetIsReplaceSku(value string)

是否替换sku

func (*ItemUpdateRequest) SetIsTaobao

func (r *ItemUpdateRequest) SetIsTaobao(value string)

是否在淘宝上显示(如果传FALSE,则在淘宝主站无法显示该商品)

func (*ItemUpdateRequest) SetIsXinpin

func (r *ItemUpdateRequest) SetIsXinpin(value string)

商品是否为新品。只有在当前类目开通新品,并且当前用户拥有该类目下发布新品权限时才能设置is_xinpin为true,否则设置true后会返回错误码:isv.invalid-permission:xinpin。同时只有一口价全新的宝贝才能设置为新品,否则会返回错误码:isv.invalid-parameter:xinpin。不设置参数就保持原有值。

func (*ItemUpdateRequest) SetItemSize

func (r *ItemUpdateRequest) SetItemSize(value string)
表示商品的体积,如果需要使用按体积计费的运费模板,一定要设置这个值。该值的单位为立方米(m3),如果是其他单位,请转换成成立方米。

该值支持两种格式的设置:格式1:bulk:3,单位为立方米(m3),表示直接设置为商品的体积。格式2:length:10;breadth:10;height:10,单位为米(m)。体积和长宽高都支持小数类型。 在传入体积或长宽高时候,不能带单位。体积的单位默认为立方米(m3),长宽高的单位默认为米(m) 在编辑的时候,如果需要删除体积属性,请设置该值为0,如bulk:0

func (*ItemUpdateRequest) SetItemWeight

func (r *ItemUpdateRequest) SetItemWeight(value string)

商品的重量,用于按重量计费的运费模板。注意:单位为kg。 只能传入数值类型(包含小数),不能带单位,单位默认为kg。 在编辑时候,如果需要在商品里删除重量的信息,就需要将值设置为0

func (*ItemUpdateRequest) SetLang

func (r *ItemUpdateRequest) SetLang(value string)

商品文字的版本,繁体传入”zh_HK”,简体传入”zh_CN”

func (*ItemUpdateRequest) SetListTime

func (r *ItemUpdateRequest) SetListTime(value string)

上架时间。大于当前时间则宝贝会下架进入定时上架的宝贝中。

func (*ItemUpdateRequest) SetLocalityLifeChooseLogis

func (r *ItemUpdateRequest) SetLocalityLifeChooseLogis(value string)
编辑电子凭证宝贝时候表示是否使用邮寄

0: 代表不使用邮寄; 1:代表使用邮寄; 如果不设置这个值,代表不使用邮寄

func (*ItemUpdateRequest) SetLocalityLifeExpirydate

func (r *ItemUpdateRequest) SetLocalityLifeExpirydate(value string)
本地生活电子交易凭证业务,目前此字段只涉及到的信息为有效期;

如果有效期为起止日期类型,此值为2012-08-06,2012-08-16 如果有效期为【购买成功日 至】类型则格式为2012-08-16 如果有效期为天数类型则格式为15

func (*ItemUpdateRequest) SetLocalityLifeMerchant

func (r *ItemUpdateRequest) SetLocalityLifeMerchant(value string)

码商信息,格式为 码商id:nick

func (*ItemUpdateRequest) SetLocalityLifeNetworkId

func (r *ItemUpdateRequest) SetLocalityLifeNetworkId(value string)

网点ID,在参数empty_fields里设置locality_life.network_id可删除网点ID

func (*ItemUpdateRequest) SetLocalityLifeOnsaleAutoRefundRatio

func (r *ItemUpdateRequest) SetLocalityLifeOnsaleAutoRefundRatio(value string)

电子凭证售中自动退款比例,百分比%前的数字,介于1-100之间的整数

func (*ItemUpdateRequest) SetLocalityLifeRefundRatio

func (r *ItemUpdateRequest) SetLocalityLifeRefundRatio(value string)

退款比例,百分比%前的数字,1-100的正整数值; 在参数empty_fields里设置locality_life.refund_ratio可删除退款比例

func (*ItemUpdateRequest) SetLocalityLifeVerification

func (r *ItemUpdateRequest) SetLocalityLifeVerification(value string)

核销打款,1代表核销打款 0代表非核销打款; 在参数empty_fields里设置locality_life.verification可删除核销打款

func (*ItemUpdateRequest) SetLocationCity

func (r *ItemUpdateRequest) SetLocationCity(value string)

所在地城市。如杭州 具体可以下载http://dl.open.taobao.com/sdk/商品城市列表.rar 取到

func (*ItemUpdateRequest) SetLocationState

func (r *ItemUpdateRequest) SetLocationState(value string)

所在地省份。如浙江 具体可以下载http://dl.open.taobao.com/sdk/商品城市列表.rar 取到

func (*ItemUpdateRequest) SetNum

func (r *ItemUpdateRequest) SetNum(value string)

商品数量,取值范围:0-999999的整数。且需要等于Sku所有数量的和 拍卖商品中增加拍只能为1,荷兰拍要在[2,500)范围内。

func (*ItemUpdateRequest) SetNumIid

func (r *ItemUpdateRequest) SetNumIid(value string)

商品数字ID,该参数必须

func (*ItemUpdateRequest) SetOuterId

func (r *ItemUpdateRequest) SetOuterId(value string)

商家编码

func (*ItemUpdateRequest) SetPaimaiInfoDeposit

func (r *ItemUpdateRequest) SetPaimaiInfoDeposit(value string)
拍卖宝贝的保证金。对于增价拍和荷兰拍来说保证金有两种模式:淘宝默认模式(首次出价金额的10%),自定义固定保证金(固定冻结金额只能输入不超过30万的正整数),并且保证金只冻结1次。对于降价拍来说保证金只有淘宝默认的(竞拍价格的10% * 竞拍数量),并且每次出价都需要冻结保证金。

对于拍卖宝贝来说,保证金是必须的,但是默认使用淘宝默认保证金模式,只有用户需要使用自定义固定保证金的时候才需要使用到这个参数。如果该参数不传或传入0则代表使用默认。

func (*ItemUpdateRequest) SetPaimaiInfoInterval

func (r *ItemUpdateRequest) SetPaimaiInfoInterval(value string)

降价拍宝贝的降价周期(分钟)。降价拍宝贝的价格每隔paimai_info.interval时间会下降一次increment。

func (*ItemUpdateRequest) SetPaimaiInfoMode

func (r *ItemUpdateRequest) SetPaimaiInfoMode(value string)

拍卖商品选择的拍卖类型,拍卖类型包括三种:增价拍(1),荷兰拍(2)和降价拍(3)。

func (*ItemUpdateRequest) SetPaimaiInfoReserve

func (r *ItemUpdateRequest) SetPaimaiInfoReserve(value string)

降价拍宝贝的保留价。对于降价拍来说,paimai_info.reserve必须大于0,且小于price-increment,而且(price-paimai_info.reserve)/increment的计算结果必须为整数

func (*ItemUpdateRequest) SetPaimaiInfoValidHour

func (r *ItemUpdateRequest) SetPaimaiInfoValidHour(value string)

自定义销售周期的小时数。拍卖宝贝可以自定义销售周期,这里指定销售周期的小时数。自定义销售周期的小时数。拍卖宝贝可以自定义销售周期,这里指定销售周期的小时数。注意,该参数只作为输入参数,不能通过taobao.item.get接口获取。

func (*ItemUpdateRequest) SetPaimaiInfoValidMinute

func (r *ItemUpdateRequest) SetPaimaiInfoValidMinute(value string)

自定义销售周期的分钟数。拍卖宝贝可以自定义销售周期,这里是指定销售周期的分钟数。自定义销售周期的小时数。拍卖宝贝可以自定义销售周期,这里指定销售周期的小时数。注意,该参数只作为输入参数,不能通过taobao.item.get接口获取。

func (*ItemUpdateRequest) SetPicPath

func (r *ItemUpdateRequest) SetPicPath(value string)

商品主图需要关联的图片空间的相对url。这个url所对应的图片必须要属于当前用户。pic_path和image只需要传入一个,如果两个都传,默认选择pic_path

func (*ItemUpdateRequest) SetPostFee

func (r *ItemUpdateRequest) SetPostFee(value string)

平邮费用。取值范围:0.01-999.00;精确到2位小数;单位:元。如:5.07,表示:5元7分, 注:post_fee,express_fee,ems_fee需一起填写

func (*ItemUpdateRequest) SetPostageId

func (r *ItemUpdateRequest) SetPostageId(value string)

宝贝所属的运费模板ID。取值范围:整数且必须是该卖家的运费模板的ID(可通过taobao.postages.get获得当前会话用户的所有邮费模板)

func (*ItemUpdateRequest) SetPrice

func (r *ItemUpdateRequest) SetPrice(value string)

商品价格。取值范围:0-100000000;精确到2位小数;单位:元。如:200.07,表示:200元7分。需要在正确的价格区间内。 拍卖商品对应的起拍价。

func (*ItemUpdateRequest) SetProductId

func (r *ItemUpdateRequest) SetProductId(value string)

商品所属的产品ID(B商家发布商品需要用)

func (*ItemUpdateRequest) SetPropertyAlias

func (r *ItemUpdateRequest) SetPropertyAlias(value string)

属性值别名。如pid:vid:别名;pid1:vid1:别名1, pid:属性id vid:值id。总长度不超过512字节

func (*ItemUpdateRequest) SetProps

func (r *ItemUpdateRequest) SetProps(value string)

商品属性列表。格式:pid:vid;pid:vid。属性的pid调用taobao.itemprops.get取得,属性值的vid用taobao.itempropvalues.get取得vid。 如果该类目下面没有属性,可以不用填写。如果有属性,必选属性必填,其他非必选属性可以选择不填写.属性不能超过35对。所有属性加起来包括分割符不能超过549字节,单个属性没有限制。 如果有属性是可输入的话,则用字段input_str填入属性的值。

func (*ItemUpdateRequest) SetScenicTicketBookCost

func (r *ItemUpdateRequest) SetScenicTicketBookCost(value string)

景区门票在选择订金支付时候,需要交的预订费。传入的值是1到20之间的数值,小数点后最多可以保留两位(多余的部分将做四舍五入的处理)。这个数值表示的是预订费的比例,最终的预订费为 scenic_ticket_book_cost乘一口价除以100

func (*ItemUpdateRequest) SetScenicTicketPayWay

func (r *ItemUpdateRequest) SetScenicTicketPayWay(value string)

景区门票类宝贝编辑时候,当卖家签订了支付宝代扣协议时候,需要选择支付方式:全额支付和订金支付。当scenic_ticket_pay_way为1时表示全额支付,为2时表示订金支付

func (*ItemUpdateRequest) SetSellPoint

func (r *ItemUpdateRequest) SetSellPoint(value string)

商品卖点信息,最长15个字符。仅天猫商家可用。

func (*ItemUpdateRequest) SetSellPromise

func (r *ItemUpdateRequest) SetSellPromise(value string)

是否承诺退换货服务!虚拟商品无须设置此项!

func (*ItemUpdateRequest) SetSellerCids

func (r *ItemUpdateRequest) SetSellerCids(value string)

重新关联商品与店铺类目,结构:",cid1,cid2,...,",如果店铺类目存在二级类目,必须传入子类目cids。

func (*ItemUpdateRequest) SetSkuOuterIds

func (r *ItemUpdateRequest) SetSkuOuterIds(value string)

Sku的外部id串,结构如:1234,1342,… sku_properties, sku_quantities, sku_prices, sku_outer_ids在输入数据时要一一对应,如果没有sku_outer_ids也要写上这个参数,入参是","(这个是两个sku的示列,逗号数应该是sku个数减1);该参数最大长度是512个字节

func (*ItemUpdateRequest) SetSkuPrices

func (r *ItemUpdateRequest) SetSkuPrices(value string)

更新的Sku的价格串,结构如:10.00,5.00,… 精确到2位小数;单位:元。如:200.07,表示:200元7分

func (*ItemUpdateRequest) SetSkuProperties

func (r *ItemUpdateRequest) SetSkuProperties(value string)

更新的Sku的属性串,调用taobao.itemprops.get获取类目属性,如果属性是销售属性,再用taobao.itempropvalues.get取得vid。格式:pid:vid;pid:vid,多个sku之间用逗号分隔。该字段内的销售属性(自定义的除外)也需要在props字段填写 . 规则:如果该SKU存在旧商品,则修改;否则新增Sku。如果更新时有对Sku进行操作,则Sku的properties一定要传入。如果存在自定义销售属性,则格式为pid:vid;pid2:vid2;$pText:vText,其中$pText:vText为自定义属性。限制:其中$pText的’$’前缀不能少,且pText和vText文本中不可以存在 冒号:和分号;以及逗号

func (*ItemUpdateRequest) SetSkuQuantities

func (r *ItemUpdateRequest) SetSkuQuantities(value string)

更新的Sku的数量串,结构如:num1,num2,num3 如:2,3,4

func (*ItemUpdateRequest) SetSkuSpecIds

func (r *ItemUpdateRequest) SetSkuSpecIds(value string)

暂时不可用

func (*ItemUpdateRequest) SetStuffStatus

func (r *ItemUpdateRequest) SetStuffStatus(value string)

商品新旧程度。可选值:new(全新),unused(闲置),second(二手)。

func (*ItemUpdateRequest) SetSubStock

func (r *ItemUpdateRequest) SetSubStock(value string)
商品是否支持拍下减库存:1支持;2取消支持(付款减库存);0(默认)不更改

集市卖家默认拍下减库存; 商城卖家默认付款减库存

func (*ItemUpdateRequest) SetTitle

func (r *ItemUpdateRequest) SetTitle(value string)

宝贝标题. 不能超过60字符,受违禁词控制

func (*ItemUpdateRequest) SetValidThru

func (r *ItemUpdateRequest) SetValidThru(value string)

有效期。可选值:7,14;单位:天;

func (*ItemUpdateRequest) SetWeight

func (r *ItemUpdateRequest) SetWeight(value string)

商品的重量(商超卖家专用字段)

type ItemUpdateResponse

type ItemUpdateResponse struct {
	Item *Item `json:"item"`
}

type ItemUpdateResponseResult

type ItemUpdateResponseResult struct {
	Response *ItemUpdateResponse `json:"item_update_response"`
}

type ItemsCustomGetRequest

type ItemsCustomGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
跟据卖家设定的商品外部id获取商品

这个商品对应卖家从传入的session中获取,需要session绑定

func (*ItemsCustomGetRequest) GetResponse

func (r *ItemsCustomGetRequest) GetResponse(accessToken string) (*ItemsCustomGetResponse, []byte, error)

func (*ItemsCustomGetRequest) SetFields

func (r *ItemsCustomGetRequest) SetFields(value string)

需返回的字段列表。可选值:Item商品结构体中的所有字段;多个字段之间用“,”分隔。如果想返回整个子对象,那字段为item_img,如果是想返回子对象里面的字段,那字段为item_img.url。新增返回字段:one_station标记商品是否淘1站商品

func (*ItemsCustomGetRequest) SetOuterId

func (r *ItemsCustomGetRequest) SetOuterId(value string)

商品的外部商品ID,支持批量,最多不超过40个。

type ItemsCustomGetResponse

type ItemsCustomGetResponse struct {
	Items []*Item `json:"items"`
}

type ItemsCustomGetResponseResult

type ItemsCustomGetResponseResult struct {
	Response *ItemsCustomGetResponse `json:"items_custom_get_response"`
}

type ItemsInventoryGetRequest

type ItemsInventoryGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
获取当前用户作为卖家的仓库中的商品列表,并能根据传入的搜索条件对仓库中的商品列表进行过滤

只能获得商品的部分信息,商品的详细信息请通过taobao.item.get获取

func (*ItemsInventoryGetRequest) GetResponse

func (r *ItemsInventoryGetRequest) GetResponse(accessToken string) (*ItemsInventoryGetResponse, []byte, error)

func (*ItemsInventoryGetRequest) SetBanner

func (r *ItemsInventoryGetRequest) SetBanner(value string)
分类字段。可选值:

regular_shelved(定时上架)<br> never_on_shelf(从未上架)<br> off_shelf(我下架的)<br> for_shelved(等待所有上架)<br>

sold_out(全部卖完)<br> violation_off_shelf(违规下架的)<br> 默认查询的是for_shelved(等待所有上架)这个状态的商品<br> <font color='red'>注:for_shelved(等待所有上架)=regular_shelved(定时上架)+never_on_shelf(从未上架)+off_shelf(我下架的)</font>

func (*ItemsInventoryGetRequest) SetCid

func (r *ItemsInventoryGetRequest) SetCid(value string)

商品类目ID。ItemCat中的cid字段。可以通过taobao.itemcats.get取到

func (*ItemsInventoryGetRequest) SetEndModified

func (r *ItemsInventoryGetRequest) SetEndModified(value string)

商品结束修改时间

func (*ItemsInventoryGetRequest) SetFields

func (r *ItemsInventoryGetRequest) SetFields(value string)
需返回的字段列表。可选值:Item商品结构体中的以下字段:

approve_status,num_iid,title,nick,type,cid,pic_url,num,props,valid_thru,

list_time,price,has_discount,has_invoice,has_warranty,has_showcase,

modified,delist_time,postage_id,seller_cids,outer_id;字段之间用“,”分隔。

不支持其他字段,如果需要获取其他字段数据,调用taobao.item.get。

func (*ItemsInventoryGetRequest) SetHasDiscount

func (r *ItemsInventoryGetRequest) SetHasDiscount(value string)

是否参与会员折扣。可选值:true,false。默认不过滤该条件

func (*ItemsInventoryGetRequest) SetIsEx

func (r *ItemsInventoryGetRequest) SetIsEx(value string)

商品是否在外部网店显示

func (*ItemsInventoryGetRequest) SetIsTaobao

func (r *ItemsInventoryGetRequest) SetIsTaobao(value string)

商品是否在淘宝显示

func (*ItemsInventoryGetRequest) SetOrderBy

func (r *ItemsInventoryGetRequest) SetOrderBy(value string)

排序方式。格式为column:asc/desc ,column可选值:list_time(上架时间),delist_time(下架时间),num(商品数量),modified(最近修改时间);默认上架时间降序(即最新上架排在前面)。如按照上架时间降序排序方式为list_time:desc

func (*ItemsInventoryGetRequest) SetPageNo

func (r *ItemsInventoryGetRequest) SetPageNo(value string)

页码。取值范围:大于零小于等于101的整数;默认值为1,即返回第一页数据。当页码超过101页时系统就会报错,故请大家在用此接口获取数据时尽可能的细化自己的搜索条件,例如根据修改时间分段获取商品。

func (*ItemsInventoryGetRequest) SetPageSize

func (r *ItemsInventoryGetRequest) SetPageSize(value string)

每页条数。取值范围:大于零的整数;最大值:200;默认值:40。

func (*ItemsInventoryGetRequest) SetQ

func (r *ItemsInventoryGetRequest) SetQ(value string)

搜索字段。搜索商品的title。

func (*ItemsInventoryGetRequest) SetSellerCids

func (r *ItemsInventoryGetRequest) SetSellerCids(value string)

卖家店铺内自定义类目ID。多个之间用“,”分隔。可以根据taobao.sellercats.list.get获得.(<font color="red">注:目前最多支持32个ID号传入</font>)

func (*ItemsInventoryGetRequest) SetStartModified

func (r *ItemsInventoryGetRequest) SetStartModified(value string)

商品起始修改时间

type ItemsInventoryGetResponse

type ItemsInventoryGetResponse struct {
	Items        []*Item `json:"items"`
	TotalResults int     `json:"total_results"`
}

type ItemsInventoryGetResponseResult

type ItemsInventoryGetResponseResult struct {
	Response *ItemsInventoryGetResponse `json:"items_inventory_get_response"`
}

type ItemsListGetRequest

type ItemsListGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

查看非公开属性时需要用户登录

func (*ItemsListGetRequest) GetResponse

func (r *ItemsListGetRequest) GetResponse(accessToken string) (*ItemsListGetResponse, []byte, error)

func (*ItemsListGetRequest) SetFields

func (r *ItemsListGetRequest) SetFields(value string)

需要返回的商品对象字段。可选值:Item商品结构体中所有字段均可返回;多个字段用“,”分隔。如果想返回整个子对象,那字段为itemimg,如果是想返回子对象里面的字段,那字段为itemimg.url。

func (*ItemsListGetRequest) SetNumIids

func (r *ItemsListGetRequest) SetNumIids(value string)

商品数字id列表,多个num_iid用逗号隔开,一次不超过20个。

func (*ItemsListGetRequest) SetTrackIids

func (r *ItemsListGetRequest) SetTrackIids(value string)

商品数字id列表,多个track_iid用逗号隔开,一次不超过20个。

type ItemsListGetResponse

type ItemsListGetResponse struct {
	Items []*Item `json:"items"`
}

type ItemsListGetResponseResult

type ItemsListGetResponseResult struct {
	Response *ItemsListGetResponse `json:"items_list_get_response"`
}

type ItemsOnsaleGetRequest

type ItemsOnsaleGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
获取当前用户作为卖家的出售中的商品列表,并能根据传入的搜索条件对出售中的商品列表进行过滤

只能获得商品的部分信息,商品的详细信息请通过taobao.item.get获取

func (*ItemsOnsaleGetRequest) GetResponse

func (r *ItemsOnsaleGetRequest) GetResponse(accessToken string) (*ItemsOnsaleGetResponse, []byte, error)

func (*ItemsOnsaleGetRequest) SetCid

func (r *ItemsOnsaleGetRequest) SetCid(value string)

商品类目ID。ItemCat中的cid字段。可以通过taobao.itemcats.get取到

func (*ItemsOnsaleGetRequest) SetEndModified

func (r *ItemsOnsaleGetRequest) SetEndModified(value string)

结束的修改时间

func (*ItemsOnsaleGetRequest) SetFields

func (r *ItemsOnsaleGetRequest) SetFields(value string)
需返回的字段列表。可选值:Item商品结构体中的以下字段:

approve_status,num_iid,title,nick,type,cid,pic_url,num,props,valid_thru,list_time,price,has_discount,has_invoice,has_warranty,has_showcase,modified,delist_time,postage_id,seller_cids,outer_id;字段之间用“,”分隔。 不支持其他字段,如果需要获取其他字段数据,调用taobao.item.get。

func (*ItemsOnsaleGetRequest) SetHasDiscount

func (r *ItemsOnsaleGetRequest) SetHasDiscount(value string)

是否参与会员折扣。可选值:true,false。默认不过滤该条件

func (*ItemsOnsaleGetRequest) SetHasShowcase

func (r *ItemsOnsaleGetRequest) SetHasShowcase(value string)

是否橱窗推荐。 可选值:true,false。默认不过滤该条件

func (*ItemsOnsaleGetRequest) SetIsEx

func (r *ItemsOnsaleGetRequest) SetIsEx(value string)

商品是否在外部网店显示

func (*ItemsOnsaleGetRequest) SetIsTaobao

func (r *ItemsOnsaleGetRequest) SetIsTaobao(value string)

商品是否在淘宝显示

func (*ItemsOnsaleGetRequest) SetOrderBy

func (r *ItemsOnsaleGetRequest) SetOrderBy(value string)

排序方式。格式为column:asc/desc ,column可选值:list_time(上架时间),delist_time(下架时间),num(商品数量),modified(最近修改时间);默认上架时间降序(即最新上架排在前面)。如按照上架时间降序排序方式为list_time:desc

func (*ItemsOnsaleGetRequest) SetPageNo

func (r *ItemsOnsaleGetRequest) SetPageNo(value string)

页码。取值范围:大于零的整数。默认值为1,即默认返回第一页数据。用此接口获取数据时,当翻页获取的条数(page_no*page_size)超过10万,为了保护后台搜索引擎,接口将报错。所以请大家尽可能的细化自己的搜索条件,例如根据修改时间分段获取商品

func (*ItemsOnsaleGetRequest) SetPageSize

func (r *ItemsOnsaleGetRequest) SetPageSize(value string)

每页条数。取值范围:大于零的整数;最大值:200;默认值:40。用此接口获取数据时,当翻页获取的条数(page_no*page_size)超过10万,为了保护后台搜索引擎,接口将报错。所以请大家尽可能的细化自己的搜索条件,例如根据修改时间分段获取商品

func (*ItemsOnsaleGetRequest) SetQ

func (r *ItemsOnsaleGetRequest) SetQ(value string)

搜索字段。搜索商品的title。

func (*ItemsOnsaleGetRequest) SetSellerCids

func (r *ItemsOnsaleGetRequest) SetSellerCids(value string)

卖家店铺内自定义类目ID。多个之间用“,”分隔。可以根据taobao.sellercats.list.get获得.(<font color="red">注:目前最多支持32个ID号传入</font>)

func (*ItemsOnsaleGetRequest) SetStartModified

func (r *ItemsOnsaleGetRequest) SetStartModified(value string)

起始的修改时间

type ItemsOnsaleGetResponse

type ItemsOnsaleGetResponse struct {
	Items        []*Item `json:"items"`
	TotalResults int     `json:"total_results"`
}

type ItemsOnsaleGetResponseResult

type ItemsOnsaleGetResponseResult struct {
	Response *ItemsOnsaleGetResponse `json:"items_onsale_get_response"`
}

type LocalityLife

type LocalityLife struct {
	ChooseLogis           string `json:"choose_logis"`
	Expirydate            string `json:"expirydate"`
	Merchant              string `json:"merchant"`
	NetworkId             string `json:"network_id"`
	OnsaleAutoRefundRatio int    `json:"onsale_auto_refund_ratio"`
	RefundRatio           int    `json:"refund_ratio"`
	Verification          string `json:"verification"`
}

本地生活垂直市场数据结构,修改宝贝时在参数empty_fields里设置locality_life可删除所有电子凭证信息

type Location

type Location struct {
	Address  string `json:"address"`
	City     string `json:"city"`
	Country  string `json:"country"`
	District string `json:"district"`
	State    string `json:"state"`
	Zip      string `json:"zip"`
}

用户地址

type PaimaiInfo

type PaimaiInfo struct {
	Deposit     int     `json:"deposit"`
	Interval    int     `json:"interval"`
	Mode        int     `json:"mode"`
	Reserve     float64 `json:"reserve"`
	ValidHour   int     `json:"valid_hour"`
	ValidMinute int     `json:"valid_minute"`
}

拍卖商品相关信息

type Product

type Product struct {
	Binds             string              `json:"binds"`
	BindsStr          string              `json:"binds_str"`
	CatName           string              `json:"cat_name"`
	Cid               int                 `json:"cid"`
	CollectNum        int                 `json:"collect_num"`
	Created           string              `json:"created"`
	CspuFeature       string              `json:"cspu_feature"`
	CustomerProps     string              `json:"customer_props"`
	Desc              string              `json:"desc"`
	Level             int                 `json:"level"`
	Modified          string              `json:"modified"`
	Name              string              `json:"name"`
	OuterId           string              `json:"outer_id"`
	PicPath           string              `json:"pic_path"`
	PicUrl            string              `json:"pic_url"`
	Price             float64             `json:"price"`
	ProductExtraInfos []*ProductExtraInfo `json:"product_extra_infos"`
	ProductId         int                 `json:"product_id"`
	ProductImgs       []*ProductImg       `json:"product_imgs"`
	ProductPropImgs   []*ProductPropImg   `json:"product_prop_imgs"`
	PropertyAlias     string              `json:"property_alias"`
	Props             string              `json:"props"`
	PropsStr          string              `json:"props_str"`
	RateNum           int                 `json:"rate_num"`
	SaleNum           int                 `json:"sale_num"`
	SaleProps         string              `json:"sale_props"`
	SalePropsStr      string              `json:"sale_props_str"`
	SellPt            string              `json:"sell_pt"`
	ShopPrice         string              `json:"shop_price"`
	StandardPrice     string              `json:"standard_price"`
	Status            int                 `json:"status"`
	Tsc               string              `json:"tsc"`
	VerticalMarket    int                 `json:"vertical_market"`
}

产品结构

type ProductAddRequest

type ProductAddRequest struct {
	open_taobao.TaobaoMethodRequest
}
获取类目ID,必需是叶子类目ID;调用taobao.itemcats.get.v2获取

传入关键属性,结构:pid:vid;pid:vid.调用taobao.itemprops.get.v2获取pid, 调用taobao.itempropvalues.get获取vid;如果碰到用户自定义属性,请用customer_props.

func (*ProductAddRequest) GetResponse

func (r *ProductAddRequest) GetResponse(accessToken string) (*ProductAddResponse, []byte, error)

func (*ProductAddRequest) SetBinds

func (r *ProductAddRequest) SetBinds(value string)
非关键属性结构:pid:vid;pid:vid.<br>

非关键属性<font color=red>不包含</font>关键属性、销售属性、用户自定义属性、商品属性; <br>调用taobao.itemprops.get获取pid,调用taobao.itempropvalues.get获取vid.<br><font color=red>注:支持最大长度为512字节</font>

func (*ProductAddRequest) SetCid

func (r *ProductAddRequest) SetCid(value string)

商品类目ID.调用taobao.itemcats.get获取;注意:必须是叶子类目 id.

func (*ProductAddRequest) SetCustomerProps

func (r *ProductAddRequest) SetCustomerProps(value string)
用户自定义属性,结构:pid1:value1;pid2:value2,如果有型号,系列等子属性用: 隔开 例如:“20000:优衣库:型号:001;632501:1234”,表示“品牌:优衣库:型号:001;货号:1234”

<br><font color=red>注:包含所有自定义属性的传入</font>

func (*ProductAddRequest) SetDesc

func (r *ProductAddRequest) SetDesc(value string)

产品描述.最大25000个字节

func (*ProductAddRequest) SetExtraInfo

func (r *ProductAddRequest) SetExtraInfo(value string)

存放产品扩展信息,由List(ProductExtraInfo)转化成jsonArray存入.

func (*ProductAddRequest) SetImage

func (r *ProductAddRequest) SetImage(value string)

产品主图片.最大1M,目前仅支持GIF,JPG.

func (*ProductAddRequest) SetMajor

func (r *ProductAddRequest) SetMajor(value string)

是不是主图

func (*ProductAddRequest) SetMarketId

func (r *ProductAddRequest) SetMarketId(value string)
市场ID,1为新增C2C市场的产品信息, 2为新增B2C市场的产品信息。

不填写此值则C用户新增B2C市场的产品信息,B用户新增B2C市场的产品信息。

func (*ProductAddRequest) SetMarketTime

func (r *ProductAddRequest) SetMarketTime(value string)

上市时间。目前只支持鞋城类目传入此参数

func (*ProductAddRequest) SetName

func (r *ProductAddRequest) SetName(value string)

产品名称,最大60个字节.

func (*ProductAddRequest) SetOuterId

func (r *ProductAddRequest) SetOuterId(value string)

外部产品ID

func (*ProductAddRequest) SetPackingList

func (r *ProductAddRequest) SetPackingList(value string)
包装清单。注意,在管控类目下,包装清单不能为空,同时保证清单的格式为:

名称:数字;名称:数字; 其中,名称不能违禁、不能超过60字符,数字不能超过999

func (*ProductAddRequest) SetPrice

func (r *ProductAddRequest) SetPrice(value string)

产品市场价.精确到2位小数;单位为元.如:200.07

func (*ProductAddRequest) SetPropertyAlias

func (r *ProductAddRequest) SetPropertyAlias(value string)

销售属性值别名。格式为pid1:vid1:alias1;pid1:vid2:alia2。只有少数销售属性值支持传入别名,比如颜色和尺寸

func (*ProductAddRequest) SetProps

func (r *ProductAddRequest) SetProps(value string)

关键属性 结构:pid:vid;pid:vid.调用taobao.itemprops.get获取pid,调用taobao.itempropvalues.get获取vid;如果碰到用户自定义属性,请用customer_props.

func (*ProductAddRequest) SetSaleProps

func (r *ProductAddRequest) SetSaleProps(value string)

销售属性结构:pid:vid;pid:vid.调用taobao.itemprops.get获取is_sale_prop=true的pid,调用taobao.itempropvalues.get获取vid.

func (*ProductAddRequest) SetSellPt

func (r *ProductAddRequest) SetSellPt(value string)

商品卖点描述,长度限制为20个汉字

type ProductAddResponse

type ProductAddResponse struct {
	Product *Product `json:"product"`
}

type ProductAddResponseResult

type ProductAddResponseResult struct {
	Response *ProductAddResponse `json:"product_add_response"`
}

type ProductBooks

type ProductBooks struct {
	Author     string `json:"author"`
	BarCode    string `json:"bar_code"`
	BookName   string `json:"book_name"`
	CategoryId int    `json:"category_id"`
	Isbn       string `json:"isbn"`
	Price      string `json:"price"`
}

图书类目导入返回结果

type ProductExtraInfo

type ProductExtraInfo struct {
	FieldKey   string `json:"field_key"`
	FieldName  string `json:"field_name"`
	FieldValue string `json:"field_value"`
	ProductId  int    `json:"product_id"`
}

产品扩展信息

type ProductGetRequest

type ProductGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
两种方式查看一个产品详细信息:

传入product_id来查询 传入cid和props来查询

func (*ProductGetRequest) GetResponse

func (r *ProductGetRequest) GetResponse(accessToken string) (*ProductGetResponse, []byte, error)

func (*ProductGetRequest) SetCid

func (r *ProductGetRequest) SetCid(value string)

商品类目id.调用taobao.itemcats.get获取;必须是叶子类目id,如果没有传product_id,那么cid和props必须要传.

func (*ProductGetRequest) SetCustomerProps

func (r *ProductGetRequest) SetCustomerProps(value string)

用户自定义关键属性,结构:pid1:value1;pid2:value2,如果有型号,系列等子属性用: 隔开 例如:“20000:优衣库:型号:001;632501:1234”,表示“品牌:优衣库:型号:001;货号:1234”

func (*ProductGetRequest) SetFields

func (r *ProductGetRequest) SetFields(value string)

需返回的字段列表.可选值:Product数据结构中的所有字段;多个字段之间用","分隔.

func (*ProductGetRequest) SetMarketId

func (r *ProductGetRequest) SetMarketId(value string)
市场ID,1为取C2C市场的产品信息, 2为取B2C市场的产品信息。

不填写此值则默认取C2C的产品信息。

func (*ProductGetRequest) SetProductId

func (r *ProductGetRequest) SetProductId(value string)

Product的id.两种方式来查看一个产品:1.传入product_id来查询 2.传入cid和props来查询

func (*ProductGetRequest) SetProps

func (r *ProductGetRequest) SetProps(value string)

比如:诺基亚N73这个产品的关键属性列表就是:品牌:诺基亚;型号:N73,对应的PV值就是10005:10027;10006:29729.

type ProductGetResponse

type ProductGetResponse struct {
	Product *Product `json:"product"`
}

type ProductGetResponseResult

type ProductGetResponseResult struct {
	Response *ProductGetResponse `json:"product_get_response"`
}

type ProductImg

type ProductImg struct {
	Created   string `json:"created"`
	Id        int    `json:"id"`
	Modified  string `json:"modified"`
	Position  int    `json:"position"`
	ProductId int    `json:"product_id"`
	Url       string `json:"url"`
}

产品图片

type ProductImgDeleteRequest

type ProductImgDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}
1.传入非主图ID

2.传入产品ID 删除产品非主图

func (*ProductImgDeleteRequest) GetResponse

func (r *ProductImgDeleteRequest) GetResponse(accessToken string) (*ProductImgDeleteResponse, []byte, error)

func (*ProductImgDeleteRequest) SetId

func (r *ProductImgDeleteRequest) SetId(value string)

非主图ID

func (*ProductImgDeleteRequest) SetProductId

func (r *ProductImgDeleteRequest) SetProductId(value string)

产品ID.Product的id,通过taobao.product.add接口新增产品的时候会返回id.

type ProductImgDeleteResponse

type ProductImgDeleteResponse struct {
	ProductImg *ProductImg `json:"product_img"`
}

type ProductImgDeleteResponseResult

type ProductImgDeleteResponseResult struct {
	Response *ProductImgDeleteResponse `json:"product_img_delete_response"`
}

type ProductImgUploadRequest

type ProductImgUploadRequest struct {
	open_taobao.TaobaoMethodRequest
}
1.传入产品ID

2.传入图片内容 注意:图片最大为500K,只支持JPG,GIF格式,如果需要传多张,可调多次

func (*ProductImgUploadRequest) GetResponse

func (r *ProductImgUploadRequest) GetResponse(accessToken string) (*ProductImgUploadResponse, []byte, error)

func (*ProductImgUploadRequest) SetId

func (r *ProductImgUploadRequest) SetId(value string)

产品图片ID.修改图片时需要传入

func (*ProductImgUploadRequest) SetImage

func (r *ProductImgUploadRequest) SetImage(value string)

图片内容.图片最大为500K,只支持JPG,GIF格式.

func (*ProductImgUploadRequest) SetIsMajor

func (r *ProductImgUploadRequest) SetIsMajor(value string)

是否将该图片设为主图.可选值:true,false;默认值:false.

func (*ProductImgUploadRequest) SetPosition

func (r *ProductImgUploadRequest) SetPosition(value string)

图片序号

func (*ProductImgUploadRequest) SetProductId

func (r *ProductImgUploadRequest) SetProductId(value string)

产品ID.Product的id

type ProductImgUploadResponse

type ProductImgUploadResponse struct {
	ProductImg *ProductImg `json:"product_img"`
}

type ProductImgUploadResponseResult

type ProductImgUploadResponseResult struct {
	Response *ProductImgUploadResponse `json:"product_img_upload_response"`
}

type ProductPropImg

type ProductPropImg struct {
	Created   string `json:"created"`
	Id        int    `json:"id"`
	Modified  string `json:"modified"`
	Position  int    `json:"position"`
	ProductId int    `json:"product_id"`
	Props     string `json:"props"`
	Url       string `json:"url"`
}

产品属性图片

type ProductPropimgDeleteRequest

type ProductPropimgDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}
1.传入属性图片ID

2.传入产品ID 删除一个产品的属性图片

func (*ProductPropimgDeleteRequest) GetResponse

func (r *ProductPropimgDeleteRequest) GetResponse(accessToken string) (*ProductPropimgDeleteResponse, []byte, error)

func (*ProductPropimgDeleteRequest) SetId

func (r *ProductPropimgDeleteRequest) SetId(value string)

属性图片ID

func (*ProductPropimgDeleteRequest) SetProductId

func (r *ProductPropimgDeleteRequest) SetProductId(value string)

产品ID.Product的id.

type ProductPropimgDeleteResponse

type ProductPropimgDeleteResponse struct {
	ProductPropImg *ProductPropImg `json:"product_prop_img"`
}

type ProductPropimgDeleteResponseResult

type ProductPropimgDeleteResponseResult struct {
	Response *ProductPropimgDeleteResponse `json:"product_propimg_delete_response"`
}

type ProductPropimgUploadRequest

type ProductPropimgUploadRequest struct {
	open_taobao.TaobaoMethodRequest
}
传入产品ID

传入props,目前仅支持颜色属性.调用taobao.itemprops.get.v2取得颜色属性pid, 再用taobao.itempropvalues.get取得vid;格式:pid:vid,只能传入一个颜色pid:vid串; 传入图片内容 注意:图片最大为2M,只支持JPG,GIF,如果需要传多张,可调多次

func (*ProductPropimgUploadRequest) GetResponse

func (r *ProductPropimgUploadRequest) GetResponse(accessToken string) (*ProductPropimgUploadResponse, []byte, error)

func (*ProductPropimgUploadRequest) SetId

func (r *ProductPropimgUploadRequest) SetId(value string)

产品属性图片ID

func (*ProductPropimgUploadRequest) SetImage

func (r *ProductPropimgUploadRequest) SetImage(value string)

图片内容.图片最大为2M,只支持JPG,GIF.

func (*ProductPropimgUploadRequest) SetPosition

func (r *ProductPropimgUploadRequest) SetPosition(value string)

图片序号

func (*ProductPropimgUploadRequest) SetProductId

func (r *ProductPropimgUploadRequest) SetProductId(value string)

产品ID.Product的id

func (*ProductPropimgUploadRequest) SetProps

func (r *ProductPropimgUploadRequest) SetProps(value string)

属性串.目前仅支持颜色属性.调用taobao.itemprops.get获取类目属性,取得颜色属性pid,再用taobao.itempropvalues.get取得vid;格式:pid:vid,只能传入一个颜色pid:vid串;

type ProductPropimgUploadResponse

type ProductPropimgUploadResponse struct {
	ProductPropImg *ProductPropImg `json:"product_prop_img"`
}

type ProductPropimgUploadResponseResult

type ProductPropimgUploadResponseResult struct {
	Response *ProductPropimgUploadResponse `json:"product_propimg_upload_response"`
}

type ProductSpec

type ProductSpec struct {
	Barcode          string         `json:"barcode"`
	BrandId          int            `json:"brand_id"`
	CertifiedPics    []*CertPicInfo `json:"certified_pics"`
	CertifiedTxts    []*CertTxtInfo `json:"certified_txts"`
	ChangeProp       string         `json:"change_prop"`
	CustomePropsName string         `json:"custome_props_name"`
	LabelPrice       int            `json:"label_price"`
	MarketTime       string         `json:"market_time"`
	PicUrl           string         `json:"pic_url"`
	ProductCode      string         `json:"product_code"`
	ProductId        int            `json:"product_id"`
	SpecId           int            `json:"spec_id"`
	SpecProps        string         `json:"spec_props"`
	SpecPropsAlias   string         `json:"spec_props_alias"`
	Status           int            `json:"status"`
}

ProductSpec(产品规格)结构。

type ProductUpdateRequest

type ProductUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}
传入产品ID

可修改字段:outer_id,binds,sale_props,name,price,desc,image 注意:1.可以修改主图,不能修改子图片,主图最大500K,目前仅支持GIF,JPG

2.商城卖家产品发布24小时后不能作删除或修改操作

func (*ProductUpdateRequest) GetResponse

func (r *ProductUpdateRequest) GetResponse(accessToken string) (*ProductUpdateResponse, []byte, error)

func (*ProductUpdateRequest) SetBinds

func (r *ProductUpdateRequest) SetBinds(value string)

非关键属性.调用taobao.itemprops.get获取pid,调用taobao.itempropvalues.get获取vid;格式:pid:vid;pid:vid

func (*ProductUpdateRequest) SetDesc

func (r *ProductUpdateRequest) SetDesc(value string)

产品描述.最大25000个字节

func (*ProductUpdateRequest) SetExtraInfo

func (r *ProductUpdateRequest) SetExtraInfo(value string)

存放产品扩展信息,由List(ProductExtraInfo)转化成jsonArray存入.

func (*ProductUpdateRequest) SetImage

func (r *ProductUpdateRequest) SetImage(value string)

产品主图.最大500K,目前仅支持GIF,JPG

func (*ProductUpdateRequest) SetMajor

func (r *ProductUpdateRequest) SetMajor(value string)

是否是主图

func (*ProductUpdateRequest) SetMarketId

func (r *ProductUpdateRequest) SetMarketId(value string)
市场ID,1为更新C2C市场的产品信息, 2为更新B2C市场的产品信息。

不填写此值则C用户更新B2C市场的产品信息,B用户更新B2C市场的产品信息。

func (*ProductUpdateRequest) SetName

func (r *ProductUpdateRequest) SetName(value string)

产品名称.最大60个字节

func (*ProductUpdateRequest) SetNativeUnkeyprops

func (r *ProductUpdateRequest) SetNativeUnkeyprops(value string)

自定义非关键属性

func (*ProductUpdateRequest) SetOuterId

func (r *ProductUpdateRequest) SetOuterId(value string)

外部产品ID

func (*ProductUpdateRequest) SetPackingList

func (r *ProductUpdateRequest) SetPackingList(value string)

保证清单。

func (*ProductUpdateRequest) SetPrice

func (r *ProductUpdateRequest) SetPrice(value string)

产品市场价.精确到2位小数;单位为元.如:200.07

func (*ProductUpdateRequest) SetProductId

func (r *ProductUpdateRequest) SetProductId(value string)

产品ID

func (*ProductUpdateRequest) SetSaleProps

func (r *ProductUpdateRequest) SetSaleProps(value string)

销售属性.调用taobao.itemprops.get获取pid,调用taobao.itempropvalues.get获取vid;格式:pid:vid;pid:vid

func (*ProductUpdateRequest) SetSellPt

func (r *ProductUpdateRequest) SetSellPt(value string)

产品卖点描述,最长40个字节

type ProductUpdateResponse

type ProductUpdateResponse struct {
	Product *Product `json:"product"`
}

type ProductUpdateResponseResult

type ProductUpdateResponseResult struct {
	Response *ProductUpdateResponse `json:"product_update_response"`
}

type ProductsGetRequest

type ProductsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
根据淘宝会员帐号搜索所有产品信息,只有天猫商家发布商品时才需要用到。

注意:支持分页,每页最多返回100条,默认值为40,页码从1开始,默认为第一页

func (*ProductsGetRequest) GetResponse

func (r *ProductsGetRequest) GetResponse(accessToken string) (*ProductsGetResponse, []byte, error)

func (*ProductsGetRequest) SetFields

func (r *ProductsGetRequest) SetFields(value string)

需返回的字段列表.可选值:Product数据结构中的所有字段;多个字段之间用","分隔

func (*ProductsGetRequest) SetNick

func (r *ProductsGetRequest) SetNick(value string)

用户昵称

func (*ProductsGetRequest) SetPageNo

func (r *ProductsGetRequest) SetPageNo(value string)

页码.传入值为1代表第一页,传入值为2代表第二页,依此类推.默认返回的数据是从第一页开始.

func (*ProductsGetRequest) SetPageSize

func (r *ProductsGetRequest) SetPageSize(value string)

每页条数.每页返回最多返回100条,默认值为40

type ProductsGetResponse

type ProductsGetResponse struct {
	Products []*Product `json:"products"`
}

type ProductsGetResponseResult

type ProductsGetResponseResult struct {
	Response *ProductsGetResponse `json:"products_get_response"`
}

type ProductsSearchRequest

type ProductsSearchRequest struct {
	open_taobao.TaobaoMethodRequest
}
只有天猫商家发布商品时才需要用到;

两种方式搜索所有产品信息(二种至少传一种): 传入关键字q搜索 传入cid和props搜索 返回值支持:product_id,name,pic_path,cid,props,price,tsc 当用户指定了cid并且cid为垂直市场(3C电器城、鞋城)的类目id时,默认只返回小二确认的产品。如果用户没有指定cid,或cid为普通的类目,默认返回商家确认或小二确认的产品。如果用户自定了status字段,以指定的status类型为准

func (*ProductsSearchRequest) GetResponse

func (r *ProductsSearchRequest) GetResponse(accessToken string) (*ProductsSearchResponse, []byte, error)

func (*ProductsSearchRequest) SetCid

func (r *ProductsSearchRequest) SetCid(value string)

商品类目ID.调用taobao.itemcats.get获取.

func (*ProductsSearchRequest) SetCustomerProps

func (r *ProductsSearchRequest) SetCustomerProps(value string)

用户自定义关键属性,结构:pid1:value1;pid2:value2,如果有型号,系列等子属性用: 隔开 例如:“20000:优衣库:型号:001;632501:1234”,表示“品牌:优衣库:型号:001;货号:1234”

func (*ProductsSearchRequest) SetFields

func (r *ProductsSearchRequest) SetFields(value string)

需返回的字段列表.可选值:Product数据结构中的以下字段:product_id,name,pic_url,cid,props,price,tsc;多个字段之间用","分隔.新增字段status(product的当前状态)

func (*ProductsSearchRequest) SetMarketId

func (r *ProductsSearchRequest) SetMarketId(value string)
市场ID,1为取C2C市场的产品信息, 2为取B2C市场的产品信息。

不填写此值则默认取C2C的产品信息。

func (*ProductsSearchRequest) SetPageNo

func (r *ProductsSearchRequest) SetPageNo(value string)

页码.传入值为1代表第一页,传入值为2代表第二页,依此类推.默认返回的数据是从第一页开始.

func (*ProductsSearchRequest) SetPageSize

func (r *ProductsSearchRequest) SetPageSize(value string)

每页条数.每页返回最多返回100条,默认值为40.

func (*ProductsSearchRequest) SetProps

func (r *ProductsSearchRequest) SetProps(value string)
属性,属性值的组合.格式:pid:vid;pid:vid;调用taobao.itemprops.get获取类目属性pid

,再用taobao.itempropvalues.get取得vid.

func (*ProductsSearchRequest) SetQ

func (r *ProductsSearchRequest) SetQ(value string)

搜索的关键词是用来搜索产品的title. 注:q,cid和props至少传入一个

func (*ProductsSearchRequest) SetStatus

func (r *ProductsSearchRequest) SetStatus(value string)

想要获取的产品的状态列表,支持多个状态并列获取,多个状态之间用","分隔,最多同时指定5种状态。例如,只获取小二确认的spu传入"3",只要商家确认的传入"0",既要小二确认又要商家确认的传入"0,3"。目前只支持者两种类型的状态搜索,输入其他状态无效。

func (*ProductsSearchRequest) SetVerticalMarket

func (r *ProductsSearchRequest) SetVerticalMarket(value string)

传入值为:3表示3C表示3C垂直市场产品,4表示鞋城垂直市场产品,8表示网游垂直市场产品。一次只能指定一种垂直市场类型

type ProductsSearchResponse

type ProductsSearchResponse struct {
	Products     []*Product `json:"products"`
	TotalResults int        `json:"total_results"`
}

type ProductsSearchResponseResult

type ProductsSearchResponseResult struct {
	Response *ProductsSearchResponse `json:"products_search_response"`
}

type PromotionDisplayTop

type PromotionDisplayTop struct {
	PromotionInItem []*PromotionInItem `json:"promotion_in_item"`
	PromotionInShop []*PromotionInShop `json:"promotion_in_shop"`
}

优惠信息对象

type PromotionInItem

type PromotionInItem struct {
	Desc           string    `json:"desc"`
	EndTime        string    `json:"end_time"`
	ItemPromoPrice float64   `json:"item_promo_price"`
	Name           string    `json:"name"`
	OtherNeed      string    `json:"other_need"`
	OtherSend      string    `json:"other_send"`
	PromotionId    string    `json:"promotion_id"`
	SkuIdList      []string  `json:"sku_id_list"`
	SkuPriceList   []float64 `json:"sku_price_list"`
	StartTime      string    `json:"start_time"`
}

单品级优惠信息

type PromotionInShop

type PromotionInShop struct {
	Name                string `json:"name"`
	PromotionDetailDesc string `json:"promotion_detail_desc"`
	PromotionId         string `json:"promotion_id"`
}

店铺级优惠信息

type PropImg

type PropImg struct {
	Created    string `json:"created"`
	Id         int    `json:"id"`
	Position   int    `json:"position"`
	Properties string `json:"properties"`
	Url        string `json:"url"`
}

商品属性图片结构

type Sku

type Sku struct {
	ChangeProp       string `json:"change_prop"`
	Created          string `json:"created"`
	Iid              string `json:"iid"`
	Modified         string `json:"modified"`
	NumIid           int    `json:"num_iid"`
	OuterId          string `json:"outer_id"`
	Price            string `json:"price"`
	Properties       string `json:"properties"`
	PropertiesName   string `json:"properties_name"`
	Quantity         int    `json:"quantity"`
	SkuDeliveryTime  string `json:"sku_delivery_time"`
	SkuId            int    `json:"sku_id"`
	SkuSpecId        int    `json:"sku_spec_id"`
	Status           string `json:"status"`
	WithHoldQuantity int    `json:"with_hold_quantity"`
}

Sku结构

type SkusCustomGetRequest

type SkusCustomGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
跟据卖家设定的Sku的外部id获取商品,如果一个outer_id对应多个Sku会返回所有符合条件的sku

这个Sku所属卖家从传入的session中获取,需要session绑定(注:iid标签里是num_iid的值,可以用作num_iid使用)

func (*SkusCustomGetRequest) GetResponse

func (r *SkusCustomGetRequest) GetResponse(accessToken string) (*SkusCustomGetResponse, []byte, error)

func (*SkusCustomGetRequest) SetFields

func (r *SkusCustomGetRequest) SetFields(value string)

需返回的字段列表。可选值:Sku结构体中的所有字段;字段之间用“,”隔开

func (*SkusCustomGetRequest) SetOuterId

func (r *SkusCustomGetRequest) SetOuterId(value string)

Sku的外部商家ID

type SkusCustomGetResponse

type SkusCustomGetResponse struct {
	Skus []*Sku `json:"skus"`
}

type SkusCustomGetResponseResult

type SkusCustomGetResponseResult struct {
	Response *SkusCustomGetResponse `json:"skus_custom_get_response"`
}

type SkusQuantityUpdateRequest

type SkusQuantityUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

提供按照全量/增量的方式批量修改SKU库存的功能

func (*SkusQuantityUpdateRequest) GetResponse

func (r *SkusQuantityUpdateRequest) GetResponse(accessToken string) (*SkusQuantityUpdateResponse, []byte, error)

func (*SkusQuantityUpdateRequest) SetNumIid

func (r *SkusQuantityUpdateRequest) SetNumIid(value string)

商品数字ID,必填参数

func (*SkusQuantityUpdateRequest) SetOuteridQuantities

func (r *SkusQuantityUpdateRequest) SetOuteridQuantities(value string)

特殊可选,skuIdQuantities为空的时候用该字段通过outerId来指定sku和其库存修改值。格式为outerId:库存修改值;outerId:库存修改值。当skuIdQuantities不为空的时候该字段失效。当一个outerId对应多个sku时,所有匹配到的sku都会被修改库存。最多支持20个SKU同时修改。

func (*SkusQuantityUpdateRequest) SetSkuidQuantities

func (r *SkusQuantityUpdateRequest) SetSkuidQuantities(value string)

sku库存批量修改入参,用于指定一批sku和每个sku的库存修改值,特殊可填。格式为skuId:库存修改值;skuId:库存修改值。最多支持20个SKU同时修改。

func (*SkusQuantityUpdateRequest) SetType

func (r *SkusQuantityUpdateRequest) SetType(value string)

库存更新方式,可选。1为全量更新,2为增量更新。如果不填,默认为全量更新。当选择全量更新时,如果库存更新值传入的是负数,会出错并返回错误码;当选择增量更新时,如果库存更新值为负数且绝对值大于当前库存,则sku库存会设置为0.

type SkusQuantityUpdateResponse

type SkusQuantityUpdateResponse struct {
	Item *Item `json:"item"`
}

type SkusQuantityUpdateResponseResult

type SkusQuantityUpdateResponseResult struct {
	Response *SkusQuantityUpdateResponse `json:"skus_quantity_update_response"`
}

type Subtask

type Subtask struct {
	IsSuccess      bool   `json:"is_success"`
	SubTaskRequest string `json:"sub_task_request"`
	SubTaskResult  string `json:"sub_task_result"`
}

批量异步任务的子任务结果

type Task

type Task struct {
	CheckCode   string     `json:"check_code"`
	Created     string     `json:"created"`
	DownloadUrl string     `json:"download_url"`
	Method      string     `json:"method"`
	Schedule    string     `json:"schedule"`
	Status      string     `json:"status"`
	Subtasks    []*Subtask `json:"subtasks"`
	TaskId      int        `json:"task_id"`
}

批量异步任务结果

type TmallBrandcatControlGetRequest

type TmallBrandcatControlGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取到所有的类目,品牌的控制信息,达尔文类目是会以品牌和类目作为控制的力度来管理商品,所有的控制信息可以通过这个接口获取到信息。

func (*TmallBrandcatControlGetRequest) GetResponse

type TmallBrandcatControlGetResponse

type TmallBrandcatControlGetResponse struct {
	BrandCatControlInfo *BrandCatControlInfo `json:"brand_cat_control_info"`
}

type TmallBrandcatControlGetResponseResult

type TmallBrandcatControlGetResponseResult struct {
	Response *TmallBrandcatControlGetResponse `json:"tmall_brandcat_control_get_response"`
}

type TmallBrandcatSalesproGetRequest

type TmallBrandcatSalesproGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取被管控的品牌类目下销售信息,销售信息又分成两中,一种是规格属性,要求针对这个属性创建规格信息,第二种是非规格属性(一般会被称为营销属性),这种信息主要是会影响到价格的变化,在做sku的时候会使用到。

func (*TmallBrandcatSalesproGetRequest) GetResponse

func (*TmallBrandcatSalesproGetRequest) SetBrandId

func (r *TmallBrandcatSalesproGetRequest) SetBrandId(value string)

被管控的品牌Id

func (*TmallBrandcatSalesproGetRequest) SetCatId

func (r *TmallBrandcatSalesproGetRequest) SetCatId(value string)

被管控的类目Id

type TmallBrandcatSalesproGetResponse

type TmallBrandcatSalesproGetResponse struct {
	CatBrandSaleProps []*CatBrandSaleProp `json:"cat_brand_sale_props"`
}

type TmallBrandcatSalesproGetResponseResult

type TmallBrandcatSalesproGetResponseResult struct {
	Response *TmallBrandcatSalesproGetResponse `json:"tmall_brandcat_salespro_get_response"`
}

type TmallProductBooksAddRequest

type TmallProductBooksAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

tmall提供给外部商家的接口,外部商家调用接口,可以将商家的图书的类目以及SPU信息推送到tamll的数据库中

func (*TmallProductBooksAddRequest) GetResponse

func (r *TmallProductBooksAddRequest) GetResponse(accessToken string) (*TmallProductBooksAddResponse, []byte, error)

func (*TmallProductBooksAddRequest) SetAbstractMsg

func (r *TmallProductBooksAddRequest) SetAbstractMsg(value string)

摘要信息,不支持HTML代码,长度限制5000

func (*TmallProductBooksAddRequest) SetAppInfo

func (r *TmallProductBooksAddRequest) SetAppInfo(value string)

用户的Id,需要确定自己id的可以联系接口负责人

func (*TmallProductBooksAddRequest) SetAuthor

func (r *TmallProductBooksAddRequest) SetAuthor(value string)

作者/著者,最多填写三个人名,超出三个人的以“等”结束

func (*TmallProductBooksAddRequest) SetAuthorArea

func (r *TmallProductBooksAddRequest) SetAuthorArea(value string)

作者国别/地区,到国家级别

func (*TmallProductBooksAddRequest) SetBarCode

func (r *TmallProductBooksAddRequest) SetBarCode(value string)

条形码,数字,共13位,9787开头

func (*TmallProductBooksAddRequest) SetBookBind

func (r *TmallProductBooksAddRequest) SetBookBind(value string)

装帧

func (*TmallProductBooksAddRequest) SetBookSize

func (r *TmallProductBooksAddRequest) SetBookSize(value string)

开本,如:16 表示16开本

func (*TmallProductBooksAddRequest) SetBookVersion

func (r *TmallProductBooksAddRequest) SetBookVersion(value string)

版本

func (*TmallProductBooksAddRequest) SetCatalog

func (r *TmallProductBooksAddRequest) SetCatalog(value string)

目录,不支持HTML代码,长度限制为8000

func (*TmallProductBooksAddRequest) SetCategoryId

func (r *TmallProductBooksAddRequest) SetCategoryId(value string)

类目id

func (*TmallProductBooksAddRequest) SetChinaClassifyNo

func (r *TmallProductBooksAddRequest) SetChinaClassifyNo(value string)

中图分类号,英文字母加数字组成

func (*TmallProductBooksAddRequest) SetCip

func (r *TmallProductBooksAddRequest) SetCip(value string)
cip数据编号,真实格式:(XXX)第***号,

导入时,格式为XXX-***

func (*TmallProductBooksAddRequest) SetCommentator

func (r *TmallProductBooksAddRequest) SetCommentator(value string)

点评者,只写一个人的名字,超出的以“等”结束

func (*TmallProductBooksAddRequest) SetCustomId

func (r *TmallProductBooksAddRequest) SetCustomId(value string)

用户自己的Id号

func (*TmallProductBooksAddRequest) SetDeputyName

func (r *TmallProductBooksAddRequest) SetDeputyName(value string)

图书名称(正副书名)

func (*TmallProductBooksAddRequest) SetDrawor

func (r *TmallProductBooksAddRequest) SetDrawor(value string)

绘图者,只写一个人的名字,超出的以“等”结束

func (*TmallProductBooksAddRequest) SetEditor

func (r *TmallProductBooksAddRequest) SetEditor(value string)

编者,只写一个人的名字,超出的以“等”结束

func (*TmallProductBooksAddRequest) SetGraphor

func (r *TmallProductBooksAddRequest) SetGraphor(value string)

摄影者,只写一个人的名字,超出的以“等”结束

func (*TmallProductBooksAddRequest) SetImage

func (r *TmallProductBooksAddRequest) SetImage(value string)

上传图片,图片上传使用byte[]类型

func (*TmallProductBooksAddRequest) SetIsbn

func (r *TmallProductBooksAddRequest) SetIsbn(value string)
不带‘-’的图书ISBN号

1. 位数限定:10位 末尾校验,7开头 2. 位数限定:13位、开头数字限定: 9787开头

func (*TmallProductBooksAddRequest) SetItemIds

func (r *TmallProductBooksAddRequest) SetItemIds(value string)

这条记录对应的淘宝的Ids

func (*TmallProductBooksAddRequest) SetNarrator

func (r *TmallProductBooksAddRequest) SetNarrator(value string)

口述者,只写一个人的名字,超出的以“等”结束

func (*TmallProductBooksAddRequest) SetPartName

func (r *TmallProductBooksAddRequest) SetPartName(value string)

分册名

func (*TmallProductBooksAddRequest) SetPartNo

func (r *TmallProductBooksAddRequest) SetPartNo(value string)

分册号

func (*TmallProductBooksAddRequest) SetPlottor

func (r *TmallProductBooksAddRequest) SetPlottor(value string)

策划者,只写一个人的名字,超出的以“等”结束

func (*TmallProductBooksAddRequest) SetPrice

func (r *TmallProductBooksAddRequest) SetPrice(value string)

价格支持整数和小数,小数保留小数点后两位,若有多个价格,价格之间通过','号分隔

func (*TmallProductBooksAddRequest) SetPublishCompany

func (r *TmallProductBooksAddRequest) SetPublishCompany(value string)

出版社名称

func (*TmallProductBooksAddRequest) SetPublishYm

func (r *TmallProductBooksAddRequest) SetPublishYm(value string)

出版时间,格式必须注意:年份/月份

func (*TmallProductBooksAddRequest) SetReginYear

func (r *TmallProductBooksAddRequest) SetReginYear(value string)

年号,必须是完整的年份,如:2013,当输入的值不是四位或者首位大于2时,调接口失败

func (*TmallProductBooksAddRequest) SetScholisat

func (r *TmallProductBooksAddRequest) SetScholisat(value string)

注释者,只写一个人的名字,超出的以“等”结束

func (*TmallProductBooksAddRequest) SetSeriesBooksName

func (r *TmallProductBooksAddRequest) SetSeriesBooksName(value string)

丛书名

func (*TmallProductBooksAddRequest) SetSpuImg

func (r *TmallProductBooksAddRequest) SetSpuImg(value string)

此字段废弃

func (*TmallProductBooksAddRequest) SetSummary

func (r *TmallProductBooksAddRequest) SetSummary(value string)

简介,不支持HTML代码,长度不能超过5000

func (*TmallProductBooksAddRequest) SetTranslator

func (r *TmallProductBooksAddRequest) SetTranslator(value string)

译者,只写一个人的名字,超出的以“等”结束

type TmallProductBooksAddResponse

type TmallProductBooksAddResponse struct {
	ProductBooks *ProductBooks `json:"product_books"`
}

type TmallProductBooksAddResponseResult

type TmallProductBooksAddResponseResult struct {
	Response *TmallProductBooksAddResponse `json:"tmall_product_books_add_response"`
}

type TmallProductSpecAddRequest

type TmallProductSpecAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

增加产品规格

func (*TmallProductSpecAddRequest) GetResponse

func (r *TmallProductSpecAddRequest) GetResponse(accessToken string) (*TmallProductSpecAddResponse, []byte, error)

func (*TmallProductSpecAddRequest) SetBarcode

func (r *TmallProductSpecAddRequest) SetBarcode(value string)

产品二维码

func (*TmallProductSpecAddRequest) SetCertifiedPicStr

func (r *TmallProductSpecAddRequest) SetCertifiedPicStr(value string)

存放产品规格认证类型-认证图片url映射信息,格式为k:v;k:v;,其中key为认证类型数字id,value为调用tmall.product.spec.pic.upload返回的认证图片url文本

func (*TmallProductSpecAddRequest) SetCertifiedTxtStr

func (r *TmallProductSpecAddRequest) SetCertifiedTxtStr(value string)

存放产品规格认证类型-认证文本映射信息,格式为k:v;k:v;,其中key为认证类型数字id,value为认证文本值

func (*TmallProductSpecAddRequest) SetChangeProp

func (r *TmallProductSpecAddRequest) SetChangeProp(value string)

产品基础色,数据格式为:pid:vid:rvid1,rvid2,rvid3;pid:vid:rvid1

func (*TmallProductSpecAddRequest) SetCustomerSpecProps

func (r *TmallProductSpecAddRequest) SetCustomerSpecProps(value string)

用户自定义销售属性,结构:pid1:value1;pid2:value2。在

func (*TmallProductSpecAddRequest) SetImage

func (r *TmallProductSpecAddRequest) SetImage(value string)

产品图片

func (*TmallProductSpecAddRequest) SetLabelPrice

func (r *TmallProductSpecAddRequest) SetLabelPrice(value string)

产品规格吊牌价,以分为单位,无默认值,上限999999999

func (*TmallProductSpecAddRequest) SetMarketTime

func (r *TmallProductSpecAddRequest) SetMarketTime(value string)

产品上市时间

func (*TmallProductSpecAddRequest) SetProductCode

func (r *TmallProductSpecAddRequest) SetProductCode(value string)

产品货号

func (*TmallProductSpecAddRequest) SetProductId

func (r *TmallProductSpecAddRequest) SetProductId(value string)

产品ID

func (*TmallProductSpecAddRequest) SetSpecProps

func (r *TmallProductSpecAddRequest) SetSpecProps(value string)

产品的规格属性

func (*TmallProductSpecAddRequest) SetSpecPropsAlias

func (r *TmallProductSpecAddRequest) SetSpecPropsAlias(value string)

规格属性别名,只允许传颜色别名

type TmallProductSpecAddResponse

type TmallProductSpecAddResponse struct {
	ProductSpec *ProductSpec `json:"product_spec"`
}

type TmallProductSpecAddResponseResult

type TmallProductSpecAddResponseResult struct {
	Response *TmallProductSpecAddResponse `json:"tmall_product_spec_add_response"`
}

type TmallProductSpecGetRequest

type TmallProductSpecGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
通过当个的spec_id获取到这个产品规格的信息,主要是因为产品规格是要经过审核的,所以通过这个接口可以获取到是否通过审核

通过参看这个ProductSpec的status判断: 1:表示审核通过 3:表示等待审核。 如果你的id找不到数据,那么就是审核被拒绝。

func (*TmallProductSpecGetRequest) GetResponse

func (r *TmallProductSpecGetRequest) GetResponse(accessToken string) (*TmallProductSpecGetResponse, []byte, error)

func (*TmallProductSpecGetRequest) SetSpecId

func (r *TmallProductSpecGetRequest) SetSpecId(value string)

要获取信息的产品规格信息。

type TmallProductSpecGetResponse

type TmallProductSpecGetResponse struct {
	ProductSpec *ProductSpec `json:"product_spec"`
}

type TmallProductSpecGetResponseResult

type TmallProductSpecGetResponseResult struct {
	Response *TmallProductSpecGetResponse `json:"tmall_product_spec_get_response"`
}

type TmallProductSpecPicUploadRequest

type TmallProductSpecPicUploadRequest struct {
	open_taobao.TaobaoMethodRequest
}

上传指定类型的产品规格认证文件,并返回存有上传成功图片url的产品规格对象

func (*TmallProductSpecPicUploadRequest) GetResponse

func (*TmallProductSpecPicUploadRequest) SetCertifyPic

func (r *TmallProductSpecPicUploadRequest) SetCertifyPic(value string)

上传的认证图片文件

func (*TmallProductSpecPicUploadRequest) SetCertifyType

func (r *TmallProductSpecPicUploadRequest) SetCertifyType(value string)
上传的认证图片的认证类型<br>

1:代表产品包装正面图<br> 2:代表完整产品资质<br> 3:代表产品包装反面图<br> 4:代表产品包装侧面图<br> 5:代表产品包装条形码特写<br> 6:代表特殊用途化妆品批准文号<br> 7:代表3C认证图标<br>

type TmallProductSpecPicUploadResponse

type TmallProductSpecPicUploadResponse struct {
	SpecPicUrl string `json:"spec_pic_url"`
}

type TmallProductSpecPicUploadResponseResult

type TmallProductSpecPicUploadResponseResult struct {
	Response *TmallProductSpecPicUploadResponse `json:"tmall_product_spec_pic_upload_response"`
}

type TmallProductSpecsGetRequest

type TmallProductSpecsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

按productID下载或品牌下载产品规格,返回一组的产品规格信息。

func (*TmallProductSpecsGetRequest) GetResponse

func (r *TmallProductSpecsGetRequest) GetResponse(accessToken string) (*TmallProductSpecsGetResponse, []byte, error)

func (*TmallProductSpecsGetRequest) SetCatId

func (r *TmallProductSpecsGetRequest) SetCatId(value string)
类目的ID号,该id必须和properties同时传入。

而且只有当product_id不传入的时候才起效果。

func (*TmallProductSpecsGetRequest) SetProductId

func (r *TmallProductSpecsGetRequest) SetProductId(value string)

产品的ID。这个不能和properties和cat_id同时起效果

func (*TmallProductSpecsGetRequest) SetProperties

func (r *TmallProductSpecsGetRequest) SetProperties(value string)
关键属性的字符串,pid:vid;pid:vid

该字段必须和cat_id同时传入才起效果。 而且只有当product_id不传入的时候才起效果。

type TmallProductSpecsGetResponse

type TmallProductSpecsGetResponse struct {
	ProductSpecs []*ProductSpec `json:"product_specs"`
}

type TmallProductSpecsGetResponseResult

type TmallProductSpecsGetResponseResult struct {
	Response *TmallProductSpecsGetResponse `json:"tmall_product_specs_get_response"`
}

type TopatsItemsAllGetRequest

type TopatsItemsAllGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

提供异步获取三个月内的所有(出售中和仓库中)商品详情信息接口。

func (*TopatsItemsAllGetRequest) GetResponse

func (r *TopatsItemsAllGetRequest) GetResponse(accessToken string) (*TopatsItemsAllGetResponse, []byte, error)

func (*TopatsItemsAllGetRequest) SetEndTime

func (r *TopatsItemsAllGetRequest) SetEndTime(value string)

商品修改结束时间,格式yyyyMMdd,取值范围:前90天内~昨天,其中start_time<=end_time,如20120531相当于取商品修改时间到2012-05-31 23:59:59为止的商品。注:如果start_time和end_time相同,表示取一天的商品数据。<span style="color:red">强烈建议图书类卖家把三个月商品拆分成3次来获取,否则单个任务会消耗很长时间。<span>

func (*TopatsItemsAllGetRequest) SetFields

func (r *TopatsItemsAllGetRequest) SetFields(value string)

Item结构体中的所有字段。<span style="color:red">请尽量按需获取,如果只取num_iid和modified字段,获取商品数据速度会超快。</span>

func (*TopatsItemsAllGetRequest) SetStartTime

func (r *TopatsItemsAllGetRequest) SetStartTime(value string)

商品修改开始时间,格式yyyyMMdd,取值范围:前90天内~昨天。如:20120501相当于取商品修改时间从2012-05-01 00:00:00开始的订单。

func (*TopatsItemsAllGetRequest) SetStatus

func (r *TopatsItemsAllGetRequest) SetStatus(value string)

商品状态,可选值:onsale,instock。多个值用半角逗号分隔。默认查询两个状态的商品。

type TopatsItemsAllGetResponse

type TopatsItemsAllGetResponse struct {
	Task *Task `json:"task"`
}

type TopatsItemsAllGetResponseResult

type TopatsItemsAllGetResponseResult struct {
	Response *TopatsItemsAllGetResponse `json:"topats_items_all_get_response"`
}

type UmpPromotionGetRequest

type UmpPromotionGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

商品优惠详情查询,可查询商品设置的详细优惠。包括限时折扣,满就送等官方优惠以及第三方优惠。此接口有调用频率限制请酌情使用,建议使用淘客API获取商品折扣价格。

func (*UmpPromotionGetRequest) GetResponse

func (r *UmpPromotionGetRequest) GetResponse(accessToken string) (*UmpPromotionGetResponse, []byte, error)

func (*UmpPromotionGetRequest) SetItemId

func (r *UmpPromotionGetRequest) SetItemId(value string)

商品id

type UmpPromotionGetResponse

type UmpPromotionGetResponse struct {
	Promotions *PromotionDisplayTop `json:"promotions"`
}

type UmpPromotionGetResponseResult

type UmpPromotionGetResponseResult struct {
	Response *UmpPromotionGetResponse `json:"ump_promotion_get_response"`
}

type Video

type Video struct {
	Created  string `json:"created"`
	Id       int    `json:"id"`
	Iid      string `json:"iid"`
	Modified string `json:"modified"`
	NumIid   int    `json:"num_iid"`
	Url      string `json:"url"`
	VideoId  int    `json:"video_id"`
}

商品视频关联记录

Jump to

Keyboard shortcuts

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