Documentation ¶
Index ¶
- type ProductCreateComponentTemplateV2Param
- type ProductCreateComponentTemplateV2Request
- func (c *ProductCreateComponentTemplateV2Request) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *ProductCreateComponentTemplateV2Request) GetParamObject() interface{}
- func (c *ProductCreateComponentTemplateV2Request) GetParams() *ProductCreateComponentTemplateV2Param
- func (c *ProductCreateComponentTemplateV2Request) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductCreateComponentTemplateV2Param ¶
type ProductCreateComponentTemplateV2Param struct { // 模板类型:尺码模板 TemplateType string `json:"template_type"` // 模板子类型: clothing(服装)、undies(内衣)、shoes(鞋靴类)、children_clothing(童装) TemplateSubType string `json:"template_sub_type"` // 模板名称 TemplateName string `json:"template_name"` // 商品组件数据 json,表格行列顺序以selectedSize和selectedSpecs的顺序为准 ComponentFrontData string `json:"component_front_data"` Shareable bool `json:"shareable"` // 类目id,用来确定模板类型 CategoryId int64 `json:"category_id"` }
type ProductCreateComponentTemplateV2Request ¶
type ProductCreateComponentTemplateV2Request struct { doudian_sdk.BaseDoudianOpApiRequest Param *ProductCreateComponentTemplateV2Param }
func New ¶
func New() *ProductCreateComponentTemplateV2Request
func (*ProductCreateComponentTemplateV2Request) Execute ¶
func (c *ProductCreateComponentTemplateV2Request) Execute(accessToken *doudian_sdk.AccessToken) (*product_createComponentTemplateV2_response.ProductCreateComponentTemplateV2Response, error)
func (*ProductCreateComponentTemplateV2Request) GetParamObject ¶
func (c *ProductCreateComponentTemplateV2Request) GetParamObject() interface{}
func (*ProductCreateComponentTemplateV2Request) GetParams ¶
func (c *ProductCreateComponentTemplateV2Request) GetParams() *ProductCreateComponentTemplateV2Param
func (*ProductCreateComponentTemplateV2Request) GetUrlPath ¶
func (c *ProductCreateComponentTemplateV2Request) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.