Shopify · Capability

Shopify API — Authenticated

Shopify API — Authenticated. 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 ShopifyAuthenticated

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-authenticated.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Authenticated
  description: 'Shopify  API — Authenticated. 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
  - Authenticated
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-authenticated
    baseUri: ''
    description: Shopify  API — Authenticated 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-authenticated-rest
    port: 8080
    description: REST adapter for Shopify  API — Authenticated. 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-authenticated.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-authenticated.deprecatedunstablegetdeprecatedapicalls
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-authenticated-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Authenticated. 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-authenticated.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-authenticated.deprecatedunstablegetdeprecatedapicalls
      outputParameters:
      - type: object
        mapping: $.