VTEX · Schema
1.CreateanewtransactionRequest
New transaction request body information.
CommerceE-CommerceRetailMarketplacePayments
Properties
| Name | Type | Description |
|---|---|---|
| value | number | Transaction value. The value must be described without using separation for decimals, e.g. for a transaction with a value equal to 201.50, send 20150. |
| referenceId | string | Identification number that relates the transaction to a purchase order. |
| channel | string | Store where the transaction was initiated. |
| urn | string | [URN](https://en.wikipedia.org/wiki/Uniform_Resource_Name) information. |
| salesChannel | string | Sales channel information. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/1.CreateanewtransactionRequest",
"title": "1.CreateanewtransactionRequest",
"required": [
"value",
"referenceId",
"channel",
"salesChannel"
],
"type": "object",
"description": "New transaction request body information.",
"properties": {
"value": {
"type": "number",
"description": "Transaction value. The value must be described without using separation for decimals, e.g. for a transaction with a value equal to 201.50, send 20150.",
"example": 20000
},
"referenceId": {
"type": "string",
"description": "Identification number that relates the transaction to a purchase order.",
"example": "1234567"
},
"channel": {
"type": "string",
"description": "Store where the transaction was initiated.",
"example": "cosmetics2"
},
"urn": {
"type": "string",
"description": "[URN](https://en.wikipedia.org/wiki/Uniform_Resource_Name) information.",
"example": "urn:amazon:webservices:clientvpn",
"nullable": true
},
"salesChannel": {
"type": "string",
"description": "Sales channel information.",
"example": "1"
}
}
}
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-1createanewtransactionrequest"
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.