我收到这样的错误:
#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;
答案 0 :(得分:0)
有点生锈...您可能需要调用以下内容来获取该项目的有效选项....
http://developer.ebay.com/devzone/xml/docs/reference/ebay/GeteBayDetails.html