Shopify · Capability

Shopify API — Make

Shopify API — Make. 6 operations. Lead operation: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyMake

What You Can Do

GET
Deprecated202001getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-01/users/current-json
GET
Deprecated202004getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-04/users/current-json
GET
Deprecated202007getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-07/users/current-json
GET
Getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2020-10/users/current-json
GET
Deprecated202101getuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/2021-01/users/current-json
GET
Deprecatedunstablegetuserscurrent — Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request
/v1/admin/api/unstable/users/current-json

MCP Tools

shopify-retrieves-information-about-user

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-information-about-user-2

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-information-about-user-3

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-information-about-user-4

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-information-about-user-5

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent
shopify-retrieves-information-about-user-6

Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request

read-only idempotent

Capability Spec

shopify-make.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Make
  description: 'Shopify  API — Make. 6 operations. Lead operation: Shopify Retrieves Information About The User Account Associated
    With The Access Token Used To Make This Api Request. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Make
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-make
    baseUri: ''
    description: Shopify  API — Make business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-users-current.json
      path: /admin/api/2020-01/users/current.json
      operations:
      - name: deprecated202001getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-04-users-current.json
      path: /admin/api/2020-04/users/current.json
      operations:
      - name: deprecated202004getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-07-users-current.json
      path: /admin/api/2020-07/users/current.json
      operations:
      - name: deprecated202007getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-10-users-current.json
      path: /admin/api/2020-10/users/current.json
      operations:
      - name: getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2021-01-users-current.json
      path: /admin/api/2021-01/users/current.json
      operations:
      - name: deprecated202101getuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-unstable-users-current.json
      path: /admin/api/unstable/users/current.json
      operations:
      - name: deprecatedunstablegetuserscurrent
        method: GET
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: shopify-make-rest
    port: 8080
    description: REST adapter for Shopify  API — Make. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/users/current-json
      name: admin-api-2020-01-users-current-json
      description: REST surface for admin-api-2020-01-users-current.json.
      operations:
      - method: GET
        name: deprecated202001getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-make.deprecated202001getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/users/current-json
      name: admin-api-2020-04-users-current-json
      description: REST surface for admin-api-2020-04-users-current.json.
      operations:
      - method: GET
        name: deprecated202004getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-make.deprecated202004getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/users/current-json
      name: admin-api-2020-07-users-current-json
      description: REST surface for admin-api-2020-07-users-current.json.
      operations:
      - method: GET
        name: deprecated202007getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-make.deprecated202007getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/users/current-json
      name: admin-api-2020-10-users-current-json
      description: REST surface for admin-api-2020-10-users-current.json.
      operations:
      - method: GET
        name: getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-make.getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/users/current-json
      name: admin-api-2021-01-users-current-json
      description: REST surface for admin-api-2021-01-users-current.json.
      operations:
      - method: GET
        name: deprecated202101getuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-make.deprecated202101getuserscurrent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/users/current-json
      name: admin-api-unstable-users-current-json
      description: REST surface for admin-api-unstable-users-current.json.
      operations:
      - method: GET
        name: deprecatedunstablegetuserscurrent
        description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
          Api Request
        call: shopify-make.deprecatedunstablegetuserscurrent
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-make-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Make. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-information-about-user
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-make.deprecated202001getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-2
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-make.deprecated202004getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-3
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-make.deprecated202007getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-4
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-make.getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-5
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-make.deprecated202101getuserscurrent
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-information-about-user-6
      description: Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This
        Api Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-make.deprecatedunstablegetuserscurrent
      outputParameters:
      - type: object
        mapping: $.