product_isv_saveGoodsSupplyStatus_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 ProductIsvSaveGoodsSupplyStatusParam

type ProductIsvSaveGoodsSupplyStatusParam struct {
	// 列表数量不能超过200
	Status []StatusItem `json:"status"`
	// 平台
	Platform int32 `json:"platform"`
}

type ProductIsvSaveGoodsSupplyStatusRequest

type ProductIsvSaveGoodsSupplyStatusRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductIsvSaveGoodsSupplyStatusParam
}

func (*ProductIsvSaveGoodsSupplyStatusRequest) Execute

func (c *ProductIsvSaveGoodsSupplyStatusRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_isv_saveGoodsSupplyStatus_response.ProductIsvSaveGoodsSupplyStatusResponse, error)

func (*ProductIsvSaveGoodsSupplyStatusRequest) GetParamObject

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

func (*ProductIsvSaveGoodsSupplyStatusRequest) GetParams

func (*ProductIsvSaveGoodsSupplyStatusRequest) GetUrlPath

type StatusItem

type StatusItem struct {
	// 线索id
	ClueId int64 `json:"clue_id"`
	// 是否存在货源
	GoodsSupplyExists bool `json:"goods_supply_exists"`
}

Jump to

Keyboard shortcuts

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