eBay Post-Order APIVersion 2.7.7
 

AvailableOptionType

This type contains the next option(s) that are available to the buyer or seller to move the return request to the next stage. This type is used by the buyerAvailableOption and sellerAvailableOption arrays that are returned in the POST /post-order/v2/return, GET /post-order/v2/return/search, and GET /post-order/v2/return/{returnId} methods.

Type that uses AvailableOptionType:

Calls that use AvailableOptionType:

Fields

actionType ( ActivityOptionEnum ) [0..?]
This enumeration value informs the buyer or seller what the next action is to move the return request to the next stage. Note that most values in the ActivityOptionEnum type are either specific to the buyer or the seller, but not to both.
See the Field Index to learn which calls use actionType.

actionURL ( string ) [0..?]
This field contains the URL to an eBay page where the buyer or seller can take their next action (specified in the actionType field) in a return request. This field will only be returned if there is an eBay page associated with the next action.
See the Field Index to learn which calls use actionURL.