eBay · Schema
LineItemReference
This type identifies the line item and quantity of that line item that comprises one fulfillment, such as a shipping package.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description | ||
|---|---|---|---|---|
| lineItemId | string | This is the unique identifier of the eBay order line item that is part of the shipping fulfillment. Line item Ids can be found in the lineItems.lineItemId field of the quantity |
integer | This is the number of lineItems associated with the trackingNumber specified by the seller. This must be a whole number greater than zero (0). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LineItemReference",
"title": "LineItemReference",
"type": "object",
"properties": {
"lineItemId": {
"type": "string",
"description": "This is the unique identifier of the eBay order line item that is part of the shipping fulfillment.<br><br>Line item Ids can be found in the lineItems.<b>lineItemId</b> field of the <a href=\"/api-docs/sell/fulfillment/resources/order/methods/getOrders\" target=\"_blank\">getOrders</a> response."
},
"quantity": {
"type": "integer",
"description": "This is the number of lineItems associated with the <a href=\"#request.trackingNumber\">trackingNumber</a> specified by the seller. This must be a whole number greater than zero (0).",
"format": "int32"
}
},
"description": "This type identifies the line item and quantity of that line item that comprises one fulfillment, such as a shipping package."
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-lineitemreference"
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.