Address

This type defines the fields used by the shippingAddress, returnAddress, and address containers. The county field is not used by any Resolution Case Management calls.

Types that use Address:

Calls that use one or more fields of Address:

Fields

city ( string )
country ( string )
county
name ( string )
postalCode ( string )
stateOrProvince ( string )
street1 ( string )
street2 ( string )

city ( string ) [1]
The city listed for the eBay user's shipping address.
See the Field Index to learn which calls use city.

country ( string ) [1]
The country listed for the eBay user's shipping address.
See the Field Index to learn which calls use country.

county
Not used by any call.

name ( string ) [1]
The name listed for the eBay user's shipping address.
See the Field Index to learn which calls use name.

postalCode ( string ) [1]
The postal code listed for the eBay user's shipping address.
See the Field Index to learn which calls use postalCode.

stateOrProvince ( string ) [1]
The state or province listed for the eBay user's shipping address.
See the Field Index to learn which calls use stateOrProvince.

street1 ( string ) [1]
The first line of the street listed for the eBay user's shipping address.

This field is required in the provideReturnInfo request, and is also required in the offerRefundUponReturn request if the seller is providing the buyer an alternative return shipping address via the returnAddress container.

This field is always returned with the shippingAddress container (seller shipment or buyer return) in the getEBPCaseDetail response.
See the Field Index to learn which calls use street1.

street2 ( string ) [1]
The second line of the street listed for the eBay user's shipping address. Based on the eBay user's shipping address, this field may empty.

This field is conditional in the provideReturnInfo and offerRefundUponReturn requests.

If specified, this field will be returned with the shippingAddress container (seller shipment or buyer return) in the getEBPCaseDetail response.
See the Field Index to learn which calls use street2.

Copyright © 2010–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.