Tabby · Schema

TabbyOrderItem

Tabby order line item used in checkout, capture, and refund payloads.

BNPLBuy Now Pay LaterConsumer FinanceE-CommerceFintechInstallmentsMENAPaymentsSaudi ArabiaUAE

Properties

Name Type Description
title string
quantity integer
unit_price string
category string
reference_id string SKU or product identifier.
description string
discount_amount string
image_url string
product_url string
gender string
color string
product_material string
size_type string
size string
brand string
is_refundable boolean
barcode string
ppn string Product Part Number.
seller string
View JSON Schema on GitHub

JSON Schema

tabby-order-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tabby/main/json-schema/tabby-order-item-schema.json",
  "title": "TabbyOrderItem",
  "description": "Tabby order line item used in checkout, capture, and refund payloads.",
  "type": "object",
  "required": ["title", "quantity", "unit_price", "category"],
  "properties": {
    "title": { "type": "string" },
    "quantity": { "type": "integer", "minimum": 1 },
    "unit_price": { "type": "string" },
    "category": { "type": "string" },
    "reference_id": { "type": "string", "description": "SKU or product identifier." },
    "description": { "type": "string" },
    "discount_amount": { "type": "string" },
    "image_url": { "type": "string", "format": "uri" },
    "product_url": { "type": "string", "format": "uri" },
    "gender": { "type": "string", "enum": ["Male", "Female", "Kids", "Other"] },
    "color": { "type": "string" },
    "product_material": { "type": "string" },
    "size_type": { "type": "string", "enum": ["EU", "UK"] },
    "size": { "type": "string" },
    "brand": { "type": "string" },
    "is_refundable": { "type": "boolean" },
    "barcode": { "type": "string" },
    "ppn": { "type": "string", "description": "Product Part Number." },
    "seller": { "type": "string" }
  }
}

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/tabby-order-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.