Shopify · Capability

Shopify API — Many

Shopify API — Many. 6 operations. Lead operation: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyMany

What You Can Do

POST
Deprecated202001createfulfillments — Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
/v1/admin/api/2020-01/fulfillments-json
POST
Deprecated202004createfulfillments — Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
/v1/admin/api/2020-04/fulfillments-json
POST
Deprecated202007createfulfillments — Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
/v1/admin/api/2020-07/fulfillments-json
POST
Createfulfillments — Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
/v1/admin/api/2020-10/fulfillments-json
POST
Deprecated202101createfulfillments — Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
/v1/admin/api/2021-01/fulfillments-json
POST
Deprecatedunstablecreatefulfillments — Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
/v1/admin/api/unstable/fulfillments-json

MCP Tools

shopify-creates-fulfillment-one-many

Shopify Creates A Fulfillment For One Or Many Fulfillment Orders

shopify-creates-fulfillment-one-many-2

Shopify Creates A Fulfillment For One Or Many Fulfillment Orders

shopify-creates-fulfillment-one-many-3

Shopify Creates A Fulfillment For One Or Many Fulfillment Orders

shopify-creates-fulfillment-one-many-4

Shopify Creates A Fulfillment For One Or Many Fulfillment Orders

shopify-creates-fulfillment-one-many-5

Shopify Creates A Fulfillment For One Or Many Fulfillment Orders

shopify-creates-fulfillment-one-many-6

Shopify Creates A Fulfillment For One Or Many Fulfillment Orders

Capability Spec

shopify-many.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Many
  description: 'Shopify  API — Many. 6 operations. Lead operation: Shopify Creates A Fulfillment For One Or Many Fulfillment
    Orders. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Many
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-many
    baseUri: ''
    description: Shopify  API — Many business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-fulfillments.json
      path: /admin/api/2020-01/fulfillments.json
      operations:
      - name: deprecated202001createfulfillments
        method: POST
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-fulfillments.json
      path: /admin/api/2020-04/fulfillments.json
      operations:
      - name: deprecated202004createfulfillments
        method: POST
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-fulfillments.json
      path: /admin/api/2020-07/fulfillments.json
      operations:
      - name: deprecated202007createfulfillments
        method: POST
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-fulfillments.json
      path: /admin/api/2020-10/fulfillments.json
      operations:
      - name: createfulfillments
        method: POST
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-fulfillments.json
      path: /admin/api/2021-01/fulfillments.json
      operations:
      - name: deprecated202101createfulfillments
        method: POST
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-fulfillments.json
      path: /admin/api/unstable/fulfillments.json
      operations:
      - name: deprecatedunstablecreatefulfillments
        method: POST
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-many-rest
    port: 8080
    description: REST adapter for Shopify  API — Many. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/fulfillments-json
      name: admin-api-2020-01-fulfillments-json
      description: REST surface for admin-api-2020-01-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202001createfulfillments
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        call: shopify-many.deprecated202001createfulfillments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/fulfillments-json
      name: admin-api-2020-04-fulfillments-json
      description: REST surface for admin-api-2020-04-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202004createfulfillments
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        call: shopify-many.deprecated202004createfulfillments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/fulfillments-json
      name: admin-api-2020-07-fulfillments-json
      description: REST surface for admin-api-2020-07-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202007createfulfillments
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        call: shopify-many.deprecated202007createfulfillments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/fulfillments-json
      name: admin-api-2020-10-fulfillments-json
      description: REST surface for admin-api-2020-10-fulfillments.json.
      operations:
      - method: POST
        name: createfulfillments
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        call: shopify-many.createfulfillments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/fulfillments-json
      name: admin-api-2021-01-fulfillments-json
      description: REST surface for admin-api-2021-01-fulfillments.json.
      operations:
      - method: POST
        name: deprecated202101createfulfillments
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        call: shopify-many.deprecated202101createfulfillments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/fulfillments-json
      name: admin-api-unstable-fulfillments-json
      description: REST surface for admin-api-unstable-fulfillments.json.
      operations:
      - method: POST
        name: deprecatedunstablecreatefulfillments
        description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
        call: shopify-many.deprecatedunstablecreatefulfillments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-many-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Many. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-creates-fulfillment-one-many
      description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-many.deprecated202001createfulfillments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-fulfillment-one-many-2
      description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-many.deprecated202004createfulfillments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-fulfillment-one-many-3
      description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-many.deprecated202007createfulfillments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-fulfillment-one-many-4
      description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-many.createfulfillments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-fulfillment-one-many-5
      description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-many.deprecated202101createfulfillments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-creates-fulfillment-one-many-6
      description: Shopify Creates A Fulfillment For One Or Many Fulfillment Orders
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-many.deprecatedunstablecreatefulfillments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.