VTEX · Schema

Purchase information metadata.

Purchase information metadata.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
version string Unique identifier of the purchase information version.
author string Unique identifier of the user who created the purchase information.
creationDate string Date when the purchase information was created in ISO 8601 format.
lastUpdateDate string Date when the purchase information was last updated in ISO 8601 format.
expirationDate string Date when the purchase information expires in ISO 8601 format.
View JSON Schema on GitHub

JSON Schema

vtex-purchaseinfometa-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PurchaseInfoMeta",
  "title": "Purchase information metadata.",
  "type": "object",
  "description": "Purchase information metadata.",
  "required": [
    "version",
    "author",
    "creationDate",
    "lastUpdateDate"
  ],
  "properties": {
    "version": {
      "type": "string",
      "description": "Unique identifier of the purchase information version.",
      "example": "27112371-a71b-45d6-b3bc-93436a3a0b4f"
    },
    "author": {
      "type": "string",
      "description": "Unique identifier of the user who created the purchase information.",
      "example": "82a2b53d-39be-4f49-bb7c-8971b58cb7dc"
    },
    "creationDate": {
      "type": "string",
      "description": "Date when the purchase information was created in ISO 8601 format.",
      "example": "2022-01-05T15:41:37.5009471+00:00"
    },
    "lastUpdateDate": {
      "type": "string",
      "description": "Date when the purchase information was last updated in ISO 8601 format.",
      "example": "2022-01-05T15:41:37.5009471+00:00"
    },
    "expirationDate": {
      "type": "string",
      "description": "Date when the purchase information expires in ISO 8601 format.",
      "example": "2022-01-05T15:41:37.5009471+00:00",
      "nullable": true
    }
  }
}

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