Shopify · Capability

Shopify API — Private

Shopify API — Private. 2 operations. Lead operation: Shopify Retrieves A List Of Deprecated Api Calls Made By The Authenticated Private App In The Past 30 Days. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyPrivate

What You Can Do

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
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-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-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-private.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Private
  description: 'Shopify  API — Private. 2 operations. Lead operation: Shopify Retrieves A List Of Deprecated Api Calls Made
    By The Authenticated Private App In The Past 30 Days. Self-contained Naftiko capability covering one Shopify business
    surface.'
  tags:
  - Shopify
  - Private
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-private
    baseUri: ''
    description: Shopify  API — Private business capability. Self-contained, no shared references.
    resources:
    - 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-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-private-rest
    port: 8080
    description: REST adapter for Shopify  API — Private. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - 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-private.deprecated202101getdeprecatedapicalls
        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-private.deprecatedunstablegetdeprecatedapicalls
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-private-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Private. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - 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-private.deprecated202101getdeprecatedapicalls
      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-private.deprecatedunstablegetdeprecatedapicalls
      outputParameters:
      - type: object
        mapping: $.