0

我收到这样的错误:

#21915469 : At least one valid shipping service must be specified.

我正在使用的代码:

$ShippingServiceOptions = new ShippingServiceOptionsType(); 
$ShippingServiceOptions-> setShippingService('DE_InsuredDispatch');  
$ShippingServiceOptions-> setShippingServiceCost('3.33'); 
$ShippingServiceOptions-> setShippingServiceAdditionalCost('2.5');
$ShippingServiceOptions-> setShippingServicePriority('1');

$shipping[]=$ShippingServiceOptions;
4

1 回答 1

0

有点生锈...您可能需要调用以下内容以获取该项目的有效选项....

http://developer.ebay.com/devzone/xml/docs/reference/ebay/GeteBayDetails.html

于 2012-07-06T08:06:39.300 回答