BigCommerce · Capability

BigCommerce Abandoned Cart Emails — Template Settings

BigCommerce Abandoned Cart Emails — Template Settings. 2 operations. Lead operation: BigCommerce Get email template settings. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceTemplate Settings

What You Can Do

GET
Getabandonedcartemailtemplatesettings — BigCommerce Get email template settings
/v1/marketing/abandoned-cart-emails/settings
PUT
Updateabandonedcartemailtemplatesettings — BigCommerce Update email template settings
/v1/marketing/abandoned-cart-emails/settings

MCP Tools

bigcommerce-get-email-template-settings

BigCommerce Get email template settings

read-only idempotent
bigcommerce-update-email-template-settings

BigCommerce Update email template settings

idempotent

Capability Spec

abandoned-cart-emails-template-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Abandoned Cart Emails — Template Settings
  description: 'BigCommerce Abandoned Cart Emails — Template Settings. 2 operations. Lead operation: BigCommerce Get email
    template settings. Self-contained Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Template Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: abandoned-cart-emails-template-settings
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Abandoned Cart Emails — Template Settings business capability. Self-contained, no shared references.
    resources:
    - name: marketing-abandoned-cart-emails-settings
      path: /marketing/abandoned-cart-emails/settings
      operations:
      - name: getabandonedcartemailtemplatesettings
        method: GET
        description: BigCommerce Get email template settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateabandonedcartemailtemplatesettings
        method: PUT
        description: BigCommerce Update email template settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.BIGCOMMERCE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: abandoned-cart-emails-template-settings-rest
    port: 8080
    description: REST adapter for BigCommerce Abandoned Cart Emails — Template Settings. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/marketing/abandoned-cart-emails/settings
      name: marketing-abandoned-cart-emails-settings
      description: REST surface for marketing-abandoned-cart-emails-settings.
      operations:
      - method: GET
        name: getabandonedcartemailtemplatesettings
        description: BigCommerce Get email template settings
        call: abandoned-cart-emails-template-settings.getabandonedcartemailtemplatesettings
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateabandonedcartemailtemplatesettings
        description: BigCommerce Update email template settings
        call: abandoned-cart-emails-template-settings.updateabandonedcartemailtemplatesettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: abandoned-cart-emails-template-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Abandoned Cart Emails — Template Settings. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: bigcommerce-get-email-template-settings
      description: BigCommerce Get email template settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: abandoned-cart-emails-template-settings.getabandonedcartemailtemplatesettings
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-update-email-template-settings
      description: BigCommerce Update email template settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: abandoned-cart-emails-template-settings.updateabandonedcartemailtemplatesettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.