Shopify · Capability

Shopify API — Rates

Shopify API — Rates. 6 operations. Lead operation: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyRates

What You Can Do

GET
Deprecated202001getcheckoutsparamtokenshippingrates — Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
/v1/admin/api/2020-01/checkouts/{token}/shipping-rates-json
GET
Deprecated202004getcheckoutsparamtokenshippingrates — Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
/v1/admin/api/2020-04/checkouts/{token}/shipping-rates-json
GET
Deprecated202007getcheckoutsparamtokenshippingrates — Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
/v1/admin/api/2020-07/checkouts/{token}/shipping-rates-json
GET
Getcheckoutsparamtokenshippingrates — Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
/v1/admin/api/2020-10/checkouts/{token}/shipping-rates-json
GET
Deprecated202101getcheckoutsparamtokenshippingrates — Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
/v1/admin/api/2021-01/checkouts/{token}/shipping-rates-json
GET
Deprecatedunstablegetcheckoutsparamtokenshippingrates — Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
/v1/admin/api/unstable/checkouts/{token}/shipping-rates-json

MCP Tools

shopify-retrieves-list-available-shipping

Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout

read-only idempotent
shopify-retrieves-list-available-shipping-2

Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout

read-only idempotent
shopify-retrieves-list-available-shipping-3

Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout

read-only idempotent
shopify-retrieves-list-available-shipping-4

Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout

read-only idempotent
shopify-retrieves-list-available-shipping-5

Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout

read-only idempotent
shopify-retrieves-list-available-shipping-6

Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout

read-only idempotent

Capability Spec

shopify-rates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Rates
  description: 'Shopify  API — Rates. 6 operations. Lead operation: Shopify Retrieves A List Of Available Shipping Rates For
    The Specified Checkout. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Rates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-rates
    baseUri: ''
    description: Shopify  API — Rates business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-checkouts-token-shipping_rates.json
      path: /admin/api/2020-01/checkouts/{token}/shipping_rates.json
      operations:
      - name: deprecated202001getcheckoutsparamtokenshippingrates
        method: GET
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: path
          type: string
          description: token
          required: true
    - name: admin-api-2020-04-checkouts-token-shipping_rates.json
      path: /admin/api/2020-04/checkouts/{token}/shipping_rates.json
      operations:
      - name: deprecated202004getcheckoutsparamtokenshippingrates
        method: GET
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: path
          type: string
          description: token
          required: true
    - name: admin-api-2020-07-checkouts-token-shipping_rates.json
      path: /admin/api/2020-07/checkouts/{token}/shipping_rates.json
      operations:
      - name: deprecated202007getcheckoutsparamtokenshippingrates
        method: GET
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: path
          type: string
          description: token
          required: true
    - name: admin-api-2020-10-checkouts-token-shipping_rates.json
      path: /admin/api/2020-10/checkouts/{token}/shipping_rates.json
      operations:
      - name: getcheckoutsparamtokenshippingrates
        method: GET
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: path
          type: string
          description: token
          required: true
    - name: admin-api-2021-01-checkouts-token-shipping_rates.json
      path: /admin/api/2021-01/checkouts/{token}/shipping_rates.json
      operations:
      - name: deprecated202101getcheckoutsparamtokenshippingrates
        method: GET
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: path
          type: string
          description: token
          required: true
    - name: admin-api-unstable-checkouts-token-shipping_rates.json
      path: /admin/api/unstable/checkouts/{token}/shipping_rates.json
      operations:
      - name: deprecatedunstablegetcheckoutsparamtokenshippingrates
        method: GET
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: path
          type: string
          description: token
          required: true
  exposes:
  - type: rest
    namespace: shopify-rates-rest
    port: 8080
    description: REST adapter for Shopify  API — Rates. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/checkouts/{token}/shipping-rates-json
      name: admin-api-2020-01-checkouts-token-shipping-rates-json
      description: REST surface for admin-api-2020-01-checkouts-token-shipping_rates.json.
      operations:
      - method: GET
        name: deprecated202001getcheckoutsparamtokenshippingrates
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        call: shopify-rates.deprecated202001getcheckoutsparamtokenshippingrates
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/checkouts/{token}/shipping-rates-json
      name: admin-api-2020-04-checkouts-token-shipping-rates-json
      description: REST surface for admin-api-2020-04-checkouts-token-shipping_rates.json.
      operations:
      - method: GET
        name: deprecated202004getcheckoutsparamtokenshippingrates
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        call: shopify-rates.deprecated202004getcheckoutsparamtokenshippingrates
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/checkouts/{token}/shipping-rates-json
      name: admin-api-2020-07-checkouts-token-shipping-rates-json
      description: REST surface for admin-api-2020-07-checkouts-token-shipping_rates.json.
      operations:
      - method: GET
        name: deprecated202007getcheckoutsparamtokenshippingrates
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        call: shopify-rates.deprecated202007getcheckoutsparamtokenshippingrates
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/checkouts/{token}/shipping-rates-json
      name: admin-api-2020-10-checkouts-token-shipping-rates-json
      description: REST surface for admin-api-2020-10-checkouts-token-shipping_rates.json.
      operations:
      - method: GET
        name: getcheckoutsparamtokenshippingrates
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        call: shopify-rates.getcheckoutsparamtokenshippingrates
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/checkouts/{token}/shipping-rates-json
      name: admin-api-2021-01-checkouts-token-shipping-rates-json
      description: REST surface for admin-api-2021-01-checkouts-token-shipping_rates.json.
      operations:
      - method: GET
        name: deprecated202101getcheckoutsparamtokenshippingrates
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        call: shopify-rates.deprecated202101getcheckoutsparamtokenshippingrates
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/checkouts/{token}/shipping-rates-json
      name: admin-api-unstable-checkouts-token-shipping-rates-json
      description: REST surface for admin-api-unstable-checkouts-token-shipping_rates.json.
      operations:
      - method: GET
        name: deprecatedunstablegetcheckoutsparamtokenshippingrates
        description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
        call: shopify-rates.deprecatedunstablegetcheckoutsparamtokenshippingrates
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-rates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Rates. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-list-available-shipping
      description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-rates.deprecated202001getcheckoutsparamtokenshippingrates
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-available-shipping-2
      description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-rates.deprecated202004getcheckoutsparamtokenshippingrates
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-available-shipping-3
      description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-rates.deprecated202007getcheckoutsparamtokenshippingrates
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-available-shipping-4
      description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-rates.getcheckoutsparamtokenshippingrates
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-available-shipping-5
      description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-rates.deprecated202101getcheckoutsparamtokenshippingrates
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-available-shipping-6
      description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-rates.deprecatedunstablegetcheckoutsparamtokenshippingrates
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.