VTEX · Schema

SpecificationsInsertFieldRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Name string Specification field name. Limited to 100 characters.
CategoryId integer Category ID.
FieldId integer Specification field ID.
IsActive boolean Defines if the specification field is active. The default value is `true`.
IsRequired boolean Makes the specification field mandatory (`true`) or optional (`false`).
FieldTypeId integer Specification field type ID.
FieldValueId integer Specification field value ID.
Description string Specification field description.
IsStockKeepingUnit boolean If `true`, it will be added as a SKU specification. If `false`, it will be added as a product specification field.
IsFilter boolean Store Framework - Deprecated. Legacy CMS Portal - To allow the specification to be used as a facet (filter) on the search navigation bar.
IsOnProductDetails boolean Store Framework - Deprecated. Legacy CMS Portal -If specification is visible on the product page.
Position integer Specification field position.
IsWizard boolean Deprecated field.
IsTopMenuLinkActive boolean Store Framework - Deprecated. Legacy CMS Portal - To make the specification visible in the store's upper menu.
IsSideMenuLinkActive boolean Store Framework - Deprecated. Legacy CMS Portal - To make the specification field clickable in the search navigation bar.
DefaultValue string Specification field default value.
FieldGroupId integer Specification field group ID.
FieldGroupName string Specification field group name.
View JSON Schema on GitHub

JSON Schema

vtex-specificationsinsertfieldrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SpecificationsInsertFieldRequest",
  "title": "SpecificationsInsertFieldRequest",
  "required": [
    "Name",
    "CategoryId",
    "IsActive",
    "FieldId",
    "IsRequired",
    "FieldTypeId",
    "FieldValueId",
    "Description",
    "IsStockKeepingUnit",
    "IsFilter",
    "IsOnProductDetails",
    "Position",
    "IsWizard",
    "IsTopMenuLinkActive",
    "IsSideMenuLinkActive",
    "DefaultValue",
    "FieldGroupId",
    "FieldGroupName"
  ],
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "Specification field name. Limited to 100 characters."
    },
    "CategoryId": {
      "type": "integer",
      "nullable": true,
      "description": "Category ID."
    },
    "FieldId": {
      "type": "integer",
      "nullable": true,
      "description": "Specification field ID."
    },
    "IsActive": {
      "type": "boolean",
      "description": "Defines if the specification field is active. The default value is `true`."
    },
    "IsRequired": {
      "type": "boolean",
      "description": "Makes the specification field mandatory (`true`) or optional (`false`)."
    },
    "FieldTypeId": {
      "type": "integer",
      "format": "int32",
      "description": "Specification field type ID."
    },
    "FieldValueId": {
      "type": "integer",
      "nullable": true,
      "description": "Specification field value ID."
    },
    "Description": {
      "type": "string",
      "nullable": true,
      "description": "Specification field description."
    },
    "IsStockKeepingUnit": {
      "type": "boolean",
      "description": "If `true`, it will be added as a SKU specification. If `false`, it will be added as a product specification field."
    },
    "IsFilter": {
      "type": "boolean",
      "description": "Store Framework - Deprecated.\r\nLegacy CMS Portal - To allow the specification to be used as a facet (filter) on the search navigation bar."
    },
    "IsOnProductDetails": {
      "type": "boolean",
      "description": "Store Framework - Deprecated.\r\nLegacy CMS Portal -If specification is visible on the product page."
    },
    "Position": {
      "type": "integer",
      "format": "int32",
      "description": "Specification field position."
    },
    "IsWizard": {
      "type": "boolean",
      "description": "Deprecated field.",
      "deprecated": true
    },
    "IsTopMenuLinkActive": {
      "type": "boolean",
      "description": "Store Framework - Deprecated.\r\nLegacy CMS Portal - To make the specification visible in the store's upper menu."
    },
    "IsSideMenuLinkActive": {
      "type": "boolean",
      "description": "Store Framework - Deprecated.\r\nLegacy CMS Portal - To make the specification field clickable in the search navigation bar."
    },
    "DefaultValue": {
      "type": "string",
      "nullable": true,
      "description": "Specification field default value."
    },
    "FieldGroupId": {
      "type": "integer",
      "format": "int32",
      "description": "Specification field group ID."
    },
    "FieldGroupName": {
      "type": "string",
      "description": "Specification field group name."
    }
  },
  "example": {
    "Name": "Material",
    "CategoryId": 4,
    "FieldId": 88,
    "IsActive": true,
    "IsRequired": true,
    "FieldTypeId": 1,
    "FieldValueId": 1,
    "IsStockKeepingUnit": false,
    "Description": "Composition of the product.",
    "IsFilter": true,
    "IsOnProductDetails": false,
    "Position": 1,
    "IsWizard": false,
    "IsTopMenuLinkActive": true,
    "IsSideMenuLinkActive": true,
    "DefaultValue": null,
    "FieldGroupId": 20,
    "FieldGroupName": "Clothes specifications"
  }
}

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