eBay · Schema

TaxJurisdiction

The type that defines the fields for the tax jurisdiction details.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
region object The region of the tax jurisdiction.
taxJurisdictionId string The identifier of the tax jurisdiction.
View JSON Schema on GitHub

JSON Schema

ebay-taxjurisdiction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaxJurisdiction",
  "title": "TaxJurisdiction",
  "type": "object",
  "properties": {
    "region": {
      "description": "The region of the tax jurisdiction.",
      "$ref": "#/components/schemas/Region"
    },
    "taxJurisdictionId": {
      "type": "string",
      "description": "The identifier of the tax jurisdiction."
    }
  },
  "description": "The type that defines the fields for the tax jurisdiction details."
}