Skip to main content
Published: October 17 2012, 10:16:00 AMUpdated: August 23 2022, 2:10:17 PM

  Why GetOrders API returns empty ShippingAddress showing below:

 <Order>
  <OrderID>123456789012-210987654321</OrderID>
  <OrderStatus>Active</OrderStatus>
  <AdjustmentAmount currencyID="EUR">0.0</AdjustmentAmount>
  <AmountPaid currencyID="EUR">0.0</AmountPaid>
  <AmountSaved currencyID="EUR">0.0</AmountSaved>
<CheckoutStatus>
  <eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
  <LastModifiedTime>2012-10-16T13:55:00.000Z</LastModifiedTime>
  <PaymentMethod>MoneyXferAcceptedInCheckout</PaymentMethod>
  <Status>Incomplete</Status>
  <IntegratedMerchantCreditCardEnabled>false</IntegratedMerchantCreditCardEnabled>
  </CheckoutStatus>
<ShippingDetails>
  <InsuranceFee currencyID="EUR">0.0</InsuranceFee>
  <InsuranceOption>NotOfferedOnSite</InsuranceOption>
  <InsuranceWanted>false</InsuranceWanted>
..

<ShippingServiceOptions>
  <ShippingService>DE_SpecialDelivery</ShippingService>
  <ShippingServiceCost currencyID="EUR">25.0</ShippingServiceCost>
  <ShippingServicePriority>1</ShippingServicePriority>
  <ExpeditedService>false</ExpeditedService>
  </ShippingServiceOptions>
<ShippingServiceOptions>
  <ShippingService>DE_Pickup</ShippingService>
  <ShippingServiceCost currencyID="EUR">0.0</ShippingServiceCost>
  <ShippingServicePriority>2</ShippingServicePriority>
  <ExpeditedService>false</ExpeditedService>
  </ShippingServiceOptions>
  <SellingManagerSalesRecordNumber>3060</SellingManagerSalesRecordNumber>
  <GetItFast>false</GetItFast>
  </ShippingDetails>
  <CreatedTime>2012-10-10T09:47:52.000Z</CreatedTime>
  <PaymentMethods>CashOnPickup</PaymentMethods>
  <PaymentMethods>MoneyXferAccepted</PaymentMethods>
  <PaymentMethods>MoneyXferAcceptedInCheckout</PaymentMethods>
  <PaymentMethods>PayPal</PaymentMethods>
<ShippingAddress>
  <Name />
  <Street1 />
  <Street2 />
  <CityName />
  <StateOrProvince />
  <CountryName />
  <Phone />
  <PostalCode />
  <ExternalAddressID />
  </ShippingAddress>

 

 

 

   GetOrders currently only emits the shipping address that is associated to the Order on checkout (<Order><CheckoutStatus><Status>Complete</Order></CheckoutStatus></Status>).  If  the Buyer has not completed eBay Checkout which is indicated in GetOrders as : <Order><CheckoutStatus><Status>Incomplete</Order></CheckoutStatus></Status> for the Order in question, an empty ShippingAddress is reported in GetOrders API response showing above.

 


FAQs:

Q. My seller received a new order paid with paypal but the buyer's address is still not provided in the GetOrders call and CheckoutStatus is Incomplete.

A.This may happen if the buyer never completed the eBay checkout session for the order in question. It might be the buyer was only going upto Review Your Purchase page page but not continuing from there, and later paid the Order in PayPal directly. As a result, the seller needs to contact the buyer in order to get the shipping address.

A.Why  a non-empty shipping address is returned in GetOrders response for other checkout incomplete orders.  

B. Here are the two reasons why an Order has shipping address associated, but it is checkout Incomplete :
     a. An order is fully refunded (during checkout it is associated with a shipping address)
     b. Seller sent a invoice(during the send invoice flow a address is associated)

How well did this answer your question?
Answers others found helpful