eBay · Schema

CreateInventoryTaskRequest

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
feedType string The feed type associated with the inventory task you are about to create. Presently, only one feed type is available:
  • LMS_ACTIVE_INVENTORY_REPORT
See filterCriteria
object This container allows a seller to create an ActiveInventoryReport for a single listing format.
schemaVersion string The version number of the inventory task to use for the feedType.

Note: This field must have a value of 1.0.
View JSON Schema on GitHub

JSON Schema

ebay-createinventorytaskrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateInventoryTaskRequest",
  "title": "CreateInventoryTaskRequest",
  "type": "object",
  "properties": {
    "feedType": {
      "type": "string",
      "description": "The feed type associated with the inventory task you are about to create. Presently, only one feed type is available:<br><ul><li><code>LMS_ACTIVE_INVENTORY_REPORT</code></li></ul>See <a href=\"/api-docs/sell/static/feed/lms-feeds-quick-reference.html#merchant-data-reports-download-feed-types\" target=\"_blank\">Report download feed types</a> for more information."
    },
    "filterCriteria": {
      "description": "This container allows a seller to create an ActiveInventoryReport for a single listing format.",
      "$ref": "#/components/schemas/InventoryFilterCriteria"
    },
    "schemaVersion": {
      "type": "string",
      "description": "The version number of the inventory task to use for the <b>feedType</b>.<br><br><span class=\"tablenote\"><b>Note:</b> This field <b>must</b> have a value of <code>1.0</code>.</span>"
    }
  }
}

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