\jd_vop\request\orderSubmitOrderSku

7.3 提交订单 sku

Summary

Methods
Properties
Constants
__construct()
getSkuId()
setSkuId()
getPrice()
setPrice()
isBNeedGift()
setBNeedGift()
getYanbao()
setYanbao()
getCustomSkuExt()
getNum()
setCustomSkuExt()
setNum()
$skuId
$num
$price
$bNeedGift
$yanbao
$customSkuExt
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$skuId

$skuId : integer

Type

integer — 商品编号

$num

$num : integer

Type

integer — 购买数量

$price

$price : double

Type

double — 商品价格 该字段不传值将查询京东最新的售卖价下单; 传值时会校验传入价格和当前价格是否相等:如果价格不相等,下单失败。

$bNeedGift

$bNeedGift : boolean

Type

boolean — 是否需要增品,默认不给增品,默认值为:false,如果需要增品bNeedGift请给true

$yanbao

$yanbao : array

Type

array — 延保商品信息

$customSkuExt

$customSkuExt : array

Type

array — 对于有sku维度扩展字段需求的用户,提交订单时可以定义扩展字段信息,key需要提前申请开通

Methods

__construct()

__construct(  $skuId,   $num, float  $price) 

7.3 提交订单 sku

Parameters

$skuId

int 商品编号

$num

int 购买数量

float $price

商品价格 该字段不传值将查询京东最新的售卖价下单; 传值时会校验传入价格和当前价格是否相等:如果价格不相等,下单失败。

getSkuId()

getSkuId() : integer

Returns

integer

setSkuId()

setSkuId(integer  $skuId) 

Parameters

integer $skuId

getPrice()

getPrice() : float

Returns

float

setPrice()

setPrice(float  $price) 

Parameters

float $price

isBNeedGift()

isBNeedGift() : boolean

Returns

boolean

setBNeedGift()

setBNeedGift(boolean  $bNeedGift) 

Parameters

boolean $bNeedGift

getYanbao()

getYanbao() : array

Returns

array

setYanbao()

setYanbao(array  $yanbao) 

Parameters

array $yanbao

getCustomSkuExt()

getCustomSkuExt() : array

Returns

array

getNum()

getNum() : integer

Returns

integer

setCustomSkuExt()

setCustomSkuExt(array  $customSkuExt) 

Parameters

array $customSkuExt

setNum()

setNum(integer  $num) 

Parameters

integer $num