Shopify · Capability

Shopify API — Keys

Shopify API — Keys. 6 operations. Lead operation: Shopify Retrieves A Single Asset For A Theme By Its Key. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyKeys

What You Can Do

GET
Deprecated202001getthemesparamthemeidassets — Shopify Retrieves A Single Asset For A Theme By Its Key
/v1/admin/api/2020-01/themes/{theme-id}/assets-json
GET
Deprecated202004getthemesparamthemeidassets — Shopify Retrieves A Single Asset For A Theme By Its Key
/v1/admin/api/2020-04/themes/{theme-id}/assets-json
GET
Deprecated202007getthemesparamthemeidassets — Shopify Retrieves A Single Asset For A Theme By Its Key
/v1/admin/api/2020-07/themes/{theme-id}/assets-json
GET
Getthemesparamthemeidassets — Shopify Retrieves A Single Asset For A Theme By Its Key
/v1/admin/api/2020-10/themes/{theme-id}/assets-json
GET
Deprecated202101getthemesparamthemeidassets — Shopify Retrieves A Single Asset For A Theme By Its Key
/v1/admin/api/2021-01/themes/{theme-id}/assets-json
GET
Deprecatedunstablegetthemesparamthemeidassets — Shopify Retrieves A Single Asset For A Theme By Its Key
/v1/admin/api/unstable/themes/{theme-id}/assets-json

MCP Tools

shopify-retrieves-single-asset-theme

Shopify Retrieves A Single Asset For A Theme By Its Key

read-only idempotent
shopify-retrieves-single-asset-theme-2

Shopify Retrieves A Single Asset For A Theme By Its Key

read-only idempotent
shopify-retrieves-single-asset-theme-3

Shopify Retrieves A Single Asset For A Theme By Its Key

read-only idempotent
shopify-retrieves-single-asset-theme-4

Shopify Retrieves A Single Asset For A Theme By Its Key

read-only idempotent
shopify-retrieves-single-asset-theme-5

Shopify Retrieves A Single Asset For A Theme By Its Key

read-only idempotent
shopify-retrieves-single-asset-theme-6

Shopify Retrieves A Single Asset For A Theme By Its Key

read-only idempotent

Capability Spec

shopify-keys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Keys
  description: 'Shopify  API — Keys. 6 operations. Lead operation: Shopify Retrieves A Single Asset For A Theme By Its Key.
    Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Keys
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-keys
    baseUri: ''
    description: Shopify  API — Keys business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-themes-theme_id-assets.json
      path: /admin/api/2020-01/themes/{theme_id}/assets.json
      operations:
      - name: deprecated202001getthemesparamthemeidassets
        method: GET
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: theme_id
          in: path
          type: string
          description: theme_id
          required: true
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names
        - name: asset[key]
          in: query
          type: string
          description: asset[key]
    - name: admin-api-2020-04-themes-theme_id-assets.json
      path: /admin/api/2020-04/themes/{theme_id}/assets.json
      operations:
      - name: deprecated202004getthemesparamthemeidassets
        method: GET
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: theme_id
          in: path
          type: string
          description: theme_id
          required: true
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names
        - name: asset[key]
          in: query
          type: string
          description: asset[key]
    - name: admin-api-2020-07-themes-theme_id-assets.json
      path: /admin/api/2020-07/themes/{theme_id}/assets.json
      operations:
      - name: deprecated202007getthemesparamthemeidassets
        method: GET
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: theme_id
          in: path
          type: string
          description: theme_id
          required: true
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names
        - name: asset[key]
          in: query
          type: string
          description: asset[key]
    - name: admin-api-2020-10-themes-theme_id-assets.json
      path: /admin/api/2020-10/themes/{theme_id}/assets.json
      operations:
      - name: getthemesparamthemeidassets
        method: GET
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: theme_id
          in: path
          type: string
          description: theme_id
          required: true
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names
        - name: asset[key]
          in: query
          type: string
          description: asset[key]
    - name: admin-api-2021-01-themes-theme_id-assets.json
      path: /admin/api/2021-01/themes/{theme_id}/assets.json
      operations:
      - name: deprecated202101getthemesparamthemeidassets
        method: GET
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: theme_id
          in: path
          type: string
          description: theme_id
          required: true
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names
        - name: asset[key]
          in: query
          type: string
          description: asset[key]
    - name: admin-api-unstable-themes-theme_id-assets.json
      path: /admin/api/unstable/themes/{theme_id}/assets.json
      operations:
      - name: deprecatedunstablegetthemesparamthemeidassets
        method: GET
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: theme_id
          in: path
          type: string
          description: theme_id
          required: true
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names
        - name: asset[key]
          in: query
          type: string
          description: asset[key]
  exposes:
  - type: rest
    namespace: shopify-keys-rest
    port: 8080
    description: REST adapter for Shopify  API — Keys. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/themes/{theme-id}/assets-json
      name: admin-api-2020-01-themes-theme-id-assets-json
      description: REST surface for admin-api-2020-01-themes-theme_id-assets.json.
      operations:
      - method: GET
        name: deprecated202001getthemesparamthemeidassets
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        call: shopify-keys.deprecated202001getthemesparamthemeidassets
        with:
          theme_id: rest.theme_id
          fields: rest.fields
          asset[key]: rest.asset[key]
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/themes/{theme-id}/assets-json
      name: admin-api-2020-04-themes-theme-id-assets-json
      description: REST surface for admin-api-2020-04-themes-theme_id-assets.json.
      operations:
      - method: GET
        name: deprecated202004getthemesparamthemeidassets
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        call: shopify-keys.deprecated202004getthemesparamthemeidassets
        with:
          theme_id: rest.theme_id
          fields: rest.fields
          asset[key]: rest.asset[key]
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/themes/{theme-id}/assets-json
      name: admin-api-2020-07-themes-theme-id-assets-json
      description: REST surface for admin-api-2020-07-themes-theme_id-assets.json.
      operations:
      - method: GET
        name: deprecated202007getthemesparamthemeidassets
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        call: shopify-keys.deprecated202007getthemesparamthemeidassets
        with:
          theme_id: rest.theme_id
          fields: rest.fields
          asset[key]: rest.asset[key]
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/themes/{theme-id}/assets-json
      name: admin-api-2020-10-themes-theme-id-assets-json
      description: REST surface for admin-api-2020-10-themes-theme_id-assets.json.
      operations:
      - method: GET
        name: getthemesparamthemeidassets
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        call: shopify-keys.getthemesparamthemeidassets
        with:
          theme_id: rest.theme_id
          fields: rest.fields
          asset[key]: rest.asset[key]
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/themes/{theme-id}/assets-json
      name: admin-api-2021-01-themes-theme-id-assets-json
      description: REST surface for admin-api-2021-01-themes-theme_id-assets.json.
      operations:
      - method: GET
        name: deprecated202101getthemesparamthemeidassets
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        call: shopify-keys.deprecated202101getthemesparamthemeidassets
        with:
          theme_id: rest.theme_id
          fields: rest.fields
          asset[key]: rest.asset[key]
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/themes/{theme-id}/assets-json
      name: admin-api-unstable-themes-theme-id-assets-json
      description: REST surface for admin-api-unstable-themes-theme_id-assets.json.
      operations:
      - method: GET
        name: deprecatedunstablegetthemesparamthemeidassets
        description: Shopify Retrieves A Single Asset For A Theme By Its Key
        call: shopify-keys.deprecatedunstablegetthemesparamthemeidassets
        with:
          theme_id: rest.theme_id
          fields: rest.fields
          asset[key]: rest.asset[key]
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-keys-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Keys. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-single-asset-theme
      description: Shopify Retrieves A Single Asset For A Theme By Its Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-keys.deprecated202001getthemesparamthemeidassets
      with:
        theme_id: tools.theme_id
        fields: tools.fields
        asset[key]: tools.asset[key]
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-asset-theme-2
      description: Shopify Retrieves A Single Asset For A Theme By Its Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-keys.deprecated202004getthemesparamthemeidassets
      with:
        theme_id: tools.theme_id
        fields: tools.fields
        asset[key]: tools.asset[key]
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-asset-theme-3
      description: Shopify Retrieves A Single Asset For A Theme By Its Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-keys.deprecated202007getthemesparamthemeidassets
      with:
        theme_id: tools.theme_id
        fields: tools.fields
        asset[key]: tools.asset[key]
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-asset-theme-4
      description: Shopify Retrieves A Single Asset For A Theme By Its Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-keys.getthemesparamthemeidassets
      with:
        theme_id: tools.theme_id
        fields: tools.fields
        asset[key]: tools.asset[key]
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-asset-theme-5
      description: Shopify Retrieves A Single Asset For A Theme By Its Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-keys.deprecated202101getthemesparamthemeidassets
      with:
        theme_id: tools.theme_id
        fields: tools.fields
        asset[key]: tools.asset[key]
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-single-asset-theme-6
      description: Shopify Retrieves A Single Asset For A Theme By Its Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-keys.deprecatedunstablegetthemesparamthemeidassets
      with:
        theme_id: tools.theme_id
        fields: tools.fields
        asset[key]: tools.asset[key]
      outputParameters:
      - type: object
        mapping: $.