product_createComponentTemplateV2_request

package
v1.0.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type 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"`
	// 是否设置为公有模板(多个商品可共用)。true-是,false-不是;不传默认fasle
	Shareable *bool `json:"shareable"`
	// 类目id,用来确定模板类型
	CategoryId *int64 `json:"category_id"`
}

type ProductCreateComponentTemplateV2Request

type ProductCreateComponentTemplateV2Request struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductCreateComponentTemplateV2Param
}

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 (*ProductCreateComponentTemplateV2Request) GetUrlPath

Jump to

Keyboard shortcuts

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