Iterable · Schema

Iterable Commerce Item

A commerce item representing a product in a purchase or shopping cart event tracked through the Iterable Commerce API. Commerce items capture product details for revenue attribution and abandoned cart campaigns.

Cross-Channel MessagingCustomer EngagementEmailMarketing AutomationPush NotificationsSMS

Properties

Name Type Description
id string Unique item identifier or product ID
sku string Stock keeping unit identifier
name string Display name of the product
description string Product description text
categories array Product categories for classification and filtering
price number Unit price of the item
quantity integer Number of units purchased or in cart
imageUrl string URL of the product image
url string URL of the product page
dataFields object Custom data fields associated with the item
View JSON Schema on GitHub

JSON Schema

iterable-commerce-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.api-evangelist.com/schemas/iterable/commerce-item.json",
  "title": "Iterable Commerce Item",
  "description": "A commerce item representing a product in a purchase or shopping cart event tracked through the Iterable Commerce API. Commerce items capture product details for revenue attribution and abandoned cart campaigns.",
  "type": "object",
  "required": ["id", "name", "price", "quantity"],
  "properties": {
    "id": {
      "type": "string",
      "minLength": 1,
      "description": "Unique item identifier or product ID"
    },
    "sku": {
      "type": "string",
      "description": "Stock keeping unit identifier"
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "description": "Display name of the product"
    },
    "description": {
      "type": "string",
      "description": "Product description text"
    },
    "categories": {
      "type": "array",
      "description": "Product categories for classification and filtering",
      "items": {
        "type": "string"
      }
    },
    "price": {
      "type": "number",
      "minimum": 0,
      "description": "Unit price of the item"
    },
    "quantity": {
      "type": "integer",
      "minimum": 1,
      "description": "Number of units purchased or in cart"
    },
    "imageUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL of the product image"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the product page"
    },
    "dataFields": {
      "type": "object",
      "description": "Custom data fields associated with the item",
      "additionalProperties": true
    }
  }
}

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/iterable-commerce-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 email required.

A second provider on the same verified email joins the account you already have.