Etsy · Schema
ListingInventoryWithAssociations
A representation of a single listing's inventory record with associations
MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication
Properties
| Name | Type | Description |
|---|---|---|
| products | array | A JSON array of products available in a listing, even if only one product. All field names in the JSON blobs are lowercase. |
| price_on_property | array | An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change product prices, if any. For example, if you charge specific pri |
| quantity_on_property | array | An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change the quantity of the products, if any. For example, if you stock |
| sku_on_property | array | An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change the product SKU, if any. For example, if you use specific skus |
| readiness_state_on_property | array | An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change processing profile, if any. For example, if you need specific p |
| listing | object | An enumerated string that attaches a valid association. Default value is null. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ListingInventoryWithAssociations",
"description": "A representation of a single listing's inventory record with associations",
"$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-listing-inventory-with-associations-schema.json",
"type": "object",
"properties": {
"products": {
"type": "array",
"description": "A JSON array of products available in a listing, even if only one product. All field names in the JSON blobs are lowercase.",
"items": {
"description": "A JSON array of products available in a listing, even if only one product. All field names in the JSON blobs are lowercase.",
"oneOf": [
{
"$ref": "#/components/schemas/ListingInventoryProduct"
}
]
}
},
"price_on_property": {
"type": "array",
"description": "An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change product prices, if any. For example, if you charge specific prices for different sized products in the same listing, then this array contains the property ID for size.",
"items": {
"type": "integer"
}
},
"quantity_on_property": {
"type": "array",
"description": "An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change the quantity of the products, if any. For example, if you stock specific quantities of different colored products in the same listing, then this array contains the property ID for color.",
"items": {
"type": "integer"
}
},
"sku_on_property": {
"type": "array",
"description": "An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change the product SKU, if any. For example, if you use specific skus for different colored products in the same listing, then this array contains the property ID for color.",
"items": {
"type": "integer"
}
},
"readiness_state_on_property": {
"type": "array",
"description": "An array of unique [listing property](/documentation/reference#operation/getListingInventory) ID integers for the properties that change processing profile, if any. For example, if you need specific processing profiles for different colored products in the same listing, then this array contains the property ID for color.",
"items": {
"type": "integer",
"format": "int64",
"minimum": 1
}
},
"listing": {
"description": "An enumerated string that attaches a valid association. Default value is null.",
"oneOf": [
{
"$ref": "#/components/schemas/ShopListing"
}
],
"example": "example"
}
}
}
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/open-api-v3-listing-inventory-with-associations"
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.