Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:ValueTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Decimal"
 - 
This value indicates that the recommended Item Specific should have numeric values with a decimal point, like 3.14159. Item Specific values cannot be expressed as float or double types.
"Numeric"
 - 
This value indicates that the recommended Item Specific should have integer values (no decimal point), like 3. Item Specific values cannot be expressed as float or double types.
"Text"
 - 
This value indicates that the value(s) of the recommended Item Specific should be free-form text. This is the default value. The maximum length of a text-based Item Specific is general 65 characters, but instance aspects (like 'Bundle Description' or 'California Prop 65 Warning') are allowed longer lengths.
"ISBN"
 - 
This value indicates that the recommended Item Specific is an International Standard Book Number (ISBN) value. ISBNs can contain either 10 or 13 characters.
"UPC"
 - 
This value indicates that the recommended Item Specific is a Universal Product Code (UPC) value. UPCs contain 12 characters.
"EAN"
 - 
This value indicates that the recommended Item Specific is a European Article Number (EAN). EANs contain 13 characters.
"Date"
 - 
This value indicates that the value(s) of the recommended Item Specific is a date value, which will should use the date format specified in the ValueFormat field.
"CodiceFiscale"
 - 
This value indicates that the tax ID in the ID field is a Codice Fiscale ID, which is an identifier used by the Italian government to identify taxpayers in Italy.
"DNI"
 - 
This value indicates that the tax ID in the ID field is a Spanish National Identity Number, which is one identifier used by the Spanish government to identify taxpayers in Spain. In Spanish, this ID is known as the 'Documento nacional de identidad'. The other tax identifier for Spanish residents is the NIE number, or 'Numero de Identidad de Extranjero'.
"RussianPassport"
 - 
This value indicates that the tax ID in the ID field is a Russian Passport number.
"CPFTaxID"
 - 
This value indicates that the tax ID in the ID field is a Tax Registration Number, which is an identifier used by the Brazilian government to identify taxpayers in Brazil. In Portuguese, this ID is known as the 'Cadastro de Pessoas Fisicas', or 'CPF'.
"TurkeyID"
 - 
This value indicates that the tax ID in the ID field is a Turkish Identification Number, which is an identifier used by the Turkish government to identify taxpayers in Turkey. In Turkish, this ID is known as the 'Turkiye Cumhuriyeti Kimlik Numarasi', often abbreviated as T.C. Kimlik No.
"NIE"
 - 
This value indicates that the tax ID in the ID field is a NIE Number, which is one identifier used by the Spanish government to identify taxpayers in Spain. 'NIE' stands for 'Numero de Identidad de Extranjero'. The other tax identifier for Spanish residents is the DNI number, or 'Documento nacional de identidad'. Spanish residents can also be identified by their Spanish VAT (Value-Added Tax) number, which is also called the 'Numero de Identificacion Fiscal' or NIF.
"NIF"
 - 
This value indicates that the ID in the ID field is an NIF Number, which is also known as their Spanish VAT (Value-Added Tax) number. 'NIF' stands for 'Numero de Identificacion Fiscal'. Spanish residents can also be identified by their DNI ('Documento nacional de identidad') number or their NIE ('Numero de Identidad de Extranjero') number.
"CEDULA"
 - 
This value indicates that the tax ID in the ID field is a Cedula number, which is an identifier used by the Chilean, Columbian, and Dominican Republic governments to identify taxpayers in those countries. This ID is sometimes referred to as a 'Cedula de Identidad'.
"NIT"
 - 
This value indicates that the tax ID in the ID field is a NIT number, which is an identifier used by the Guatemalan government to identify taxpayers in Guatemala. In Spanish, this ID is known as the 'Numero de identificacion tributaria'.
"DriverLicense"
 - 
This value indicates that the identifier in the ID field is a driver's license number.
"CNPJ"
 - 
This value indicates that the tax ID in the ID field is a CNPJ number, which is an identifier used by the Brazilian government to identify taxpayers in Brazil. In Portuguese, this ID is known as the 'Cadastro Nacional da Pessoa Juridica'.
"VATIN"
 - 
This value indicates that the tax ID in the ID field is a VAT Identification Number for the buyer.

Note: The buyer VATIN will not start getting returned until June 30, 2021. See the 1209 Release Notes for more information.
"CustomCode"
 - 
Reserved for future use.

All Direct / Indirect Based Elements (2):
ns:Type (defined in ns:TaxIdentifierType complexType),
Known Usage Locations
Annotation
This enumeration type is used by multiple Trading API calls, including GetCategorySpecifics call and order management calls (like GetOrders).

The values used by GetCategorySpecifics is the data type of the recommended Item Specific called out in the NameRecommendation.Name field.

The values used by GetOrders (and other order management calls) is the type of tax ID used in the BuyerTaxIdentifier container.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ValueTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (21); see within schema source)
<xs:simpleType name="ValueTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Decimal"/>
<xs:enumeration value="Numeric"/>
<xs:enumeration value="Text"/>
<xs:enumeration value="ISBN"/>
<xs:enumeration value="UPC"/>
<xs:enumeration value="EAN"/>
<xs:enumeration value="Date"/>
<xs:enumeration value="CodiceFiscale"/>
<xs:enumeration value="DNI"/>
<xs:enumeration value="RussianPassport"/>
<xs:enumeration value="CPFTaxID"/>
<xs:enumeration value="TurkeyID"/>
<xs:enumeration value="NIE"/>
<xs:enumeration value="NIF"/>
<xs:enumeration value="CEDULA"/>
<xs:enumeration value="NIT"/>
<xs:enumeration value="DriverLicense"/>
<xs:enumeration value="CNPJ"/>
<xs:enumeration value="VATIN"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.