eBay Return Management APIVersion 1.1.0
 

MetaDataCodeResultType

Type defining the metadataCodeValues container that is returned in the getReturnMetadata response. The metadataCodeValues container consists of either a REFUND_DUE_UPON_ITEM_ARRIVAL, a RMA_DUE_UPON_RETURN_START, or a RETURN_REASONS value. The metadata that is returned is dependent on the metadataEntryCode value(s) that are passed in the request.

Type that uses MetaDataCodeResultType:

Call that uses MetaDataCodeResultType:

Fields

codeName ( MetadataCodeType ) [1]
Either RETURN_REASONS, REFUND_DUE_UPON_ITEM_ARRIVAL, or RMA_DUE_UPON_RETURN_START is returned in this field, based on the use (or omittance) of the metadataEntryCode field of the getReturnMetadata request.
See the Field Index to learn which calls use codeName.

value ( string ) [1..*]
The string (token) value that appears here is associated with the codeName value.

For RETURN_REASONS, values include CHANGED_MY_MIND, ARRIVED_DAMAGED, and NOT_AS_DESCRIBED. These values are dependent on the return reason the buyer selects when the return is opened.

For REFUND_DUE_UPON_ITEM_ARRIVAL, the value indicates the maximum number of business days a seller has to issue a refund to the buyer after the seller receives the returned item.

For RMA_DUE_UPON_RETURN_START, the value indicates the maximum number of business days a seller has to provide a Return Merchandise Authorization number (if an RMA is requested) to the buyer once a return is opened.
See the Field Index to learn which calls use value.