TradingRoleCodeType ( token )
Enumerated type listing the possible roles an eBay user may have in regards to an eBay order.
Types that use TradingRoleCodeType:
Calls that use 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. |