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"
}