I'm wondering if anyone out there has attempted to load a product to ebay with localpickup. Typically I ask these questions on the ebay formum, (and I did just that a while ago) but I'm stuck. I need to set a product (or rather 80k products) to include local pick-up. But all the api references I've found don't seem to nail it down.
Again, I know this might be better placed on an EBAY Forum, but tried and failed.
Any help would be appreciated.
When I include
<ShippingServiceOptions>
<ShippingService>Pickup</ShippingService>
<ShippingServiceCost currencyID="AUD">0.00</ShippingServiceCost>
<ShippingServiceAdditionalCost currencyID="AUD">0.00</ShippingServiceAdditionalCost>
<ExpeditedService>false</ExpeditedService>
<FreeShipping>true</FreeShipping>
<ShippingServicePriority>2</ShippingServicePriority>
</ShippingServiceOptions>
I get back
<ShortMessage>Shipping service is not available.</ShortMessage>
<LongMessage>Shipping service Local Pickup(150) is not available.</LongMessage>
<ErrorCode>12519</ErrorCode><SeverityCode>Error</SeverityCode>
