\jd_vop\request\aftersaleGetGoodsAttributes

9.1 查询商品售后属性 Class GetGoodsAttributes

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
No public properties found
No constants found
No protected methods found
$client
$uri
$token
$orderId
$customerPin
$wareIds
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

$orderId

$orderId : integer

Type

integer — 订单号,子订单号

$customerPin

$customerPin : \jd_vop\request\aftersale\PIN码,必须是相同合同下的pin。该字段用于验证操作人权限。如果传入账号,则账号必须为订单下单人;如果不传入,则默认可操作主数据合同下所有的订单

Type

\jd_vop\request\aftersale\PIN码,必须是相同合同下的pin。该字段用于验证操作人权限。如果传入账号,则账号必须为订单下单人;如果不传入,则默认可操作主数据合同下所有的订单

$wareIds

$wareIds : array

Type

array — 商品编码,多个用英文逗号隔开

Methods

__construct()

__construct(  $token,   $orderId,   $customerPin,   $wareIds) 

9.1 查询商品售后属性 GetGoodsAttributes constructor.

Parameters

$token
$orderId

int 订单号,子订单号

$customerPin

(Not required)PIN码,必须是相同合同下的pin。该字段用于验证操作人权限。如果传入账号,则账号必须为订单下单人;如果不传入,则默认可操作主数据合同下所有的订单

$wareIds

object 商品编码

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface