Documentation ¶
Index ¶
- type CreateGlobalProductDataResponseEntity
- type CreateGlobalProductDetailResponseEntity
- type CreateGlobalProductResult
- type CreateGlobalProductSkuListResponseEntity
- type GetGlobalProductStatusDetailResponseEntity
- type GetGlobalProductStatusParamsRequestEntity
- type GetGlobalProductStatusResult
- type GetUnfilledAttributeAdvancedResponseEntity
- type GetUnfilledAttributeAttributesResponseEntity
- type GetUnfilledAttributeDataResponseEntity
- type GetUnfilledAttributeDetailResponseEntity
- type GetUnfilledAttributeProductsResponseEntity
- type GetUnfilledAttributeResult
- type UpdateGlobalProductAttributeDetailResponseEntity
- type UpdateGlobalProductAttributeResult
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 ¶
func (g CreateGlobalProductDataResponseEntity) String() 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 ¶
func (g CreateGlobalProductSkuListResponseEntity) String() string
type GetGlobalProductStatusDetailResponseEntity ¶
type GetGlobalProductStatusDetailResponseEntity struct{}
type GetGlobalProductStatusParamsRequestEntity ¶
type GetGlobalProductStatusParamsRequestEntity struct {
SellerSku string `json:"sellerSku"`
}
func (GetGlobalProductStatusParamsRequestEntity) String ¶
func (g GetGlobalProductStatusParamsRequestEntity) String() 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 ¶
func (g GetGlobalProductStatusResult) String() string
type GetUnfilledAttributeAdvancedResponseEntity ¶
type GetUnfilledAttributeAdvancedResponseEntity struct {
IsKeyProp int `json:"is_key_prop"`
}
func (GetUnfilledAttributeAdvancedResponseEntity) String ¶
func (g GetUnfilledAttributeAdvancedResponseEntity) String() 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 ¶
func (g GetUnfilledAttributeAttributesResponseEntity) String() string
type GetUnfilledAttributeDataResponseEntity ¶
type GetUnfilledAttributeDataResponseEntity struct { TotalProducts int `json:"total_products"` Products []GetUnfilledAttributeProductsResponseEntity `json:"products"` }
func (GetUnfilledAttributeDataResponseEntity) String ¶
func (g GetUnfilledAttributeDataResponseEntity) String() 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 ¶
func (g GetUnfilledAttributeProductsResponseEntity) String() 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 ¶
func (g GetUnfilledAttributeResult) String() 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 ¶
func (g UpdateGlobalProductAttributeResult) String() string
Source Files ¶
- createglobalproductdataresponseentity.go
- createglobalproductresult.go
- createglobalproductskulistresponseentity.go
- getglobalproductstatusparamsrequestentity.go
- getglobalproductstatusresult.go
- getunfilledattributeadvancedresponseentity.go
- getunfilledattributeattributesresponseentity.go
- getunfilledattributedataresponseentity.go
- getunfilledattributeproductsresponseentity.go
- getunfilledattributeresult.go
- updateglobalproductattributeresult.go
Click to show internal directories.
Click to hide internal directories.