eBay Return Management APIVersion 1.1.0
 

ReturnPolicyInfoType

Type defining the returnPolicy container, which consists of a flag to indicate whether the seller is willing to provide the buyer a Return Merchandise Authorization number (if requested), and a flag to indicate if the seller accepts returns to more than one address.

Type that uses ReturnPolicyInfoType:

Call that uses ReturnPolicyInfoType:

Fields

optedForMultipleReturnAddress ( boolean ) [0..1]
This field indicates that the seller has agreed to accept returns at multiple return addresses. A seller can provide an alternative return address to the buyer by using the returnAddress container of the provideSellerInfo call. A seller will use the provideSellerInfo call to provide an alternative return address to the buyer when the status of the return is 'WAITING_FOR_SELLER_INFO'. This field is only returned if 'true'. If the seller has not agreed to accept returns at multiple return addresses, the seller's primary return address in My eBay is used.
See the Field Index to learn which calls use optedForMultipleReturnAddress.

optedForRMA ( boolean ) [0..1]
This field indicates that the seller has agreed to provide a Return Merchandise Authorization (RMA) number to buyers upon request. A seller can provide an RMA to the buyer by using the returnMerchandiseAuthorization field of the provideSellerInfo call. A seller will use the provideSellerInfo call to provide an RMA to the buyer when the status of the return is 'WAITING_FOR_SELLER_INFO'. This field is only returned if 'true'.
See the Field Index to learn which calls use optedForRMA.