eBay Post-Order APIVersion 2.7.7
 

ReturnAddress

This type provides the seller's return address and the Return Merchandise Authorization (RMA) number associated with the item (if applicable).

Types that use ReturnAddress:

Calls that use ReturnAddress:

Fields



address ( Address ) [0..?]
This container shows the full return address of the seller.
See the Field Index to learn which calls use address.

editable ( boolean ) [0..?]
This boolean field indicates whether or not the seller's return address (shown in the address container) can be modified. A value of true indicates that the return address can be modified, and a value of false indicates that the return address cannot be modified.
See the Field Index to learn which calls use editable.

firstName ( string ) [0..?]
The first name associated with the return address, or if applicable, a business or store name.
See the Field Index to learn which calls use firstName.

lastName ( string ) [0..?]
The last name associated with the return address. This field will only be returned if applicable.
See the Field Index to learn which calls use lastName.

RMA ( string ) [0..?]
The Return Merchandise Authorization (RMA) identifier authorizing this return. This field is only returned if an RMA number exists for the order line item.
See the Field Index to learn which calls use RMA.