eBay Post-Order APIVersion 2.7.7
 

ReturnHoldInfoType

This type is used by the holdInfo container, which provides information on a hold that has been initiated on a return request. The holdInfo container and its child elements are only returned if a hold has been placed on the return request.

Type that uses ReturnHoldInfoType:

Calls that use ReturnHoldInfoType:

Fields



holdCreationDate ( DateTime ) [0..?]
The timestamp in this container indicates the date/time when the hold on the return request was initiated.
See the Field Index to learn which calls use holdCreationDate.

holdReferenceId ( string ) [0..?]
This string value is the unique eBay-assigned ID of the hold on the return request.
See the Field Index to learn which calls use holdReferenceId.

holdReleaseDate ( DateTime ) [0..?]
The timestamp in this container indicates the date/time when the hold on the return request is expected to get released.
See the Field Index to learn which calls use holdReleaseDate.

holdStatus ( ReturnHoldStatusEnum ) [0..?]
This enumerated value indicates the current status of the hold on the return request.
See the Field Index to learn which calls use holdStatus.

holdTransactionId ( string ) [0..?]
This string value is the unique eBay-assigned ID of the transaction that is a part of the return request.
See the Field Index to learn which calls use holdTransactionId.