Shopper Approved · Capability

Shopper Approved API — Product Reviews

Shopper Approved API — Product Reviews. 1 operations. Lead operation: List Product Reviews. Self-contained Naftiko capability covering one Shopper Approved business surface.

Run with Naftiko Shopper ApprovedProduct Reviews

What You Can Do

GET
Listproductreviews — List Product Reviews
/v1/products/{site-id}

MCP Tools

list-product-reviews

List Product Reviews

read-only idempotent

Capability Spec

shopper-approved-product-reviews.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopper Approved API — Product Reviews
  description: 'Shopper Approved API — Product Reviews. 1 operations. Lead operation: List Product Reviews. Self-contained
    Naftiko capability covering one Shopper Approved business surface.'
  tags:
  - Shopper Approved
  - Product Reviews
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPPER_APPROVED_API_KEY: SHOPPER_APPROVED_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopper-approved-product-reviews
    baseUri: https://api.shopperapproved.com
    description: Shopper Approved API — Product Reviews business capability. Self-contained, no shared references.
    resources:
    - name: products-site_id
      path: /products/{site_id}
      operations:
      - name: listproductreviews
        method: GET
        description: List Product Reviews
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          description: Your Shopper Approved site ID
          required: true
        - name: token
          in: query
          type: string
          description: Your Shopper Approved API token
          required: true
        - name: from
          in: query
          type: string
          description: Start date for product reviews
        - name: limit
          in: query
          type: integer
          description: Maximum number of product reviews to return
        - name: page
          in: query
          type: integer
          description: Page number for pagination
    authentication:
      type: apikey
      key: token
      value: '{{env.SHOPPER_APPROVED_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: shopper-approved-product-reviews-rest
    port: 8080
    description: REST adapter for Shopper Approved API — Product Reviews. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/products/{site-id}
      name: products-site-id
      description: REST surface for products-site_id.
      operations:
      - method: GET
        name: listproductreviews
        description: List Product Reviews
        call: shopper-approved-product-reviews.listproductreviews
        with:
          site_id: rest.site_id
          token: rest.token
          from: rest.from
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopper-approved-product-reviews-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopper Approved API — Product Reviews. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-product-reviews
      description: List Product Reviews
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopper-approved-product-reviews.listproductreviews
      with:
        site_id: tools.site_id
        token: tools.token
        from: tools.from
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.