Shopify · Capability

Shopify API — Date

Shopify API — Date. 8 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 ShopifyDate

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
Deprecated202001getshopifypaymentspayouts — Shopify Retrieves A List Of All Payouts Ordered By Payout Date
/v1/admin/api/2020-01/shopify-payments/payouts-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
GET
Deprecated202004getshopifypaymentspayouts — Shopify Retrieves A List Of All Payouts Ordered By Payout Date
/v1/admin/api/2020-04/shopify-payments/payouts-json
GET
Deprecated202007getshopifypaymentspayouts — Shopify Retrieves A List Of All Payouts Ordered By Payout Date
/v1/admin/api/2020-07/shopify-payments/payouts-json
GET
Getshopifypaymentspayouts — Shopify Retrieves A List Of All Payouts Ordered By Payout Date
/v1/admin/api/2020-10/shopify-payments/payouts-json
GET
Deprecated202101getshopifypaymentspayouts — Shopify Retrieves A List Of All Payouts Ordered By Payout Date
/v1/admin/api/2021-01/shopify-payments/payouts-json
GET
Deprecatedunstablegetshopifypaymentspayouts — Shopify Retrieves A List Of All Payouts Ordered By Payout Date
/v1/admin/api/unstable/shopify-payments/payouts-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-retrieves-list-all-payouts

Shopify Retrieves A List Of All Payouts Ordered By Payout Date

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
shopify-retrieves-list-all-payouts-2

Shopify Retrieves A List Of All Payouts Ordered By Payout Date

read-only idempotent
shopify-retrieves-list-all-payouts-3

Shopify Retrieves A List Of All Payouts Ordered By Payout Date

read-only idempotent
shopify-retrieves-list-all-payouts-4

Shopify Retrieves A List Of All Payouts Ordered By Payout Date

read-only idempotent
shopify-retrieves-list-all-payouts-5

Shopify Retrieves A List Of All Payouts Ordered By Payout Date

read-only idempotent
shopify-retrieves-list-all-payouts-6

Shopify Retrieves A List Of All Payouts Ordered By Payout Date

read-only idempotent

Capability Spec

shopify-date.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Date
  description: 'Shopify  API — Date. 8 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
  - Date
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-date
    baseUri: ''
    description: Shopify  API — Date 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-01-shopify_payments-payouts.json
      path: /admin/api/2020-01/shopify_payments/payouts.json
      operations:
      - name: deprecated202001getshopifypaymentspayouts
        method: GET
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Filter the response to payouts made after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Filter the response to payouts made before the specified ID.
        - name: date_min
          in: query
          type: string
          description: Filter the response to payouts made inclusively after the specified date.
        - name: date_max
          in: query
          type: string
          description: Filter the response to payouts made inclusively before the specified date.
        - name: date
          in: query
          type: string
          description: Filter the response to payouts made on the specified date.
        - name: status
          in: query
          type: string
          description: Filter the response to payouts made with the specified status.
    - 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).
    - name: admin-api-2020-04-shopify_payments-payouts.json
      path: /admin/api/2020-04/shopify_payments/payouts.json
      operations:
      - name: deprecated202004getshopifypaymentspayouts
        method: GET
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Filter the response to payouts made after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Filter the response to payouts made before the specified ID.
        - name: date_min
          in: query
          type: string
          description: Filter the response to payouts made inclusively after the specified date.
        - name: date_max
          in: query
          type: string
          description: Filter the response to payouts made inclusively before the specified date.
        - name: date
          in: query
          type: string
          description: Filter the response to payouts made on the specified date.
        - name: status
          in: query
          type: string
          description: Filter the response to payouts made with the specified status.
    - name: admin-api-2020-07-shopify_payments-payouts.json
      path: /admin/api/2020-07/shopify_payments/payouts.json
      operations:
      - name: deprecated202007getshopifypaymentspayouts
        method: GET
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Filter the response to payouts made after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Filter the response to payouts made before the specified ID.
        - name: date_min
          in: query
          type: string
          description: Filter the response to payouts made inclusively after the specified date.
        - name: date_max
          in: query
          type: string
          description: Filter the response to payouts made inclusively before the specified date.
        - name: date
          in: query
          type: string
          description: Filter the response to payouts made on the specified date.
        - name: status
          in: query
          type: string
          description: Filter the response to payouts made with the specified status.
    - name: admin-api-2020-10-shopify_payments-payouts.json
      path: /admin/api/2020-10/shopify_payments/payouts.json
      operations:
      - name: getshopifypaymentspayouts
        method: GET
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Filter the response to payouts made after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Filter the response to payouts made before the specified ID.
        - name: date_min
          in: query
          type: string
          description: Filter the response to payouts made inclusively after the specified date.
        - name: date_max
          in: query
          type: string
          description: Filter the response to payouts made inclusively before the specified date.
        - name: date
          in: query
          type: string
          description: Filter the response to payouts made on the specified date.
        - name: status
          in: query
          type: string
          description: Filter the response to payouts made with the specified status.
    - name: admin-api-2021-01-shopify_payments-payouts.json
      path: /admin/api/2021-01/shopify_payments/payouts.json
      operations:
      - name: deprecated202101getshopifypaymentspayouts
        method: GET
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Filter the response to payouts made after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Filter the response to payouts made before the specified ID.
        - name: date_min
          in: query
          type: string
          description: Filter the response to payouts made inclusively after the specified date.
        - name: date_max
          in: query
          type: string
          description: Filter the response to payouts made inclusively before the specified date.
        - name: date
          in: query
          type: string
          description: Filter the response to payouts made on the specified date.
        - name: status
          in: query
          type: string
          description: Filter the response to payouts made with the specified status.
    - name: admin-api-unstable-shopify_payments-payouts.json
      path: /admin/api/unstable/shopify_payments/payouts.json
      operations:
      - name: deprecatedunstablegetshopifypaymentspayouts
        method: GET
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Filter the response to payouts made after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Filter the response to payouts made before the specified ID.
        - name: date_min
          in: query
          type: string
          description: Filter the response to payouts made inclusively after the specified date.
        - name: date_max
          in: query
          type: string
          description: Filter the response to payouts made inclusively before the specified date.
        - name: date
          in: query
          type: string
          description: Filter the response to payouts made on the specified date.
        - name: status
          in: query
          type: string
          description: Filter the response to payouts made with the specified status.
  exposes:
  - type: rest
    namespace: shopify-date-rest
    port: 8080
    description: REST adapter for Shopify  API — Date. 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-date.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-01/shopify-payments/payouts-json
      name: admin-api-2020-01-shopify-payments-payouts-json
      description: REST surface for admin-api-2020-01-shopify_payments-payouts.json.
      operations:
      - method: GET
        name: deprecated202001getshopifypaymentspayouts
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        call: shopify-date.deprecated202001getshopifypaymentspayouts
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          date_min: rest.date_min
          date_max: rest.date_max
          date: rest.date
          status: rest.status
        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-date.deprecated202004getshopifypaymentsdisputes
        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/payouts-json
      name: admin-api-2020-04-shopify-payments-payouts-json
      description: REST surface for admin-api-2020-04-shopify_payments-payouts.json.
      operations:
      - method: GET
        name: deprecated202004getshopifypaymentspayouts
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        call: shopify-date.deprecated202004getshopifypaymentspayouts
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          date_min: rest.date_min
          date_max: rest.date_max
          date: rest.date
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/shopify-payments/payouts-json
      name: admin-api-2020-07-shopify-payments-payouts-json
      description: REST surface for admin-api-2020-07-shopify_payments-payouts.json.
      operations:
      - method: GET
        name: deprecated202007getshopifypaymentspayouts
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        call: shopify-date.deprecated202007getshopifypaymentspayouts
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          date_min: rest.date_min
          date_max: rest.date_max
          date: rest.date
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/shopify-payments/payouts-json
      name: admin-api-2020-10-shopify-payments-payouts-json
      description: REST surface for admin-api-2020-10-shopify_payments-payouts.json.
      operations:
      - method: GET
        name: getshopifypaymentspayouts
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        call: shopify-date.getshopifypaymentspayouts
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          date_min: rest.date_min
          date_max: rest.date_max
          date: rest.date
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/shopify-payments/payouts-json
      name: admin-api-2021-01-shopify-payments-payouts-json
      description: REST surface for admin-api-2021-01-shopify_payments-payouts.json.
      operations:
      - method: GET
        name: deprecated202101getshopifypaymentspayouts
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        call: shopify-date.deprecated202101getshopifypaymentspayouts
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          date_min: rest.date_min
          date_max: rest.date_max
          date: rest.date
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/shopify-payments/payouts-json
      name: admin-api-unstable-shopify-payments-payouts-json
      description: REST surface for admin-api-unstable-shopify_payments-payouts.json.
      operations:
      - method: GET
        name: deprecatedunstablegetshopifypaymentspayouts
        description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
        call: shopify-date.deprecatedunstablegetshopifypaymentspayouts
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          date_min: rest.date_min
          date_max: rest.date_max
          date: rest.date
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-date-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Date. 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-date.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-retrieves-list-all-payouts
      description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-date.deprecated202001getshopifypaymentspayouts
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        date_min: tools.date_min
        date_max: tools.date_max
        date: tools.date
        status: tools.status
      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-date.deprecated202004getshopifypaymentsdisputes
      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-retrieves-list-all-payouts-2
      description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-date.deprecated202004getshopifypaymentspayouts
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        date_min: tools.date_min
        date_max: tools.date_max
        date: tools.date
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-payouts-3
      description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-date.deprecated202007getshopifypaymentspayouts
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        date_min: tools.date_min
        date_max: tools.date_max
        date: tools.date
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-payouts-4
      description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-date.getshopifypaymentspayouts
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        date_min: tools.date_min
        date_max: tools.date_max
        date: tools.date
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-payouts-5
      description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-date.deprecated202101getshopifypaymentspayouts
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        date_min: tools.date_min
        date_max: tools.date_max
        date: tools.date
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-all-payouts-6
      description: Shopify Retrieves A List Of All Payouts Ordered By Payout Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-date.deprecatedunstablegetshopifypaymentspayouts
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        date_min: tools.date_min
        date_max: tools.date_max
        date: tools.date
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.