Shopify · Capability

Shopify API — Items

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

Run with Naftiko ShopifyItems

What You Can Do

GET
Deprecated202001getinventoryitems — Shopify Retrieves A List Of Inventory Items
/v1/admin/api/2020-01/inventory-items-json
POST
Deprecated202001createordersparamorderidfulfillments — Shopify Create A Fulfillment For The Specified Order And Line Items
/v1/admin/api/2020-01/orders/{order-id}/fulfillments-json
GET
Deprecated202004getinventoryitems — Shopify Retrieves A List Of Inventory Items
/v1/admin/api/2020-04/inventory-items-json
POST
Deprecated202004createordersparamorderidfulfillments — Shopify Create A Fulfillment For The Specified Order And Line Items
/v1/admin/api/2020-04/orders/{order-id}/fulfillments-json
GET
Deprecated202007getinventoryitems — Shopify Retrieves A List Of Inventory Items
/v1/admin/api/2020-07/inventory-items-json
POST
Deprecated202007createordersparamorderidfulfillments — Shopify Create A Fulfillment For The Specified Order And Line Items
/v1/admin/api/2020-07/orders/{order-id}/fulfillments-json
GET
Getinventoryitems — Shopify Retrieves A List Of Inventory Items
/v1/admin/api/2020-10/inventory-items-json
POST
Createordersparamorderidfulfillments — Shopify Create A Fulfillment For The Specified Order And Line Items
/v1/admin/api/2020-10/orders/{order-id}/fulfillments-json
GET
Deprecated202101getinventoryitems — Shopify Retrieves A List Of Inventory Items
/v1/admin/api/2021-01/inventory-items-json
POST
Deprecated202101createordersparamorderidfulfillments — Shopify Create A Fulfillment For The Specified Order And Line Items
/v1/admin/api/2021-01/orders/{order-id}/fulfillments-json
GET
Deprecatedunstablegetinventoryitems — Shopify Retrieves A List Of Inventory Items
/v1/admin/api/unstable/inventory-items-json
POST
Deprecatedunstablecreateordersparamorderidfulfillments — Shopify Create A Fulfillment For The Specified Order And Line Items
/v1/admin/api/unstable/orders/{order-id}/fulfillments-json

MCP Tools

shopify-retrieves-list-inventory-items

Shopify Retrieves A List Of Inventory Items

read-only idempotent
shopify-create-fulfillment-specified-order

Shopify Create A Fulfillment For The Specified Order And Line Items

shopify-retrieves-list-inventory-items-2

Shopify Retrieves A List Of Inventory Items

read-only idempotent
shopify-create-fulfillment-specified-order-2

Shopify Create A Fulfillment For The Specified Order And Line Items

shopify-retrieves-list-inventory-items-3

Shopify Retrieves A List Of Inventory Items

read-only idempotent
shopify-create-fulfillment-specified-order-3

Shopify Create A Fulfillment For The Specified Order And Line Items

shopify-retrieves-list-inventory-items-4

Shopify Retrieves A List Of Inventory Items

read-only idempotent
shopify-create-fulfillment-specified-order-4

Shopify Create A Fulfillment For The Specified Order And Line Items

shopify-retrieves-list-inventory-items-5

Shopify Retrieves A List Of Inventory Items

read-only idempotent
shopify-create-fulfillment-specified-order-5

Shopify Create A Fulfillment For The Specified Order And Line Items

shopify-retrieves-list-inventory-items-6

Shopify Retrieves A List Of Inventory Items

read-only idempotent
shopify-create-fulfillment-specified-order-6

Shopify Create A Fulfillment For The Specified Order And Line Items

Capability Spec

shopify-items.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Items
  description: 'Shopify  API — Items. 12 operations. Lead operation: Shopify Retrieves A List Of Inventory Items. Self-contained
    Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Items
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-items
    baseUri: ''
    description: Shopify  API — Items business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-inventory_items.json
      path: /admin/api/2020-01/inventory_items.json
      operations:
      - name: deprecated202001getinventoryitems
        method: GET
        description: Shopify Retrieves A List Of Inventory Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: "ids\n                  required"
          in: query
          type: string
          description: Show only inventory items specified by a comma-separated list of IDs.
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show.
        - name: ids
          in: query
          type: integer
          description: ids
    - name: admin-api-2020-01-orders-order_id-fulfillments.json
      path: /admin/api/2020-01/orders/{order_id}/fulfillments.json
      operations:
      - name: deprecated202001createordersparamorderidfulfillments
        method: POST
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-inventory_items.json
      path: /admin/api/2020-04/inventory_items.json
      operations:
      - name: deprecated202004getinventoryitems
        method: GET
        description: Shopify Retrieves A List Of Inventory Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: "ids\n                  required"
          in: query
          type: string
          description: Show only inventory items specified by a comma-separated list of IDs.
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show.
        - name: ids
          in: query
          type: integer
          description: ids
    - name: admin-api-2020-04-orders-order_id-fulfillments.json
      path: /admin/api/2020-04/orders/{order_id}/fulfillments.json
      operations:
      - name: deprecated202004createordersparamorderidfulfillments
        method: POST
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-inventory_items.json
      path: /admin/api/2020-07/inventory_items.json
      operations:
      - name: deprecated202007getinventoryitems
        method: GET
        description: Shopify Retrieves A List Of Inventory Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: "ids\n                  required"
          in: query
          type: string
          description: Show only inventory items specified by a comma-separated list of IDs.
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show.
        - name: ids
          in: query
          type: integer
          description: ids
    - name: admin-api-2020-07-orders-order_id-fulfillments.json
      path: /admin/api/2020-07/orders/{order_id}/fulfillments.json
      operations:
      - name: deprecated202007createordersparamorderidfulfillments
        method: POST
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-inventory_items.json
      path: /admin/api/2020-10/inventory_items.json
      operations:
      - name: getinventoryitems
        method: GET
        description: Shopify Retrieves A List Of Inventory Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: "ids\n                  required"
          in: query
          type: string
          description: Show only inventory items specified by a comma-separated list of IDs.
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show.
        - name: ids
          in: query
          type: integer
          description: ids
    - name: admin-api-2020-10-orders-order_id-fulfillments.json
      path: /admin/api/2020-10/orders/{order_id}/fulfillments.json
      operations:
      - name: createordersparamorderidfulfillments
        method: POST
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-inventory_items.json
      path: /admin/api/2021-01/inventory_items.json
      operations:
      - name: deprecated202101getinventoryitems
        method: GET
        description: Shopify Retrieves A List Of Inventory Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: "ids\n                  required"
          in: query
          type: string
          description: Show only inventory items specified by a comma-separated list of IDs.
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show.
        - name: ids
          in: query
          type: integer
          description: ids
    - name: admin-api-2021-01-orders-order_id-fulfillments.json
      path: /admin/api/2021-01/orders/{order_id}/fulfillments.json
      operations:
      - name: deprecated202101createordersparamorderidfulfillments
        method: POST
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-inventory_items.json
      path: /admin/api/unstable/inventory_items.json
      operations:
      - name: deprecatedunstablegetinventoryitems
        method: GET
        description: Shopify Retrieves A List Of Inventory Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: "ids\n                  required"
          in: query
          type: string
          description: Show only inventory items specified by a comma-separated list of IDs.
        - name: limit
          in: query
          type: string
          description: The maximum number of results to show.
        - name: ids
          in: query
          type: integer
          description: ids
    - name: admin-api-unstable-orders-order_id-fulfillments.json
      path: /admin/api/unstable/orders/{order_id}/fulfillments.json
      operations:
      - name: deprecatedunstablecreateordersparamorderidfulfillments
        method: POST
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-items-rest
    port: 8080
    description: REST adapter for Shopify  API — Items. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/inventory-items-json
      name: admin-api-2020-01-inventory-items-json
      description: REST surface for admin-api-2020-01-inventory_items.json.
      operations:
      - method: GET
        name: deprecated202001getinventoryitems
        description: Shopify Retrieves A List Of Inventory Items
        call: shopify-items.deprecated202001getinventoryitems
        with:
          ? "ids\n                  required"
          : "rest.ids\n                  required"
          limit: rest.limit
          ids: rest.ids
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/orders/{order-id}/fulfillments-json
      name: admin-api-2020-01-orders-order-id-fulfillments-json
      description: REST surface for admin-api-2020-01-orders-order_id-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202001createordersparamorderidfulfillments
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        call: shopify-items.deprecated202001createordersparamorderidfulfillments
        with:
          order_id: rest.order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/inventory-items-json
      name: admin-api-2020-04-inventory-items-json
      description: REST surface for admin-api-2020-04-inventory_items.json.
      operations:
      - method: GET
        name: deprecated202004getinventoryitems
        description: Shopify Retrieves A List Of Inventory Items
        call: shopify-items.deprecated202004getinventoryitems
        with:
          ? "ids\n                  required"
          : "rest.ids\n                  required"
          limit: rest.limit
          ids: rest.ids
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/orders/{order-id}/fulfillments-json
      name: admin-api-2020-04-orders-order-id-fulfillments-json
      description: REST surface for admin-api-2020-04-orders-order_id-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202004createordersparamorderidfulfillments
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        call: shopify-items.deprecated202004createordersparamorderidfulfillments
        with:
          order_id: rest.order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/inventory-items-json
      name: admin-api-2020-07-inventory-items-json
      description: REST surface for admin-api-2020-07-inventory_items.json.
      operations:
      - method: GET
        name: deprecated202007getinventoryitems
        description: Shopify Retrieves A List Of Inventory Items
        call: shopify-items.deprecated202007getinventoryitems
        with:
          ? "ids\n                  required"
          : "rest.ids\n                  required"
          limit: rest.limit
          ids: rest.ids
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/orders/{order-id}/fulfillments-json
      name: admin-api-2020-07-orders-order-id-fulfillments-json
      description: REST surface for admin-api-2020-07-orders-order_id-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202007createordersparamorderidfulfillments
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        call: shopify-items.deprecated202007createordersparamorderidfulfillments
        with:
          order_id: rest.order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/inventory-items-json
      name: admin-api-2020-10-inventory-items-json
      description: REST surface for admin-api-2020-10-inventory_items.json.
      operations:
      - method: GET
        name: getinventoryitems
        description: Shopify Retrieves A List Of Inventory Items
        call: shopify-items.getinventoryitems
        with:
          ? "ids\n                  required"
          : "rest.ids\n                  required"
          limit: rest.limit
          ids: rest.ids
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/orders/{order-id}/fulfillments-json
      name: admin-api-2020-10-orders-order-id-fulfillments-json
      description: REST surface for admin-api-2020-10-orders-order_id-fulfillments.json.
      operations:
      - method: POST
        name: createordersparamorderidfulfillments
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        call: shopify-items.createordersparamorderidfulfillments
        with:
          order_id: rest.order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/inventory-items-json
      name: admin-api-2021-01-inventory-items-json
      description: REST surface for admin-api-2021-01-inventory_items.json.
      operations:
      - method: GET
        name: deprecated202101getinventoryitems
        description: Shopify Retrieves A List Of Inventory Items
        call: shopify-items.deprecated202101getinventoryitems
        with:
          ? "ids\n                  required"
          : "rest.ids\n                  required"
          limit: rest.limit
          ids: rest.ids
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/orders/{order-id}/fulfillments-json
      name: admin-api-2021-01-orders-order-id-fulfillments-json
      description: REST surface for admin-api-2021-01-orders-order_id-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202101createordersparamorderidfulfillments
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        call: shopify-items.deprecated202101createordersparamorderidfulfillments
        with:
          order_id: rest.order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/inventory-items-json
      name: admin-api-unstable-inventory-items-json
      description: REST surface for admin-api-unstable-inventory_items.json.
      operations:
      - method: GET
        name: deprecatedunstablegetinventoryitems
        description: Shopify Retrieves A List Of Inventory Items
        call: shopify-items.deprecatedunstablegetinventoryitems
        with:
          ? "ids\n                  required"
          : "rest.ids\n                  required"
          limit: rest.limit
          ids: rest.ids
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/orders/{order-id}/fulfillments-json
      name: admin-api-unstable-orders-order-id-fulfillments-json
      description: REST surface for admin-api-unstable-orders-order_id-fulfillments.json.
      operations:
      - method: POST
        name: deprecatedunstablecreateordersparamorderidfulfillments
        description: Shopify Create A Fulfillment For The Specified Order And Line Items
        call: shopify-items.deprecatedunstablecreateordersparamorderidfulfillments
        with:
          order_id: rest.order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-items-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Items. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-retrieves-list-inventory-items
      description: Shopify Retrieves A List Of Inventory Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-items.deprecated202001getinventoryitems
      with:
        ? "ids\n                  required"
        : "tools.ids\n                  required"
        limit: tools.limit
        ids: tools.ids
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-fulfillment-specified-order
      description: Shopify Create A Fulfillment For The Specified Order And Line Items
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-items.deprecated202001createordersparamorderidfulfillments
      with:
        order_id: tools.order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-inventory-items-2
      description: Shopify Retrieves A List Of Inventory Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-items.deprecated202004getinventoryitems
      with:
        ? "ids\n                  required"
        : "tools.ids\n                  required"
        limit: tools.limit
        ids: tools.ids
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-fulfillment-specified-order-2
      description: Shopify Create A Fulfillment For The Specified Order And Line Items
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-items.deprecated202004createordersparamorderidfulfillments
      with:
        order_id: tools.order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-inventory-items-3
      description: Shopify Retrieves A List Of Inventory Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-items.deprecated202007getinventoryitems
      with:
        ? "ids\n                  required"
        : "tools.ids\n                  required"
        limit: tools.limit
        ids: tools.ids
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-fulfillment-specified-order-3
      description: Shopify Create A Fulfillment For The Specified Order And Line Items
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-items.deprecated202007createordersparamorderidfulfillments
      with:
        order_id: tools.order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-inventory-items-4
      description: Shopify Retrieves A List Of Inventory Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-items.getinventoryitems
      with:
        ? "ids\n                  required"
        : "tools.ids\n                  required"
        limit: tools.limit
        ids: tools.ids
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-fulfillment-specified-order-4
      description: Shopify Create A Fulfillment For The Specified Order And Line Items
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-items.createordersparamorderidfulfillments
      with:
        order_id: tools.order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-inventory-items-5
      description: Shopify Retrieves A List Of Inventory Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-items.deprecated202101getinventoryitems
      with:
        ? "ids\n                  required"
        : "tools.ids\n                  required"
        limit: tools.limit
        ids: tools.ids
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-fulfillment-specified-order-5
      description: Shopify Create A Fulfillment For The Specified Order And Line Items
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-items.deprecated202101createordersparamorderidfulfillments
      with:
        order_id: tools.order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-inventory-items-6
      description: Shopify Retrieves A List Of Inventory Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-items.deprecatedunstablegetinventoryitems
      with:
        ? "ids\n                  required"
        : "tools.ids\n                  required"
        limit: tools.limit
        ids: tools.ids
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-fulfillment-specified-order-6
      description: Shopify Create A Fulfillment For The Specified Order And Line Items
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-items.deprecatedunstablecreateordersparamorderidfulfillments
      with:
        order_id: tools.order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.