product_getComponentTemplate_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 ProductGetComponentTemplateParam

type ProductGetComponentTemplateParam struct {
	// 模板类型: size_info(尺码表)
	TemplateType *string `json:"template_type"`
	// 组件模板子类型;clothing -饰;undies-内衣;shoes 鞋靴;children_clothing-童装
	TemplateSubType *string `json:"template_sub_type"`
	// 模板ID
	TemplateId *int64 `json:"template_id"`
	// 是否设置为公有模板(多个商品可共用)。true-是,false-不是;不传默认true
	Shareable *bool `json:"shareable"`
	// 页码,从0开始,最大支持100
	PageNum *int64 `json:"page_num"`
	// 每页条数,最大支持20;page_size和template_id二选一入参
	PageSize *int64 `json:"page_size"`
}

type ProductGetComponentTemplateRequest

type ProductGetComponentTemplateRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductGetComponentTemplateParam
}

func (*ProductGetComponentTemplateRequest) Execute

func (c *ProductGetComponentTemplateRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_getComponentTemplate_response.ProductGetComponentTemplateResponse, error)

func (*ProductGetComponentTemplateRequest) GetParamObject

func (c *ProductGetComponentTemplateRequest) GetParamObject() interface{}

func (*ProductGetComponentTemplateRequest) GetParams

func (*ProductGetComponentTemplateRequest) GetUrlPath

Jump to

Keyboard shortcuts

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