Ariba Guided Buying · Schema
CatalogItem
A catalog item from a public catalog on SAP Business Network.
B2BCatalogERPProcurementRequisitionsSAPSupply Chain
Properties
| Name | Type | Description |
|---|---|---|
| extProductId | string | External product identifier. |
| leadTime | integer | Lead time in days. |
| manufactCode | string | Manufacturer code. |
| manufactName | string | Manufacturer name. |
| price | number | Item price. |
| vendor | string | Vendor identifier. |
| vendorName | string | Vendor display name. |
| vendorPartId | string | Vendor-specific part identifier. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ariba-guided-buying/refs/heads/main/json-schema/catalog-shop-api-catalog-item-schema.json",
"title": "CatalogItem",
"description": "A catalog item from a public catalog on SAP Business Network.",
"type": "object",
"properties": {
"extProductId": {
"type": "string",
"description": "External product identifier.",
"example": "PROD-001"
},
"leadTime": {
"type": "integer",
"description": "Lead time in days.",
"example": 3
},
"manufactCode": {
"type": "string",
"description": "Manufacturer code.",
"example": "MANUF-001"
},
"manufactName": {
"type": "string",
"description": "Manufacturer name.",
"example": "TechCorp"
},
"price": {
"type": "number",
"description": "Item price.",
"example": 499.99
},
"vendor": {
"type": "string",
"description": "Vendor identifier.",
"example": "VENDOR-A1B2"
},
"vendorName": {
"type": "string",
"description": "Vendor display name.",
"example": "Acme Office Supplies"
},
"vendorPartId": {
"type": "string",
"description": "Vendor-specific part identifier.",
"example": "AOS-LAPTOP-15"
}
}
}
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/catalog-shop-api-catalog-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.