Shopify · Capability

Shopify API — Countries

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

Run with Naftiko ShopifyCountries

What You Can Do

GET
Deprecated202001getcountries — Shopify Retrieves A List Of Countries
/v1/admin/api/2020-01/countries-json
GET
Deprecated202001getcountriescount — Shopify Retrieves A Count Of Countries
/v1/admin/api/2020-01/countries/count-json
GET
Deprecated202004getcountries — Shopify Retrieves A List Of Countries
/v1/admin/api/2020-04/countries-json
GET
Deprecated202004getcountriescount — Shopify Retrieves A Count Of Countries
/v1/admin/api/2020-04/countries/count-json
GET
Deprecated202007getcountries — Shopify Retrieves A List Of Countries
/v1/admin/api/2020-07/countries-json
GET
Deprecated202007getcountriescount — Shopify Retrieves A Count Of Countries
/v1/admin/api/2020-07/countries/count-json
GET
Getcountries — Shopify Retrieves A List Of Countries
/v1/admin/api/2020-10/countries-json
GET
Getcountriescount — Shopify Retrieves A Count Of Countries
/v1/admin/api/2020-10/countries/count-json
GET
Deprecated202101getcountries — Shopify Retrieves A List Of Countries
/v1/admin/api/2021-01/countries-json
GET
Deprecated202101getcountriescount — Shopify Retrieves A Count Of Countries
/v1/admin/api/2021-01/countries/count-json
GET
Deprecatedunstablegetcountries — Shopify Retrieves A List Of Countries
/v1/admin/api/unstable/countries-json
GET
Deprecatedunstablegetcountriescount — Shopify Retrieves A Count Of Countries
/v1/admin/api/unstable/countries/count-json

MCP Tools

shopify-retrieves-list-countries

Shopify Retrieves A List Of Countries

read-only idempotent
shopify-retrieves-count-countries

Shopify Retrieves A Count Of Countries

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

Shopify Retrieves A List Of Countries

read-only idempotent
shopify-retrieves-count-countries-2

Shopify Retrieves A Count Of Countries

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

Shopify Retrieves A List Of Countries

read-only idempotent
shopify-retrieves-count-countries-3

Shopify Retrieves A Count Of Countries

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

Shopify Retrieves A List Of Countries

read-only idempotent
shopify-retrieves-count-countries-4

Shopify Retrieves A Count Of Countries

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

Shopify Retrieves A List Of Countries

read-only idempotent
shopify-retrieves-count-countries-5

Shopify Retrieves A Count Of Countries

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

Shopify Retrieves A List Of Countries

read-only idempotent
shopify-retrieves-count-countries-6

Shopify Retrieves A Count Of Countries

read-only idempotent

Capability Spec

shopify-countries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Countries
  description: 'Shopify  API — Countries. 12 operations. Lead operation: Shopify Retrieves A List Of Countries. Self-contained
    Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Countries
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-countries
    baseUri: ''
    description: Shopify  API — Countries business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-countries.json
      path: /admin/api/2020-01/countries.json
      operations:
      - name: deprecated202001getcountries
        method: GET
        description: Shopify Retrieves A List Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
    - name: admin-api-2020-01-countries-count.json
      path: /admin/api/2020-01/countries/count.json
      operations:
      - name: deprecated202001getcountriescount
        method: GET
        description: Shopify Retrieves A Count Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-04-countries.json
      path: /admin/api/2020-04/countries.json
      operations:
      - name: deprecated202004getcountries
        method: GET
        description: Shopify Retrieves A List Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - 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-countries-count.json
      path: /admin/api/2020-04/countries/count.json
      operations:
      - name: deprecated202004getcountriescount
        method: GET
        description: Shopify Retrieves A Count Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-07-countries.json
      path: /admin/api/2020-07/countries.json
      operations:
      - name: deprecated202007getcountries
        method: GET
        description: Shopify Retrieves A List Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - 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-countries-count.json
      path: /admin/api/2020-07/countries/count.json
      operations:
      - name: deprecated202007getcountriescount
        method: GET
        description: Shopify Retrieves A Count Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2020-10-countries.json
      path: /admin/api/2020-10/countries.json
      operations:
      - name: getcountries
        method: GET
        description: Shopify Retrieves A List Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - 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-countries-count.json
      path: /admin/api/2020-10/countries/count.json
      operations:
      - name: getcountriescount
        method: GET
        description: Shopify Retrieves A Count Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-2021-01-countries.json
      path: /admin/api/2021-01/countries.json
      operations:
      - name: deprecated202101getcountries
        method: GET
        description: Shopify Retrieves A List Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - 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-countries-count.json
      path: /admin/api/2021-01/countries/count.json
      operations:
      - name: deprecated202101getcountriescount
        method: GET
        description: Shopify Retrieves A Count Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: admin-api-unstable-countries.json
      path: /admin/api/unstable/countries.json
      operations:
      - name: deprecatedunstablegetcountries
        method: GET
        description: Shopify Retrieves A List Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Restrict results to after the specified ID.
        - name: fields
          in: query
          type: string
          description: Show only certain fields, specified by a comma-separated list of field names.
    - name: admin-api-unstable-countries-count.json
      path: /admin/api/unstable/countries/count.json
      operations:
      - name: deprecatedunstablegetcountriescount
        method: GET
        description: Shopify Retrieves A Count Of Countries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: shopify-countries-rest
    port: 8080
    description: REST adapter for Shopify  API — Countries. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/countries-json
      name: admin-api-2020-01-countries-json
      description: REST surface for admin-api-2020-01-countries.json.
      operations:
      - method: GET
        name: deprecated202001getcountries
        description: Shopify Retrieves A List Of Countries
        call: shopify-countries.deprecated202001getcountries
        with:
          since_id: rest.since_id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/countries/count-json
      name: admin-api-2020-01-countries-count-json
      description: REST surface for admin-api-2020-01-countries-count.json.
      operations:
      - method: GET
        name: deprecated202001getcountriescount
        description: Shopify Retrieves A Count Of Countries
        call: shopify-countries.deprecated202001getcountriescount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/countries-json
      name: admin-api-2020-04-countries-json
      description: REST surface for admin-api-2020-04-countries.json.
      operations:
      - method: GET
        name: deprecated202004getcountries
        description: Shopify Retrieves A List Of Countries
        call: shopify-countries.deprecated202004getcountries
        with:
          since_id: rest.since_id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/countries/count-json
      name: admin-api-2020-04-countries-count-json
      description: REST surface for admin-api-2020-04-countries-count.json.
      operations:
      - method: GET
        name: deprecated202004getcountriescount
        description: Shopify Retrieves A Count Of Countries
        call: shopify-countries.deprecated202004getcountriescount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/countries-json
      name: admin-api-2020-07-countries-json
      description: REST surface for admin-api-2020-07-countries.json.
      operations:
      - method: GET
        name: deprecated202007getcountries
        description: Shopify Retrieves A List Of Countries
        call: shopify-countries.deprecated202007getcountries
        with:
          since_id: rest.since_id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/countries/count-json
      name: admin-api-2020-07-countries-count-json
      description: REST surface for admin-api-2020-07-countries-count.json.
      operations:
      - method: GET
        name: deprecated202007getcountriescount
        description: Shopify Retrieves A Count Of Countries
        call: shopify-countries.deprecated202007getcountriescount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/countries-json
      name: admin-api-2020-10-countries-json
      description: REST surface for admin-api-2020-10-countries.json.
      operations:
      - method: GET
        name: getcountries
        description: Shopify Retrieves A List Of Countries
        call: shopify-countries.getcountries
        with:
          since_id: rest.since_id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/countries/count-json
      name: admin-api-2020-10-countries-count-json
      description: REST surface for admin-api-2020-10-countries-count.json.
      operations:
      - method: GET
        name: getcountriescount
        description: Shopify Retrieves A Count Of Countries
        call: shopify-countries.getcountriescount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/countries-json
      name: admin-api-2021-01-countries-json
      description: REST surface for admin-api-2021-01-countries.json.
      operations:
      - method: GET
        name: deprecated202101getcountries
        description: Shopify Retrieves A List Of Countries
        call: shopify-countries.deprecated202101getcountries
        with:
          since_id: rest.since_id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/countries/count-json
      name: admin-api-2021-01-countries-count-json
      description: REST surface for admin-api-2021-01-countries-count.json.
      operations:
      - method: GET
        name: deprecated202101getcountriescount
        description: Shopify Retrieves A Count Of Countries
        call: shopify-countries.deprecated202101getcountriescount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/countries-json
      name: admin-api-unstable-countries-json
      description: REST surface for admin-api-unstable-countries.json.
      operations:
      - method: GET
        name: deprecatedunstablegetcountries
        description: Shopify Retrieves A List Of Countries
        call: shopify-countries.deprecatedunstablegetcountries
        with:
          since_id: rest.since_id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/countries/count-json
      name: admin-api-unstable-countries-count-json
      description: REST surface for admin-api-unstable-countries-count.json.
      operations:
      - method: GET
        name: deprecatedunstablegetcountriescount
        description: Shopify Retrieves A Count Of Countries
        call: shopify-countries.deprecatedunstablegetcountriescount
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-countries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Countries. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-list-countries
      description: Shopify Retrieves A List Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202001getcountries
      with:
        since_id: tools.since_id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-countries
      description: Shopify Retrieves A Count Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202001getcountriescount
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-countries-2
      description: Shopify Retrieves A List Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202004getcountries
      with:
        since_id: tools.since_id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-countries-2
      description: Shopify Retrieves A Count Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202004getcountriescount
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-countries-3
      description: Shopify Retrieves A List Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202007getcountries
      with:
        since_id: tools.since_id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-countries-3
      description: Shopify Retrieves A Count Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202007getcountriescount
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-countries-4
      description: Shopify Retrieves A List Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.getcountries
      with:
        since_id: tools.since_id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-countries-4
      description: Shopify Retrieves A Count Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.getcountriescount
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-countries-5
      description: Shopify Retrieves A List Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202101getcountries
      with:
        since_id: tools.since_id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-countries-5
      description: Shopify Retrieves A Count Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecated202101getcountriescount
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-countries-6
      description: Shopify Retrieves A List Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecatedunstablegetcountries
      with:
        since_id: tools.since_id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-count-countries-6
      description: Shopify Retrieves A Count Of Countries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-countries.deprecatedunstablegetcountriescount
      outputParameters:
      - type: object
        mapping: $.