ローカル ピックアップで製品を eBay にロードしようとした人がいるのだろうかと思っています。通常、私は eBay フォーラムでこれらの質問をします (そして、私は少し前にそれを行いました) が、行き詰まっています。ローカル ピックアップを含めるように商品 (または 80k 商品) を設定する必要があります。しかし、私が見つけたすべての API リファレンスは、それを突き止めているようには見えません。
繰り返しますが、これは eBay フォーラムに掲載する方が適切かもしれませんが、試行して失敗しました。
どんな助けでも大歓迎です。
私が含めるとき
<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>
私は戻ってきます
<ShortMessage>Shipping service is not available.</ShortMessage>
<LongMessage>Shipping service Local Pickup(150) is not available.</LongMessage>
<ErrorCode>12519</ErrorCode><SeverityCode>Error</SeverityCode>