次のようなエラーが表示されます。
#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;