eBay · Schema
ShipToLocationAvailabilityWithAll
This type is used to specify the total 'ship-to-home' quantity of the inventory items that will be available for purchase through one or more published offers.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| allocationByFormat | object | This container is used to specify the quantity of the inventory item that is available for purchase, allocated by the offer types. |
| availabilityDistributions | array | This container is used to set the available quantity of the inventory item at one or more warehouse locations. This container will be returned if the available quantity is set for one or more |
| quantity | integer | This container is used to set the total 'ship-to-home' quantity of the inventory item that will be available for purchase through one or more published offers. This container is not immediately requir |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ShipToLocationAvailabilityWithAll",
"title": "ShipToLocationAvailabilityWithAll",
"type": "object",
"properties": {
"allocationByFormat": {
"description": "This container is used to specify the quantity of the inventory item that is available for purchase, allocated by the offer types.",
"$ref": "#/components/schemas/FormatAllocation"
},
"availabilityDistributions": {
"type": "array",
"description": "This container is used to set the available quantity of the inventory item at one or more warehouse locations.<br><br> This container will be returned if the available quantity is set for one or more inventory locations.",
"items": {
"$ref": "#/components/schemas/AvailabilityDistribution"
}
},
"quantity": {
"type": "integer",
"description": "This container is used to set the total 'ship-to-home' quantity of the inventory item that will be available for purchase through one or more published offers. This container is not immediately required, but 'ship-to-home' quantity must be set before an offer of the inventory item can be published.<br><br>If an existing inventory item is being updated, and the 'ship-to-home' quantity already exists for the inventory item record, this container should be included again, even if the value is not changing, or the available quantity data will be lost.",
"format": "int32"
}
},
"description": "This type is used to specify the total 'ship-to-home' quantity of the inventory items that will be available for purchase through one or more published offers."
}
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-shiptolocationavailabilitywithall"
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.