Shopify · Capability

Shopify API — Themes

Shopify API — Themes. 6 operations. Lead operation: Shopify Retrieves A List Of Themes. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyThemes

What You Can Do

GET
Deprecated202001getthemes — Shopify Retrieves A List Of Themes
/v1/admin/api/2020-01/themes-json
GET
Deprecated202004getthemes — Shopify Retrieves A List Of Themes
/v1/admin/api/2020-04/themes-json
GET
Deprecated202007getthemes — Shopify Retrieves A List Of Themes
/v1/admin/api/2020-07/themes-json
GET
Getthemes — Shopify Retrieves A List Of Themes
/v1/admin/api/2020-10/themes-json
GET
Deprecated202101getthemes — Shopify Retrieves A List Of Themes
/v1/admin/api/2021-01/themes-json
GET
Deprecatedunstablegetthemes — Shopify Retrieves A List Of Themes
/v1/admin/api/unstable/themes-json

MCP Tools

shopify-retrieves-list-themes

Shopify Retrieves A List Of Themes

read-only idempotent
shopify-retrieves-list-themes-2

Shopify Retrieves A List Of Themes

read-only idempotent
shopify-retrieves-list-themes-3

Shopify Retrieves A List Of Themes

read-only idempotent
shopify-retrieves-list-themes-4

Shopify Retrieves A List Of Themes

read-only idempotent
shopify-retrieves-list-themes-5

Shopify Retrieves A List Of Themes

read-only idempotent
shopify-retrieves-list-themes-6

Shopify Retrieves A List Of Themes

read-only idempotent

Capability Spec

shopify-themes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Themes
  description: 'Shopify  API — Themes. 6 operations. Lead operation: Shopify Retrieves A List Of Themes. Self-contained Naftiko
    capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Themes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-themes
    baseUri: ''
    description: Shopify  API — Themes business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-themes.json
      path: /admin/api/2020-01/themes.json
      operations:
      - name: deprecated202001getthemes
        method: GET
        description: Shopify Retrieves A List Of Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
    - name: admin-api-2020-04-themes.json
      path: /admin/api/2020-04/themes.json
      operations:
      - name: deprecated202004getthemes
        method: GET
        description: Shopify Retrieves A List Of Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
    - name: admin-api-2020-07-themes.json
      path: /admin/api/2020-07/themes.json
      operations:
      - name: deprecated202007getthemes
        method: GET
        description: Shopify Retrieves A List Of Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
    - name: admin-api-2020-10-themes.json
      path: /admin/api/2020-10/themes.json
      operations:
      - name: getthemes
        method: GET
        description: Shopify Retrieves A List Of Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
    - name: admin-api-2021-01-themes.json
      path: /admin/api/2021-01/themes.json
      operations:
      - name: deprecated202101getthemes
        method: GET
        description: Shopify Retrieves A List Of Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
    - name: admin-api-unstable-themes.json
      path: /admin/api/unstable/themes.json
      operations:
      - name: deprecatedunstablegetthemes
        method: GET
        description: Shopify Retrieves A List Of Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
  exposes:
  - type: rest
    namespace: shopify-themes-rest
    port: 8080
    description: REST adapter for Shopify  API — Themes. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/themes-json
      name: admin-api-2020-01-themes-json
      description: REST surface for admin-api-2020-01-themes.json.
      operations:
      - method: GET
        name: deprecated202001getthemes
        description: Shopify Retrieves A List Of Themes
        call: shopify-themes.deprecated202001getthemes
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/themes-json
      name: admin-api-2020-04-themes-json
      description: REST surface for admin-api-2020-04-themes.json.
      operations:
      - method: GET
        name: deprecated202004getthemes
        description: Shopify Retrieves A List Of Themes
        call: shopify-themes.deprecated202004getthemes
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/themes-json
      name: admin-api-2020-07-themes-json
      description: REST surface for admin-api-2020-07-themes.json.
      operations:
      - method: GET
        name: deprecated202007getthemes
        description: Shopify Retrieves A List Of Themes
        call: shopify-themes.deprecated202007getthemes
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/themes-json
      name: admin-api-2020-10-themes-json
      description: REST surface for admin-api-2020-10-themes.json.
      operations:
      - method: GET
        name: getthemes
        description: Shopify Retrieves A List Of Themes
        call: shopify-themes.getthemes
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/themes-json
      name: admin-api-2021-01-themes-json
      description: REST surface for admin-api-2021-01-themes.json.
      operations:
      - method: GET
        name: deprecated202101getthemes
        description: Shopify Retrieves A List Of Themes
        call: shopify-themes.deprecated202101getthemes
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/themes-json
      name: admin-api-unstable-themes-json
      description: REST surface for admin-api-unstable-themes.json.
      operations:
      - method: GET
        name: deprecatedunstablegetthemes
        description: Shopify Retrieves A List Of Themes
        call: shopify-themes.deprecatedunstablegetthemes
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-themes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Themes. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-list-themes
      description: Shopify Retrieves A List Of Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-themes.deprecated202001getthemes
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-themes-2
      description: Shopify Retrieves A List Of Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-themes.deprecated202004getthemes
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-themes-3
      description: Shopify Retrieves A List Of Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-themes.deprecated202007getthemes
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-themes-4
      description: Shopify Retrieves A List Of Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-themes.getthemes
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-themes-5
      description: Shopify Retrieves A List Of Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-themes.deprecated202101getthemes
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-themes-6
      description: Shopify Retrieves A List Of Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-themes.deprecatedunstablegetthemes
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.