Shopify · Capability

Shopify API — Past

Shopify API — Past. 8 operations. Lead operation: Shopify Retrieves A Count Of Checkouts From The Past 90 Days. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyPast

What You Can Do

GET
Deprecated202001getcheckoutscount — Shopify Retrieves A Count Of Checkouts From The Past 90 Days
/v1/admin/api/2020-01/checkouts/count-json
GET
Deprecated202004getcheckoutscount — Shopify Retrieves A Count Of Checkouts From The Past 90 Days
/v1/admin/api/2020-04/checkouts/count-json
GET
Deprecated202007getcheckoutscount — Shopify Retrieves A Count Of Checkouts From The Past 90 Days
/v1/admin/api/2020-07/checkouts/count-json
GET
Getcheckoutscount — Shopify Retrieves A Count Of Checkouts From The Past 90 Days
/v1/admin/api/2020-10/checkouts/count-json
GET
Deprecated202101getcheckoutscount — Shopify Retrieves A Count Of Checkouts From The Past 90 Days
/v1/admin/api/2021-01/checkouts/count-json
GET
Deprecated202101getdeprecatedapicalls — Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30 Days
/v1/admin/api/2021-01/deprecated-api-calls-json
GET
Deprecatedunstablegetcheckoutscount — Shopify Retrieves A Count Of Checkouts From The Past 90 Days
/v1/admin/api/unstable/checkouts/count-json
GET
Deprecatedunstablegetdeprecatedapicalls — Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30 Days
/v1/admin/api/unstable/deprecated-api-calls-json

MCP Tools

shopify-retrieves-count-checkouts-past

Shopify Retrieves A Count Of Checkouts From The Past 90 Days

read-only idempotent
shopify-retrieves-count-checkouts-past-2

Shopify Retrieves A Count Of Checkouts From The Past 90 Days

read-only idempotent
shopify-retrieves-count-checkouts-past-3

Shopify Retrieves A Count Of Checkouts From The Past 90 Days

read-only idempotent
shopify-retrieves-count-checkouts-past-4

Shopify Retrieves A Count Of Checkouts From The Past 90 Days

read-only idempotent
shopify-retrieves-count-checkouts-past-5

Shopify Retrieves A Count Of Checkouts From The Past 90 Days

read-only idempotent
shopify-retrieves-list-deprecated-api

Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30 Days

read-only idempotent
shopify-retrieves-count-checkouts-past-6

Shopify Retrieves A Count Of Checkouts From The Past 90 Days

read-only idempotent
shopify-retrieves-list-deprecated-api-2

Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30 Days

read-only idempotent

Capability Spec

shopify-past.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Past
  description: 'Shopify  API — Past. 8 operations. Lead operation: Shopify Retrieves A Count Of Checkouts From The Past 90
    Days. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Past
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-past
    baseUri: ''
    description: Shopify  API — Past business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-checkouts-count.json
      path: /admin/api/2020-01/checkouts/count.json
      operations:
      - name: deprecated202001getcheckoutscount
        method: GET
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: created_at_min
          in: query
          type: string
          description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: created_at_max
          in: query
          type: string
          description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_min
          in: query
          type: string
          description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_max
          in: query
          type: string
          description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: status
          in: query
          type: string
          description: Count checkouts with a given status.
    - name: admin-api-2020-04-checkouts-count.json
      path: /admin/api/2020-04/checkouts/count.json
      operations:
      - name: deprecated202004getcheckoutscount
        method: GET
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: created_at_min
          in: query
          type: string
          description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: created_at_max
          in: query
          type: string
          description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_min
          in: query
          type: string
          description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_max
          in: query
          type: string
          description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: status
          in: query
          type: string
          description: Count checkouts with a given status.
    - name: admin-api-2020-07-checkouts-count.json
      path: /admin/api/2020-07/checkouts/count.json
      operations:
      - name: deprecated202007getcheckoutscount
        method: GET
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: created_at_min
          in: query
          type: string
          description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: created_at_max
          in: query
          type: string
          description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_min
          in: query
          type: string
          description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_max
          in: query
          type: string
          description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: status
          in: query
          type: string
          description: Count checkouts with a given status.
    - name: admin-api-2020-10-checkouts-count.json
      path: /admin/api/2020-10/checkouts/count.json
      operations:
      - name: getcheckoutscount
        method: GET
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: created_at_min
          in: query
          type: string
          description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: created_at_max
          in: query
          type: string
          description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_min
          in: query
          type: string
          description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_max
          in: query
          type: string
          description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: status
          in: query
          type: string
          description: Count checkouts with a given status.
    - name: admin-api-2021-01-checkouts-count.json
      path: /admin/api/2021-01/checkouts/count.json
      operations:
      - name: deprecated202101getcheckoutscount
        method: GET
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: created_at_min
          in: query
          type: string
          description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: created_at_max
          in: query
          type: string
          description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_min
          in: query
          type: string
          description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_max
          in: query
          type: string
          description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: status
          in: query
          type: string
          description: Count checkouts with a given status.
    - name: admin-api-2021-01-deprecated_api_calls.json
      path: /admin/api/2021-01/deprecated_api_calls.json
      operations:
      - name: deprecated202101getdeprecatedapicalls
        method: GET
        description: Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30
          Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-unstable-checkouts-count.json
      path: /admin/api/unstable/checkouts/count.json
      operations:
      - name: deprecatedunstablegetcheckoutscount
        method: GET
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: created_at_min
          in: query
          type: string
          description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: created_at_max
          in: query
          type: string
          description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_min
          in: query
          type: string
          description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: updated_at_max
          in: query
          type: string
          description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)'
        - name: status
          in: query
          type: string
          description: Count checkouts with a given status.
    - name: admin-api-unstable-deprecated_api_calls.json
      path: /admin/api/unstable/deprecated_api_calls.json
      operations:
      - name: deprecatedunstablegetdeprecatedapicalls
        method: GET
        description: Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30
          Days
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: shopify-past-rest
    port: 8080
    description: REST adapter for Shopify  API — Past. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/checkouts/count-json
      name: admin-api-2020-01-checkouts-count-json
      description: REST surface for admin-api-2020-01-checkouts-count.json.
      operations:
      - method: GET
        name: deprecated202001getcheckoutscount
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        call: shopify-past.deprecated202001getcheckoutscount
        with:
          since_id: rest.since_id
          created_at_min: rest.created_at_min
          created_at_max: rest.created_at_max
          updated_at_min: rest.updated_at_min
          updated_at_max: rest.updated_at_max
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/checkouts/count-json
      name: admin-api-2020-04-checkouts-count-json
      description: REST surface for admin-api-2020-04-checkouts-count.json.
      operations:
      - method: GET
        name: deprecated202004getcheckoutscount
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        call: shopify-past.deprecated202004getcheckoutscount
        with:
          since_id: rest.since_id
          created_at_min: rest.created_at_min
          created_at_max: rest.created_at_max
          updated_at_min: rest.updated_at_min
          updated_at_max: rest.updated_at_max
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/checkouts/count-json
      name: admin-api-2020-07-checkouts-count-json
      description: REST surface for admin-api-2020-07-checkouts-count.json.
      operations:
      - method: GET
        name: deprecated202007getcheckoutscount
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        call: shopify-past.deprecated202007getcheckoutscount
        with:
          since_id: rest.since_id
          created_at_min: rest.created_at_min
          created_at_max: rest.created_at_max
          updated_at_min: rest.updated_at_min
          updated_at_max: rest.updated_at_max
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/checkouts/count-json
      name: admin-api-2020-10-checkouts-count-json
      description: REST surface for admin-api-2020-10-checkouts-count.json.
      operations:
      - method: GET
        name: getcheckoutscount
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        call: shopify-past.getcheckoutscount
        with:
          since_id: rest.since_id
          created_at_min: rest.created_at_min
          created_at_max: rest.created_at_max
          updated_at_min: rest.updated_at_min
          updated_at_max: rest.updated_at_max
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/checkouts/count-json
      name: admin-api-2021-01-checkouts-count-json
      description: REST surface for admin-api-2021-01-checkouts-count.json.
      operations:
      - method: GET
        name: deprecated202101getcheckoutscount
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        call: shopify-past.deprecated202101getcheckoutscount
        with:
          since_id: rest.since_id
          created_at_min: rest.created_at_min
          created_at_max: rest.created_at_max
          updated_at_min: rest.updated_at_min
          updated_at_max: rest.updated_at_max
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/deprecated-api-calls-json
      name: admin-api-2021-01-deprecated-api-calls-json
      description: REST surface for admin-api-2021-01-deprecated_api_calls.json.
      operations:
      - method: GET
        name: deprecated202101getdeprecatedapicalls
        description: Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30
          Days
        call: shopify-past.deprecated202101getdeprecatedapicalls
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/checkouts/count-json
      name: admin-api-unstable-checkouts-count-json
      description: REST surface for admin-api-unstable-checkouts-count.json.
      operations:
      - method: GET
        name: deprecatedunstablegetcheckoutscount
        description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
        call: shopify-past.deprecatedunstablegetcheckoutscount
        with:
          since_id: rest.since_id
          created_at_min: rest.created_at_min
          created_at_max: rest.created_at_max
          updated_at_min: rest.updated_at_min
          updated_at_max: rest.updated_at_max
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/deprecated-api-calls-json
      name: admin-api-unstable-deprecated-api-calls-json
      description: REST surface for admin-api-unstable-deprecated_api_calls.json.
      operations:
      - method: GET
        name: deprecatedunstablegetdeprecatedapicalls
        description: Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30
          Days
        call: shopify-past.deprecatedunstablegetdeprecatedapicalls
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-past-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Past. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-count-checkouts-past
      description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.deprecated202001getcheckoutscount
      with:
        since_id: tools.since_id
        created_at_min: tools.created_at_min
        created_at_max: tools.created_at_max
        updated_at_min: tools.updated_at_min
        updated_at_max: tools.updated_at_max
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-checkouts-past-2
      description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.deprecated202004getcheckoutscount
      with:
        since_id: tools.since_id
        created_at_min: tools.created_at_min
        created_at_max: tools.created_at_max
        updated_at_min: tools.updated_at_min
        updated_at_max: tools.updated_at_max
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-checkouts-past-3
      description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.deprecated202007getcheckoutscount
      with:
        since_id: tools.since_id
        created_at_min: tools.created_at_min
        created_at_max: tools.created_at_max
        updated_at_min: tools.updated_at_min
        updated_at_max: tools.updated_at_max
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-checkouts-past-4
      description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.getcheckoutscount
      with:
        since_id: tools.since_id
        created_at_min: tools.created_at_min
        created_at_max: tools.created_at_max
        updated_at_min: tools.updated_at_min
        updated_at_max: tools.updated_at_max
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-checkouts-past-5
      description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.deprecated202101getcheckoutscount
      with:
        since_id: tools.since_id
        created_at_min: tools.created_at_min
        created_at_max: tools.created_at_max
        updated_at_min: tools.updated_at_min
        updated_at_max: tools.updated_at_max
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-deprecated-api
      description: Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.deprecated202101getdeprecatedapicalls
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-checkouts-past-6
      description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.deprecatedunstablegetcheckoutscount
      with:
        since_id: tools.since_id
        created_at_min: tools.created_at_min
        created_at_max: tools.created_at_max
        updated_at_min: tools.updated_at_min
        updated_at_max: tools.updated_at_max
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-deprecated-api-2
      description: Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30 Days
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-past.deprecatedunstablegetdeprecatedapicalls
      outputParameters:
      - type: object
        mapping: $.