VTEX · Schema

MetaData1

Metadata about the Carrier.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
integrationResponse object Carrier integration information.
carrier object
View JSON Schema on GitHub

JSON Schema

vtex-metadata1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetaData1",
  "title": "MetaData1",
  "required": [
    "integrationResponse",
    "carrier"
  ],
  "type": "object",
  "description": "Metadata about the Carrier.",
  "properties": {
    "integrationResponse": {
      "type": "object",
      "description": "Carrier integration information."
    },
    "carrier": {
      "$ref": "#/components/schemas/Carrier"
    }
  },
  "example": {
    "integrationResponse": {},
    "carrier": {
      "name": "[FedEx] Postmen Testing Account",
      "image": null,
      "metaData": {},
      "id": "fedex",
      "type": {
        "metaData": {},
        "terms": "",
        "rate": {
          "shippingPrice": {
            "value": 284.02,
            "currency": "USD"
          },
          "insurancePrice": {
            "value": 0,
            "currency": "USD"
          }
        },
        "name": "FedEx First Overnight\u00ae",
        "transitTime": 0,
        "shippingEstimatedDate": "2024-01-05T11:11:11.000Z",
        "description": "FedEx",
        "id": "fedex_first_overnight",
        "international": 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-metadata1"
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.