aeusergrowth

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AliexpressUsergrowthRecommendItemsGetAPIResponse

type AliexpressUsergrowthRecommendItemsGetAPIResponse struct {
	model.CommonResponse
	AliexpressUsergrowthRecommendItemsGetResponse
}

第三方平台推荐商品 APIResponse aliexpress.usergrowth.recommend.items.get

第三方平台的推荐AE商品 场景:skin 、底部推荐等

type AliexpressUsergrowthRecommendItemsGetData

type AliexpressUsergrowthRecommendItemsGetData struct {
	ProductId string `json:"product_id,omitempty" xml:"product_id,omitempty"`

	SalePrice string `json:"sale_price,omitempty" xml:"sale_price,omitempty"`

	Photo string `json:"photo,omitempty" xml:"photo,omitempty"`

	ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"`

	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`

	ShopDomain string `json:"shop_domain,omitempty" xml:"shop_domain,omitempty"`

	DetailUrl string `json:"detail_url,omitempty" xml:"detail_url,omitempty"`

	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`

	SubCategory string `json:"sub_category,omitempty" xml:"sub_category,omitempty"`

	RatingCount int64 `json:"rating_count,omitempty" xml:"rating_count,omitempty"`

	PhotoHeight int64 `json:"photo_height,omitempty" xml:"photo_height,omitempty"`

	ShopRating string `json:"shop_rating,omitempty" xml:"shop_rating,omitempty"`

	FreeShipping bool `json:"free_shipping,omitempty" xml:"free_shipping,omitempty"`

	RatingValue string `json:"rating_value,omitempty" xml:"rating_value,omitempty"`

	Category string `json:"category,omitempty" xml:"category,omitempty"`

	PhotoWidth int64 `json:"photo_width,omitempty" xml:"photo_width,omitempty"`
}

AliexpressUsergrowthRecommendItemsGetData

type AliexpressUsergrowthRecommendItemsGetRequest

type AliexpressUsergrowthRecommendItemsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

第三方平台推荐商品 APIRequest aliexpress.usergrowth.recommend.items.get

第三方平台的推荐AE商品 场景:skin 、底部推荐等

func NewAliexpressUsergrowthRecommendItemsGetRequest

func NewAliexpressUsergrowthRecommendItemsGetRequest() *AliexpressUsergrowthRecommendItemsGetRequest

func (AliexpressUsergrowthRecommendItemsGetRequest) GetApiMethodName

func (AliexpressUsergrowthRecommendItemsGetRequest) GetApiParams

func (AliexpressUsergrowthRecommendItemsGetRequest) GetCountryCode

func (AliexpressUsergrowthRecommendItemsGetRequest) GetCurrencyCode

func (AliexpressUsergrowthRecommendItemsGetRequest) GetLanguage

func (AliexpressUsergrowthRecommendItemsGetRequest) GetPageIndex

func (AliexpressUsergrowthRecommendItemsGetRequest) GetPageSize

func (AliexpressUsergrowthRecommendItemsGetRequest) GetTrackingId

func (AliexpressUsergrowthRecommendItemsGetRequest) GetUserTypeCode

func (*AliexpressUsergrowthRecommendItemsGetRequest) SetCountryCode

func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetCountryCode(countryCode string) error

func (*AliexpressUsergrowthRecommendItemsGetRequest) SetCurrencyCode

func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetCurrencyCode(currencyCode string) error

func (*AliexpressUsergrowthRecommendItemsGetRequest) SetLanguage

func (*AliexpressUsergrowthRecommendItemsGetRequest) SetPageIndex

func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetPageIndex(pageIndex string) error

func (*AliexpressUsergrowthRecommendItemsGetRequest) SetPageSize

func (*AliexpressUsergrowthRecommendItemsGetRequest) SetTrackingId

func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetTrackingId(trackingId string) error

func (*AliexpressUsergrowthRecommendItemsGetRequest) SetUserTypeCode

func (r *AliexpressUsergrowthRecommendItemsGetRequest) SetUserTypeCode(userTypeCode string) error

type AliexpressUsergrowthRecommendItemsGetResponse

type AliexpressUsergrowthRecommendItemsGetResponse struct {
	XMLName xml.Name `xml:"aliexpress_usergrowth_recommend_items_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AliexpressUsergrowthRecommendItemsGetResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AliexpressUsergrowthRecommendItemsGetResult

type AliexpressUsergrowthRecommendItemsGetResult struct {
	DataList []AliexpressUsergrowthRecommendItemsGetData `json:"data_list,omitempty" xml:"data_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

AliexpressUsergrowthRecommendItemsGetResult

type AliexpressUsergrowthSearchItemsGetAPIResponse

type AliexpressUsergrowthSearchItemsGetAPIResponse struct {
	model.CommonResponse
	AliexpressUsergrowthSearchItemsGetResponse
}

第三方平台搜索AE商品 APIResponse aliexpress.usergrowth.search.items.get

第三方平台的搜索服务 获取AE商品list

type AliexpressUsergrowthSearchItemsGetData

type AliexpressUsergrowthSearchItemsGetData struct {
	ProductId string `json:"product_id,omitempty" xml:"product_id,omitempty"`

	SalePrice string `json:"sale_price,omitempty" xml:"sale_price,omitempty"`

	Photo string `json:"photo,omitempty" xml:"photo,omitempty"`

	ShopName string `json:"shop_name,omitempty" xml:"shop_name,omitempty"`

	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`

	ShopDomain string `json:"shop_domain,omitempty" xml:"shop_domain,omitempty"`

	DetailUrl string `json:"detail_url,omitempty" xml:"detail_url,omitempty"`

	ShopId string `json:"shop_id,omitempty" xml:"shop_id,omitempty"`

	SubCategory string `json:"sub_category,omitempty" xml:"sub_category,omitempty"`

	RatingCount int64 `json:"rating_count,omitempty" xml:"rating_count,omitempty"`

	PhotoHeight int64 `json:"photo_height,omitempty" xml:"photo_height,omitempty"`

	ShopRating string `json:"shop_rating,omitempty" xml:"shop_rating,omitempty"`

	RatingValue string `json:"rating_value,omitempty" xml:"rating_value,omitempty"`

	Category string `json:"category,omitempty" xml:"category,omitempty"`

	PhotoWidth int64 `json:"photo_width,omitempty" xml:"photo_width,omitempty"`

	FreeShipping bool `json:"free_shipping,omitempty" xml:"free_shipping,omitempty"`
}

AliexpressUsergrowthSearchItemsGetData

type AliexpressUsergrowthSearchItemsGetRequest

type AliexpressUsergrowthSearchItemsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

第三方平台搜索AE商品 APIRequest aliexpress.usergrowth.search.items.get

第三方平台的搜索服务 获取AE商品list

func NewAliexpressUsergrowthSearchItemsGetRequest

func NewAliexpressUsergrowthSearchItemsGetRequest() *AliexpressUsergrowthSearchItemsGetRequest

func (AliexpressUsergrowthSearchItemsGetRequest) GetApiMethodName

func (AliexpressUsergrowthSearchItemsGetRequest) GetApiParams

func (AliexpressUsergrowthSearchItemsGetRequest) GetCountryCode

func (AliexpressUsergrowthSearchItemsGetRequest) GetCurrencyCode

func (AliexpressUsergrowthSearchItemsGetRequest) GetKeywords

func (AliexpressUsergrowthSearchItemsGetRequest) GetLanguage

func (AliexpressUsergrowthSearchItemsGetRequest) GetPageIndex

func (AliexpressUsergrowthSearchItemsGetRequest) GetPageSize

func (AliexpressUsergrowthSearchItemsGetRequest) GetTrackingId

func (*AliexpressUsergrowthSearchItemsGetRequest) SetCountryCode

func (r *AliexpressUsergrowthSearchItemsGetRequest) SetCountryCode(countryCode string) error

func (*AliexpressUsergrowthSearchItemsGetRequest) SetCurrencyCode

func (r *AliexpressUsergrowthSearchItemsGetRequest) SetCurrencyCode(currencyCode string) error

func (*AliexpressUsergrowthSearchItemsGetRequest) SetKeywords

func (r *AliexpressUsergrowthSearchItemsGetRequest) SetKeywords(keywords string) error

func (*AliexpressUsergrowthSearchItemsGetRequest) SetLanguage

func (r *AliexpressUsergrowthSearchItemsGetRequest) SetLanguage(language string) error

func (*AliexpressUsergrowthSearchItemsGetRequest) SetPageIndex

func (r *AliexpressUsergrowthSearchItemsGetRequest) SetPageIndex(pageIndex string) error

func (*AliexpressUsergrowthSearchItemsGetRequest) SetPageSize

func (r *AliexpressUsergrowthSearchItemsGetRequest) SetPageSize(pageSize string) error

func (*AliexpressUsergrowthSearchItemsGetRequest) SetTrackingId

func (r *AliexpressUsergrowthSearchItemsGetRequest) SetTrackingId(trackingId string) error

type AliexpressUsergrowthSearchItemsGetResponse

type AliexpressUsergrowthSearchItemsGetResponse struct {
	XMLName xml.Name `xml:"aliexpress_usergrowth_search_items_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *AliexpressUsergrowthSearchItemsGetResult `json:"result,omitempty" xml:"result,omitempty"`
}

type AliexpressUsergrowthSearchItemsGetResult

type AliexpressUsergrowthSearchItemsGetResult struct {
	DataList []AliexpressUsergrowthSearchItemsGetData `json:"data_list,omitempty" xml:"data_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Ext *Ext `json:"ext,omitempty" xml:"ext,omitempty"`
}

AliexpressUsergrowthSearchItemsGetResult

type Ext

type Ext struct {
	SearchPageLink string `json:"search_page_link,omitempty" xml:"search_page_link,omitempty"`
}

Ext

Jump to

Keyboard shortcuts

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