VTEX · Schema

SupplierRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Name string Supplier Name.
CorporateName string Supplier Corporate Name.
StateInscription string State Inscription.
Cnpj string Corporate legal ID.
Phone string Supplier Phone.
CellPhone string Supplier Cellphone.
CorportePhone string Supplier Corporate Phone.
Email string Supplier email.
IsActive boolean Defines if the Supplier is active (`true`) or not (`false`).
View JSON Schema on GitHub

JSON Schema

vtex-supplierrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SupplierRequest",
  "title": "SupplierRequest",
  "type": "object",
  "required": [
    "Name",
    "CorporateName",
    "StateInscription",
    "Cnpj",
    "Phone",
    "CellPhone",
    "CorportePhone",
    "Email",
    "IsActive"
  ],
  "properties": {
    "Name": {
      "type": "string",
      "description": "Supplier Name.",
      "example": "Supplier"
    },
    "CorporateName": {
      "type": "string",
      "description": "Supplier Corporate Name.",
      "example": "TopStore"
    },
    "StateInscription": {
      "type": "string",
      "description": "State Inscription.",
      "example": "123456"
    },
    "Cnpj": {
      "type": "string",
      "description": "Corporate legal ID.",
      "example": "33304981001272"
    },
    "Phone": {
      "type": "string",
      "description": "Supplier Phone.",
      "example": "3333333333"
    },
    "CellPhone": {
      "type": "string",
      "description": "Supplier Cellphone.",
      "example": "4444444444"
    },
    "CorportePhone": {
      "type": "string",
      "description": "Supplier Corporate Phone.",
      "example": "5555555555"
    },
    "Email": {
      "type": "string",
      "description": "Supplier email.",
      "example": "email@email.com"
    },
    "IsActive": {
      "type": "boolean",
      "description": "Defines if the Supplier is active (`true`) or not (`false`).",
      "example": false
    }
  }
}

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