icbuproduct

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 AlibabaIcbuProductIdEncryptAPIResponse

type AlibabaIcbuProductIdEncryptAPIResponse struct {
	model.CommonResponse
	AlibabaIcbuProductIdEncryptResponse
}

ICBU国际站商品加密接口 APIResponse alibaba.icbu.product.id.encrypt

ICBU国际站,对混淆的产品ID加密。

type AlibabaIcbuProductIdEncryptRequest

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

ICBU国际站商品加密接口 APIRequest alibaba.icbu.product.id.encrypt

ICBU国际站,对混淆的产品ID加密。

func NewAlibabaIcbuProductIdEncryptRequest

func NewAlibabaIcbuProductIdEncryptRequest() *AlibabaIcbuProductIdEncryptRequest

func (AlibabaIcbuProductIdEncryptRequest) GetApiMethodName

func (r AlibabaIcbuProductIdEncryptRequest) GetApiMethodName() string

func (AlibabaIcbuProductIdEncryptRequest) GetApiParams

func (AlibabaIcbuProductIdEncryptRequest) GetLanguage

func (AlibabaIcbuProductIdEncryptRequest) GetProductId

func (r AlibabaIcbuProductIdEncryptRequest) GetProductId() int64

func (*AlibabaIcbuProductIdEncryptRequest) SetLanguage

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

func (*AlibabaIcbuProductIdEncryptRequest) SetProductId

func (r *AlibabaIcbuProductIdEncryptRequest) SetProductId(productId int64) error

type AlibabaIcbuProductIdEncryptResponse

type AlibabaIcbuProductIdEncryptResponse struct {
	XMLName xml.Name `xml:"alibaba_icbu_product_id_encrypt_response"`

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

	SecretId string `json:"secret_id,omitempty" xml:"secret_id,omitempty"`
}

type AlibabaIcbuProductInventoryUpdateAPIResponse

type AlibabaIcbuProductInventoryUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaIcbuProductInventoryUpdateResponse
}

icbu商品库存更新 APIResponse alibaba.icbu.product.inventory.update

更新库存信息

type AlibabaIcbuProductInventoryUpdateRequest

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

icbu商品库存更新 APIRequest alibaba.icbu.product.inventory.update

更新库存信息

func NewAlibabaIcbuProductInventoryUpdateRequest

func NewAlibabaIcbuProductInventoryUpdateRequest() *AlibabaIcbuProductInventoryUpdateRequest

func (AlibabaIcbuProductInventoryUpdateRequest) GetApiMethodName

func (r AlibabaIcbuProductInventoryUpdateRequest) GetApiMethodName() string

func (AlibabaIcbuProductInventoryUpdateRequest) GetApiParams

func (AlibabaIcbuProductInventoryUpdateRequest) GetRequestParam

func (*AlibabaIcbuProductInventoryUpdateRequest) SetRequestParam

type AlibabaIcbuProductInventoryUpdateResponse

type AlibabaIcbuProductInventoryUpdateResponse struct {
	XMLName xml.Name `xml:"alibaba_icbu_product_inventory_update_response"`

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

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

type InventoryDto

type InventoryDto struct {
	SkuId int64 `json:"sku_id,omitempty" xml:"sku_id,omitempty"`

	InventoryCode string `json:"inventory_code,omitempty" xml:"inventory_code,omitempty"`

	Inventory int64 `json:"inventory,omitempty" xml:"inventory,omitempty"`

	Operate string `json:"operate,omitempty" xml:"operate,omitempty"`
}

InventoryDto

type ProductInventoryRequest

type ProductInventoryRequest struct {
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`

	InventoryList []InventoryDto `json:"inventory_list,omitempty" xml:"inventory_list,omitempty"`
}

ProductInventoryRequest

type TopResultDo

type TopResultDo struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Data string `json:"data,omitempty" xml:"data,omitempty"`

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

	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`

	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`
}

TopResultDo

Jump to

Keyboard shortcuts

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