eBay Merchant Data APIVersion 1255
 

TradingRoleCodeType ( token )

Enumerated type listing the possible roles an eBay user may have in regards to an eBay order.

Type that uses TradingRoleCodeType:

Call that uses one or more values of TradingRoleCodeType:

Enumeration Values

Value Description
Buyer The eBay user is acting as the buyer for the order(s). In GetOrders, this value should be passed into the OrderRole field in the request to retrieve orders in which the calling eBay user is the buyer in the order.
CustomCode This value is reserved for future or internal use.
Seller The eBay user is acting as the seller for the order(s). In GetOrders, this value should be passed into the OrderRole field in the request to retrieve orders in which the calling eBay user is the seller in the order.
  * See the Enumeration Index to see exact use of each enumeration value in the API.