Ariba Guided Buying · JSON Structure

Catalog Shop Api Items Response Structure

Response containing a list of catalog items.

Type: object Properties: 1
B2BCatalogERPProcurementRequisitionsSAPSupply Chain

ItemsResponse is a JSON Structure definition published by Ariba Guided Buying, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

items

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/ariba-guided-buying/refs/heads/main/json-structure/catalog-shop-api-items-response-structure.json",
  "name": "ItemsResponse",
  "description": "Response containing a list of catalog items.",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "List of catalog items.",
      "items": {
        "$ref": "#/components/schemas/CatalogItem"
      }
    }
  }
}