Shopify · Capability

Shopify API — Approves

Shopify API — Approves. 1 operations. Lead operation: Shopify Approves A Comment. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyApproves

What You Can Do

POST
Deprecated202001createcommentsparamcommentidapprove — Shopify Approves A Comment
/v1/admin/api/2020-01/comments/{comment-id}/approve-json

MCP Tools

shopify-approves-comment

Shopify Approves A Comment

Capability Spec

shopify-approves.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Approves
  description: 'Shopify  API — Approves. 1 operations. Lead operation: Shopify Approves A Comment. Self-contained Naftiko
    capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Approves
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-approves
    baseUri: ''
    description: Shopify  API — Approves business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-comments-comment_id-approve.json
      path: /admin/api/2020-01/comments/{comment_id}/approve.json
      operations:
      - name: deprecated202001createcommentsparamcommentidapprove
        method: POST
        description: Shopify Approves A Comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: comment_id
          in: path
          type: string
          description: comment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-approves-rest
    port: 8080
    description: REST adapter for Shopify  API — Approves. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/comments/{comment-id}/approve-json
      name: admin-api-2020-01-comments-comment-id-approve-json
      description: REST surface for admin-api-2020-01-comments-comment_id-approve.json.
      operations:
      - method: POST
        name: deprecated202001createcommentsparamcommentidapprove
        description: Shopify Approves A Comment
        call: shopify-approves.deprecated202001createcommentsparamcommentidapprove
        with:
          comment_id: rest.comment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-approves-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Approves. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-approves-comment
      description: Shopify Approves A Comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-approves.deprecated202001createcommentsparamcommentidapprove
      with:
        comment_id: tools.comment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.