eBay Return Management APIVersion 1.1.0
 

Address

This type defines the return shipping address of the seller, and it is used by the returnAddress container of the provideSellerInfo request and by the shippingAddress container of the getReturnDetail response.

Types that use Address:

Calls that use Address:

Fields



city ( string ) [0..1]
The city on record for the seller's shipping address. If a seller is updating a shipping address using the provideSellerInfo call, this field is required.
See the Field Index to learn which calls use city.

country ( string ) [0..1]
The country on record for the seller's shipping address. If a seller is updating a shipping address using the provideSellerInfo call, this field is required.
See the Field Index to learn which calls use country.

county ( string ) [0..1]
The county on record for the seller's shipping address. This field is not always used, but it should be provided (if applicable) if a seller is updating a shipping address using the provideSellerInfo call.
See the Field Index to learn which calls use county.

name ( string ) [0..1]
The name on record for the seller's shipping address.
See the Field Index to learn which calls use name.

postalCode ( string ) [0..1]
The postal code on record for the seller's shipping address. If a seller is updating a shipping address using the provideSellerInfo call, this field is required.
See the Field Index to learn which calls use postalCode.

stateOrProvince ( string ) [0..1]
The state or province on record for the seller's shipping address. If a seller is updating a shipping address using the provideSellerInfo call, this field is required.
See the Field Index to learn which calls use stateOrProvince.

street1 ( string ) [0..1]
The street address on record for the seller's shipping address. If a seller is updating a shipping address using the provideSellerInfo call, this field is required.
See the Field Index to learn which calls use street1.

street2 ( string ) [0..1]
The second line of the street address on record for the seller's shipping address. This field is not always used, but it should be provided (if applicable) if a seller is updating a shipping address using the provideSellerInfo call.
See the Field Index to learn which calls use street2.