02-26-2023 07:08 PM
Hi, we are confusing that on version 1295, the response of GetOrders doesn't include `OrderArray.Order.ShippingAddress.Country` .
example response:
```
<ShippingAddress>
<Name>name</Name>
<Street1>street</Street1>
<CityName>city</CityName>
<StateOrProvince>TN</StateOrProvince>
<CountryName>United States</CountryName>
<Phone>000000</Phone>
<PostalCode>38024-00000</PostalCode>
<AddressID>00000000</AddressID>
<AddressOwner>eBay</AddressOwner>
</ShippingAddress>
```
But I found the document says the `OrderArray.Order.ShippingAddress.Country` is always returned.
Is this a bug of version 1295?