eBay · Schema

LocationResponse

This type is used by the base response payload for the getInventoryLocations call.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
href string The URI of the current page of results from the result set.
limit integer The number of items returned on a single page from the result set.
next string The URI for the following page of results. This value is returned only if there is an additional page of results to display from the result set.

Max length: 2048
offset integer The number of results skipped in the result set before listing the first returned result. This value is set in the request with the offset query parameter.

Note:

prev string The URI for the preceding page of results. This value is returned only if there is a previous page of results to display from the result set.

Max length: 2048
total integer The total number of items retrieved in the result set.

If no items are found, this field is returned with a value of 0.
locations array An array of one or more of the merchant's inventory locations.
View JSON Schema on GitHub

JSON Schema

ebay-locationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocationResponse",
  "title": "LocationResponse",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "The URI of the current page of results from the result set."
    },
    "limit": {
      "type": "integer",
      "description": "The number of items returned on a single page from the result set.",
      "format": "int32"
    },
    "next": {
      "type": "string",
      "description": "The URI for the following page of results. This value is returned only if there is an additional page of results to display from the result set. <br><br><b>Max length</b>: 2048"
    },
    "offset": {
      "type": "integer",
      "description": "The number of results skipped in the result set before listing the first returned result. This value is set in the request with the <b>offset</b> query parameter. <p class=\"tablenote\"><strong>Note: </strong>The items in a paginated result set use a zero-based list where the first item in the list has an offset of <code>0</code>.</p>",
      "format": "int32"
    },
    "prev": {
      "type": "string",
      "description": "The URI for the preceding page of results. This value is returned only if there is a previous page of results to display from the result set. <br><br><b>Max length</b>: 2048"
    },
    "total": {
      "type": "integer",
      "description": "The total number of items retrieved in the result set.  <br><br>If no items are found, this field is returned with a value of <code>0</code>.",
      "format": "int32"
    },
    "locations": {
      "type": "array",
      "description": "An array of one or more of the merchant's inventory locations.",
      "items": {
        "$ref": "#/components/schemas/InventoryLocationResponse"
      }
    }
  },
  "description": "This type is used by the base response payload for the <strong>getInventoryLocations</strong> call."
}

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