BigCommerce · Capability

BigCommerce Carts — Settings

BigCommerce Carts — Settings. 4 operations. Lead operation: BigCommerce Get Global Cart Settings. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceSettings

What You Can Do

GET
Getglobalcartsettings — BigCommerce Get Global Cart Settings
/v1/carts/settings
PUT
Updateglobalcartsettings — BigCommerce Update Global Cart Settings
/v1/carts/settings
GET
Getchannelcartsettings — BigCommerce Get Channel Cart Settings
/v1/carts/settings/channels/{channel-id}
PUT
Updatechannelcartsettings — BigCommerce Update Channel Cart Settings
/v1/carts/settings/channels/{channel-id}

MCP Tools

bigcommerce-get-global-cart-settings

BigCommerce Get Global Cart Settings

read-only idempotent
bigcommerce-update-global-cart-settings

BigCommerce Update Global Cart Settings

idempotent
bigcommerce-get-channel-cart-settings

BigCommerce Get Channel Cart Settings

read-only idempotent
bigcommerce-update-channel-cart-settings

BigCommerce Update Channel Cart Settings

idempotent

Capability Spec

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