ReturnTypeEnum
This enumerated type lists the possible values that the buyer can pass in the type field when the buyer is creating a return request or draft with the POST /post-order/v2/return or POST /post-order/v2/return/draft methods.
Note: Currently, MONEY_BACK
is the only supported value.
Types that use ReturnTypeEnum:
Calls that use one or more values of ReturnTypeEnum:
/post-order/v2/return POST, /post-order/v2/return/draft POST, /post-order/v2/return/draft/{draftId} GET, /post-order/v2/return/search GET, /post-order/v2/return/{returnId} GET
Enumeration Values
Value | Description |
EXCHANGE | Note: This value is deprecated. |
MONEY_BACK | This enumeration value indicates that the buyer is seeking a full refund after returning the item. |
REPLACEMENT | This enumeration value indicates that the buyer is seeking a replacement item after returning the item. Note: This value is not currently supported. |
UNKNOWN | Note: This value is deprecated. |