product_salesInherit_submit_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 ProductSalesInheritSubmitParam

type ProductSalesInheritSubmitParam struct {
	// 提报记录列表(不超过20条)
	SubmitRecords []SubmitRecordsItem `json:"submit_records"`
}

type ProductSalesInheritSubmitRequest

type ProductSalesInheritSubmitRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductSalesInheritSubmitParam
}

func (*ProductSalesInheritSubmitRequest) Execute

func (c *ProductSalesInheritSubmitRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_salesInherit_submit_response.ProductSalesInheritSubmitResponse, error)

func (*ProductSalesInheritSubmitRequest) GetParamObject

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

func (*ProductSalesInheritSubmitRequest) GetParams

func (*ProductSalesInheritSubmitRequest) GetUrlPath

func (c *ProductSalesInheritSubmitRequest) GetUrlPath() string

type SubmitRecordsItem

type SubmitRecordsItem struct {
	// 站外平台类型;1-淘宝;
	PlatformId int64 `json:"platform_id"`
	// 抖店店铺商品id
	ProductId int64 `json:"product_id"`
	// 同主体站外店铺商品id,
	OutsideProductId int64 `json:"outside_product_id"`
	// 站外商品30天内销量;最小销量上传销量不能低于100个
	SubmitSalesNum int64 `json:"submit_sales_num"`
}

Jump to

Keyboard shortcuts

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