VTEX · Schema

SaveaccountconfigRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Score object
Matchers array Matchers for approving and rejecting SKUs received from sellers.
SpecificationsMapping array This attribute maps product and SKU specifications.
MatchFlux string This field determines the type of approval configuration applied to SKUs received from a seller. The possible values include: - `default` where the Matcher reviews the SKU, and approves it based on it
View JSON Schema on GitHub

JSON Schema

vtex-saveaccountconfigrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SaveaccountconfigRequest",
  "title": "SaveaccountconfigRequest",
  "required": [
    "Score",
    "Matchers",
    "SpecificationsMapping",
    "MatchFlux"
  ],
  "type": "object",
  "properties": {
    "Score": {
      "$ref": "#/components/schemas/Score"
    },
    "Matchers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Matcher"
      },
      "description": "Matchers for approving and rejecting SKUs received from sellers."
    },
    "SpecificationsMapping": {
      "type": "array",
      "description": "This attribute maps product and SKU specifications.",
      "items": {
        "type": "string",
        "default": "                    \"SellerId\": \"sellerID\",\n                    \"Mapping\": {\n                        \"Choose voltage\": \"Voltage\",\n                        \"Choose size\": \"Size\",\n                        \"Choose volume\": \"Volume\",\n                        \"Choose type\": \"Type\"\n                    }"
      }
    },
    "MatchFlux": {
      "type": "string",
      "description": "This field determines the type of approval configuration applied to SKUs received  from a seller. The possible values include: \n\n- `default` where the Matcher reviews the SKU, and approves it based on its score \n\n- `manual` for manual approvals through the Received SKU UI or Match API \n\n- `autoApprove` for every SKU received from a given seller to be approved automatically, regardless of the Matcher Score.",
      "default": "autoApprove"
    }
  },
  "example": {
    "Score": {
      "Approve": 80,
      "Reject": 30
    },
    "Matchers": [
      {
        "MatcherId": "vtex-matcher",
        "hook-base-address": "http://simple-suggestion-matcher.vtex.com.br",
        "IsActive": true,
        "UpdatesNotificationEndpoint": null,
        "Description": null
      }
    ],
    "SpecificationsMapping": [],
    "MatchFlux": "AutoApprove"
  }
}

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