\jd_vop\request\priceGetSellPrice

Class GetSellPrice

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
No public properties found
No constants found
No protected methods found
$client
$uri
$token
$skuIds
$skuInfos
$queryExts
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 — 授权token

$skuIds

$skuIds : string

Type

string — 商品编码,请以,(英文逗号)分割。例如:129408,129409 (最高支持100个商品)

$skuInfos

$skuInfos : array

Type

array — [{"skuId":1234,"num":1},{"skuId":1234,"num":1}],不传时取sku对应的商品编号,数量默认为1。此字段有值则不校验sku字段

Methods

__construct()

__construct(  $token,   $skuIds,   $skuInfos, \jd_vop\request\price\GetSellPriceQueryExt  $queryExts) 

5.1 查询商品售卖价 Request GetSellPrice constructor.

Parameters

$token

string 授权token

$skuIds

string 商品编码,请以,(英文逗号)分割。例如:129408,129409 (最高支持100个商品)

$skuInfos
\jd_vop\request\price\GetSellPriceQueryExt $queryExts

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface