eBay Post-Order APIVersion 2.7.7
 

UploadFileResponse

The base response type of the POST /post-order/v2/return/draft/{draftId}/file/upload and POST /post-order/v2/return/{returnId}/file/upload methods.

Calls that use UploadFileResponse:

Fields

compressedFileData ( string ) [0..?]
This field is the base64-encoded binary representation of the compressed version of the file that was uploaded with the request. This field will be returned if the file was successfully associated to the return request or return request draft.
See the Field Index to learn which calls use compressedFileData.

fileId ( string ) [0..?]
This is unique eBay-assigned ID of the file associated with a return request or return request draft. This field will be returned if the file was successfully associated to the return request or return request draft.
See the Field Index to learn which calls use fileId.