Swell · Capability

Customer Management

Customer Management 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

customer-management.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: customer-management
  description: Manage customer accounts, addresses, saved cards, and store credits.
spec:
  steps:
    - id: create-account
      operation: createAccount
      api: swell-backend-api
    - id: update-account
      operation: updateAccount
      api: swell-backend-api
    - id: list-orders
      operation: listOrders
      api: swell-backend-api
    - id: adjust-credit
      operation: createAccountCredit
      api: swell-backend-api