VTEX · Schema

VtexMapperRegistration

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
displayName string Marketplace Name, that will be displayed in VTEX Mapper.
categoryTreeEndPoint string Endpoint that returns categories and attributes according to VTEX Mapper specifications.
mappingEndPoint string Secure endpoint that will receive the category mapping sent by VTEX Mapper.
properties object Refers to the `allowsRemap` property.
CategoryTreeProcessingNotificationEndpoint string The `CategoryTreeProcessingNotificationEndpoint` is optional, and should be an endpoint from the external marketplace, that will be notified after the marketplace's category tree is successfully proce
View JSON Schema on GitHub

JSON Schema

vtex-vtexmapperregistration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VtexMapperRegistration",
  "title": "VtexMapperRegistration",
  "required": [
    "displayName",
    "categoryTreeEndPoint",
    "mappingEndPoint",
    "properties"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Marketplace Name, that will be displayed in VTEX Mapper.",
      "example": "Marketplace A"
    },
    "categoryTreeEndPoint": {
      "type": "string",
      "description": "Endpoint that returns categories and attributes according to VTEX  Mapper specifications.",
      "example": "http://api.vtexinternal.com.br/api/{{marketplaceName}}/mapper/categories"
    },
    "mappingEndPoint": {
      "type": "string",
      "description": "Secure endpoint that will receive the category mapping sent by VTEX Mapper.",
      "example": "http://api.vtexinternal.com.br/api/{{marketplaceName}}/mapper/mapping"
    },
    "properties": {
      "required": [
        "allowsRemap"
      ],
      "type": "object",
      "description": "Refers to the `allowsRemap` property.",
      "items": {
        "type": "object",
        "properties": {
          "allowsRemap": {
            "type": "boolean",
            "description": "Allows rempaping categories in case the marketplace or seller tree is altered. If marked as `true`, all trees will be remapped.",
            "example": false
          }
        }
      }
    },
    "CategoryTreeProcessingNotificationEndpoint": {
      "description": "The `CategoryTreeProcessingNotificationEndpoint` is optional, and should be an endpoint from the external marketplace, that will be notified after the marketplace's category tree is successfully processed or not.",
      "type": "string",
      "example": "https://CategoryTreeProcessingNotificationEndpoint.com/api"
    }
  }
}

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-vtexmapperregistration"
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.