Requests data for a specific item identified by item ID. Use no DetailLevel to return all item fields without Item.Description. Use a DetailLevel of ReturnAll to return all item fields. See GetItem in the eBay Web Services Guide for more information. If a listing ended more than 90 days ago, its title, price, and other item information are not returned.
See:
Introduction to Pictures in Item Listings
GetCategorySpecifics
| Output Detail Controls Samples Change History Top Errors for GetItem User Notes |
The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are (or soon will be) non-operational.
The XML prototype may be missing some XML fields and attributes. This is a documentation limitation only (see Limitations of This Document).
<?xml version="1.0" encoding="utf-8"?> <GetItemRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <!-- Standard Input Fields --> <DetailLevel> DetailLevelCodeType </DetailLevel> <!-- ... more DetailLevel nodes here ... --> <ErrorLanguage> string </ErrorLanguage> <MessageID> string </MessageID> <OutputSelector> string </OutputSelector> <!-- ... more OutputSelector nodes here ... --> <Version> string </Version> <WarningLevel> WarningLevelCodeType </WarningLevel> <!-- Call-specific Input Fields --> <IncludeCrossPromotion> boolean </IncludeCrossPromotion> <IncludeExpressRequirements> boolean </IncludeExpressRequirements> <IncludeItemSpecifics> boolean </IncludeItemSpecifics> <IncludeTaxTable> boolean </IncludeTaxTable> <IncludeWatchCount> boolean </IncludeWatchCount> <ItemID> ItemIDType (string) </ItemID> </GetItemRequest>
| Argument | Type | Reqd? | Meaning |
|---|---|---|---|
| Standard Input Fields [Jump to call-specific fields] | |||
| DetailLevel | DetailLevelCodeType (repeatable) |
Optional |
Detail levels are instructions that define standard subsets of data to return for particular data components (e.g., each Item, Transaction, or User) within the response payload. For example, a particular detail level might cause the response to include buyer-related data in every result (e.g., for every Item), but no seller-related data. Specifying a detail level is like using a predefined attribute list in the SELECT clause of an SQL query. Use the DetailLevel element to specify the required detail level that the client application needs pertaining to the data components that are applicable to the request. The DetailLevelCodeType defines the global list of available detail levels for all request types. Most request types support certain detail levels or none at all. If you pass a detail level that exists in the schema but that isn't valid for a particular request, eBay ignores it processes the request without it. For each request type, see the detail level tables in the Input/Output Reference to determine which detail levels are applicable and which elements are returned for each applicable detail level. (Some detail level tables are still in the eBay Web Services guide. They will be moved to the Input/Output Reference in a future release.) Note that DetailLevel is required input for GetMyMessages. With GetSellerList and other calls that retrieve large data sets, please avoid using ReturnAll when possible. For example, if you use GetSellerList, use a GranularityLevel or use the GetSellerEvents call instead. If you do use ReturnAll with GetSellerList, use a small EntriesPerPage value and a short EndTimeFrom/EndTimeTo range for better performance. Applicable values: • ItemReturnAttributes (in) For GetItem, returns Item Specifics and Pre-filled Item Information, if any. For GetSearchResults, only returns Item Specifics (if any) that are applicable to search results, and only under certain conditions. See the description of Item.AttributeSetArray for details about the effects for applicable calls. Also see the description of Item.ProductListingDetails for GetItem. • ItemReturnDescription (in) Returns Description, plus the ListingDesigner node and some additional information if applicable • ReturnAll (in) Returns all available data. With GetSellerList and other calls that retrieve large data sets, please avoid using ReturnAll when possible. For example, if you use GetSellerList, use a GranularityLevel or use the GetSellerEvents call instead. If you use ReturnAll with GetSellerList, use a small EntriesPerPage value and a short EndTimeFrom/EndTimeTo range for better performance. (Not all values in DetailLevelCodeType apply to this field.) |
| ErrorLanguage | string | Optional |
Use ErrorLanguage to return error strings for the call in a different language from the language commonly associated with the site that the requesting user is registered with. Specify the standard RFC 3066 language identification tag (e.g., en_US). ID--- country ----- ----- de_AT Austria de_CH Switzerland de_DE Germany en_AU Australia en_CA Canada en_GB United Kingdom en_SG Singapore en_US United States es_ES Spain fr_BE Belgium (French) fr_CA Canada (French) fr_FR France it_IT Italy nl_BE Belgium (Dutch) nl_NL Netherlands zh_CN China en_IN India en_IE Ireland zh_HK Hong Kong See Tags for the Identification of Languages. |
| MessageID | string | Optional |
In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable. |
| OutputSelector | string (repeatable) |
Optional |
You can use the OutputSelector field to restrict the data returned by this call. When you make a call such as GetItem that retrieves data from eBay, the OutputSelector field is useful for restricting the data returned. This field makes the call response easier to use, especially when a large payload would be returned. If you use the OutputSelector field, the output data will include only the fields you specified in the request. For example, if you are using GetItem and you want the item data in the response to be restricted to the ViewItemURL (the URL where a user can view the listing) and BuyItNowPrice, then within the GetItem request, specify those output fields. To use this field, see the information at the following link.
See Selecting Fields to Retrieve. |
| Version | string | Conditional |
The version number of the API code that you are programming against (e.g., 549). The version you specify for a call has these basic effects: - It indicates the version of the code lists and other data that eBay should use to process your request. - It indicates the schema version you are using. You need to use a version that is greater than or equal to the lowest supported version. For the SOAP API: If you are using the SOAP API, this field is required. Specify the version of the WSDL your application is using. For the XML API: If you are using the XML API, this field has no effect. Instead, specify the version in the X-EBAY-API-COMPATIBILITY-LEVEL HTTP header. (If you specify Version in the body of an XML API request and it is different from the value in the HTTP header, eBay returns an informational warning that the value in the HTTP header was used instead.) See: HTTP Headers (XML API Only) eBay Schema Versioning Strategy Lowest Supported Version |
| WarningLevel | WarningLevelCodeType | Optional |
Controls whether or not to return warnings when the application passes unrecognized or deprecated elements in a request. An unrecognized element is one that is not defined in any supported version of the schema. Schema element names are case-sensitive, so using WarningLevel can also help you remove any potential hidden bugs within your application due to incorrect case or spelling in field names before you put your application into the Production environment. WarningLevel only validates elements; it doesn't validate XML attributes. It also doesn't control warnings related to user-entered strings or numbers, or warnings for logical errors. We recommend that you only use this during development and debugging. Do not use this in requests in your production code. Applicable values: • High (in) Return warnings when the application passes unrecognized or deprecated elements in a request. • Low (in) Do not return warnings when the application passes unrecognized or deprecated elements in a request. This is the default value if WarningLevel is not specified. See Warning Level. |
| Call-specific Input Fields | |||
| IncludeCrossPromotion | boolean | Optional |
Specifies whether or not to include cross-promotion information for the item in the call response. With a request version of 485 or higher, the default is false (do not include cross-promotion details). Set to true to retrieve cross-promotion information for the item. Cross-promotion information is returned in Item.CrossPromotion.PromotedItem.PromotionDetails. A promoted item will now contain multiple PromotionDetails containers. With a request version lower than 485, the default is true (include cross-promotions). Set the value to false if you do not want to retrieve cross-promotion information. Cross-promotion information, PromotedPrice and PromotedPriceType, are returned in Item.CrossPromotion.PromotedItem. If a promoted item has multiple PromotedPriceType and PromotedPrice value pairs, only the last pair is returned. |
| IncludeExpressRequirements | boolean | Optional |
Indicates if the response should include detailed information relating to whether an item qualifies as an Express listing. eBay includes listings on eBay Express under conditions described in the eBay Web Services Guide.
See Listing Criteria for eBay Express. |
| IncludeItemSpecifics | boolean | Optional |
If true, the response returns the ItemSpecifics node (if the listing has custom Item Specifics). Item Specifics are well-known aspects of items in a given category. For example, items in a washer and dryer category might have an aspect like Type=Top-Loading; whereas items in a jewelry category might have an aspect like Gemstone=Amber. (This does not cause the response to include ID-based attributes. To also retrieve ID-based attributes, pass DetailLevel in the request with the value ItemReturnAttributes or ReturnAll.) See Working with Custom Item Specifics. |
| IncludeTaxTable | boolean | Optional | If true, an associated tax table is returned in the response. If no tax table is associated with the item, then no tax table is returned, even if IncludeTaxTable is set to true. |
| IncludeWatchCount | boolean | Optional | Indicates if the caller wants to include watch count for that item in the response. You must be the seller of the item to retrieve the watch count. |
| ItemID | ItemIDType (string) | Required |
Specifies the item ID that uniquely identifies the item listing for which to retrieve the data. ItemID is a required input. Max length: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits). |
| Input Detail Controls Samples Change History Top Errors for GetItem User Notes |
The box below lists all fields that might be returned in the call response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are not returned (or soon will not be returned) or are not operational (or soon will be non-operational).
The XML prototype may be missing some XML fields and attributes. This is a documentation limitation only (see Limitations of This Document).
<?xml version="1.0" encoding="utf-8"?>
<GetItemResponse xmlns="urn:ebay:apis:eBLBaseComponents">
<!-- Standard Output Fields -->
<Ack> AckCodeType </Ack>
<Build> string </Build>
<CorrelationID> string </CorrelationID>
<Errors> ErrorType
<ErrorClassification> ErrorClassificationCodeType </ErrorClassification>
<ErrorCode> token </ErrorCode>
<ErrorParameters ParamID="string"> ErrorParameterType
<Value> string </Value>
</ErrorParameters>
<!-- ... more ErrorParameters nodes here ... -->
<LongMessage> string </LongMessage>
<SeverityCode> SeverityCodeType </SeverityCode>
<ShortMessage> string </ShortMessage>
</Errors>
<!-- ... more Errors nodes here ... -->
<HardExpirationWarning> string </HardExpirationWarning>
<Timestamp> dateTime </Timestamp>
<Version> string </Version>
<!-- Call-specific Output Fields -->
<Item> ItemType
<ApplicationData> string </ApplicationData>
<ApplyBuyerProtection> BuyerProtectionDetailsType
<BuyerProtectionSource> BuyerProtectionSourceCodeType </BuyerProtectionSource>
<BuyerProtectionStatus> BuyerProtectionCodeType </BuyerProtectionStatus>
</ApplyBuyerProtection>
<AttributeSetArray> AttributeSetArrayType
<AttributeSet attributeSetID="int" attributeSetVersion="string"> AttributeSetType
<Attribute attributeID="int"> AttributeType
<Value> ValType
<ValueID> int </ValueID>
<ValueLiteral> string </ValueLiteral>
</Value>
<!-- ... more Value nodes here ... -->
</Attribute>
<!-- ... more Attribute nodes here ... -->
</AttributeSet>
<!-- ... more AttributeSet nodes here ... -->
</AttributeSetArray>
<AutoPay> boolean </AutoPay>
<BestOfferDetails> BestOfferDetailsType
<BestOfferCount> int </BestOfferCount>
<BestOfferEnabled> boolean </BestOfferEnabled>
</BestOfferDetails>
<BusinessSellerDetails> BusinessSellerDetailsType
<AdditionalContactInformation> string </AdditionalContactInformation>
<Address> AddressType
<FirstName> string </FirstName>
<LastName> string </LastName>
</Address>
<Email> string </Email>
<Fax> string </Fax>
<LegalInvoice> boolean </LegalInvoice>
<TermsAndConditions> string </TermsAndConditions>
<TradeRegistrationNumber> string </TradeRegistrationNumber>
<VATDetails> VATDetailsType
<BusinessSeller> boolean </BusinessSeller>
<RestrictedToBusiness> boolean </RestrictedToBusiness>
<VATID> string </VATID>
<VATPercent> float </VATPercent>
<VATSite> string </VATSite>
</VATDetails>
</BusinessSellerDetails>
<BuyerGuaranteePrice currencyID="CurrencyCodeType"> AmountType (double) </BuyerGuaranteePrice>
<BuyerProtection> BuyerProtectionCodeType </BuyerProtection>
<BuyerRequirementDetails> BuyerRequirementDetailsType
<LinkedPayPalAccount> boolean </LinkedPayPalAccount>
<MaximumBuyerPolicyViolations> MaximumBuyerPolicyViolationsType
<Count> int </Count>
<Period> PeriodCodeType </Period>
</MaximumBuyerPolicyViolations>
<MaximumItemRequirements> MaximumItemRequirementsType
<MaximumItemCount> int </MaximumItemCount>
<MinimumFeedbackScore> int </MinimumFeedbackScore>
</MaximumItemRequirements>
<MaximumUnpaidItemStrikesInfo> MaximumUnpaidItemStrikesInfoType
<Count> int </Count>
<Period> PeriodCodeType </Period>
</MaximumUnpaidItemStrikesInfo>
<MinimumFeedbackScore> int </MinimumFeedbackScore>
<ShipToRegistrationCountry> boolean </ShipToRegistrationCountry>
<VerifiedUserRequirements> VerifiedUserRequirementsType
<MinimumFeedbackScore> int </MinimumFeedbackScore>
<VerifiedUser> boolean </VerifiedUser>
</VerifiedUserRequirements>
<ZeroFeedbackScore> boolean </ZeroFeedbackScore>
</BuyerRequirementDetails>
<BuyerResponsibleForShipping> boolean </BuyerResponsibleForShipping>
<BuyItNowPrice currencyID="CurrencyCodeType"> AmountType (double) </BuyItNowPrice>
<Charity> CharityType
<CharityID> string </CharityID>
<CharityName> string </CharityName>
<CharityNumber> int </CharityNumber>
<DonationPercent> float </DonationPercent>
<LogoURL> string </LogoURL>
<Mission> string </Mission>
<Status> CharityStatusCodeType </Status>
</Charity>
<Country> CountryCodeType </Country>
<CrossBorderTrade> string </CrossBorderTrade>
<!-- ... more CrossBorderTrade nodes here ... -->
<CrossPromotion> CrossPromotionsType
<ItemID> ItemIDType (string) </ItemID>
<PrimaryScheme> PromotionSchemeCodeType </PrimaryScheme>
<PromotedItem> PromotedItemType
<ItemID> ItemIDType (string) </ItemID>
<ListingType> ListingTypeCodeType </ListingType>
<PictureURL> string </PictureURL>
<Position> int </Position>
<PromotionDetails> PromotionDetailsType
<BidCount> int </BidCount>
<ConvertedPromotionPrice currencyID="CurrencyCodeType"> AmountType (double) </ConvertedPromotionPrice>
<PromotionPrice currencyID="CurrencyCodeType"> AmountType (double) </PromotionPrice>
<PromotionPriceType> PromotionItemPriceTypeCodeType </PromotionPriceType>
</PromotionDetails>
<!-- ... more PromotionDetails nodes here ... -->
<SelectionType> PromotionItemSelectionCodeType </SelectionType>
<TimeLeft> duration </TimeLeft>
<Title> string </Title>
</PromotedItem>
<!-- ... more PromotedItem nodes here ... -->
<PromotionMethod> PromotionMethodCodeType </PromotionMethod>
<SellerID> string </SellerID>
<ShippingDiscount> boolean </ShippingDiscount>
</CrossPromotion>
<Currency> CurrencyCodeType </Currency>
<Description> string </Description>
<DisableBuyerRequirements> boolean </DisableBuyerRequirements>
<DispatchTimeMax> int </DispatchTimeMax>
<ExtendedSellerContactDetails> ExtendedContactDetailsType
<ClassifiedAdContactByEmailEnabled> boolean </ClassifiedAdContactByEmailEnabled>
<ContactHoursDetails> ContactHoursDetailsType
<Hours1AnyTime> boolean </Hours1AnyTime>
<Hours1Days> DaysCodeType </Hours1Days>
<Hours1From> time </Hours1From>
<Hours1To> time </Hours1To>
<Hours2AnyTime> boolean </Hours2AnyTime>
<Hours2Days> DaysCodeType </Hours2Days>
<Hours2From> time </Hours2From>
<Hours2To> time </Hours2To>
<TimeZoneID> string </TimeZoneID>
</ContactHoursDetails>
<PayPerLeadPhoneNumber> string </PayPerLeadPhoneNumber>
</ExtendedSellerContactDetails>
<FreeAddedCategory> CategoryType
<CategoryID> string </CategoryID>
<CategoryName> string </CategoryName>
</FreeAddedCategory>
<GetItFast> boolean </GetItFast>
<GiftIcon> int </GiftIcon>
<GiftServices> GiftServicesCodeType </GiftServices>
<!-- ... more GiftServices nodes here ... -->
<HitCount> long </HitCount>
<HitCounter> HitCounterCodeType </HitCounter>
<ItemID> ItemIDType (string) </ItemID>
<ItemPolicyViolation> ItemPolicyViolationType
<PolicyID> long </PolicyID>
<PolicyText> string </PolicyText>
</ItemPolicyViolation>
<ItemSpecifics> NameValueListArrayType
<NameValueList> NameValueListType
<Name> string </Name>
<Value> string </Value>
<!-- ... more Value nodes here ... -->
</NameValueList>
<!-- ... more NameValueList nodes here ... -->
</ItemSpecifics>
<ListingCheckoutRedirectPreference> ListingCheckoutRedirectPreferenceType
<ProStoresStoreName> string </ProStoresStoreName>
<SellerThirdPartyUsername> string </SellerThirdPartyUsername>
</ListingCheckoutRedirectPreference>
<ListingDesigner> ListingDesignerType
<LayoutID> int </LayoutID>
<OptimalPictureSize> boolean </OptimalPictureSize>
<ThemeID> int </ThemeID>
</ListingDesigner>
<ListingDetails> ListingDetailsType
<Adult> boolean </Adult>
<BestOfferAutoAcceptPrice currencyID="CurrencyCodeType"> AmountType (double) </BestOfferAutoAcceptPrice>
<BindingAuction> boolean </BindingAuction>
<BuyItNowAvailable> boolean </BuyItNowAvailable>
<CheckoutEnabled> boolean </CheckoutEnabled>
<ConvertedBuyItNowPrice currencyID="CurrencyCodeType"> AmountType (double) </ConvertedBuyItNowPrice>
<ConvertedReservePrice currencyID="CurrencyCodeType"> AmountType (double) </ConvertedReservePrice>
<ConvertedStartPrice currencyID="CurrencyCodeType"> AmountType (double) </ConvertedStartPrice>
<EndTime> dateTime </EndTime>
<ExpressItemRequirements> ExpressItemRequirementsType
<CombinedShippingDiscount> boolean </CombinedShippingDiscount>
<DomesticShippingCost> boolean </DomesticShippingCost>
<EligibleCheckout> boolean </EligibleCheckout>
<EligibleItemCondition> boolean </EligibleItemCondition>
<EligiblePayPalAccount> boolean </EligiblePayPalAccount>
<EligibleReturnPolicy> boolean </EligibleReturnPolicy>
<ExpressApproved> boolean </ExpressApproved>
<ExpressEligibleListingType> boolean </ExpressEligibleListingType>
<ExpressEnabledCategory> boolean </ExpressEnabledCategory>
<ExpressOptOut> boolean </ExpressOptOut>
<NoCharity> boolean </NoCharity>
<NoPreapprovedBidderList> boolean </NoPreapprovedBidderList>
<PayPalAccountAcceptsUnconfirmedAddress> boolean </PayPalAccountAcceptsUnconfirmedAddress>
<Picture> boolean </Picture>
<PriceAboveMinimum> boolean </PriceAboveMinimum>
<PriceBelowMaximum> boolean </PriceBelowMaximum>
<SellerExpressEligible> boolean </SellerExpressEligible>
<ShipFromEligibleCountry> boolean </ShipFromEligibleCountry>
</ExpressItemRequirements>
<ExpressListing> boolean </ExpressListing>
<HasPublicMessages> boolean </HasPublicMessages>
<HasReservePrice> boolean </HasReservePrice>
<HasUnansweredQuestions> boolean </HasUnansweredQuestions>
<MinimumBestOfferMessage> string </MinimumBestOfferMessage>
<MinimumBestOfferPrice currencyID="CurrencyCodeType"> AmountType (double) </MinimumBestOfferPrice>
<PayPerLeadEnabled> boolean </PayPerLeadEnabled>
<RelistedItemID> ItemIDType (string) </RelistedItemID>
<SecondChanceOriginalItemID> ItemIDType (string) </SecondChanceOriginalItemID>
<StartTime> dateTime </StartTime>
<TCROriginalItemID> ItemIDType (string) </TCROriginalItemID>
<ViewItemURL> anyURI </ViewItemURL>
<ViewItemURLForNaturalSearch> anyURI </ViewItemURLForNaturalSearch>
</ListingDetails>
<ListingDuration> token </ListingDuration>
<ListingEnhancement> ListingEnhancementsCodeType </ListingEnhancement>
<!-- ... more ListingEnhancement nodes here ... -->
<ListingSubtype2> ListingSubtypeCodeType </ListingSubtype2>
<ListingType> ListingTypeCodeType </ListingType>
<Location> string </Location>
<LocationDefaulted> boolean </LocationDefaulted>
<LotSize> int </LotSize>
<MechanicalCheckAccepted> boolean </MechanicalCheckAccepted>
<MotorsGermanySearchable> boolean </MotorsGermanySearchable>
<NowAndNew> boolean </NowAndNew>
<PaymentDetails> PaymentDetailsType
<DaysToFullPayment> int </DaysToFullPayment>
<HoursToDeposit> int </HoursToDeposit>
</PaymentDetails>
<PaymentMethods> BuyerPaymentMethodCodeType </PaymentMethods>
<!-- ... more PaymentMethods nodes here ... -->
<PayPalEmailAddress> string </PayPalEmailAddress>
<PictureDetails> PictureDetailsType
<GalleryDuration> token </GalleryDuration>
<GalleryType> GalleryTypeCodeType </GalleryType>
<GalleryURL> anyURI </GalleryURL>
<PhotoDisplay> PhotoDisplayCodeType </PhotoDisplay>
<PictureSource> PictureSourceCodeType </PictureSource>
<PictureURL> anyURI </PictureURL>
<!-- ... more PictureURL nodes here ... -->
</PictureDetails>
<PostalCode> string </PostalCode>
<PrimaryCategory> CategoryType
<CategoryID> string </CategoryID>
<CategoryName> string </CategoryName>
</PrimaryCategory>
<PrivateListing> boolean </PrivateListing>
<ProductListingDetails> ProductListingDetailsType
<Copyright> string </Copyright>
<!-- ... more Copyright nodes here ... -->
<IncludePrefilledItemInformation> boolean </IncludePrefilledItemInformation>
<IncludeStockPhotoURL> boolean </IncludeStockPhotoURL>
<ProductID> string </ProductID>
<StockPhotoURL> anyURI </StockPhotoURL>
<UseStockPhotoURLAsGallery> boolean </UseStockPhotoURLAsGallery>
</ProductListingDetails>
<ProxyItem> boolean </ProxyItem>
<Quantity> int </Quantity>
<ReservePrice currencyID="CurrencyCodeType"> AmountType (double) </ReservePrice>
<ReviseStatus> ReviseStatusType
<BuyItNowAdded> boolean </BuyItNowAdded>
<BuyItNowLowered> boolean </BuyItNowLowered>
<ItemRevised> boolean </ItemRevised>
<ReserveLowered> boolean </ReserveLowered>
<ReserveRemoved> boolean </ReserveRemoved>
</ReviseStatus>
<SecondaryCategory> CategoryType
<CategoryID> string </CategoryID>
<CategoryName> string </CategoryName>
</SecondaryCategory>
<Seller> UserType
<AboutMePage> boolean </AboutMePage>
<eBayGoodStanding> boolean </eBayGoodStanding>
<EIASToken> string </EIASToken>
<Email> string </Email>
<FeedbackPrivate> boolean </FeedbackPrivate>
<FeedbackRatingStar> FeedbackRatingStarCodeType </FeedbackRatingStar>
<FeedbackScore> int </FeedbackScore>
<IDVerified> boolean </IDVerified>
<MotorsDealer> boolean </MotorsDealer>
<NewUser> boolean </NewUser>
<PositiveFeedbackPercent> float </PositiveFeedbackPercent>
<RegistrationAddress> AddressType
<CityName> string </CityName>
<Country> CountryCodeType </Country>
<CountryName> string </CountryName>
<FirstName> string </FirstName>
<LastName> string </LastName>
<Name> string </Name>
<Phone> string </Phone>
<PostalCode> string </PostalCode>
<Street> string </Street>
<Street1> string </Street1>
<Street2> string </Street2>
</RegistrationAddress>
<RegistrationDate> dateTime </RegistrationDate>
<SellerInfo> SellerType
<AllowPaymentEdit> boolean </AllowPaymentEdit>
<CheckoutEnabled> boolean </CheckoutEnabled>
<CIPBankAccountStored> boolean </CIPBankAccountStored>
<ExpressEligible> boolean </ExpressEligible>
<ExpressSellerRequirements> ExpressSellerRequirementsType
<CombinedPaymentsAccepted> boolean </CombinedPaymentsAccepted>
<EligiblePayPalAccount> boolean </EligiblePayPalAccount>
<ExpressSellingPreference> boolean </ExpressSellingPreference>
<FeedbackAsSellerScore minimum="string"> FeedbackRequirementsType (boolean) </FeedbackAsSellerScore>
<FeedbackPublic> boolean </FeedbackPublic>
<FeedbackScore minimum="string"> FeedbackRequirementsType (boolean) </FeedbackScore>
<GoodStanding> boolean </GoodStanding>
<PayPalAccountAcceptsUnconfirmedAddress> boolean </PayPalAccountAcceptsUnconfirmedAddress>
<PositiveFeedbackAsSellerPercent minimum="string"> FeedbackRequirementsType (boolean) </PositiveFeedbackAsSellerPercent>
<PositiveFeedbackPercent minimum="string"> FeedbackRequirementsType (boolean) </PositiveFeedbackPercent>
</ExpressSellerRequirements>
<ExpressWallet> boolean </ExpressWallet>
<GoodStanding> boolean </GoodStanding>
<LiveAuctionAuthorized> boolean </LiveAuctionAuthorized>
<MerchandizingPref> MerchandizingPrefCodeType </MerchandizingPref>
<QualifiesForB2BVAT> boolean </QualifiesForB2BVAT>
<SafePaymentExempt> boolean </SafePaymentExempt>
<SellerBusinessType> SellerBusinessCodeType </SellerBusinessType>
<SellerLevel> SellerLevelCodeType </SellerLevel>
<StoreOwner> boolean </StoreOwner>
<StoreURL> anyURI </StoreURL>
</SellerInfo>
<Site> SiteCodeType </Site>
<Status> UserStatusCodeType </Status>
<UserID> UserIDType (string) </UserID>
<UserIDChanged> boolean </UserIDChanged>
<UserIDLastChanged> dateTime </UserIDLastChanged>
<VATStatus> VATStatusCodeType </VATStatus>
</Seller>
<SellerContactDetails> AddressType
<CompanyName> string </CompanyName>
<County> string </County>
<FirstName> string </FirstName>
<LastName> string </LastName>
<Phone2AreaOrCityCode> string </Phone2AreaOrCityCode>
<Phone2CountryCode> CountryCodeType </Phone2CountryCode>
<Phone2CountryPrefix> string </Phone2CountryPrefix>
<Phone2LocalNumber> string </Phone2LocalNumber>
<PhoneAreaOrCityCode> string </PhoneAreaOrCityCode>
<PhoneCountryCode> CountryCodeType </PhoneCountryCode>
<PhoneCountryPrefix> string </PhoneCountryPrefix>
<PhoneLocalNumber> string </PhoneLocalNumber>
<Street1> string </Street1>
<Street2> string </Street2>
</SellerContactDetails>
<SellerVacationNote> string </SellerVacationNote>
<SellingStatus> SellingStatusType
<AdminEnded> boolean </AdminEnded>
<BidCount> int </BidCount>
<BidIncrement currencyID="CurrencyCodeType"> AmountType (double) </BidIncrement>
<ConvertedCurrentPrice currencyID="CurrencyCodeType"> AmountType (double) </ConvertedCurrentPrice>
<CurrentPrice currencyID="CurrencyCodeType"> AmountType (double) </CurrentPrice>
<HighBidder> UserType
<AboutMePage> boolean </AboutMePage>
<BuyerInfo> BuyerType
<ShippingAddress> AddressType
<Country> CountryCodeType </Country>
<FirstName> string </FirstName>
<LastName> string </LastName>
<PostalCode> string </PostalCode>
</ShippingAddress>
</BuyerInfo>
<eBayGoodStanding> boolean </eBayGoodStanding>
<EIASToken> string </EIASToken>
<Email> string </Email>
<FeedbackPrivate> boolean </FeedbackPrivate>
<FeedbackRatingStar> FeedbackRatingStarCodeType </FeedbackRatingStar>
<FeedbackScore> int </FeedbackScore>
<IDVerified> boolean </IDVerified>
<NewUser> boolean </NewUser>
<PositiveFeedbackPercent> float </PositiveFeedbackPercent>
<RegistrationAddress> AddressType
<CityName> string </CityName>
<Country> CountryCodeType </Country>
<CountryName> string </CountryName>
<FirstName> string </FirstName>
<LastName> string </LastName>
<