Webflow · Capability

Webflow Ecommerce Settings API — Settings

Webflow Ecommerce Settings API — Settings. 1 operations. Lead operation: Webflow Get Ecommerce Settings. Self-contained Naftiko capability covering one Webflow business surface.

Run with Naftiko WebflowSettings

What You Can Do

GET
Ecommercesettings — Webflow Get Ecommerce Settings
/v1/sites/{site-id}/ecommerce/settings

MCP Tools

webflow-get-ecommerce-settings

Webflow Get Ecommerce Settings

read-only idempotent

Capability Spec

ecommerce-settings-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webflow Ecommerce Settings API — Settings
  description: 'Webflow Ecommerce Settings API — Settings. 1 operations. Lead operation: Webflow Get Ecommerce Settings. Self-contained
    Naftiko capability covering one Webflow business surface.'
  tags:
  - Webflow
  - Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBFLOW_API_KEY: WEBFLOW_API_KEY
capability:
  consumes:
  - type: http
    namespace: ecommerce-settings-settings
    baseUri: https://api.webflow.com/v2
    description: Webflow Ecommerce Settings API — Settings business capability. Self-contained, no shared references.
    resources:
    - name: sites-site_id-ecommerce-settings
      path: /sites/{site_id}/ecommerce/settings
      operations:
      - name: ecommercesettings
        method: GET
        description: Webflow Get Ecommerce Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          description: Unique identifier for a Site
          required: true
    authentication:
      type: bearer
      token: '{{env.WEBFLOW_API_KEY}}'
  exposes:
  - type: rest
    namespace: ecommerce-settings-settings-rest
    port: 8080
    description: REST adapter for Webflow Ecommerce Settings API — Settings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sites/{site-id}/ecommerce/settings
      name: sites-site-id-ecommerce-settings
      description: REST surface for sites-site_id-ecommerce-settings.
      operations:
      - method: GET
        name: ecommercesettings
        description: Webflow Get Ecommerce Settings
        call: ecommerce-settings-settings.ecommercesettings
        with:
          site_id: rest.site_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ecommerce-settings-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webflow Ecommerce Settings API — Settings. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: webflow-get-ecommerce-settings
      description: Webflow Get Ecommerce Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ecommerce-settings-settings.ecommercesettings
      with:
        site_id: tools.site_id
      outputParameters:
      - type: object
        mapping: $.