Properties
| Name | Type | Description |
|---|---|---|
| grandTotal | integer | Total payment value. |
| relationName | string | Represents the relationship between the client and the store. |
| redemptionCode | string | Gift card identification code used at checkout. Minimum of 6 characters. |
| discounts | integer | Discounts value. |
| shipping | integer | Shipping value. |
| taxes | integer | Taxes value. |
| items | array | Items information. |
| itemsTotal | integer | Total items value. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Cart",
"title": "Cart",
"type": "object",
"description": "Cart information.",
"properties": {
"grandTotal": {
"type": "integer",
"description": "Total payment value.",
"example": 0
},
"relationName": {
"type": "string",
"description": "Represents the relationship between the client and the store.",
"example": "loyalty-program"
},
"redemptionCode": {
"type": "string",
"description": "Gift card identification code used at checkout. Minimum of 6 characters.",
"example": "***********ASDQ"
},
"discounts": {
"type": "integer",
"description": "Discounts value.",
"example": 20
},
"shipping": {
"type": "integer",
"description": "Shipping value.",
"example": 2
},
"taxes": {
"type": "integer",
"description": "Taxes value.",
"example": 0
},
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Item"
},
"description": "Items information."
},
"itemsTotal": {
"type": "integer",
"description": "Total items value.",
"example": 200
}
}
}
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-cart"
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.