Find the answer to your question
Advanced Search
I am currently testing the Global shipping program in Sandbox and the domestic leg address(retreived from MultiLegShippingDetails) that I recive from eBay is not being validated by USPS.
Sellers who are currently using Global shipping program on sandbox recive the address for the Domestic leg facility from eBay, in the GetSellerTransactions response as below :
<IsMultiLegShipping>true</IsMultiLegShipping>
<MultiLegShippingDetails>
<SellerShipmentToLogisticsProvider>
<ShippingServiceDetails>
<ShippingService>USPSPriorityFlatRateBox</ShippingService>
<TotalShippingCost currencyID="USD">10.0</TotalShippingCost>
</ShippingServiceDetails>
<ShipToAddress>
<Name>John Smith </Name>
<Street1>1850 Airport Exchange Blvd</Street1>
<Street2></Street2>
<CityName>Erlanger</CityName>
<StateOrProvince>KY</StateOrProvince>
<Country>US</Country>
<CountryName>United States</CountryName>
<PostalCode>41018</PostalCode>
<ReferenceID>Reference #1234567890123456</ReferenceID>
</ShipToAddress>
<ShippingTimeMin>1</ShippingTimeMin>
<ShippingTimeMax>7</ShippingTimeMax>
</SellerShipmentToLogisticsProvider>
</MultiLegShippingDetails>
For this example:
When the shipping label is generated for 1850 Airport Exchange Blvd, Erlanger, KY 41018, USPS will not validate this address as the postal code is not specific to a Suite/Apartment.
It was just returned like that to be a mock for production. However in production you should be able to see the correct address.
The actual address on production would be
Reference# ( which is not available on sandbox)
1850 Airport Exchange Blvd, Suite 400
Erlanger KY 41018
United States
The main intention here is that the seller should not ship any items listed on sandbox.
How well did this answer your question?
Answers others found helpful
- Where can I find a list of all valid Shipping Service Options?
- Sandbox Limitation : Sandbox may apply an International shipping discount profile to a domestic shipping cost.
- SendInvoice returns error 20199 in Sandbox
- The eBay API is not returning the correct e-mail address for a user
- User's address returned differs by site