\jd_vop\response\orderSubmitOrder

7.3 提交订单 Result

Summary

Methods
Properties
Constants
__construct()
parse()
$jdOrderId
$freight
$orderPrice
$orderNakedPrice
$orderTaxPrice
$sku
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$jdOrderId

$jdOrderId : integer

Type

integer — 京东订单号

$freight

$freight : float

Type

float — 运费(订单运费,需要记录此金额,否则可能会导致订单金额不一致),收取运费时返回

$orderPrice

$orderPrice : float

Type

float — 订单总金额(不含运费)

$orderNakedPrice

$orderNakedPrice : float

Type

float — 订单未税金额(仅做页面展示,订单未税金额最终以发票票面为准。客户如需在下单后&开票前,获取尽量精准的订单未税金额,如用作以未税金额扣减预算等场景,可以联系VOP侧产品配置白名单)

$orderTaxPrice

$orderTaxPrice : float

Type

float — 订单税额

$sku

$sku : array

Type

array — 订单包含的商品信息列表

Methods

__construct()

__construct(integer  $jdOrderId, float  $freight, float  $orderPrice, float  $orderNakedPrice, float  $orderTaxPrice, array  $sku) 

7.3 提交订单 Result

Parameters

integer $jdOrderId

京东订单号

float $freight

运费(订单运费,需要记录此金额,否则可能会导致订单金额不一致),收取运费时返回

float $orderPrice

订单总金额(不含运费)

float $orderNakedPrice

订单未税金额(仅做页面展示,订单未税金额最终以发票票面为准。客户如需在下单后&开票前,获取尽量精准的订单未税金额,如用作以未税金额扣减预算等场景,可以联系VOP侧产品配置白名单)

float $orderTaxPrice

订单税额

array $sku

订单包含的商品信息列表

parse()

parse(  $result) 

Parameters

$result