BlueCart · Schema
Product
A product available for wholesale ordering.
RestaurantProcurementWholesaleOrderingFood DistributionHospitalityE-Commerce
Properties
| Name | Type | Description |
|---|---|---|
| productId | integer | Unique product identifier. |
| productName | string | Product name. |
| sku | string | Stock keeping unit. |
| description | string | Product description. |
| uom | string | Unit of measure. |
| price | number | Unit price. |
| pack | integer | Number of units per pack. |
| tags | array | Tags associated with the product. |
| inventory | object | Inventory management details. |
| discounts | object | Discount configuration for the product. |
| creationDateTime | string | |
| lastUpdateDateTime | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Product",
"description": "A product available for wholesale ordering.",
"$id": "https://raw.githubusercontent.com/api-evangelist/bluecart/refs/heads/main/json-schema/bluecart-product-schema.json",
"type": "object",
"properties": {
"productId": {
"type": "integer",
"format": "int64",
"description": "Unique product identifier.",
"example": 90210
},
"productName": {
"type": "string",
"description": "Product name.",
"example": "Cabernet Sauvignon 750ml"
},
"sku": {
"type": "string",
"description": "Stock keeping unit.",
"example": "WINE-CAB-750"
},
"description": {
"type": "string",
"description": "Product description.",
"example": "Estate-bottled Cabernet Sauvignon, vintage 2022."
},
"uom": {
"type": "string",
"description": "Unit of measure.",
"example": "Bottle"
},
"price": {
"type": "number",
"format": "float",
"description": "Unit price.",
"example": 18.5
},
"pack": {
"type": "integer",
"description": "Number of units per pack.",
"example": 12
},
"tags": {
"type": "array",
"description": "Tags associated with the product.",
"items": {
"type": "string"
},
"example": [
"Wine",
"Red"
]
},
"inventory": {
"type": "object",
"description": "Inventory management details.",
"additionalProperties": true
},
"discounts": {
"type": "object",
"description": "Discount configuration for the product.",
"additionalProperties": true
},
"creationDateTime": {
"type": "string",
"format": "date-time",
"example": "2026-06-02T14:30:00Z"
},
"lastUpdateDateTime": {
"type": "string",
"format": "date-time",
"example": "2026-06-02T15:00:00Z"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bluecart-product"
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.