eBay Trading APIVersion 1349
 

FeenettingStatusCodeType ( token )

This enumerated type contains values that indicate the current status of the seller's account for the fee netting mechanism. With fee netting, some selling fees like final value fee and payment processing fee will be deducted from seller payouts instead of eBay invoicing the seller for the fees.

Type that uses FeenettingStatusCodeType:

Call that uses one or more values of FeenettingStatusCodeType:

Enumeration Values

Value Description
Disabled This value indicates that the account is not enabled for the fee netting mechanism. .
Enabled This value indicates that the account is enabled for the fee netting mechanism. If a user sees this value, the GetAccount response will include the AccountSummary.NettedTransactionSummary container and the AccountEntry.Netted boolean field for each account entry.
Exempted This value indicates that the account is exempted from the fee netting mechanism.
  * See the Enumeration Index to see exact use of each enumeration value in the API.