Documentation
¶
Index ¶
- type PropertyInfosItem
- type SpuAddShopSpuParam
- type SpuAddShopSpuRequest
- func (c *SpuAddShopSpuRequest) Execute(accessToken *doudian_sdk.AccessToken) (*spu_addShopSpu_response.SpuAddShopSpuResponse, error)
- func (c *SpuAddShopSpuRequest) GetParamObject() interface{}
- func (c *SpuAddShopSpuRequest) GetParams() *SpuAddShopSpuParam
- func (c *SpuAddShopSpuRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PropertyInfosItem ¶
type SpuAddShopSpuParam ¶
type SpuAddShopSpuParam struct { // spuName SpuName string `json:"spu_name"` // 产品唯一标识,没有填写空字符串 UpcCode string `json:"upc_code"` // 类目id CategoryId int64 `json:"category_id"` // 品牌id BrandId int64 `json:"brand_id"` // 属性信息 PropertyInfos []PropertyInfosItem `json:"property_infos"` }
type SpuAddShopSpuRequest ¶
type SpuAddShopSpuRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *SpuAddShopSpuParam }
func New ¶
func New() *SpuAddShopSpuRequest
func (*SpuAddShopSpuRequest) Execute ¶
func (c *SpuAddShopSpuRequest) Execute(accessToken *doudian_sdk.AccessToken) (*spu_addShopSpu_response.SpuAddShopSpuResponse, error)
func (*SpuAddShopSpuRequest) GetParamObject ¶
func (c *SpuAddShopSpuRequest) GetParamObject() interface{}
func (*SpuAddShopSpuRequest) GetParams ¶
func (c *SpuAddShopSpuRequest) GetParams() *SpuAddShopSpuParam
func (*SpuAddShopSpuRequest) GetUrlPath ¶
func (c *SpuAddShopSpuRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.