Swell · Capability

Order Fulfillment

Order Fulfillment is a Naftiko capability published by Swell, one of 8 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

order-fulfillment.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: order-fulfillment
  description: Drive an order through payment, shipment, delivery, and any returns.
spec:
  steps:
    - id: get-order
      operation: getOrder
      api: swell-backend-api
    - id: capture-payment
      operation: createPayment
      api: swell-backend-api
    - id: create-shipment
      operation: createShipment
      api: swell-backend-api
    - id: update-order
      operation: updateOrder
      api: swell-backend-api
    - id: open-return
      operation: createReturn
      api: swell-backend-api