eBay · Schema

ExtendedContact

This type contains shipping and contact information for a buyer or an eBay shipping partner.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
companyName string The company name associated with the buyer or eBay shipping partner. This field is only returned if defined/applicable to the buyer or eBay shipping partner.
contactAddress object This container shows the shipping address of the buyer or eBay shipping partner.
email string This field contains the email address of the buyer. This address will be returned for up to 14 days from order creation. If an order is more than 14 days old, no address is returned.

fullName string The full name of the buyer or eBay shipping partner.

Note: The fullName will not be returned for any order that is more than 90 days old.
primaryPhone object The primary telephone number of the buyer or eBay shipping partner.

Note: The primaryPhone will not be returned for any order that is more than 9
View JSON Schema on GitHub

JSON Schema

ebay-extendedcontact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExtendedContact",
  "title": "ExtendedContact",
  "type": "object",
  "properties": {
    "companyName": {
      "type": "string",
      "description": "The company name associated with the buyer or eBay shipping partner. This field is only returned if defined/applicable to the buyer or eBay shipping partner."
    },
    "contactAddress": {
      "description": "This container shows the shipping address of the buyer or eBay shipping partner.",
      "$ref": "#/components/schemas/Address"
    },
    "email": {
      "type": "string",
      "description": "This field contains the email address of the buyer. This address will be returned for up to 14 days from order creation. If an order is more than 14 days old, no address is returned.<br><br><span class=\"tablenote\"> <strong>Note:</strong> If returned, this field contains the email address of the buyer, even for Global Shipping Program shipments.<br><br>The <b>email</b> will not be returned for any order that is more than 90 days old.</span>"
    },
    "fullName": {
      "type": "string",
      "description": "The full name of the buyer or eBay shipping partner.<br><br><span class=\"tablenote\"><strong>Note:</strong> The <b>fullName</b> will not be returned for any order that is more than 90 days old.</span>"
    },
    "primaryPhone": {
      "description": "The primary telephone number of the buyer or eBay shipping partner.<br><br><span class=\"tablenote\"><strong>Note:</strong> The <b>primaryPhone</b> will not be returned for any order that is more than 90 days old.</span>",
      "$ref": "#/components/schemas/PhoneNumber"
    }
  },
  "description": "This type contains shipping and contact information for a buyer or an eBay shipping partner."
}

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-extendedcontact"
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.