ReturnUserRoleEnum
This enumerated type lists all possible roles for parties involved in a return request, such as buyer, seller, and eBay.
Types that use ReturnUserRoleEnum:
EstimatedShippingInfoType, ReturnFileType, ReturnResponseHistoryType, ShipmentTrackingType, ShipmentType
Calls that use one or more values of ReturnUserRoleEnum:
/post-order/v2/return POST, /post-order/v2/return/draft/{draftId}/files GET, /post-order/v2/return/estimate POST, /post-order/v2/return/{returnId} GET, /post-order/v2/return/{returnId}/files GET
Enumeration Values
Value | Description |
BUYER | This enumeration value indicates that the buyer performed the action on the return request. |
EBAY | This enumeration value indicates that eBay customer support performed the action on the return request. |
OTHER | This enumeration value indicates that it is unknown who/what performed the action on the return request. |
SELLER | This enumeration value indicates that the seller performed the action on the return request. |
SYSTEM | This enumeration value indicates that the action on the return request was an automated action initiated by eBay's system. |