Adyen · JSON Structure

Checkout Line Item Structure

LineItem schema from Adyen API

Type: object Properties: 17
PaymentsFinancial-ServicesFintech

LineItem is a JSON Structure definition published by Adyen, describing 17 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amountExcludingTax amountIncludingTax brand color description id imageUrl itemCategory manufacturer productUrl quantity receiverEmail size sku taxAmount taxPercentage upc

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-line-item-structure.json",
  "description": "LineItem schema from Adyen API",
  "type": "object",
  "properties": {
    "amountExcludingTax": {
      "description": "Item amount excluding the tax, in minor units.",
      "type": "int64"
    },
    "amountIncludingTax": {
      "description": "Item amount including the tax, in minor units.",
      "type": "int64"
    },
    "brand": {
      "x-addedInVersion": "70",
      "description": "Brand of the item.",
      "type": "string"
    },
    "color": {
      "x-addedInVersion": "70",
      "description": "Color of the item.",
      "type": "string"
    },
    "description": {
      "description": "Description of the line item.",
      "type": "string"
    },
    "id": {
      "description": "ID of the line item.",
      "type": "string"
    },
    "imageUrl": {
      "description": "Link to the picture of the purchased item.",
      "type": "string"
    },
    "itemCategory": {
      "description": "Item category, used by the payment methods PayPal and Ratepay.",
      "type": "string"
    },
    "manufacturer": {
      "x-addedInVersion": "70",
      "description": "Manufacturer of the item.",
      "type": "string"
    },
    "productUrl": {
      "description": "Link to the purchased item.",
      "type": "string"
    },
    "quantity": {
      "description": "Number of items.",
      "type": "int64"
    },
    "receiverEmail": {
      "x-addedInVersion": "70",
      "description": "Email associated with the given product in the basket (usually in electronic gift cards).",
      "type": "string"
    },
    "size": {
      "x-addedInVersion": "70",
      "description": "Size of the item.",
      "type": "string"
    },
    "sku": {
      "x-addedInVersion": "70",
      "description": "Stock keeping unit.",
      "type": "string"
    },
    "taxAmount": {
      "description": "Tax amount, in minor units.",
      "type": "int64"
    },
    "taxPercentage": {
      "description": "Tax percentage, in minor units.",
      "type": "int64"
    },
    "upc": {
      "x-addedInVersion": "70",
      "description": "Universal Product Code.",
      "type": "string"
    }
  },
  "name": "LineItem"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/checkout-line-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.