Shopify · Capability

Shopify API — Disputes

Shopify API — Disputes. 2 operations. Lead operation: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format). Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyDisputes

What You Can Do

GET
Deprecated202001getshopifypaymentsdisputes — Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
/v1/admin/api/2020-01/shopify-payments/disputes-json
GET
Deprecated202004getshopifypaymentsdisputes — Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
/v1/admin/api/2020-04/shopify-payments/disputes-json

MCP Tools

shopify-retrieve-all-disputes-ordered

Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)

read-only idempotent
shopify-retrieve-all-disputes-ordered-2

Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)

read-only idempotent

Capability Spec

shopify-disputes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Disputes
  description: 'Shopify  API — Disputes. 2 operations. Lead operation: Shopify Retrieve All Disputes Ordered By Initiated_at
    Date And Time (iso 8601 Format). Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Disputes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-disputes
    baseUri: ''
    description: Shopify  API — Disputes business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-shopify_payments-disputes.json
      path: /admin/api/2020-01/shopify_payments/disputes.json
      operations:
      - name: deprecated202001getshopifypaymentsdisputes
        method: GET
        description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Return only disputes after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Return only disputes before the specified ID.
        - name: status
          in: query
          type: string
          description: Return only disputes with the specified status.
        - name: initiated_at
          in: query
          type: string
          description: Return only disputes with the specified initiated_at date (ISO 8601 format).
    - name: admin-api-2020-04-shopify_payments-disputes.json
      path: /admin/api/2020-04/shopify_payments/disputes.json
      operations:
      - name: deprecated202004getshopifypaymentsdisputes
        method: GET
        description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Return only disputes after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Return only disputes before the specified ID.
        - name: status
          in: query
          type: string
          description: Return only disputes with the specified status.
        - name: initiated_at
          in: query
          type: string
          description: Return only disputes with the specified initiated_at date (ISO 8601 format).
  exposes:
  - type: rest
    namespace: shopify-disputes-rest
    port: 8080
    description: REST adapter for Shopify  API — Disputes. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/shopify-payments/disputes-json
      name: admin-api-2020-01-shopify-payments-disputes-json
      description: REST surface for admin-api-2020-01-shopify_payments-disputes.json.
      operations:
      - method: GET
        name: deprecated202001getshopifypaymentsdisputes
        description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
        call: shopify-disputes.deprecated202001getshopifypaymentsdisputes
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          status: rest.status
          initiated_at: rest.initiated_at
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/shopify-payments/disputes-json
      name: admin-api-2020-04-shopify-payments-disputes-json
      description: REST surface for admin-api-2020-04-shopify_payments-disputes.json.
      operations:
      - method: GET
        name: deprecated202004getshopifypaymentsdisputes
        description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
        call: shopify-disputes.deprecated202004getshopifypaymentsdisputes
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          status: rest.status
          initiated_at: rest.initiated_at
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-disputes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Disputes. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieve-all-disputes-ordered
      description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-disputes.deprecated202001getshopifypaymentsdisputes
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        status: tools.status
        initiated_at: tools.initiated_at
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieve-all-disputes-ordered-2
      description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-disputes.deprecated202004getshopifypaymentsdisputes
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        status: tools.status
        initiated_at: tools.initiated_at
      outputParameters:
      - type: object
        mapping: $.