eBay Return Management APIVersion 1.1.0
 

ProvideSellerInfoRequest ( BaseRequest )

Type defining the provideSellerInfo request. This call is used by a seller to provide a Return Merchandise Authorization number and/or a return shipping address to the buyer.

Call that uses ProvideSellerInfoRequest:

Fields

returnAddress ( Address ) [0..1]
This optional container allows the seller to provide an alternative return shipping address to the buyer. If not provided, the seller's primary return address on record is used as the return address.
See the Field Index to learn which calls use returnAddress.

ReturnId ( ReturnIdType ) [1]
Container consisting of the unique identifier for a return. A return ID value is required and the seller should take all precautions to make sure this value and the Return Merchandise Authorization number match before making the call. Return ID values are returned in the ReturnId.id field of each ReturnSummary container returned in the getUserReturns response.
See the Field Index to learn which calls use ReturnId.

returnMerchandiseAuthorization ( string ) [0..1]
The Return Merchandise Authorization 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.
See the Field Index to learn which calls use returnMerchandiseAuthorization.