eBay · Schema

ContactAddress

This complex type specifies the details of a geographical address.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
addressLine1 string The first line of the street address.
addressLine2 string The second line of the street address. Use this field for additional address information, such as a suite or apartment number.
city string The city in which the address is located.
countryCode string The country of the address, represented as two-letter ISO 3166 country code. For example,
county string The county (not country) in which the address is located. Counties typically contain multiple cities or towns.
postalCode string The postal code of the address.
stateOrProvince string The state or province in which the address is located. States and provinces often contain multiple counties.
View JSON Schema on GitHub

JSON Schema

ebay-contactaddress-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContactAddress",
  "title": "ContactAddress",
  "type": "object",
  "properties": {
    "addressLine1": {
      "type": "string",
      "description": "The first line of the street address."
    },
    "addressLine2": {
      "type": "string",
      "description": "The second line of the street address. Use this field for additional address information, such as a suite or apartment number."
    },
    "city": {
      "type": "string",
      "description": "The city in which the address is located."
    },
    "countryCode": {
      "type": "string",
      "description": "The country of the address, represented as two-letter <a href=\"https://www.iso.org/iso-3166-country-codes.html \" title=\"https://www.iso.org \" target=\"_blank\">ISO 3166</a> country code. For example, <code>US</code> represents the United States and <code>DE</code> represents Germany. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/logistics/types/bas:CountryCodeEnum'>eBay API documentation</a>"
    },
    "county": {
      "type": "string",
      "description": "The county (not country) in which the address is located. Counties typically contain multiple cities or towns."
    },
    "postalCode": {
      "type": "string",
      "description": "The postal code of the address."
    },
    "stateOrProvince": {
      "type": "string",
      "description": "The state or province in which the address is located. States and provinces often contain multiple counties."
    }
  },
  "description": "This complex type specifies the details of a geographical address."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-contactaddress"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.