Adyen · Schema

SaleItem

In loyalty or value added payment card transaction, the items of the sale are entering in the processing of the transaction. Sale items of a transaction.

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
ItemID integer Item identification inside a transaction (0 to n).
ProductCode integer Product code of item purchased with the transaction.
EanUpc integer If data sent, POI has to store it and send it if the host protocol allows it.
UnitOfMeasure object
Quantity string If data sent, POI has to store it and send it if the host protocol allows it.
UnitPrice number if Quantity present.
ItemAmount number Total amount of the item line.
TaxCode integer If data sent, POI has to store it and send it if the host protocol allows it.
SaleChannel integer If data sent, POI has to store it and send it if the host protocol allows it.
ProductLabel string
AdditionalProductInfo string If data sent, POI has to store it and send it if the host protocol allows it.
View JSON Schema on GitHub

JSON Schema

terminal-sale-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-sale-item-schema.json",
  "title": "SaleItem",
  "description": "In loyalty or value added payment card transaction, the items of the sale are entering in the processing of the transaction. Sale items of a transaction.",
  "type": "object",
  "properties": {
    "ItemID": {
      "type": "integer",
      "description": "Item identification inside a transaction (0 to n)."
    },
    "ProductCode": {
      "type": "integer",
      "minimum": 1,
      "maximum": 20,
      "description": "Product code of item purchased with the transaction."
    },
    "EanUpc": {
      "type": "integer",
      "description": "If data sent, POI has to store it and send it if the host protocol allows it."
    },
    "UnitOfMeasure": {
      "$ref": "#/components/schemas/UnitOfMeasure"
    },
    "Quantity": {
      "type": "string",
      "description": "If data sent, POI has to store it and send it if the host protocol allows it."
    },
    "UnitPrice": {
      "type": "number",
      "maximum": 99999999.999999,
      "minimum": 0,
      "description": "if Quantity present."
    },
    "ItemAmount": {
      "type": "number",
      "maximum": 99999999.999999,
      "minimum": 0,
      "description": "Total amount of the item line."
    },
    "TaxCode": {
      "type": "integer",
      "description": "If data sent, POI has to store it and send it if the host protocol allows it."
    },
    "SaleChannel": {
      "type": "integer",
      "description": "If data sent, POI has to store it and send it if the host protocol allows it."
    },
    "ProductLabel": {
      "type": "string",
      "pattern": "^.+$"
    },
    "AdditionalProductInfo": {
      "type": "string",
      "pattern": "^.+$",
      "description": "If data sent, POI has to store it and send it if the host protocol allows it."
    }
  },
  "required": [
    "ItemID",
    "ProductCode",
    "ItemAmount"
  ]
}

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/terminal-sale-item"
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.