product_listChannelProduct_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 ProductListChannelProductParam

type ProductListChannelProductParam struct {
	// 主商品ID。不需要此查询条件可传0
	MainProductId int64 `json:"main_product_id"`
	// 渠道ID
	ChannelId []int64 `json:"channel_id"`
	// 渠道类型:3商家自卖,4达人带货
	ChannelType []int64 `json:"channel_type"`
	// 绑定的达人ID
	KolId []int64 `json:"kol_id"`
	// 渠道品状态:0下架,2上架,3封禁
	Status *int64 `json:"status"`
	// 有效期开始时间
	StartTime *string `json:"start_time"`
	// 有效期结束时间
	EndTime *string `json:"end_time"`
	// 第几页,从1开始
	Page int64 `json:"page"`
	// 每页数量,默认20,最多50
	Size int64 `json:"size"`
}

type ProductListChannelProductRequest

type ProductListChannelProductRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductListChannelProductParam
}

func (*ProductListChannelProductRequest) Execute

func (c *ProductListChannelProductRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_listChannelProduct_response.ProductListChannelProductResponse, error)

func (*ProductListChannelProductRequest) GetParamObject

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

func (*ProductListChannelProductRequest) GetParams

func (*ProductListChannelProductRequest) GetUrlPath

func (c *ProductListChannelProductRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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