Shopify · Capability

Shopify API — Scheduled

Shopify API — Scheduled. 4 operations. Lead operation: Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyScheduled

What You Can Do

POST
Deprecated202101createfulfillmentordersparamfulfillmentorderidopen — Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
/v1/admin/api/2021-01/fulfillment-orders/{fulfillment-order-id}/open-json
POST
Deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule — Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
/v1/admin/api/2021-01/fulfillment-orders/{fulfillment-order-id}/reschedule-json
POST
Deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidopen — Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
/v1/admin/api/unstable/fulfillment-orders/{fulfillment-order-id}/open-json
POST
Deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule — Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
/v1/admin/api/unstable/fulfillment-orders/{fulfillment-order-id}/reschedule-json

MCP Tools

shopify-marks-scheduled-fulfillment-order

Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment

shopify-updates-fulfill-time-scheduled

Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order

shopify-marks-scheduled-fulfillment-order-2

Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment

shopify-updates-fulfill-time-scheduled-2

Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order

Capability Spec

shopify-scheduled.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Scheduled
  description: 'Shopify  API — Scheduled. 4 operations. Lead operation: Shopify Marks A Scheduled Fulfillment Order As Ready
    For Fulfillment. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Scheduled
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-scheduled
    baseUri: ''
    description: Shopify  API — Scheduled business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2021-01-fulfillment_orders-fulfillment_order_id-open.json
      path: /admin/api/2021-01/fulfillment_orders/{fulfillment_order_id}/open.json
      operations:
      - name: deprecated202101createfulfillmentordersparamfulfillmentorderidopen
        method: POST
        description: Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fulfillment_order_id
          in: path
          type: string
          description: fulfillment_order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-fulfillment_orders-fulfillment_order_id-reschedule.json
      path: /admin/api/2021-01/fulfillment_orders/{fulfillment_order_id}/reschedule.json
      operations:
      - name: deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule
        method: POST
        description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fulfillment_order_id
          in: path
          type: string
          description: fulfillment_order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-fulfillment_orders-fulfillment_order_id-open.json
      path: /admin/api/unstable/fulfillment_orders/{fulfillment_order_id}/open.json
      operations:
      - name: deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidopen
        method: POST
        description: Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fulfillment_order_id
          in: path
          type: string
          description: fulfillment_order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-fulfillment_orders-fulfillment_order_id-reschedule.json
      path: /admin/api/unstable/fulfillment_orders/{fulfillment_order_id}/reschedule.json
      operations:
      - name: deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule
        method: POST
        description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fulfillment_order_id
          in: path
          type: string
          description: fulfillment_order_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-scheduled-rest
    port: 8080
    description: REST adapter for Shopify  API — Scheduled. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2021-01/fulfillment-orders/{fulfillment-order-id}/open-json
      name: admin-api-2021-01-fulfillment-orders-fulfillment-order-id-open-json
      description: REST surface for admin-api-2021-01-fulfillment_orders-fulfillment_order_id-open.json.
      operations:
      - method: POST
        name: deprecated202101createfulfillmentordersparamfulfillmentorderidopen
        description: Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
        call: shopify-scheduled.deprecated202101createfulfillmentordersparamfulfillmentorderidopen
        with:
          fulfillment_order_id: rest.fulfillment_order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/fulfillment-orders/{fulfillment-order-id}/reschedule-json
      name: admin-api-2021-01-fulfillment-orders-fulfillment-order-id-reschedule-json
      description: REST surface for admin-api-2021-01-fulfillment_orders-fulfillment_order_id-reschedule.json.
      operations:
      - method: POST
        name: deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule
        description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
        call: shopify-scheduled.deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule
        with:
          fulfillment_order_id: rest.fulfillment_order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/fulfillment-orders/{fulfillment-order-id}/open-json
      name: admin-api-unstable-fulfillment-orders-fulfillment-order-id-open-json
      description: REST surface for admin-api-unstable-fulfillment_orders-fulfillment_order_id-open.json.
      operations:
      - method: POST
        name: deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidopen
        description: Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
        call: shopify-scheduled.deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidopen
        with:
          fulfillment_order_id: rest.fulfillment_order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/fulfillment-orders/{fulfillment-order-id}/reschedule-json
      name: admin-api-unstable-fulfillment-orders-fulfillment-order-id-reschedule-json
      description: REST surface for admin-api-unstable-fulfillment_orders-fulfillment_order_id-reschedule.json.
      operations:
      - method: POST
        name: deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule
        description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
        call: shopify-scheduled.deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule
        with:
          fulfillment_order_id: rest.fulfillment_order_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-scheduled-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Scheduled. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-marks-scheduled-fulfillment-order
      description: Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-scheduled.deprecated202101createfulfillmentordersparamfulfillmentorderidopen
      with:
        fulfillment_order_id: tools.fulfillment_order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-updates-fulfill-time-scheduled
      description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-scheduled.deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule
      with:
        fulfillment_order_id: tools.fulfillment_order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-marks-scheduled-fulfillment-order-2
      description: Shopify Marks A Scheduled Fulfillment Order As Ready For Fulfillment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-scheduled.deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidopen
      with:
        fulfillment_order_id: tools.fulfillment_order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-updates-fulfill-time-scheduled-2
      description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-scheduled.deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule
      with:
        fulfillment_order_id: tools.fulfillment_order_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.