ActivityOptionType ( string )
Enumerated type that defines a seller's next possible actions to take in a return.
Type that uses ActivityOptionType:
Call that uses one or more values of ActivityOptionType:
Enumeration Values
| Value | Description |
| ISSUE_REFUND | This value indicates that the seller's next action is to issue a refund to the buyer through the issueRefund call. |
| OTHER | This value is reserved for future use. |
| PROVIDE_SELLER_INFO | This value indicates that the seller's next action is to provide an RMA (Return Merchandise Authorization) number to the buyer through the provideSellerInfo call. |
| SELLER_MARK_AS_RECEIVED | This value indicates that the seller's next action is to mark the returned item as received through the setItemAsReceived call. |
| SELLER_PRINT_SHIPPING_LABEL | This value indicates that the seller's next action is to print a shipping label for the replacement item |
| SELLER_PROVIDE_TRACKING_INFO | This value indicates that the seller's next action is to upload a tracking number for the replacement item through the provideTrackingInfo call. |