entity

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateGlobalProductDataResponseEntity

type CreateGlobalProductDataResponseEntity struct {
	ItemId  int64                                      `json:"item_id"`
	SkuList []CreateGlobalProductSkuListResponseEntity `json:"sku_list"`
}

func (CreateGlobalProductDataResponseEntity) String

type CreateGlobalProductDetailResponseEntity

type CreateGlobalProductDetailResponseEntity struct{}

type CreateGlobalProductResult

type CreateGlobalProductResult struct {
	Data      CreateGlobalProductDataResponseEntity     `json:"data"`
	Type      string                                    `json:"type"`
	Code      string                                    `json:"code"`
	Message   string                                    `json:"message"`
	RequestId string                                    `json:"request_id"`
	Detail    []CreateGlobalProductDetailResponseEntity `json:"detail"`
}

func (CreateGlobalProductResult) String

func (g CreateGlobalProductResult) String() string

type CreateGlobalProductSkuListResponseEntity

type CreateGlobalProductSkuListResponseEntity struct {
	SellerSku string `json:"seller_sku"`
	ShopSku   string `json:"shop_sku"`
	SkuId     int64  `json:"sku_id"`
}

func (CreateGlobalProductSkuListResponseEntity) String

type GetGlobalProductStatusDetailResponseEntity

type GetGlobalProductStatusDetailResponseEntity struct{}

type GetGlobalProductStatusParamsRequestEntity

type GetGlobalProductStatusParamsRequestEntity struct {
	SellerSku string `json:"sellerSku"`
}

func (GetGlobalProductStatusParamsRequestEntity) String

type GetGlobalProductStatusResult

type GetGlobalProductStatusResult struct {
	Data      string                                       `json:"data"`
	Success   bool                                         `json:"success"`
	ErrorCode string                                       `json:"error_code"`
	ErrorMsg  string                                       `json:"error_msg"`
	Type      string                                       `json:"type"`
	Code      string                                       `json:"code"`
	Message   string                                       `json:"message"`
	RequestId string                                       `json:"request_id"`
	Detail    []GetGlobalProductStatusDetailResponseEntity `json:"detail"`
}

func (GetGlobalProductStatusResult) String

type GetUnfilledAttributeAdvancedResponseEntity

type GetUnfilledAttributeAdvancedResponseEntity struct {
	IsKeyProp int `json:"is_key_prop"`
}

func (GetUnfilledAttributeAdvancedResponseEntity) String

type GetUnfilledAttributeAttributesResponseEntity

type GetUnfilledAttributeAttributesResponseEntity struct {
	Advanced      GetUnfilledAttributeAdvancedResponseEntity `json:"advanced"`
	InputType     string                                     `json:"input_type"`
	Options       []string                                   `json:"options"`
	Name          string                                     `json:"name"`
	IsMandatory   int                                        `json:"is_mandatory"`
	AttributeType string                                     `json:"attribute_type"`
	Label         string                                     `json:"label"`
}

func (GetUnfilledAttributeAttributesResponseEntity) String

type GetUnfilledAttributeDataResponseEntity

type GetUnfilledAttributeDataResponseEntity struct {
	TotalProducts int                                          `json:"total_products"`
	Products      []GetUnfilledAttributeProductsResponseEntity `json:"products"`
}

func (GetUnfilledAttributeDataResponseEntity) String

type GetUnfilledAttributeDetailResponseEntity

type GetUnfilledAttributeDetailResponseEntity struct{}

type GetUnfilledAttributeProductsResponseEntity

type GetUnfilledAttributeProductsResponseEntity struct {
	ItemId          int64                                          `json:"item_id"`
	PrimaryCategory int64                                          `json:"primary_category"`
	SellerSku       string                                         `json:"seller_sku"`
	Attributes      []GetUnfilledAttributeAttributesResponseEntity `json:"attributes"`
}

func (GetUnfilledAttributeProductsResponseEntity) String

type GetUnfilledAttributeResult

type GetUnfilledAttributeResult struct {
	Data        GetUnfilledAttributeDataResponseEntity     `json:"data"`
	Success     bool                                       `json:"success"`
	ErrorDetail string                                     `json:"error_detail"`
	ErrorCode   string                                     `json:"error_code"`
	Errors      string                                     `json:"errors"`
	ErrorMsg    string                                     `json:"error_msg"`
	Type        string                                     `json:"type"`
	Code        string                                     `json:"code"`
	Message     string                                     `json:"message"`
	RequestId   string                                     `json:"request_id"`
	Detail      []GetUnfilledAttributeDetailResponseEntity `json:"detail"`
}

func (GetUnfilledAttributeResult) String

type UpdateGlobalProductAttributeDetailResponseEntity

type UpdateGlobalProductAttributeDetailResponseEntity struct{}

type UpdateGlobalProductAttributeResult

type UpdateGlobalProductAttributeResult struct {
	Success     bool                                               `json:"success"`
	ErrorDetail string                                             `json:"error_detail"`
	ErrorCode   string                                             `json:"error_code"`
	Errors      string                                             `json:"errors"`
	ErrorMsg    string                                             `json:"error_msg"`
	Type        string                                             `json:"type"`
	Code        string                                             `json:"code"`
	Message     string                                             `json:"message"`
	RequestId   string                                             `json:"request_id"`
	Detail      []UpdateGlobalProductAttributeDetailResponseEntity `json:"detail"`
}

func (UpdateGlobalProductAttributeResult) String

Jump to

Keyboard shortcuts

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