SAP Commerce Cloud · Capability

SAP Commerce Cloud Product Content Management API — Classifications

SAP Commerce Cloud Product Content Management API — Classifications. 1 operations. Lead operation: SAP Commerce Cloud Get product classifications. Self-contained Naftiko capability covering one Sap Commerce Cloud business surface.

Run with Naftiko Sap Commerce CloudClassifications

What You Can Do

GET
Getproductclassifications — SAP Commerce Cloud Get product classifications
/v1/products/{productcode}/classifications

MCP Tools

sap-commerce-cloud-get-product

SAP Commerce Cloud Get product classifications

read-only idempotent

Capability Spec

product-content-management-classifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Commerce Cloud Product Content Management API — Classifications
  description: 'SAP Commerce Cloud Product Content Management API — Classifications. 1 operations. Lead operation: SAP Commerce
    Cloud Get product classifications. Self-contained Naftiko capability covering one Sap Commerce Cloud business surface.'
  tags:
  - Sap Commerce Cloud
  - Classifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_COMMERCE_CLOUD_API_KEY: SAP_COMMERCE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: product-content-management-classifications
    baseUri: https://{tenant}.{region}.commercecloud.sap/occ/v2/{baseSiteId}
    description: SAP Commerce Cloud Product Content Management API — Classifications business capability. Self-contained,
      no shared references.
    resources:
    - name: products-productCode-classifications
      path: /products/{productCode}/classifications
      operations:
      - name: getproductclassifications
        method: GET
        description: SAP Commerce Cloud Get product classifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAP_COMMERCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: product-content-management-classifications-rest
    port: 8080
    description: REST adapter for SAP Commerce Cloud Product Content Management API — Classifications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/products/{productcode}/classifications
      name: products-productcode-classifications
      description: REST surface for products-productCode-classifications.
      operations:
      - method: GET
        name: getproductclassifications
        description: SAP Commerce Cloud Get product classifications
        call: product-content-management-classifications.getproductclassifications
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: product-content-management-classifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Commerce Cloud Product Content Management API — Classifications. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-commerce-cloud-get-product
      description: SAP Commerce Cloud Get product classifications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: product-content-management-classifications.getproductclassifications
      outputParameters:
      - type: object
        mapping: $.