Shopify · Capability

Shopify API — Configuration

Shopify API — Configuration. 6 operations. Lead operation: Shopify Retrieves The Shop's Configuration. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyConfiguration

What You Can Do

GET
Deprecated202001getshop — Shopify Retrieves The Shop's Configuration
/v1/admin/api/2020-01/shop-json
GET
Deprecated202004getshop — Shopify Retrieves The Shop's Configuration
/v1/admin/api/2020-04/shop-json
GET
Deprecated202007getshop — Shopify Retrieves The Shop's Configuration
/v1/admin/api/2020-07/shop-json
GET
Getshop — Shopify Retrieves The Shop's Configuration
/v1/admin/api/2020-10/shop-json
GET
Deprecated202101getshop — Shopify Retrieves The Shop's Configuration
/v1/admin/api/2021-01/shop-json
GET
Deprecatedunstablegetshop — Shopify Retrieves The Shop's Configuration
/v1/admin/api/unstable/shop-json

MCP Tools

shopify-retrieves-shop-s-configuration

Shopify Retrieves The Shop's Configuration

read-only idempotent
shopify-retrieves-shop-s-configuration-2

Shopify Retrieves The Shop's Configuration

read-only idempotent
shopify-retrieves-shop-s-configuration-3

Shopify Retrieves The Shop's Configuration

read-only idempotent
shopify-retrieves-shop-s-configuration-4

Shopify Retrieves The Shop's Configuration

read-only idempotent
shopify-retrieves-shop-s-configuration-5

Shopify Retrieves The Shop's Configuration

read-only idempotent
shopify-retrieves-shop-s-configuration-6

Shopify Retrieves The Shop's Configuration

read-only idempotent

Capability Spec

shopify-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Configuration
  description: 'Shopify  API — Configuration. 6 operations. Lead operation: Shopify Retrieves The Shop''s Configuration. Self-contained
    Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-configuration
    baseUri: ''
    description: Shopify  API — Configuration business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-shop.json
      path: /admin/api/2020-01/shop.json
      operations:
      - name: deprecated202001getshop
        method: GET
        description: Shopify Retrieves The Shop's Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: A comma-separated list of fields to include in the response.
    - name: admin-api-2020-04-shop.json
      path: /admin/api/2020-04/shop.json
      operations:
      - name: deprecated202004getshop
        method: GET
        description: Shopify Retrieves The Shop's Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: A comma-separated list of fields to include in the response.
    - name: admin-api-2020-07-shop.json
      path: /admin/api/2020-07/shop.json
      operations:
      - name: deprecated202007getshop
        method: GET
        description: Shopify Retrieves The Shop's Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: A comma-separated list of fields to include in the response.
    - name: admin-api-2020-10-shop.json
      path: /admin/api/2020-10/shop.json
      operations:
      - name: getshop
        method: GET
        description: Shopify Retrieves The Shop's Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: A comma-separated list of fields to include in the response.
    - name: admin-api-2021-01-shop.json
      path: /admin/api/2021-01/shop.json
      operations:
      - name: deprecated202101getshop
        method: GET
        description: Shopify Retrieves The Shop's Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: A comma-separated list of fields to include in the response.
    - name: admin-api-unstable-shop.json
      path: /admin/api/unstable/shop.json
      operations:
      - name: deprecatedunstablegetshop
        method: GET
        description: Shopify Retrieves The Shop's Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: A comma-separated list of fields to include in the response.
  exposes:
  - type: rest
    namespace: shopify-configuration-rest
    port: 8080
    description: REST adapter for Shopify  API — Configuration. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/shop-json
      name: admin-api-2020-01-shop-json
      description: REST surface for admin-api-2020-01-shop.json.
      operations:
      - method: GET
        name: deprecated202001getshop
        description: Shopify Retrieves The Shop's Configuration
        call: shopify-configuration.deprecated202001getshop
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/shop-json
      name: admin-api-2020-04-shop-json
      description: REST surface for admin-api-2020-04-shop.json.
      operations:
      - method: GET
        name: deprecated202004getshop
        description: Shopify Retrieves The Shop's Configuration
        call: shopify-configuration.deprecated202004getshop
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/shop-json
      name: admin-api-2020-07-shop-json
      description: REST surface for admin-api-2020-07-shop.json.
      operations:
      - method: GET
        name: deprecated202007getshop
        description: Shopify Retrieves The Shop's Configuration
        call: shopify-configuration.deprecated202007getshop
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/shop-json
      name: admin-api-2020-10-shop-json
      description: REST surface for admin-api-2020-10-shop.json.
      operations:
      - method: GET
        name: getshop
        description: Shopify Retrieves The Shop's Configuration
        call: shopify-configuration.getshop
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/shop-json
      name: admin-api-2021-01-shop-json
      description: REST surface for admin-api-2021-01-shop.json.
      operations:
      - method: GET
        name: deprecated202101getshop
        description: Shopify Retrieves The Shop's Configuration
        call: shopify-configuration.deprecated202101getshop
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/shop-json
      name: admin-api-unstable-shop-json
      description: REST surface for admin-api-unstable-shop.json.
      operations:
      - method: GET
        name: deprecatedunstablegetshop
        description: Shopify Retrieves The Shop's Configuration
        call: shopify-configuration.deprecatedunstablegetshop
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Configuration. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: shopify-retrieves-shop-s-configuration
      description: Shopify Retrieves The Shop's Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-configuration.deprecated202001getshop
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-shop-s-configuration-2
      description: Shopify Retrieves The Shop's Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-configuration.deprecated202004getshop
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-shop-s-configuration-3
      description: Shopify Retrieves The Shop's Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-configuration.deprecated202007getshop
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-shop-s-configuration-4
      description: Shopify Retrieves The Shop's Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-configuration.getshop
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-shop-s-configuration-5
      description: Shopify Retrieves The Shop's Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-configuration.deprecated202101getshop
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-shop-s-configuration-6
      description: Shopify Retrieves The Shop's Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-configuration.deprecatedunstablegetshop
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.