Properties
| Name | Type | Description |
|---|---|---|
| id | string | SKU ID. |
| productId | string | Product ID. |
| refId | string | Product Reference ID. |
| name | string | Product name. |
| value | number | Product value. |
| price | number | Product price. |
| quantity | integer | Product quantity. |
| shippingDiscount | integer | Discount to be applied for the shipping value. |
| discount | number | Discount applied on item. |
| priceTags | object | Array of price tags, each of which modifies the price in some way, like discounts or rates that apply to the item in the context of the order. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Item1",
"title": "Item1",
"type": "object",
"description": "Items information.",
"required": [
"id",
"productId",
"refId",
"name",
"value",
"price",
"quantity",
"shippingDiscount",
"discount",
"priceTags"
],
"properties": {
"id": {
"type": "string",
"description": "SKU ID.",
"example": "2001023"
},
"productId": {
"type": "string",
"description": "Product ID.",
"example": "2000492"
},
"refId": {
"type": "string",
"description": "Product Reference ID.",
"example": "35994"
},
"name": {
"type": "string",
"description": "Product name.",
"example": "Vaporizador Des. ColC4nia Branco"
},
"value": {
"type": "number",
"description": "Product value.",
"example": 14.99
},
"price": {
"type": "number",
"description": "Product price.",
"example": 14.99
},
"quantity": {
"type": "integer",
"description": "Product quantity.",
"example": 1
},
"shippingDiscount": {
"type": "integer",
"description": "Discount to be applied for the shipping value.",
"example": 0
},
"discount": {
"type": "number",
"description": "Discount applied on item.",
"example": -7.5
},
"priceTags": {
"type": "object",
"description": "Array of price tags, each of which modifies the price in some way, like discounts or rates that apply to the item in the context of the order.",
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string",
"description": "Price tag name.",
"example": "discount@price-discount_store_183#4911bf6f-22a2-4af1-a365-cce895c3df2c"
},
"value": {
"type": "integer",
"description": "Price tag value.",
"example": 0
}
}
}
}
}
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-item1"
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.