product_salesInherit_submitList_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 Page

type Page struct {
	// 当前页,从1起
	PageNo int32 `json:"page_no"`
	// 每页数量;最大50;
	PageSize int32 `json:"page_size"`
}

type ProductSalesInheritSubmitListParam

type ProductSalesInheritSubmitListParam struct {
	// 抖店店铺商品id列表,最大支持50条;
	ProductIds []int64 `json:"product_ids"`
	// 站外商品id列表(与站内商品id条件取);最大支持50条;
	OutsideProductIds []int64 `json:"outside_product_ids"`
	// 分页参数
	Page *Page `json:"page"`
}

type ProductSalesInheritSubmitListRequest

type ProductSalesInheritSubmitListRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductSalesInheritSubmitListParam
}

func (*ProductSalesInheritSubmitListRequest) Execute

func (c *ProductSalesInheritSubmitListRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_salesInherit_submitList_response.ProductSalesInheritSubmitListResponse, error)

func (*ProductSalesInheritSubmitListRequest) GetParamObject

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

func (*ProductSalesInheritSubmitListRequest) GetParams

func (*ProductSalesInheritSubmitListRequest) GetUrlPath

Jump to

Keyboard shortcuts

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