I am trying to make LocalPickup delivery. Options are:
ShippingService = "LocalDelivery",
LocalPickup = true,
ShippingServiceCost = new AmountType
{
currencyID = currency,
Value = 0
},
ShippingServicePriority = 1,
FreeShippingSpecified = false,
LocalPickupSpecified = true
Listing is created on the sandbox but has not 'local pickup' as delivery option. ShippingService = "LocalPickup" doens't work at all. Have any ideas what parameters should be changed? Unfortunately, Ebay dev forum doesn't work