Shopify · Capability

Shopify API — Mark

Shopify API — Mark. 12 operations. Lead operation: Shopify Mark A Fulfillment As Complete. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyMark

What You Can Do

POST
Deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcomplete — Shopify Mark A Fulfillment As Complete
/v1/admin/api/2020-01/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
POST
Deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidopen — Shopify Mark A Fulfillment As Open
/v1/admin/api/2020-01/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
POST
Deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcomplete — Shopify Mark A Fulfillment As Complete
/v1/admin/api/2020-04/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
POST
Deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidopen — Shopify Mark A Fulfillment As Open
/v1/admin/api/2020-04/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
POST
Deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcomplete — Shopify Mark A Fulfillment As Complete
/v1/admin/api/2020-07/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
POST
Deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidopen — Shopify Mark A Fulfillment As Open
/v1/admin/api/2020-07/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
POST
Createordersparamorderidfulfillmentsparamfulfillmentidcomplete — Shopify Mark A Fulfillment As Complete
/v1/admin/api/2020-10/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
POST
Createordersparamorderidfulfillmentsparamfulfillmentidopen — Shopify Mark A Fulfillment As Open
/v1/admin/api/2020-10/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
POST
Deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcomplete — Shopify Mark A Fulfillment As Complete
/v1/admin/api/2021-01/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
POST
Deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidopen — Shopify Mark A Fulfillment As Open
/v1/admin/api/2021-01/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
POST
Deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcomplete — Shopify Mark A Fulfillment As Complete
/v1/admin/api/unstable/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
POST
Deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidopen — Shopify Mark A Fulfillment As Open
/v1/admin/api/unstable/orders/{order-id}/fulfillments/{fulfillment-id}/open-json

MCP Tools

shopify-mark-fulfillment-complete

Shopify Mark A Fulfillment As Complete

shopify-mark-fulfillment-open

Shopify Mark A Fulfillment As Open

shopify-mark-fulfillment-complete-2

Shopify Mark A Fulfillment As Complete

shopify-mark-fulfillment-open-2

Shopify Mark A Fulfillment As Open

shopify-mark-fulfillment-complete-3

Shopify Mark A Fulfillment As Complete

shopify-mark-fulfillment-open-3

Shopify Mark A Fulfillment As Open

shopify-mark-fulfillment-complete-4

Shopify Mark A Fulfillment As Complete

shopify-mark-fulfillment-open-4

Shopify Mark A Fulfillment As Open

shopify-mark-fulfillment-complete-5

Shopify Mark A Fulfillment As Complete

shopify-mark-fulfillment-open-5

Shopify Mark A Fulfillment As Open

shopify-mark-fulfillment-complete-6

Shopify Mark A Fulfillment As Complete

shopify-mark-fulfillment-open-6

Shopify Mark A Fulfillment As Open

Capability Spec

shopify-mark.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Mark
  description: 'Shopify  API — Mark. 12 operations. Lead operation: Shopify Mark A Fulfillment As Complete. Self-contained
    Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Mark
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-mark
    baseUri: ''
    description: Shopify  API — Mark business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-orders-order_id-fulfillments-fulfillment_id-complete.json
      path: /admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/complete.json
      operations:
      - name: deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        method: POST
        description: Shopify Mark A Fulfillment As Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-01-orders-order_id-fulfillments-fulfillment_id-open.json
      path: /admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/open.json
      operations:
      - name: deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidopen
        method: POST
        description: Shopify Mark A Fulfillment As Open
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-orders-order_id-fulfillments-fulfillment_id-complete.json
      path: /admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}/complete.json
      operations:
      - name: deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        method: POST
        description: Shopify Mark A Fulfillment As Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-orders-order_id-fulfillments-fulfillment_id-open.json
      path: /admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}/open.json
      operations:
      - name: deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidopen
        method: POST
        description: Shopify Mark A Fulfillment As Open
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-orders-order_id-fulfillments-fulfillment_id-complete.json
      path: /admin/api/2020-07/orders/{order_id}/fulfillments/{fulfillment_id}/complete.json
      operations:
      - name: deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        method: POST
        description: Shopify Mark A Fulfillment As Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-orders-order_id-fulfillments-fulfillment_id-open.json
      path: /admin/api/2020-07/orders/{order_id}/fulfillments/{fulfillment_id}/open.json
      operations:
      - name: deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidopen
        method: POST
        description: Shopify Mark A Fulfillment As Open
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-orders-order_id-fulfillments-fulfillment_id-complete.json
      path: /admin/api/2020-10/orders/{order_id}/fulfillments/{fulfillment_id}/complete.json
      operations:
      - name: createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        method: POST
        description: Shopify Mark A Fulfillment As Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-orders-order_id-fulfillments-fulfillment_id-open.json
      path: /admin/api/2020-10/orders/{order_id}/fulfillments/{fulfillment_id}/open.json
      operations:
      - name: createordersparamorderidfulfillmentsparamfulfillmentidopen
        method: POST
        description: Shopify Mark A Fulfillment As Open
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-orders-order_id-fulfillments-fulfillment_id-complete.json
      path: /admin/api/2021-01/orders/{order_id}/fulfillments/{fulfillment_id}/complete.json
      operations:
      - name: deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        method: POST
        description: Shopify Mark A Fulfillment As Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-orders-order_id-fulfillments-fulfillment_id-open.json
      path: /admin/api/2021-01/orders/{order_id}/fulfillments/{fulfillment_id}/open.json
      operations:
      - name: deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidopen
        method: POST
        description: Shopify Mark A Fulfillment As Open
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-orders-order_id-fulfillments-fulfillment_id-complete.json
      path: /admin/api/unstable/orders/{order_id}/fulfillments/{fulfillment_id}/complete.json
      operations:
      - name: deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcomplete
        method: POST
        description: Shopify Mark A Fulfillment As Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-orders-order_id-fulfillments-fulfillment_id-open.json
      path: /admin/api/unstable/orders/{order_id}/fulfillments/{fulfillment_id}/open.json
      operations:
      - name: deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidopen
        method: POST
        description: Shopify Mark A Fulfillment As Open
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: fulfillment_id
          in: path
          type: string
          description: fulfillment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-mark-rest
    port: 8080
    description: REST adapter for Shopify  API — Mark. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
      name: admin-api-2020-01-orders-order-id-fulfillments-fulfillment-id-complete-json
      description: REST surface for admin-api-2020-01-orders-order_id-fulfillments-fulfillment_id-complete.json.
      operations:
      - method: POST
        name: deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        description: Shopify Mark A Fulfillment As Complete
        call: shopify-mark.deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
      name: admin-api-2020-01-orders-order-id-fulfillments-fulfillment-id-open-json
      description: REST surface for admin-api-2020-01-orders-order_id-fulfillments-fulfillment_id-open.json.
      operations:
      - method: POST
        name: deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidopen
        description: Shopify Mark A Fulfillment As Open
        call: shopify-mark.deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidopen
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
      name: admin-api-2020-04-orders-order-id-fulfillments-fulfillment-id-complete-json
      description: REST surface for admin-api-2020-04-orders-order_id-fulfillments-fulfillment_id-complete.json.
      operations:
      - method: POST
        name: deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        description: Shopify Mark A Fulfillment As Complete
        call: shopify-mark.deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
      name: admin-api-2020-04-orders-order-id-fulfillments-fulfillment-id-open-json
      description: REST surface for admin-api-2020-04-orders-order_id-fulfillments-fulfillment_id-open.json.
      operations:
      - method: POST
        name: deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidopen
        description: Shopify Mark A Fulfillment As Open
        call: shopify-mark.deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidopen
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
      name: admin-api-2020-07-orders-order-id-fulfillments-fulfillment-id-complete-json
      description: REST surface for admin-api-2020-07-orders-order_id-fulfillments-fulfillment_id-complete.json.
      operations:
      - method: POST
        name: deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        description: Shopify Mark A Fulfillment As Complete
        call: shopify-mark.deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
      name: admin-api-2020-07-orders-order-id-fulfillments-fulfillment-id-open-json
      description: REST surface for admin-api-2020-07-orders-order_id-fulfillments-fulfillment_id-open.json.
      operations:
      - method: POST
        name: deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidopen
        description: Shopify Mark A Fulfillment As Open
        call: shopify-mark.deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidopen
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
      name: admin-api-2020-10-orders-order-id-fulfillments-fulfillment-id-complete-json
      description: REST surface for admin-api-2020-10-orders-order_id-fulfillments-fulfillment_id-complete.json.
      operations:
      - method: POST
        name: createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        description: Shopify Mark A Fulfillment As Complete
        call: shopify-mark.createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
      name: admin-api-2020-10-orders-order-id-fulfillments-fulfillment-id-open-json
      description: REST surface for admin-api-2020-10-orders-order_id-fulfillments-fulfillment_id-open.json.
      operations:
      - method: POST
        name: createordersparamorderidfulfillmentsparamfulfillmentidopen
        description: Shopify Mark A Fulfillment As Open
        call: shopify-mark.createordersparamorderidfulfillmentsparamfulfillmentidopen
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
      name: admin-api-2021-01-orders-order-id-fulfillments-fulfillment-id-complete-json
      description: REST surface for admin-api-2021-01-orders-order_id-fulfillments-fulfillment_id-complete.json.
      operations:
      - method: POST
        name: deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        description: Shopify Mark A Fulfillment As Complete
        call: shopify-mark.deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcomplete
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
      name: admin-api-2021-01-orders-order-id-fulfillments-fulfillment-id-open-json
      description: REST surface for admin-api-2021-01-orders-order_id-fulfillments-fulfillment_id-open.json.
      operations:
      - method: POST
        name: deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidopen
        description: Shopify Mark A Fulfillment As Open
        call: shopify-mark.deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidopen
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/orders/{order-id}/fulfillments/{fulfillment-id}/complete-json
      name: admin-api-unstable-orders-order-id-fulfillments-fulfillment-id-complete-json
      description: REST surface for admin-api-unstable-orders-order_id-fulfillments-fulfillment_id-complete.json.
      operations:
      - method: POST
        name: deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcomplete
        description: Shopify Mark A Fulfillment As Complete
        call: shopify-mark.deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcomplete
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/orders/{order-id}/fulfillments/{fulfillment-id}/open-json
      name: admin-api-unstable-orders-order-id-fulfillments-fulfillment-id-open-json
      description: REST surface for admin-api-unstable-orders-order_id-fulfillments-fulfillment_id-open.json.
      operations:
      - method: POST
        name: deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidopen
        description: Shopify Mark A Fulfillment As Open
        call: shopify-mark.deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidopen
        with:
          order_id: rest.order_id
          fulfillment_id: rest.fulfillment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-mark-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Mark. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-mark-fulfillment-complete
      description: Shopify Mark A Fulfillment As Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcomplete
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-open
      description: Shopify Mark A Fulfillment As Open
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidopen
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-complete-2
      description: Shopify Mark A Fulfillment As Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcomplete
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-open-2
      description: Shopify Mark A Fulfillment As Open
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidopen
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-complete-3
      description: Shopify Mark A Fulfillment As Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcomplete
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-open-3
      description: Shopify Mark A Fulfillment As Open
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidopen
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-complete-4
      description: Shopify Mark A Fulfillment As Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.createordersparamorderidfulfillmentsparamfulfillmentidcomplete
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-open-4
      description: Shopify Mark A Fulfillment As Open
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.createordersparamorderidfulfillmentsparamfulfillmentidopen
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-complete-5
      description: Shopify Mark A Fulfillment As Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcomplete
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-open-5
      description: Shopify Mark A Fulfillment As Open
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidopen
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-complete-6
      description: Shopify Mark A Fulfillment As Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcomplete
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-mark-fulfillment-open-6
      description: Shopify Mark A Fulfillment As Open
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-mark.deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidopen
      with:
        order_id: tools.order_id
        fulfillment_id: tools.fulfillment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.