eBay · Schema

OrderTask

The type that defines the fields for the getOrderTask response.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
completionDate string The timestamp when the task went into the COMPLETED or COMPLETED_WITH_ERROR state. This state means that eBay has compiled the report for the seller based on the seller’s fil
creationDate string The date the task was created.
detailHref string The path to the call URI used to retrieve the task.
feedType string The feed type associated with the task.
filterCriteria object A container that returns the filter criteria used.
schemaVersion string The schema version number associated with the create task.
status string The enumeration value that indicates the state of the task that was submitted in the request. See FeedStatusEnum for information.

The values COMPLETED and COMPLE

taskId string The ID of the task that was submitted in the request.
uploadSummary object This container provides summary information on an upload feed (not applicable for download feed types).
View JSON Schema on GitHub

JSON Schema

ebay-ordertask-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrderTask",
  "title": "OrderTask",
  "type": "object",
  "properties": {
    "completionDate": {
      "type": "string",
      "description": "The timestamp when the task went into the <code>COMPLETED</code> or <code>COMPLETED_WITH_ERROR</code> state. This state means that eBay has compiled the report for the seller based on the seller\u2019s filter criteria, and the seller can run a <strong>getResultFile</strong> call to download the report."
    },
    "creationDate": {
      "type": "string",
      "description": "The date the task was created."
    },
    "detailHref": {
      "type": "string",
      "description": "The path to the call URI used to retrieve the task."
    },
    "feedType": {
      "type": "string",
      "description": "The feed type associated with the task."
    },
    "filterCriteria": {
      "description": "A container that returns the filter criteria used.",
      "$ref": "#/components/schemas/OrderFilterCriteria"
    },
    "schemaVersion": {
      "type": "string",
      "description": "The schema version number associated with the create task."
    },
    "status": {
      "type": "string",
      "description": "The enumeration value that indicates the state of the task that was submitted in the request. See <strong>FeedStatusEnum</strong> for information. <p>The values <code>COMPLETED </code>and<code> COMPLETED_WITH_ERROR</code> indicate the Order Report file is ready to download.</p> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FeedStatusEnum'>eBay API documentation</a>"
    },
    "taskId": {
      "type": "string",
      "description": "The ID of the task that was submitted in the request."
    },
    "uploadSummary": {
      "description": "This container provides summary information on an upload feed (not applicable for download feed types).",
      "$ref": "#/components/schemas/UploadSummary"
    }
  },
  "description": "The type that defines the fields for the <b> getOrderTask</b> response."
}

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