eBay Return Management APIVersion 1.1.0
 

GetActivityOptionsResponse ( BaseResponse )

Type defining the getActivityOptions response. The seller's possible next step(s) is returned in activityOptions field. Consumers of this service can map the activity to the corresponding Return Management API call.

Call that uses GetActivityOptionsResponse:

Field

activityOptions ( ActivityOptionType ) [0..*]
The returned value indicates the next possible action that a seller can take to resolve a return. If ISSUE_REFUND is returned, the next logical step would be to call issueRefund. If PROVIDE_SELLER_INFO is returned, the next logical step would be to call provideSellerInfo. The value that is returned is dependent on the status of the return.
See the Field Index to learn which calls use activityOptions.