eBay · Schema

Report

The complex type that defines that defines the report.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
dimensionMetadata array A complex type containing the header of the report and the type of data containted in the rows of the report.
endDate string

The time stamp is formatted as an ISO 8601 string, which is based on the 24-hour Universal Coordinated Time
header object A complex type containing the header for the report.
lastUpdatedDate string The date and time, in ISO 8601 format, that indicates the last time the data returned in the report was updated.
records array A complex type containing the individual data records for the traffic report.
startDate string The start date of the date range used to calculate the report, in ISO 8601 format.
warnings array An array of any process errors or warnings that were generated during the processing of the call processing.
View JSON Schema on GitHub

JSON Schema

ebay-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Report",
  "title": "Report",
  "type": "object",
  "properties": {
    "dimensionMetadata": {
      "type": "array",
      "description": "A complex type containing the header of the report and the type of data containted in the rows of the report.",
      "items": {
        "$ref": "#/components/schemas/Metadata"
      }
    },
    "endDate": {
      "type": "string",
      "description": "  <br><br>The time stamp is formatted as an <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\" target=\"_blank\">ISO 8601</a> string, which is based on the 24-hour Universal Coordinated Time (UTC) clock.  <br><br>If you specify an end date that is beyond the <a href=\"#response.lastUpdatedDate\">lastUpdatedDate</a> value, eBay returns a report that contains data only up to the lastUpdateDate date. <br><br><b>Format:</b> <code>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z</code> <br><b>Example:</b> <code>2018-08-20T07:09:00.000Z</code>"
    },
    "header": {
      "description": "A complex type containing the header for the report.",
      "$ref": "#/components/schemas/Header"
    },
    "lastUpdatedDate": {
      "type": "string",
      "description": "The date and time, in ISO 8601 format, that indicates the last time the data returned in the report was updated."
    },
    "records": {
      "type": "array",
      "description": "A complex type containing the individual data records for the traffic report.",
      "items": {
        "$ref": "#/components/schemas/Record"
      }
    },
    "startDate": {
      "type": "string",
      "description": "The start date of the date range used to calculate the report, in ISO 8601 format."
    },
    "warnings": {
      "type": "array",
      "description": "An array of any process errors or warnings that were generated during the processing of the call processing.",
      "items": {
        "$ref": "#/components/schemas/Error"
      }
    }
  },
  "description": "The complex type that defines that defines the report."
}

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