Swell · Capability

Catalog Management

Catalog 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

catalog-management.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: catalog-management
  description: Manage the Swell product catalog — products, variants, options, categories, attributes, stock.
spec:
  inputs:
    - name: store_id
      description: Swell store ID.
      required: true
    - name: secret_key
      description: Swell secret API key.
      required: true
  steps:
    - id: list-products
      operation: listProducts
      api: swell-backend-api
    - id: create-product
      operation: createProduct
      api: swell-backend-api
    - id: update-product
      operation: updateProduct
      api: swell-backend-api
    - id: list-categories
      operation: listCategories
      api: swell-backend-api
    - id: adjust-stock
      operation: adjustStock
      api: swell-backend-api