$jdOrderId
$jdOrderId : integer
7.3 提交订单 Result
__construct(integer $jdOrderId, float $freight, float $orderPrice, float $orderNakedPrice, float $orderTaxPrice, array $sku)
7.3 提交订单 Result
integer | $jdOrderId | 京东订单号 |
float | $freight | 运费(订单运费,需要记录此金额,否则可能会导致订单金额不一致),收取运费时返回 |
float | $orderPrice | 订单总金额(不含运费) |
float | $orderNakedPrice | 订单未税金额(仅做页面展示,订单未税金额最终以发票票面为准。客户如需在下单后&开票前,获取尽量精准的订单未税金额,如用作以未税金额扣减预算等场景,可以联系VOP侧产品配置白名单) |
float | $orderTaxPrice | 订单税额 |
array | $sku | 订单包含的商品信息列表 |