product_addChannelProduct_response

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel struct {
	// 渠道类型(3:商家自卖,4:达人带货)
	ChannelType int64 `json:"channel_type"`
	// 渠道ID
	ChannelId int64 `json:"channel_id"`
}

type ProductAddChannelProductData

type ProductAddChannelProductData struct {
	// 店铺ID
	ShopId int64 `json:"shop_id"`
	// 主商品ID
	ProductId int64 `json:"product_id"`
	// 渠道信息
	Channel *Channel `json:"channel"`
	// 是否『达人专属』渠道品
	IsKolExclusive bool `json:"is_kol_exclusive"`
}

type ProductAddChannelProductResponse

type ProductAddChannelProductResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductAddChannelProductData `json:"data"`
}

Jump to

Keyboard shortcuts

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