product_addCbProduct_response

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2022 License: MulanPSL-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 ProductAddCbProductData

type ProductAddCbProductData struct {
	// product_id
	ProductId int64 `json:"product_id"`
	// out_product_id
	OutProductId int64 `json:"out_product_id"`
	// outer_product_id
	OuterProductId string `json:"outer_product_id"`
	// create_time
	CreateTime string `json:"create_time"`
	// 1
	Sku []SkuItem `json:"sku"`
}

type ProductAddCbProductResponse

type ProductAddCbProductResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductAddCbProductData `json:"data"`
}

type SkuItem

type SkuItem struct {
	// 1
	SkuId int64 `json:"sku_id"`
	// 1
	OutSkuId int64 `json:"out_sku_id"`
	// 1
	OuterSkuId string `json:"outer_sku_id"`
	// 1
	Code string `json:"code"`
	// 1
	SpecDetailId1 int64 `json:"spec_detail_id1"`
	// 1
	SpecDetailId2 int64 `json:"spec_detail_id2"`
	// 1
	SpecDetailId3 int64 `json:"spec_detail_id3"`
}

Jump to

Keyboard shortcuts

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