eBay · Schema

SalesTaxJurisdictions

This complex type contains a list of sales-tax jurisdictions.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
salesTaxJurisdictions array A list of sales-tax jurisdictions.
View JSON Schema on GitHub

JSON Schema

ebay-salestaxjurisdictions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SalesTaxJurisdictions",
  "title": "SalesTaxJurisdictions",
  "type": "object",
  "properties": {
    "salesTaxJurisdictions": {
      "type": "array",
      "description": "A list of sales-tax jurisdictions.",
      "items": {
        "$ref": "#/components/schemas/SalesTaxJurisdiction"
      }
    }
  },
  "description": "This complex type contains a list of sales-tax jurisdictions."
}