\jd_vop\request\productGoodsSearch

Class GoodsSearch

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
No public properties found
No constants found
No protected methods found
$client
$uri
$token
$Keyword
$catId
$pageIndex
$pageSize
$Min
$Max
$Brands
$cid1
$cid2
$sortType
$priceCol
$extAttrCol
$mergeSku
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : 

Type

$uri

$uri : string

Type

string — 接口地址

$token

$token : String

Type

String — 授权时获取的access token

$Keyword

$Keyword : string

Type

string — 搜索关键词

$catId

$catId : string

Type

string — 分类ID 只支持第三级分类id

$pageIndex

$pageIndex : integer

Type

integer — 当前第几页

$pageSize

$pageSize : integer

Type

integer — 当前页显示条数

$Min

$Min : string

Type

string — 价格区间搜索,低价

$Max

$Max : string

Type

string — 价格区间搜索,高价

$Brands

$Brands : string

Type

string — 品牌搜索 多个品牌以逗号分隔,需要编码

$cid1

$cid1 : string

Type

string — 一级分类

$cid2

$cid2 : string

Type

string — 二级分类

$sortType

$sortType : string

Type

string — 排序 (例子:"sale_desc")

$priceCol

$priceCol : string

Type

string — 价格汇总 (例子:" yes")

$extAttrCol

$extAttrCol : string

Type

string — 扩展属性汇总 (例子:" yes")

$mergeSku

$mergeSku : string

Type

string — sku规格合并(true / false )

Methods

__construct()

__construct(  $token,   $Keyword,   $catId,   $pageIndex,   $pageSize,   $Min,   $Max,   $Brands,   $cid1,   $cid2,   $sortType,   $priceCol,   $extAttrCol,   $mergeSku) 

GoodsSearch constructor.

Parameters

$token

String 授权时获取的access token

$Keyword

string 搜索关键词

$catId

string 分类ID 只支持第三级分类id

$pageIndex

int 当前第几页

$pageSize

int 当前页显示条数

$Min

string 价格区间搜索,低价

$Max

string 价格区间搜索,高价

$Brands

string 品牌搜索 多个品牌以逗号分隔,需要编码

$cid1

string 一级分类

$cid2

string 二级分类

$sortType

string 排序 (例子:"sale_desc")

$priceCol

string string 价格汇总 (例子:" yes")

$extAttrCol

string 扩展属性汇总 (例子:" yes")

$mergeSku

string sku规格合并(true / false )

params()

params() : array

Returns

array

doRequest()

doRequest() : \Psr\Http\Message\ResponseInterface

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface