Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataItem ¶
type DataItem struct { // 【已废弃】老类目id,请使用category_id字段 Cid int64 `json:"cid"` // 属性名称 PropertyName string `json:"property_name"` // 属性可选值列表,为空时需要手动填写 Options []OptionsItem `json:"options"` // 1:创建商品时该属性字段必填 0:创建商品时该属性字段选填 Required int64 `json:"required"` // 属性状态,0:有效,1:失效 Status int64 `json:"status"` // 输入text、单选select、多选multi_select、时间戳timestamp、时间段timerange Type string `json:"type"` // 新版类目id(优先使用) CategoryId int64 `json:"category_id"` // 最大多选数 MultiSelectMax int64 `json:"multi_select_max"` // 属性类型,0 绑定属性 1关键属性 2售卖属性 3 商品属性 PropertyType int64 `json:"property_type"` // 属性id PropertyId int64 `json:"property_id"` // 属性顺序 Sequence int64 `json:"sequence"` // 关系id,SPU类目使用,表示自己的上一个关键属性ID RelationId int64 `json:"relation_id"` // 商品属性是否有支持商家自定义,1=支持自定义,0=不支持自定义。 使用场景:当开发者传入自定义的属性值时需在创建或更新商品接口的属性时,需把【product_format_new】字段中传入diy_type=1并且value=0; DiyType int64 `json:"diy_type"` // 0:非重要属性,1:重要属性 ImportantType int64 `json:"important_type"` }
type OptionsItem ¶
type ProductGetCatePropertyV2Response ¶
type ProductGetCatePropertyV2Response struct { doudian_sdk.BaseDoudianOpApiResponse Data *ProductGetCatePropertyV2Data `json:"data"` }
Click to show internal directories.
Click to hide internal directories.