Properties
| Name | Type | Description |
|---|---|---|
| Name | string | Specification field ID. |
| CategoryId | integer | Category ID. |
| FieldId | integer | Specification field ID. |
| IsActive | boolean | Enables(`true`) or disables (`false`) the specification field. |
| 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 field. 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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SpecificationsInsertFieldUpdateRequest",
"title": "SpecificationsInsertFieldUpdateRequest",
"required": [
"Name",
"CategoryId",
"IsActive",
"FieldId",
"IsRequired",
"FieldTypeId",
"Description",
"IsStockKeepingUnit",
"IsWizard",
"IsFilter",
"IsOnProductDetails",
"Position",
"IsTopMenuLinkActive",
"IsSideMenuLinkActive",
"DefaultValue",
"FieldGroupId",
"FieldGroupName"
],
"type": "object",
"properties": {
"Name": {
"type": "string",
"description": "Specification field ID."
},
"CategoryId": {
"type": "integer",
"nullable": true,
"description": "Category ID."
},
"FieldId": {
"type": "integer",
"nullable": true,
"description": "Specification field ID."
},
"IsActive": {
"type": "boolean",
"description": "Enables(`true`) or disables (`false`) the specification field.",
"example": 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 field. 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.",
"example": false
},
"DefaultValue": {
"type": "string",
"nullable": true,
"example": null,
"description": "Specification field default value."
},
"FieldGroupId": {
"type": "integer",
"format": "int32",
"description": "Specification field group ID.",
"example": 1
},
"FieldGroupName": {
"type": "string",
"description": "Specification field group name.",
"example": "Name"
}
}
}
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-specificationsinsertfieldupdaterequest"
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.