eBay Trading APIVersion 1349
 

UserStatusCodeType ( token )

These codes indicate the current state or status of an eBay user account.

Type that uses UserStatusCodeType:

Calls that use one or more values of UserStatusCodeType:

Enumeration Values

Value Description
AccountOnHold This value indicates that the eBay user's account is currently on hold. A common reason for a user's account to go on hold is a non-payment of the monthly eBay invoice. A user cannot sell or buy items if their account is on hold.
Confirmed This value indicates that the eBay user's account is a confirmed, active account.
CreditCardVerify This value indicates that the user has completed the registration and confirmation process, but needs to complete verification of credit card information. A user has this status if this user began registration as a seller but did not complete it. A seller with this status can begin to list an item but cannot complete the listing until the seller completes seller registration.
CustomCode Reserved for internal or future use
Deleted This value indicates that the eBay user's account has been deleted.
Ghost This value indicates that the user originally registered on AuctionWeb (pre-eBay), but that user never re-registered on eBay. Note that there are very few (if any) eBay accounts in the 'Ghost' state.
Guest This value indicates that the user is a guest user. The user has not added a password and has not confirmed an email address. The user has not signed up as a regular user, but has agreed to the User Agreement and Privacy Policy. The user has been through the buying flow for a guest; the user has been through checkout using the streamlined Buy-It-Now flow.
InMaintenance This value indicates that the eBay user's account is in maintenance mode.
Merged This value indicates that the user record has been merged with another account record for the same user
RegistrationCodeMailOut This value indicates that the eBay User has completed online registration, and eBay has just sent the user a registration code in a confirmation email. The eBay user will have to respond to the confirmation email to get their account confirmed.
Suspended This value indicates that the eBay user's account is suspended. A user with a suspended account cannot participate in buying or selling activity.
TermPending This value indicates that the user has scheduled an account closure but eBay has yet to process the closure request.
Unconfirmed This value indicates that the eBay User has completed online registration, but has either not responded to confirmation email or has not yet been sent the confirmation email. Or, if this user began registration as a seller but did not complete it, the user will have this status. A seller with this status can begin to list an item but cannot complete the listing until the seller completes seller registration.
Unknown This value indicates that the status of the user's eBay account is unknown. This value should seldom, if ever, be returned and typically represents a problem.
  * See the Enumeration Index to see exact use of each enumeration value in the API.