icbushowcase

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 AlibabaScbpShowcaseAddproductAPIResponse

type AlibabaScbpShowcaseAddproductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpShowcaseAddproductResponse
}

批量添加橱窗商品 APIResponse alibaba.scbp.showcase.addproduct

批量添加商品到橱窗

type AlibabaScbpShowcaseAddproductRequest

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

批量添加橱窗商品 APIRequest alibaba.scbp.showcase.addproduct

批量添加商品到橱窗

func NewAlibabaScbpShowcaseAddproductRequest

func NewAlibabaScbpShowcaseAddproductRequest() *AlibabaScbpShowcaseAddproductRequest

func (AlibabaScbpShowcaseAddproductRequest) GetApiMethodName

func (r AlibabaScbpShowcaseAddproductRequest) GetApiMethodName() string

func (AlibabaScbpShowcaseAddproductRequest) GetApiParams

func (AlibabaScbpShowcaseAddproductRequest) GetProductIdList

func (r AlibabaScbpShowcaseAddproductRequest) GetProductIdList() []int64

func (*AlibabaScbpShowcaseAddproductRequest) SetProductIdList

func (r *AlibabaScbpShowcaseAddproductRequest) SetProductIdList(productIdList []int64) error

type AlibabaScbpShowcaseAddproductResponse

type AlibabaScbpShowcaseAddproductResponse struct {
	XMLName xml.Name `xml:"alibaba_scbp_showcase_addproduct_response"`

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

	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaScbpShowcaseDeleteproductAPIResponse

type AlibabaScbpShowcaseDeleteproductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpShowcaseDeleteproductResponse
}

批量删除橱窗商品 APIResponse alibaba.scbp.showcase.deleteproduct

批量删除橱窗商品

type AlibabaScbpShowcaseDeleteproductRequest

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

批量删除橱窗商品 APIRequest alibaba.scbp.showcase.deleteproduct

批量删除橱窗商品

func NewAlibabaScbpShowcaseDeleteproductRequest

func NewAlibabaScbpShowcaseDeleteproductRequest() *AlibabaScbpShowcaseDeleteproductRequest

func (AlibabaScbpShowcaseDeleteproductRequest) GetApiMethodName

func (r AlibabaScbpShowcaseDeleteproductRequest) GetApiMethodName() string

func (AlibabaScbpShowcaseDeleteproductRequest) GetApiParams

func (AlibabaScbpShowcaseDeleteproductRequest) GetWindowIdList

func (r AlibabaScbpShowcaseDeleteproductRequest) GetWindowIdList() []int64

func (*AlibabaScbpShowcaseDeleteproductRequest) SetWindowIdList

func (r *AlibabaScbpShowcaseDeleteproductRequest) SetWindowIdList(windowIdList []int64) error

type AlibabaScbpShowcaseDeleteproductResponse

type AlibabaScbpShowcaseDeleteproductResponse struct {
	XMLName xml.Name `xml:"alibaba_scbp_showcase_deleteproduct_response"`

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

	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaScbpShowcaseListAPIResponse

type AlibabaScbpShowcaseListAPIResponse struct {
	model.CommonResponse
	AlibabaScbpShowcaseListResponse
}

橱窗查询 APIResponse alibaba.scbp.showcase.list

橱窗查询

type AlibabaScbpShowcaseListRequest

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

橱窗查询 APIRequest alibaba.scbp.showcase.list

橱窗查询

func NewAlibabaScbpShowcaseListRequest

func NewAlibabaScbpShowcaseListRequest() *AlibabaScbpShowcaseListRequest

func (AlibabaScbpShowcaseListRequest) GetApiMethodName

func (r AlibabaScbpShowcaseListRequest) GetApiMethodName() string

func (AlibabaScbpShowcaseListRequest) GetApiParams

func (r AlibabaScbpShowcaseListRequest) GetApiParams() url.Values

func (AlibabaScbpShowcaseListRequest) GetPerPageSize

func (r AlibabaScbpShowcaseListRequest) GetPerPageSize() int64

func (AlibabaScbpShowcaseListRequest) GetToPage

func (r AlibabaScbpShowcaseListRequest) GetToPage() int64

func (*AlibabaScbpShowcaseListRequest) SetPerPageSize

func (r *AlibabaScbpShowcaseListRequest) SetPerPageSize(perPageSize int64) error

func (*AlibabaScbpShowcaseListRequest) SetToPage

func (r *AlibabaScbpShowcaseListRequest) SetToPage(toPage int64) error

type AlibabaScbpShowcaseListResponse

type AlibabaScbpShowcaseListResponse struct {
	XMLName xml.Name `xml:"alibaba_scbp_showcase_list_response"`

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

	Results []Showcase `json:"results,omitempty" xml:"results>showcase,omitempty"`
}

type AlibabaScbpShowcaseSortAPIResponse

type AlibabaScbpShowcaseSortAPIResponse struct {
	model.CommonResponse
	AlibabaScbpShowcaseSortResponse
}

橱窗顺序变更 APIResponse alibaba.scbp.showcase.sort

橱窗顺序变更

type AlibabaScbpShowcaseSortRequest

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

橱窗顺序变更 APIRequest alibaba.scbp.showcase.sort

橱窗顺序变更

func NewAlibabaScbpShowcaseSortRequest

func NewAlibabaScbpShowcaseSortRequest() *AlibabaScbpShowcaseSortRequest

func (AlibabaScbpShowcaseSortRequest) GetApiMethodName

func (r AlibabaScbpShowcaseSortRequest) GetApiMethodName() string

func (AlibabaScbpShowcaseSortRequest) GetApiParams

func (r AlibabaScbpShowcaseSortRequest) GetApiParams() url.Values

func (AlibabaScbpShowcaseSortRequest) GetSourceOrder

func (r AlibabaScbpShowcaseSortRequest) GetSourceOrder() int64

func (AlibabaScbpShowcaseSortRequest) GetTargetOrder

func (r AlibabaScbpShowcaseSortRequest) GetTargetOrder() int64

func (AlibabaScbpShowcaseSortRequest) GetWindowId

func (r AlibabaScbpShowcaseSortRequest) GetWindowId() int64

func (*AlibabaScbpShowcaseSortRequest) SetSourceOrder

func (r *AlibabaScbpShowcaseSortRequest) SetSourceOrder(sourceOrder int64) error

func (*AlibabaScbpShowcaseSortRequest) SetTargetOrder

func (r *AlibabaScbpShowcaseSortRequest) SetTargetOrder(targetOrder int64) error

func (*AlibabaScbpShowcaseSortRequest) SetWindowId

func (r *AlibabaScbpShowcaseSortRequest) SetWindowId(windowId int64) error

type AlibabaScbpShowcaseSortResponse

type AlibabaScbpShowcaseSortResponse struct {
	XMLName xml.Name `xml:"alibaba_scbp_showcase_sort_response"`

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

	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

type AlibabaScbpShowcaseStatusAPIResponse

type AlibabaScbpShowcaseStatusAPIResponse struct {
	model.CommonResponse
	AlibabaScbpShowcaseStatusResponse
}

橱窗状态 APIResponse alibaba.scbp.showcase.status

查询橱窗状态,如总数、可用数量

type AlibabaScbpShowcaseStatusRequest

type AlibabaScbpShowcaseStatusRequest struct {
	model.Params
}

橱窗状态 APIRequest alibaba.scbp.showcase.status

查询橱窗状态,如总数、可用数量

func NewAlibabaScbpShowcaseStatusRequest

func NewAlibabaScbpShowcaseStatusRequest() *AlibabaScbpShowcaseStatusRequest

func (AlibabaScbpShowcaseStatusRequest) GetApiMethodName

func (r AlibabaScbpShowcaseStatusRequest) GetApiMethodName() string

func (AlibabaScbpShowcaseStatusRequest) GetApiParams

func (r AlibabaScbpShowcaseStatusRequest) GetApiParams() url.Values

type AlibabaScbpShowcaseStatusResponse

type AlibabaScbpShowcaseStatusResponse struct {
	XMLName xml.Name `xml:"alibaba_scbp_showcase_status_response"`

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

	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`

	CurrentCount int64 `json:"current_count,omitempty" xml:"current_count,omitempty"`
}

type AlibabaScbpShowcaseUpdateproductAPIResponse

type AlibabaScbpShowcaseUpdateproductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpShowcaseUpdateproductResponse
}

替换橱窗商品 APIResponse alibaba.scbp.showcase.updateproduct

替换橱窗商品

type AlibabaScbpShowcaseUpdateproductRequest

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

替换橱窗商品 APIRequest alibaba.scbp.showcase.updateproduct

替换橱窗商品

func NewAlibabaScbpShowcaseUpdateproductRequest

func NewAlibabaScbpShowcaseUpdateproductRequest() *AlibabaScbpShowcaseUpdateproductRequest

func (AlibabaScbpShowcaseUpdateproductRequest) GetApiMethodName

func (r AlibabaScbpShowcaseUpdateproductRequest) GetApiMethodName() string

func (AlibabaScbpShowcaseUpdateproductRequest) GetApiParams

func (AlibabaScbpShowcaseUpdateproductRequest) GetNewProductId

func (r AlibabaScbpShowcaseUpdateproductRequest) GetNewProductId() int64

func (AlibabaScbpShowcaseUpdateproductRequest) GetWindowId

func (*AlibabaScbpShowcaseUpdateproductRequest) SetNewProductId

func (r *AlibabaScbpShowcaseUpdateproductRequest) SetNewProductId(newProductId int64) error

func (*AlibabaScbpShowcaseUpdateproductRequest) SetWindowId

func (r *AlibabaScbpShowcaseUpdateproductRequest) SetWindowId(windowId int64) error

type AlibabaScbpShowcaseUpdateproductResponse

type AlibabaScbpShowcaseUpdateproductResponse struct {
	XMLName xml.Name `xml:"alibaba_scbp_showcase_updateproduct_response"`

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

	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

type Showcase

type Showcase struct {
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`

	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`

	ImageUrl string `json:"image_url,omitempty" xml:"image_url,omitempty"`

	Valid bool `json:"valid,omitempty" xml:"valid,omitempty"`
}

Showcase

Jump to

Keyboard shortcuts

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