Shopify · Capability

Shopify API — Contains

Shopify API — Contains. 6 operations. Lead operation: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyContains

What You Can Do

POST
Deprecated202001createthemes — Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
/v1/admin/api/2020-01/themes-json
POST
Deprecated202004createthemes — Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
/v1/admin/api/2020-04/themes-json
POST
Deprecated202007createthemes — Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
/v1/admin/api/2020-07/themes-json
POST
Createthemes — Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
/v1/admin/api/2020-10/themes-json
POST
Deprecated202101createthemes — Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
/v1/admin/api/2021-01/themes-json
POST
Deprecatedunstablecreatethemes — Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
/v1/admin/api/unstable/themes-json

MCP Tools

shopify-creates-theme-providing-public

Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme

shopify-creates-theme-providing-public-2

Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme

shopify-creates-theme-providing-public-3

Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme

shopify-creates-theme-providing-public-4

Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme

shopify-creates-theme-providing-public-5

Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme

shopify-creates-theme-providing-public-6

Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme

Capability Spec

shopify-contains.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Contains
  description: 'Shopify  API — Contains. 6 operations. Lead operation: Shopify Creates A Theme By Providing The Public Url
    Of A Zip File That Contains The Theme. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Contains
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-contains
    baseUri: ''
    description: Shopify  API — Contains business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-themes.json
      path: /admin/api/2020-01/themes.json
      operations:
      - name: deprecated202001createthemes
        method: POST
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-themes.json
      path: /admin/api/2020-04/themes.json
      operations:
      - name: deprecated202004createthemes
        method: POST
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-themes.json
      path: /admin/api/2020-07/themes.json
      operations:
      - name: deprecated202007createthemes
        method: POST
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-themes.json
      path: /admin/api/2020-10/themes.json
      operations:
      - name: createthemes
        method: POST
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-themes.json
      path: /admin/api/2021-01/themes.json
      operations:
      - name: deprecated202101createthemes
        method: POST
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-themes.json
      path: /admin/api/unstable/themes.json
      operations:
      - name: deprecatedunstablecreatethemes
        method: POST
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-contains-rest
    port: 8080
    description: REST adapter for Shopify  API — Contains. 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: POST
        name: deprecated202001createthemes
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        call: shopify-contains.deprecated202001createthemes
        with:
          body: rest.body
        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: POST
        name: deprecated202004createthemes
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        call: shopify-contains.deprecated202004createthemes
        with:
          body: rest.body
        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: POST
        name: deprecated202007createthemes
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        call: shopify-contains.deprecated202007createthemes
        with:
          body: rest.body
        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: POST
        name: createthemes
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        call: shopify-contains.createthemes
        with:
          body: rest.body
        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: POST
        name: deprecated202101createthemes
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        call: shopify-contains.deprecated202101createthemes
        with:
          body: rest.body
        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: POST
        name: deprecatedunstablecreatethemes
        description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
        call: shopify-contains.deprecatedunstablecreatethemes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-contains-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Contains. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-creates-theme-providing-public
      description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-contains.deprecated202001createthemes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-theme-providing-public-2
      description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-contains.deprecated202004createthemes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-theme-providing-public-3
      description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-contains.deprecated202007createthemes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-theme-providing-public-4
      description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-contains.createthemes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-theme-providing-public-5
      description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-contains.deprecated202101createthemes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-theme-providing-public-6
      description: Shopify Creates A Theme By Providing The Public Url Of A Zip File That Contains The Theme
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-contains.deprecatedunstablecreatethemes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.