Shopify · Capability

Shopify API — Activation

Shopify API — Activation. 6 operations. Lead operation: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyActivation

What You Can Do

POST
Deprecated202001createcustomersparamcustomeridaccountactivationurl — Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
/v1/admin/api/2020-01/customers/{customer-id}/account-activation-url-json
POST
Deprecated202004createcustomersparamcustomeridaccountactivationurl — Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
/v1/admin/api/2020-04/customers/{customer-id}/account-activation-url-json
POST
Deprecated202007createcustomersparamcustomeridaccountactivationurl — Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
/v1/admin/api/2020-07/customers/{customer-id}/account-activation-url-json
POST
Createcustomersparamcustomeridaccountactivationurl — Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
/v1/admin/api/2020-10/customers/{customer-id}/account-activation-url-json
POST
Deprecated202101createcustomersparamcustomeridaccountactivationurl — Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
/v1/admin/api/2021-01/customers/{customer-id}/account-activation-url-json
POST
Deprecatedunstablecreatecustomersparamcustomeridaccountactivationurl — Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
/v1/admin/api/unstable/customers/{customer-id}/account-activation-url-json

MCP Tools

shopify-generate-account-activation-url

Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled

shopify-generate-account-activation-url-2

Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled

shopify-generate-account-activation-url-3

Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled

shopify-generate-account-activation-url-4

Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled

shopify-generate-account-activation-url-5

Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled

shopify-generate-account-activation-url-6

Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled

Capability Spec

shopify-activation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Activation
  description: 'Shopify  API — Activation. 6 operations. Lead operation: Shopify Generate An Account Activation Url For A
    Customer Whose Account Is Not Yet Enabled. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Activation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-activation
    baseUri: ''
    description: Shopify  API — Activation business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-customers-customer_id-account_activation_url.json
      path: /admin/api/2020-01/customers/{customer_id}/account_activation_url.json
      operations:
      - name: deprecated202001createcustomersparamcustomeridaccountactivationurl
        method: POST
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer_id
          in: path
          type: string
          description: customer_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-customers-customer_id-account_activation_url.json
      path: /admin/api/2020-04/customers/{customer_id}/account_activation_url.json
      operations:
      - name: deprecated202004createcustomersparamcustomeridaccountactivationurl
        method: POST
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer_id
          in: path
          type: string
          description: customer_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-customers-customer_id-account_activation_url.json
      path: /admin/api/2020-07/customers/{customer_id}/account_activation_url.json
      operations:
      - name: deprecated202007createcustomersparamcustomeridaccountactivationurl
        method: POST
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer_id
          in: path
          type: string
          description: customer_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-customers-customer_id-account_activation_url.json
      path: /admin/api/2020-10/customers/{customer_id}/account_activation_url.json
      operations:
      - name: createcustomersparamcustomeridaccountactivationurl
        method: POST
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer_id
          in: path
          type: string
          description: customer_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-customers-customer_id-account_activation_url.json
      path: /admin/api/2021-01/customers/{customer_id}/account_activation_url.json
      operations:
      - name: deprecated202101createcustomersparamcustomeridaccountactivationurl
        method: POST
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer_id
          in: path
          type: string
          description: customer_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-customers-customer_id-account_activation_url.json
      path: /admin/api/unstable/customers/{customer_id}/account_activation_url.json
      operations:
      - name: deprecatedunstablecreatecustomersparamcustomeridaccountactivationurl
        method: POST
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customer_id
          in: path
          type: string
          description: customer_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-activation-rest
    port: 8080
    description: REST adapter for Shopify  API — Activation. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/customers/{customer-id}/account-activation-url-json
      name: admin-api-2020-01-customers-customer-id-account-activation-url-json
      description: REST surface for admin-api-2020-01-customers-customer_id-account_activation_url.json.
      operations:
      - method: POST
        name: deprecated202001createcustomersparamcustomeridaccountactivationurl
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        call: shopify-activation.deprecated202001createcustomersparamcustomeridaccountactivationurl
        with:
          customer_id: rest.customer_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/customers/{customer-id}/account-activation-url-json
      name: admin-api-2020-04-customers-customer-id-account-activation-url-json
      description: REST surface for admin-api-2020-04-customers-customer_id-account_activation_url.json.
      operations:
      - method: POST
        name: deprecated202004createcustomersparamcustomeridaccountactivationurl
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        call: shopify-activation.deprecated202004createcustomersparamcustomeridaccountactivationurl
        with:
          customer_id: rest.customer_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/customers/{customer-id}/account-activation-url-json
      name: admin-api-2020-07-customers-customer-id-account-activation-url-json
      description: REST surface for admin-api-2020-07-customers-customer_id-account_activation_url.json.
      operations:
      - method: POST
        name: deprecated202007createcustomersparamcustomeridaccountactivationurl
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        call: shopify-activation.deprecated202007createcustomersparamcustomeridaccountactivationurl
        with:
          customer_id: rest.customer_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/customers/{customer-id}/account-activation-url-json
      name: admin-api-2020-10-customers-customer-id-account-activation-url-json
      description: REST surface for admin-api-2020-10-customers-customer_id-account_activation_url.json.
      operations:
      - method: POST
        name: createcustomersparamcustomeridaccountactivationurl
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        call: shopify-activation.createcustomersparamcustomeridaccountactivationurl
        with:
          customer_id: rest.customer_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/customers/{customer-id}/account-activation-url-json
      name: admin-api-2021-01-customers-customer-id-account-activation-url-json
      description: REST surface for admin-api-2021-01-customers-customer_id-account_activation_url.json.
      operations:
      - method: POST
        name: deprecated202101createcustomersparamcustomeridaccountactivationurl
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        call: shopify-activation.deprecated202101createcustomersparamcustomeridaccountactivationurl
        with:
          customer_id: rest.customer_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/customers/{customer-id}/account-activation-url-json
      name: admin-api-unstable-customers-customer-id-account-activation-url-json
      description: REST surface for admin-api-unstable-customers-customer_id-account_activation_url.json.
      operations:
      - method: POST
        name: deprecatedunstablecreatecustomersparamcustomeridaccountactivationurl
        description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
        call: shopify-activation.deprecatedunstablecreatecustomersparamcustomeridaccountactivationurl
        with:
          customer_id: rest.customer_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-activation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Activation. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-generate-account-activation-url
      description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-activation.deprecated202001createcustomersparamcustomeridaccountactivationurl
      with:
        customer_id: tools.customer_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-generate-account-activation-url-2
      description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-activation.deprecated202004createcustomersparamcustomeridaccountactivationurl
      with:
        customer_id: tools.customer_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-generate-account-activation-url-3
      description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-activation.deprecated202007createcustomersparamcustomeridaccountactivationurl
      with:
        customer_id: tools.customer_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-generate-account-activation-url-4
      description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-activation.createcustomersparamcustomeridaccountactivationurl
      with:
        customer_id: tools.customer_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-generate-account-activation-url-5
      description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-activation.deprecated202101createcustomersparamcustomeridaccountactivationurl
      with:
        customer_id: tools.customer_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-generate-account-activation-url-6
      description: Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-activation.deprecatedunstablecreatecustomersparamcustomeridaccountactivationurl
      with:
        customer_id: tools.customer_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.