eBay Post-Order APIVersion 2.7.7
 

RequestTypeEnum

This enumerated type allows a user to differentiate between a return request and a return request draft.

Type that uses RequestTypeEnum:

Calls that use one or more values of RequestTypeEnum:

Enumeration Values

Value Description
CREATE Indicates the request is for a return request draft.
REQUEST Indicates the request is for a return request.
UNKNOWN Indicates that it's undetermined if the request is for a return request or a return request draft.
  * See the Enumeration Index to see exact use of each enumeration value in the API.