eBay Post-Order APIVersion 2.7.7
 

ReturnPolicyType

This type is used by the returnPolicy container, which is used to indicate whether or not the seller is expected to provide an RMA (return merchandise authorization) number to the buyer. The seller can use the POST /post-order/v2/return/{returnId}/decide method to provide the buyer with an RMA number.

Type that uses ReturnPolicyType:

Calls that use ReturnPolicyType:

Field

rmaRequired ( boolean ) [0..?]
This boolean field is returned as true if the seller is expected to provide a return merchandise authorization (RMA) number to the buyer before the buyer return ships the order line item. The seller can use the POST /post-order/v2/return/{returnId}/decide method to provide the buyer with the RMA number for the item.
See the Field Index to learn which calls use rmaRequired.