Bolt · Schema

cart-2

CheckoutPaymentsE-CommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
cart_id string The ID of the cart.
currency string A supported currency, in 3-letter ISO 4217 currency code.
tax integer The monetary total tax amount for the cart, in cents.
discount integer The monetary discount value associated with the cart, in cents.
discount_codes array A list of all discount codes used for this cart.
items array
View JSON Schema on GitHub

JSON Schema

cart-2.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.bolt.com/schemas/cart-2",
  "title": "cart-2",
  "type": "object",
  "required": [
    "cart_id",
    "currency",
    "items"
  ],
  "properties": {
    "cart_id": {
      "type": "string",
      "description": "The ID of the cart.",
      "example": "cart_123"
    },
    "currency": {
      "type": "string",
      "description": "A supported currency, in 3-letter ISO 4217 currency code.",
      "enum": [
        "AUD",
        "CAD",
        "EUR",
        "GBP",
        "USD"
      ],
      "example": "USD"
    },
    "tax": {
      "type": "integer",
      "description": "The monetary total tax amount for the cart, in cents.",
      "format": "int64",
      "example": 300
    },
    "discount": {
      "type": "integer",
      "description": "The monetary discount value associated with the cart, in cents.",
      "format": "int64",
      "example": 222
    },
    "discount_codes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list of all discount codes used for this cart.",
      "example": [
        "SUMMERFUN",
        "10OFF"
      ]
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/item"
      }
    }
  }
}

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/cart-2"
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.