Swell · Capability

Storefront Content

Storefront Content 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

storefront-content.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: storefront-content
  description: Power a headless storefront — fetch settings, currencies, menus, pages, and custom content models via the Frontend API.
spec:
  steps:
    - id: get-settings
      operation: frontendGetSettings
      api: swell-frontend-api
    - id: list-currencies
      operation: frontendListCurrencies
      api: swell-frontend-api
    - id: list-menus
      operation: frontendListMenus
      api: swell-frontend-api
    - id: list-products
      operation: frontendListProducts
      api: swell-frontend-api
    - id: list-content
      operation: frontendListContent
      api: swell-frontend-api