Etsy · JSON Structure

Open Api V3 Listing Inventory With Associations Structure

A representation of a single listing's inventory record with associations

Type: object Properties: 6
MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication

ListingInventoryWithAssociations is a JSON Structure definition published by Etsy, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

products price_on_property quantity_on_property sku_on_property readiness_state_on_property listing

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-structure/open-api-v3-listing-inventory-with-associations-structure.json",
  "name": "ListingInventoryWithAssociations",
  "description": "A representation of a single listing's inventory record with associations",
  "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": "int32"
      }
    },
    "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": "int32"
      }
    },
    "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": "int32"
      }
    },
    "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": "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/open-api-v3-listing-inventory-with-associations-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.