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

type FailedProductListItem struct {
	// 提报失败站内商品id
	ProductId int64 `json:"product_id"`
	// 失败原因描述
	FailedMsg string `json:"failed_msg"`
}

type ProductSalesInheritSubmitData

type ProductSalesInheritSubmitData struct {
	// 提报成功站内商品id列表
	SuccessProductIds []int64 `json:"success_product_ids"`
	// 提报失败商品列表
	FailedProductList []FailedProductListItem `json:"failed_product_list"`
}

type ProductSalesInheritSubmitResponse

type ProductSalesInheritSubmitResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductSalesInheritSubmitData `json:"data"`
}

Jump to

Keyboard shortcuts

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