VTEX · Schema

items

List of items to be priced by Pricing Hub.

CommerceE-CommerceRetailMarketplacePayments
View JSON Schema on GitHub

JSON Schema

vtex-items-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/items",
  "title": "items",
  "required": [
    "itemsObject"
  ],
  "type": "array",
  "description": "List of items to be priced by Pricing Hub.",
  "items": {
    "type": "object",
    "description": "Each item to be priced by Pricing Hub.",
    "required": [
      "index",
      "skuId",
      "quantity",
      "brandId",
      "sellerId",
      "priceTableIds",
      "categoriesIds"
    ],
    "properties": {
      "index": {
        "description": "Index of the item at Checkout's cart. It has to be unique in the items array.",
        "type": "integer",
        "example": 0
      },
      "skuId": {
        "description": "ID of the SKU that will be priced.",
        "type": "string",
        "example": "13"
      },
      "quantity": {
        "description": "This is the amount of items that will be priced. It is possible to have a volume discount for many repeated items. Hence, the price may not be the quantity of the item multiplied by the unitary price.",
        "type": "integer",
        "example": 1
      },
      "brandId": {
        "description": "Brand ID for the item.",
        "type": "string",
        "example": "2000000"
      },
      "sellerId": {
        "description": "Seller ID for the item.",
        "type": "string",
        "example": "1"
      },
      "priceTableIds": {
        "description": "IDs of the price tables that will be used to compute the price. More than one price table might be passed to the array. The final price rule might be more complex than the lowest or the highest price.",
        "type": "array",
        "items": {
          "type": "string",
          "example": "1",
          "description": "ID of a price table that will be used to compute the price."
        },
        "default": [
          "1"
        ]
      },
      "categoriesIds": {
        "description": "ID of the categories that will be used to compute the price.",
        "type": "array",
        "items": {
          "type": "string",
          "example": "1",
          "description": "ID of a category that will be used to compute the price."
        },
        "default": [
          "1"
        ]
      }
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-items"
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 email required.

A second provider on the same verified email joins the account you already have.