eBay Post-Order APIVersion 2.7.7
 

ReturnAddressRequest

This type is used by the request payload of the POST /post-order/v2/casemanagement/{caseId}/provide_return_address method, and the payload is used to provide the seller's return address and Return Merchandise Authorization (RMA) number (if applicable) to the seller.

Call that uses ReturnAddressRequest:

Fields

firstName ( string ) [0..?]
The first name associated with the seller's return address, or if applicable, a business or store name.

If a first name or business/store name is defined for the return address, this field should be included in the POST /post-order/v2/casemanagement/{caseId}/provide_return_address request.
See the Field Index to learn which calls use firstName.

lastName ( string ) [0..?]
The last name associated with the seller's return address.

If a last name is defined for the return address, this field should be included in the POST /post-order/v2/casemanagement/{caseId}/provide_return_address request.
See the Field Index to learn which calls use lastName.

returnAddress ( Address ) [0..?]
The full return address is provided in this container. This container is required to be in the POST /post-order/v2/casemanagement/{caseId}/provide_return_address request.
See the Field Index to learn which calls use returnAddress.

RMA ( string ) [0..?]
The Return Merchandise Authorization (RMA) number associated with the item to be returned. An RMA number is a unique identifier that is provided by a manufacturer and authorizes the return of an item. This field is conditionally required if there is an RMA number associated with the item, and if the buyer is requesting an RMA number.
See the Field Index to learn which calls use RMA.