How to get the valid shipping service of ebay trading api using ebatNs?

theklave

New Member
I am getting an error like this:\[code\]#21915469 : At least one valid shipping service must be specified.\[/code\]The code that I'm using:\[code\]$ShippingServiceOptions = new ShippingServiceOptionsType(); $ShippingServiceOptions-> setShippingService('DE_InsuredDispatch'); $ShippingServiceOptions-> setShippingServiceCost('3.33'); $ShippingServiceOptions-> setShippingServiceAdditionalCost('2.5');$ShippingServiceOptions-> setShippingServicePriority('1');$shipping[]=$ShippingServiceOptions;\[/code\]
 
Back
Top