Documentation
¶
Index ¶
- type AddItemRequestItemEntity
- type AddItemResult
- type AddModelResult
- type AddModelResultResponse
- type AttributeEntity
- type AttributeValueEntity
- type BoostItemResult
- type BoostItemResultResponse
- type BoostItemSuccessEntity
- type BrandEntity
- type CommentReplyEntity
- type DaysToShipLimitEntity
- type DeleteItemResult
- type DeleteModelResult
- type DimensionEntity
- type FailureEntity
- type GetBoostedListItemListEntity
- type GetBoostedListResult
- type GetBoostedListResultResponse
- type GetCommentResult
- type GetCommentResultResponse
- type GetDtsLimitResult
- type GetDtsLimitResultResponse
- type GetItemBaseInfoResult
- type GetItemBaseInfoResultResponse
- type GetItemExtraInfoResult
- type GetItemExtraInfoResultResponse
- type GetItemLimitResult
- type GetItemLimitResultResponse
- type GetItemListResult
- type GetItemListResultResponse
- type GetModelListResult
- type GetModelListResultResponse
- type ImageEntity
- type InitTierVariationModelEntity
- type InitTierVariationResult
- type InitTierVariationResultResponse
- type ItemCommentEntity
- type ItemCountLimitEntity
- type ItemDescriptionLengthLimitEntity
- type ItemEntity
- type ItemExtraEntity
- type ItemImageCountLimitEntity
- type ItemListEntity
- type ItemNameLengthLimitEntity
- type LogisticInfoEntity
- type ModelEntity
- type OptionEntity
- type PreOrderEntity
- type PriceInfoEntity
- type PriceLimitEntity
- type ReplyCommentRequestCommentEntity
- type ReplyCommentResult
- type ReplyCommentResultList
- type ReplyCommentResultResponse
- type StockInfoEntity
- type StockLimitEntity
- type SuccessEntity
- type SupportSizeChartResult
- type SupportSizeChartResultResponse
- type TierImageEntity
- type TierVariationEntity
- type TierVariationNameLengthLimitEntity
- type TierVariationOptionLengthLimitEntity
- type UnlistItemItemListEntity
- type UnlistItemResult
- type UnlistItemResultResponse
- type UpdateItemRequestItemEntity
- type UpdateItemResult
- type UpdateModelEntity
- type UpdateModelResult
- type UpdatePriceFailureEntity
- type UpdatePricePriceInfoEntity
- type UpdatePriceResult
- type UpdatePriceResultResponse
- type UpdatePriceSuccessEntity
- type UpdateSizeChartResult
- type UpdateTierVariationResult
- type VideoInfoEntity
- type WholesalePriceThresholdPercentageEntity
- type WholesalesEntity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddItemRequestItemEntity ¶ added in v0.0.13
type AddItemRequestItemEntity struct { OriginalPrice float32 `json:"original_price "` Description string `json:"description"` Weight float32 `json:"weight"` ItemName string `json:"item_name"` ItemStatus string `json:"item_status"` Dimension DimensionEntity `json:"dimension"` NormalStock int `json:"normal_stock"` LogisticInfo []LogisticInfoEntity `json:"logistic_info"` AttributeList []AttributeEntity `json:"attribute_list"` CategoryID int64 `json:"category_id"` Image ImageEntity `json:"image"` PreOrder PreOrderEntity `json:"pre_order"` ItemSku string `json:"item_sku"` Condition string `json:"condition"` Wholesales []WholesalesEntity `json:"wholesales"` VideoUploadID []string `json:"video_upload_id"` Brand BrandEntity `json:"brand"` ItemDangerous int `json:"item_dangerous"` }
AddItemRequestItemEntity
func (AddItemRequestItemEntity) String ¶ added in v0.0.13
func (i AddItemRequestItemEntity) String() string
String
type AddItemResult ¶ added in v0.0.13
type AddItemResult struct { commonentity.Result Warning string `json:"warning"` ItemDangerous int `json:"item_dangerous"` Response ItemEntity `json:"response"` }
AddItemResult
type AddModelResult ¶ added in v0.0.18
type AddModelResult struct { commonentity.Result Warning string `json:"warning"` Response AddModelResultResponse `json:"response"` }
AddModelResult
type AddModelResultResponse ¶ added in v0.0.18
type AddModelResultResponse struct {
// contains filtered or unexported fields
}
AddModelResultResponse
func (AddModelResultResponse) String ¶ added in v0.0.18
func (g AddModelResultResponse) String() string
String
type AttributeEntity ¶
type AttributeEntity struct { AttributeID int64 `json:"attribute_id"` OriginalAttributeName string `json:"original_attribute_name"` IsMandatory bool `json:"is_mandatory"` AttributeType int `json:"attribute_type"` AttributeValueList []AttributeValueEntity `json:"attribute_value_list"` }
AttributeEntity
type AttributeValueEntity ¶
type AttributeValueEntity struct { ValueID int64 `json:"value_id"` OriginalValueName string `json:"original_value_name"` ValueUnit string `json:"value_unit"` }
AttributeValueEntity
type BoostItemResult ¶ added in v0.0.18
type BoostItemResult struct { commonentity.Result Warning string `json:"warning"` Response BoostItemResultResponse `json:"response"` }
BoostItemResult
type BoostItemResultResponse ¶ added in v0.0.18
type BoostItemResultResponse struct { FailureList []FailureEntity `json:"failure_list"` SuccessList []BoostItemSuccessEntity `json:"success_list"` }
BoostItemResultResponse
func (BoostItemResultResponse) String ¶ added in v0.0.18
func (r BoostItemResultResponse) String() string
String
type BoostItemSuccessEntity ¶ added in v0.0.18
type BoostItemSuccessEntity struct {
ItemIdList []int64 `json:"item_id_list"`
}
BoostItemSuccessEntity
func (BoostItemSuccessEntity) String ¶ added in v0.0.18
func (d BoostItemSuccessEntity) String() string
String
type BrandEntity ¶
type BrandEntity struct { BrandID int64 `json:"brand_id"` OriginalBrandName string `json:"original_brand_name"` }
BrandEntity
type CommentReplyEntity ¶
CommentReplyEntity
type DaysToShipLimitEntity ¶ added in v0.0.18
type DaysToShipLimitEntity struct { MinLimit int `json:"min_limit"` MaxLimit int `json:"max_limit"` }
DaysToShipLimitEntity
func (DaysToShipLimitEntity) String ¶ added in v0.0.18
func (c DaysToShipLimitEntity) String() string
String
type DeleteItemResult ¶ added in v0.0.13
type DeleteItemResult struct { commonentity.Result Warning string `json:"warning"` }
DeleteItemResult
type DeleteModelResult ¶ added in v0.0.18
type DeleteModelResult struct { commonentity.Result Warning string `json:"warning"` }
DeleteModelResult
func (DeleteModelResult) String ¶ added in v0.0.18
func (g DeleteModelResult) String() string
String
type DimensionEntity ¶
type DimensionEntity struct { PackageLength int `json:"package_length"` PackageWidth int `json:"package_width"` PackageHeight int `json:"package_height"` }
DimensionEntity
type FailureEntity ¶ added in v0.0.18
type FailureEntity struct { ItemID int64 `json:"item_id"` FailedReason string `json:"failed_reason"` }
FailureEntity
type GetBoostedListItemListEntity ¶ added in v0.0.18
type GetBoostedListItemListEntity struct { ItemID int64 `json:"item_id"` CoolDownSecond int `json:"cool_down_second"` }
GetBoostedListItemListEntity
func (GetBoostedListItemListEntity) String ¶ added in v0.0.18
func (i GetBoostedListItemListEntity) String() string
String
type GetBoostedListResult ¶ added in v0.0.18
type GetBoostedListResult struct { commonentity.Result Response GetBoostedListResultResponse `json:"response"` Warning string `json:"warning"` }
GetBoostedListResult
func (GetBoostedListResult) String ¶ added in v0.0.18
func (g GetBoostedListResult) String() string
String
type GetBoostedListResultResponse ¶ added in v0.0.18
type GetBoostedListResultResponse struct {
ItemList []GetBoostedListItemListEntity `json:"item_list"`
}
GetBoostedListResultResponse
func (GetBoostedListResultResponse) String ¶ added in v0.0.18
func (g GetBoostedListResultResponse) String() string
String
type GetCommentResult ¶
type GetCommentResult struct { commonentity.Result Response GetCommentResultResponse `json:"response"` }
GetCommentResult
type GetCommentResultResponse ¶
type GetCommentResultResponse struct { More bool `json:"more"` ItemCommentList []ItemCommentEntity `json:"item_comment_list"` NextCursor string `json:"next_cursor"` }
GetCommentResultResponse
type GetDtsLimitResult ¶ added in v0.0.18
type GetDtsLimitResult struct { commonentity.Result Response GetDtsLimitResultResponse `json:"response"` Warning string `json:"warning"` }
GetDtsLimitResult
func (GetDtsLimitResult) String ¶ added in v0.0.18
func (g GetDtsLimitResult) String() string
String
type GetDtsLimitResultResponse ¶ added in v0.0.18
type GetDtsLimitResultResponse struct { DaysToShipLimit DaysToShipLimitEntity `json:"days_to_ship_limit"` NonPreOrderDaysToShip int `json:"non_pre_order_days_to_ship"` }
GetDtsLimitResultResponse
func (GetDtsLimitResultResponse) String ¶ added in v0.0.18
func (g GetDtsLimitResultResponse) String() string
String
type GetItemBaseInfoResult ¶
type GetItemBaseInfoResult struct { commonentity.Result Response GetItemBaseInfoResultResponse `json:"response"` Warning string `json:"warning"` }
GetItemBaseInfoResult
type GetItemBaseInfoResultResponse ¶
type GetItemBaseInfoResultResponse struct {
ItemList []ItemEntity `json:"item_list"`
}
GetItemBaseInfoResultResponse
func (GetItemBaseInfoResultResponse) String ¶
func (g GetItemBaseInfoResultResponse) String() string
String
type GetItemExtraInfoResult ¶
type GetItemExtraInfoResult struct { commonentity.Result Response GetItemExtraInfoResultResponse `json:"response"` Warning string `json:"warning"` }
GetItemExtraInfoResult
type GetItemExtraInfoResultResponse ¶
type GetItemExtraInfoResultResponse struct {
ItemList []ItemExtraEntity `json:"item_list"`
}
GetItemExtraInfoResultResponse
func (GetItemExtraInfoResultResponse) String ¶
func (g GetItemExtraInfoResultResponse) String() string
String
type GetItemLimitResult ¶ added in v0.0.18
type GetItemLimitResult struct { commonentity.Result Response GetItemLimitResultResponse `json:"response"` Warning string `json:"warning"` }
GetItemLimitResult
func (GetItemLimitResult) String ¶ added in v0.0.18
func (g GetItemLimitResult) String() string
String
type GetItemLimitResultResponse ¶ added in v0.0.18
type GetItemLimitResultResponse struct { PriceLimit PriceLimitEntity `json:"price_limit"` WholesalePriceThresholdPercentage WholesalePriceThresholdPercentageEntity `json:"wholesale_price_threshold_percentage"` StockLimit StockLimitEntity `json:"stock_limit"` ItemNameLengthLimit ItemNameLengthLimitEntity `json:"item_name_length_limit"` ItemImageCountLimit ItemImageCountLimitEntity `json:"item_image_count_limit"` ItemDescriptionLengthLimit ItemDescriptionLengthLimitEntity `json:"item_description_length_limit"` TierVariationNameLengthLimit TierVariationNameLengthLimitEntity `json:"tier_variation_name_length_limit"` TierVariationOptionLengthLimit TierVariationOptionLengthLimitEntity `json:"tier_variation_option_length_limit"` ItemCountLimit ItemCountLimitEntity `json:"item_count_limit"` }
GetItemLimitResultResponse
func (GetItemLimitResultResponse) String ¶ added in v0.0.18
func (g GetItemLimitResultResponse) String() string
String
type GetItemListResult ¶
type GetItemListResult struct { commonentity.Result Response GetItemListResultResponse `json:"response"` Warning string `json:"warning"` }
GetItemListResult
type GetItemListResultResponse ¶
type GetItemListResultResponse struct { Item []ItemListEntity `json:"item"` TotalCount int `json:"total_count"` HasNextPage bool `json:"has_next_page"` NextOffset int `json:"next_offset"` }
GetItemListResultResponse
type GetModelListResult ¶ added in v0.0.18
type GetModelListResult struct { commonentity.Result Response GetModelListResultResponse `json:"response"` Warning string `json:"warning"` }
GetModelListResult
func (GetModelListResult) String ¶ added in v0.0.18
func (g GetModelListResult) String() string
String
type GetModelListResultResponse ¶ added in v0.0.18
type GetModelListResultResponse struct { TierVariation []TierVariationEntity `json:"tier_variation"` Model []ModelEntity `json:"model"` }
GetModelListResultResponse
func (GetModelListResultResponse) String ¶ added in v0.0.18
func (g GetModelListResultResponse) String() string
String
type ImageEntity ¶
type ImageEntity struct { ImageUrlList []string `json:"image_url_list"` ImageIdList []string `json:"image_id_list"` }
ImageEntity
type InitTierVariationModelEntity ¶ added in v0.0.18
type InitTierVariationModelEntity struct { TierIndex []int `json:"tier_index"` NormalStock int `json:"normal_stock"` OriginalPrice float32 `json:"original_price"` ModelSku string `json:"model_sku"` }
InitTierVariationModelEntity
func (InitTierVariationModelEntity) String ¶ added in v0.0.18
func (s InitTierVariationModelEntity) String() string
String
type InitTierVariationResult ¶ added in v0.0.18
type InitTierVariationResult struct { commonentity.Result Response InitTierVariationResultResponse `json:"response"` Warning string `json:"warning"` }
InitTierVariationResult
func (InitTierVariationResult) String ¶ added in v0.0.18
func (g InitTierVariationResult) String() string
String
type InitTierVariationResultResponse ¶ added in v0.0.18
type InitTierVariationResultResponse struct { ItemID int64 `json:"item_id"` TierVariation []TierVariationEntity `json:"tier_variation"` Model []ModelEntity `json:"model"` }
GetModelListResultResponse
func (InitTierVariationResultResponse) String ¶ added in v0.0.18
func (g InitTierVariationResultResponse) String() string
String
type ItemCommentEntity ¶
type ItemCommentEntity struct { OrderSn string `json:"order_sn"` CommentID int64 `json:"comment_id"` Comment string `json:"comment"` BuyerUsername string `json:"buyer_username"` ItemID int64 `json:"item_id"` ModelID int64 `json:"model_id"` RatingStar int `json:"rating_star"` Editable string `json:"editable"` Hidden bool `json:"hidden"` CreateTime int `json:"create_time"` CommentReply CommentReplyEntity `json:"comment_reply"` }
ItemCommentEntity
type ItemCountLimitEntity ¶ added in v0.0.18
type ItemCountLimitEntity struct {
MaxLimit int `json:"max_limit"`
}
ItemCountLimitEntity
func (ItemCountLimitEntity) String ¶ added in v0.0.18
func (p ItemCountLimitEntity) String() string
String
type ItemDescriptionLengthLimitEntity ¶ added in v0.0.18
type ItemDescriptionLengthLimitEntity struct { MinLimit int `json:"min_limit"` MaxLimit int `json:"max_limit"` }
ItemDescriptionLengthLimitEntity
func (ItemDescriptionLengthLimitEntity) String ¶ added in v0.0.18
func (p ItemDescriptionLengthLimitEntity) String() string
String
type ItemEntity ¶
type ItemEntity struct { ItemID int64 `json:"item_id"` CategoryID int64 `json:"category_id"` ItemName string `json:"item_name"` Description string `json:"description"` ItemSku string `json:"item_sku"` CreateTime int `json:"create_time"` UpdateTime int `json:"update_time"` AttributeList []AttributeEntity `json:"attribute_list"` PriceInfo []PriceInfoEntity `json:"price_info"` StockInfo []StockInfoEntity `json:"stock_info"` Image ImageEntity `json:"image"` Weight string `json:"weight"` Dimension DimensionEntity `json:"dimension"` LogisticInfo []LogisticInfoEntity `json:"logistic_info"` PreOrder PreOrderEntity `json:"pre_order"` Wholesales []WholesalesEntity `json:"wholesales"` Condition string `json:"condition"` SizeChart string `json:"size_chart"` ItemStatus string `json:"item_status"` HasModel bool `json:"has_model"` PromotionID int64 `json:"promotion_id"` VideoInfo []VideoInfoEntity `json:"video_info"` Brand BrandEntity `json:"brand"` ItemDangerous int `json:"item_dangerous"` }
ItemEntity
type ItemExtraEntity ¶
type ItemExtraEntity struct { ItemID int64 `json:"item_id"` Sale int `json:"sale"` Views int `json:"views"` Likes int `json:"likes"` RatingStar float32 `json:"rating_star"` CommentCount int `json:"comment_count"` }
ItemEntity
type ItemImageCountLimitEntity ¶ added in v0.0.18
type ItemImageCountLimitEntity struct { MinLimit int `json:"min_limit"` MaxLimit int `json:"max_limit"` }
ItemImageCountLimitEntity
func (ItemImageCountLimitEntity) String ¶ added in v0.0.18
func (p ItemImageCountLimitEntity) String() string
String
type ItemListEntity ¶
type ItemListEntity struct { ItemID int64 `json:"item_id"` ItemStatus string `json:"item_status"` UpdateTime int `json:"update_time"` }
ItemListEntity
type ItemNameLengthLimitEntity ¶ added in v0.0.18
type ItemNameLengthLimitEntity struct { MinLimit int `json:"min_limit"` MaxLimit int `json:"max_limit"` }
ItemNameLengthLimitEntity
func (ItemNameLengthLimitEntity) String ¶ added in v0.0.18
func (p ItemNameLengthLimitEntity) String() string
String
type LogisticInfoEntity ¶
type LogisticInfoEntity struct { LogisticID int64 `json:"logistic_id"` LogisticName string `json:"logistic_name"` Enabled bool `json:"enabled"` ShippingFee float32 `json:"shipping_fee"` SizeID int64 `json:"size_id"` IsFree bool `json:"is_free"` EstimatedShippingFee bool `json:"estimated_shipping_fee"` }
LogisticInfoEntity
type ModelEntity ¶ added in v0.0.18
type ModelEntity struct { PriceInfo []PriceInfoEntity `json:"price_info"` ModelID int64 `json:"model_id"` StockInfo []StockInfoEntity `json:"stock_info"` TierIndex []int `json:"tier_index"` PromotionID int64 `json:"promotion_id"` ModelSku string `json:"model_sku"` }
ModelEntity
type OptionEntity ¶ added in v0.0.18
type OptionEntity struct { Option string `json:"option"` Image TierImageEntity `json:"image"` }
OptionEntity
type PreOrderEntity ¶
type PreOrderEntity struct { IsPreOrder bool `json:"is_pre_order"` DaysToShip int `json:"days_to_ship"` }
PreOrderEntity
type PriceInfoEntity ¶
type PriceInfoEntity struct { Currency string `json:"currency"` OriginalPrice float32 `json:"original_price"` CurrentPrice float32 `json:"current_price"` InflatedPriceOfOriginalPrice float32 `json:"inflated_price_of_original_price"` InflatedPriceOfCurrentPrice float32 `json:"inflated_price_of_current_price"` SipItemPrice float32 `json:"sip_item_price"` SipItemPriceSource string `json:"sip_item_price_source"` }
PriceInfoEntity
type PriceLimitEntity ¶ added in v0.0.18
type PriceLimitEntity struct { MinLimit float32 `json:"min_limit"` MaxLimit float32 `json:"max_limit"` }
PriceLimitEntity
type ReplyCommentRequestCommentEntity ¶
type ReplyCommentRequestCommentEntity struct { CommentID int64 `json:"comment_id"` Comment string `json:"comment"` }
ReplyCommentRequestCommentEntity
func (ReplyCommentRequestCommentEntity) String ¶
func (c ReplyCommentRequestCommentEntity) String() string
String
type ReplyCommentResult ¶
type ReplyCommentResult struct { commonentity.Result Response ReplyCommentResultResponse `json:"response"` Warning []string `json:"warning"` }
ReplyCommentResult
type ReplyCommentResultList ¶
type ReplyCommentResultList struct { CommentID int64 `json:"comment_id"` FailError string `json:"fail_error"` FailMessage string `json:"fail_message"` }
ReplyCommentResultList
type ReplyCommentResultResponse ¶
type ReplyCommentResultResponse struct {
ResultList []ReplyCommentResultList `json:"result_list"`
}
ReplyCommentResultResponse
func (ReplyCommentResultResponse) String ¶
func (r ReplyCommentResultResponse) String() string
String
type StockInfoEntity ¶
type StockInfoEntity struct { StockType int `json:"stock_type"` StockLocationID string `json:"stock_location_id"` CurrentStock int `json:"current_stock"` NormalStock int `json:"normal_stock"` ReservedStock int `json:"reserved_stock"` }
StockInfoEntity
type StockLimitEntity ¶ added in v0.0.18
StockLimitEntity
type SuccessEntity ¶ added in v0.0.18
SuccessEntity
type SupportSizeChartResult ¶ added in v0.0.18
type SupportSizeChartResult struct { commonentity.Result Warning string `json:"warning"` Response SupportSizeChartResultResponse `json:"response"` }
SupportSizeChartResult
func (SupportSizeChartResult) String ¶ added in v0.0.18
func (r SupportSizeChartResult) String() string
String
type SupportSizeChartResultResponse ¶ added in v0.0.18
type SupportSizeChartResultResponse struct {
SupportSizeChart bool `json:"support_size_chart"`
}
SupportSizeChartResultResponse
func (SupportSizeChartResultResponse) String ¶ added in v0.0.18
func (r SupportSizeChartResultResponse) String() string
String
type TierImageEntity ¶ added in v0.0.18
TierImageEntity
type TierVariationEntity ¶ added in v0.0.18
type TierVariationEntity struct { OptionList []OptionEntity `json:"option_list"` Name string `json:"name"` }
TierVariationEntity
func (TierVariationEntity) String ¶ added in v0.0.18
func (s TierVariationEntity) String() string
String
type TierVariationNameLengthLimitEntity ¶ added in v0.0.18
type TierVariationNameLengthLimitEntity struct { MinLimit int `json:"min_limit"` MaxLimit int `json:"max_limit"` }
TierVariationNameLengthLimitEntity
func (TierVariationNameLengthLimitEntity) String ¶ added in v0.0.18
func (p TierVariationNameLengthLimitEntity) String() string
String
type TierVariationOptionLengthLimitEntity ¶ added in v0.0.18
type TierVariationOptionLengthLimitEntity struct { MinLimit int `json:"min_limit"` MaxLimit int `json:"max_limit"` }
TierVariationOptionLengthLimitEntity
func (TierVariationOptionLengthLimitEntity) String ¶ added in v0.0.18
func (p TierVariationOptionLengthLimitEntity) String() string
String
type UnlistItemItemListEntity ¶ added in v0.0.18
UnlistItemItemListEntity
func (UnlistItemItemListEntity) String ¶ added in v0.0.18
func (i UnlistItemItemListEntity) String() string
String
type UnlistItemResult ¶ added in v0.0.18
type UnlistItemResult struct { commonentity.Result Warning string `json:"warning"` Response UnlistItemResultResponse `json:"response"` }
UnlistItemResult
type UnlistItemResultResponse ¶ added in v0.0.18
type UnlistItemResultResponse struct { FailureList []FailureEntity `json:"failure_list"` SuccessList []SuccessEntity `json:"success_list"` }
UnlistItemResultResponse
func (UnlistItemResultResponse) String ¶ added in v0.0.18
func (r UnlistItemResultResponse) String() string
String
type UpdateItemRequestItemEntity ¶ added in v0.0.18
type UpdateItemRequestItemEntity struct {
AddItemRequestItemEntity
}
UpdateItemRequestItemEntity
func (UpdateItemRequestItemEntity) String ¶ added in v0.0.18
func (i UpdateItemRequestItemEntity) String() string
String
type UpdateItemResult ¶ added in v0.0.18
type UpdateItemResult struct {
AddItemResult
}
UpdateItemResult
type UpdateModelEntity ¶ added in v0.0.18
type UpdateModelEntity struct { ModelID int64 `json:"model_id"` ModelSku string `json:"model_sku"` }
UpdateModelEntity
func (UpdateModelEntity) String ¶ added in v0.0.18
func (s UpdateModelEntity) String() string
String
type UpdateModelResult ¶ added in v0.0.18
type UpdateModelResult struct { commonentity.Result Warning string `json:"warning"` }
UpdateModelResult
func (UpdateModelResult) String ¶ added in v0.0.18
func (g UpdateModelResult) String() string
String
type UpdatePriceFailureEntity ¶ added in v0.0.18
type UpdatePriceFailureEntity struct { ModelID int64 `json:"model_id"` FailedReason string `json:"failed_reason"` }
FailureEntity
func (UpdatePriceFailureEntity) String ¶ added in v0.0.18
func (d UpdatePriceFailureEntity) String() string
String
type UpdatePricePriceInfoEntity ¶ added in v0.0.18
type UpdatePricePriceInfoEntity struct { ModelID int64 `json:"model_id"` OriginalPrice float32 `json:"original_price"` }
PriceInfoEntity
func (UpdatePricePriceInfoEntity) String ¶ added in v0.0.18
func (p UpdatePricePriceInfoEntity) String() string
String
type UpdatePriceResult ¶ added in v0.0.18
type UpdatePriceResult struct { commonentity.Result Warning string `json:"warning"` Response UpdatePriceResultResponse `json:"response"` }
UpdatePriceResult
func (UpdatePriceResult) String ¶ added in v0.0.18
func (g UpdatePriceResult) String() string
String
type UpdatePriceResultResponse ¶ added in v0.0.18
type UpdatePriceResultResponse struct { FailureList []UpdatePriceFailureEntity `json:"failure_list"` SuccessList []UpdatePriceSuccessEntity `json:"success_list"` }
UpdatePriceResultResponse
func (UpdatePriceResultResponse) String ¶ added in v0.0.18
func (g UpdatePriceResultResponse) String() string
String
type UpdatePriceSuccessEntity ¶ added in v0.0.18
type UpdatePriceSuccessEntity struct { ModelID int64 `json:"model_id"` OriginalPrice float32 `json:"original_price"` }
UpdatePriceSuccessEntity
func (UpdatePriceSuccessEntity) String ¶ added in v0.0.18
func (d UpdatePriceSuccessEntity) String() string
String
type UpdateSizeChartResult ¶ added in v0.0.18
type UpdateSizeChartResult struct { commonentity.Result Warning string `json:"warning"` }
UpdateSizeChartResult
func (UpdateSizeChartResult) String ¶ added in v0.0.18
func (r UpdateSizeChartResult) String() string
String
type UpdateTierVariationResult ¶ added in v0.0.18
type UpdateTierVariationResult struct { commonentity.Result Warning string `json:"warning"` }
UpdateTierVariationResult
func (UpdateTierVariationResult) String ¶ added in v0.0.18
func (r UpdateTierVariationResult) String() string
String
type VideoInfoEntity ¶
type VideoInfoEntity struct { VideoUrl string `json:"video_url"` ThumbnailUrl string `json:"thumbnail_url"` Duration int `json:"duration"` }
VideoInfoEntity
type WholesalePriceThresholdPercentageEntity ¶ added in v0.0.18
type WholesalePriceThresholdPercentageEntity struct { MinLimit int `json:"min_limit"` MaxLimit int `json:"max_limit"` }
PriceLimitEntity
func (WholesalePriceThresholdPercentageEntity) String ¶ added in v0.0.18
func (p WholesalePriceThresholdPercentageEntity) String() string
String
Source Files
¶
- additemresult.go
- addmodelresult.go
- attributeentity.go
- attributevalueentity.go
- boostitemresult.go
- brandentity.go
- commententity.go
- commentreplyentity.go
- daystoshiplimitentity.go
- deleteitemresult.go
- deletemodelresult.go
- dimensionentity.go
- failureentity.go
- getboostedlistresult.go
- getcommentresult.go
- getdtslimitresult.go
- getitembaseinforesult.go
- getitemextrainforesult.go
- getitemlimitresult.go
- getitemlistresult.go
- getmodellistresult.go
- imageentity.go
- inittiervariationresult.go
- itemcommententity.go
- itemcountlimitentity.go
- itemdescriptionlengthlimitentity.go
- itementity.go
- itemimagecountlimitentity.go
- itemnamelengthlimitentity.go
- logisticinfoentity.go
- modelentity.go
- optionentity.go
- preorderentity.go
- priceinfoentity.go
- pricelimitentity.go
- replycommentresult.go
- stockinfoentity.go
- stocklimitentity.go
- successentity.go
- supportsizechartresult.go
- tiervariationentity.go
- tiervariationnamelengthlimitentity.go
- tiervariationoptionlengthlimitentity.go
- unlistitemresult.go
- updateitemresult.go
- updatemodelresult.go
- updatepriceresult.go
- updatesizechartresult.go
- updatetiervariationresult.go
- videoinfoentity.go
- wholesalepricethresholdpercentageentity.go
- wholesalesentity.go