Properties
| Name | Type | Description |
|---|---|---|
| dimension | string | Replacing tem's dimensions in the measure unit configured in the catalog. |
| brandName | string | Replacing item's brand name. |
| brandId | string | Replacing item's brand ID. |
| offeringInfo | string | Offering information. |
| offeringType | string | Offering type. |
| offeringTypeId | string | Offering type ID. |
| categoriesIds | string | ID of the replacing item product category. |
| productClusterId | string | All product clusters related to the replacing item. |
| commercialConditionId | string | Replacing item commercial conditions ID. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AdditionalInfoV2",
"title": "AdditionalInfoV2",
"required": [
"dimension",
"brandName",
"brandId",
"offeringInfo",
"offeringType",
"offeringTypeId",
"categoriesIds",
"productClusterId",
"commercialConditionId"
],
"type": "object",
"properties": {
"dimension": {
"type": "string",
"nullable": true,
"description": "Replacing tem's dimensions in the measure unit configured in the catalog.",
"example": null
},
"brandName": {
"type": "string",
"nullable": true,
"description": "Replacing item's brand name.",
"example": "Special coffee cup"
},
"brandId": {
"type": "string",
"nullable": true,
"description": "Replacing item's brand ID.",
"example": "2000001"
},
"offeringInfo": {
"type": "string",
"nullable": true,
"description": "Offering information.",
"example": null
},
"offeringType": {
"type": "string",
"nullable": true,
"description": "Offering type.",
"example": null
},
"offeringTypeId": {
"type": "string",
"nullable": true,
"description": "Offering type ID.",
"example": null
},
"categoriesIds": {
"type": "string",
"nullable": true,
"description": "ID of the replacing item product category.",
"example": null
},
"productClusterId": {
"type": "string",
"nullable": true,
"description": "All product clusters related to the replacing item.",
"example": "135,137,143,518,1272"
},
"commercialConditionId": {
"type": "string",
"nullable": true,
"description": "Replacing item commercial conditions ID.",
"example": "5"
}
},
"example": {
"dimension": null,
"brandName": null,
"brandId": null,
"offeringInfo": null,
"offeringType": null,
"offeringTypeId": null,
"categoriesIds": null,
"productClusterId": null,
"commercialConditionId": null
}
}
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/vtex-additionalinfov2"
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.