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

complexType "ns:TaxJurisdictionType"
Namespace:
Content:
complex, 6 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
ns:TaxJurisdiction (defined in ns:TaxTableType complexType),
Known Usage Locations
Annotation
This type is used to show sales tax-related details for a tax jurisdiction. The concept of 'sales tax' is only applicable to eBay US and Canada (English and French) sites.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="TaxJurisdictionType">
<xs:sequence>
<xs:element minOccurs="0" name="JurisdictionID" type="xs:string"/>
<xs:element minOccurs="0" name="SalesTaxPercent" type="xs:float"/>
<xs:element minOccurs="0" name="ShippingIncludedInTax" type="xs:boolean"/>
<xs:element minOccurs="0" name="JurisdictionName" type="xs:string"/>
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/7)
ns:DetailVersion
Type:
xs:string, predefined, simple content
Returns the latest version number for this feature. Use the version to determine if and when to refresh your cached client data.
XML Representation Summary
<ns:DetailVersion>
   
Content: 
{ xs:string }
</ns:DetailVersion>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>

ns:JurisdictionID
Type:
xs:string, predefined, simple content
This is the unique, two-digit identifier of the tax jurisdiction (such as 'CA' for California). To retrieve all JurisdictionID values for a site, a seller can either use a GetTaxTable call with DetailLevel set to ReturnAll, or they can use the GeteBayDetails call with DetailLevel name set to TaxJurisdiction.

The JurisdictionID field is always required in a SetTaxTable call, and always returned with each TaxJurisdiction container to identify the tax jurisdiction.
XML Representation Summary
<ns:JurisdictionID>
   
Content: 
{ xs:string }
</ns:JurisdictionID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="JurisdictionID" type="xs:string"/>

ns:JurisdictionName
Type:
xs:string, predefined, simple content
Full name for the jurisdiction or region for display purposes.
XML Representation Summary
<ns:JurisdictionName>
   
Content: 
{ xs:string }
</ns:JurisdictionName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="JurisdictionName" type="xs:string"/>

ns:SalesTaxPercent
Type:
xs:float, predefined, simple content
This float value is the sales tax percentage rate applicable to the corresponding tax jurisdiction. Sellers are responsible for providing accurate sales tax rates for each jurisdiction. This sales tax rate comes into play when a buyer from that tax jurisdiction makes a purchase from the seller. The value passed in is stored with a precision of 3 digits after the decimal point (##.###).

This field is only returned in GetTaxTable (and other 'Get' calls) if a sales tax percentage rate has been set.

Note: As of April 1, 2020, buyers in 40 US states will automatically be charged sales tax for eBay purchases. eBay will collect and remit this sales tax to the proper taxing authority on the buyer's behalf. So, if a sales tax rate is applied to the listing by the seller for a state that is subject to eBay 'Collect and Remit', the sales tax rate in this field is ignored by eBay during the checkout process. For a list of US states that are subject to eBay 'Collect and Remit' taxes (and effective dates), see the eBay sales tax collection help topic.
XML Representation Summary
<ns:SalesTaxPercent>
   
Content: 
{ xs:float }
</ns:SalesTaxPercent>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SalesTaxPercent" type="xs:float"/>

ns:ShippingIncludedInTax
Type:
xs:boolean, predefined, simple content
This field is included in a SetTaxTable call and set to true if the seller wants sales tax for the jurisdiction to apply to the cumulative amount of item cost and shipping charges. This value defaults to false if not specified.

This field is always returned with each TaxJurisdiction container (whether true or false).

Note: As of April 1, 2020, buyers in 40 US states will automatically be charged sales tax for eBay purchases. eBay will collect and remit this sales tax to the proper taxing authority on the buyer's behalf. So, if a sales tax rate is applied to the listing by the seller for a state that is subject to eBay 'Collect and Remit', the sales tax rate in this field is ignored by eBay during the checkout process. For a list of US states that are subject to eBay 'Collect and Remit' taxes (and effective dates), see the eBay sales tax collection help topic.
XML Representation Summary
<ns:ShippingIncludedInTax>
   
Content: 
{ xs:boolean }
</ns:ShippingIncludedInTax>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ShippingIncludedInTax" type="xs:boolean"/>

ns:UpdateTime
Type:
xs:dateTime, predefined, simple content
The time in GMT when the details for this feature were last updated. Use this timestamp to determine if and when to refresh your cached client data.
XML Representation Summary
<ns:UpdateTime>
   
Content: 
{ xs:dateTime }
</ns:UpdateTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.