Coveo · Capability

Coveo Commerce API — Listings

Coveo Commerce API — Listings. 1 operations. Lead operation: Get a Listing Page. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoCommerceListings

What You Can Do

POST
Getlisting — Get a Listing Page
/v1/organizations/{organizationid}/commerce/v2/listing

MCP Tools

get-listing-page

Get a Listing Page

read-only

Capability Spec

commerce-listings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Commerce API — Listings
  description: 'Coveo Commerce API — Listings. 1 operations. Lead operation: Get a Listing Page. Self-contained Naftiko capability
    covering one Coveo business surface.'
  tags:
  - Coveo
  - Commerce
  - Listings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_SEARCH_TOKEN: COVEO_SEARCH_TOKEN
capability:
  consumes:
  - type: http
    namespace: commerce-listings
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Commerce API — Listings business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_SEARCH_TOKEN}}'
    resources:
    - name: rest-organizations-organizationId-commerce-v2-listing
      path: /rest/organizations/{organizationId}/commerce/v2/listing
      operations:
      - name: getlisting
        method: POST
        description: Get a Listing Page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The unique identifier of the target [organization](https://docs.coveo.com/en/185/).<br />**Example:**
            `acmecorporation8tp8wu3`
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: commerce-listings-rest
    port: 8080
    description: REST adapter for Coveo Commerce API — Listings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/commerce/v2/listing
      name: rest-organizations-organizationid-commerce-v2-listing
      description: REST surface for rest-organizations-organizationId-commerce-v2-listing.
      operations:
      - method: POST
        name: getlisting
        description: Get a Listing Page
        call: commerce-listings.getlisting
        with:
          organizationId: rest.organizationId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commerce-listings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Commerce API — Listings. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-listing-page
      description: Get a Listing Page
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: commerce-listings.getlisting
      with:
        organizationId: tools.organizationId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.