eBay Post-Order APIVersion 2.7.7
 

SubmitFileRequest

The base request type of the POST /post-order/v2/return/{returnId}/file/submit method, which is used to activate the file(s) that have been associated with the return request using the POST /post-order/v2/return/{returnId}/file/upload method.

Call that uses SubmitFileRequest:

Field

filePurpose ( FilePurposeEnum ) [0..?]
The enumeration value used in this field indicates the purpose of the file(s) associated with the return request. One of the enumeration values defined in the FilePurposeEnum type definition must be used here. These files will either include information about the condition of the item, proof of the refund, or shipment tracking information.

This field is optional, because it is also possible for the user to set the file's purpose when using POST /post-order/v2/return/{returnId}/file/upload method.
See the Field Index to learn which calls use filePurpose.