BigCommerce · Capability

BigCommerce Settings V3 — Inventory Notifications

BigCommerce Settings V3 — Inventory Notifications. 2 operations. Lead operation: BigCommerce Get Inventory Notifications Settings. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceInventory Notifications

What You Can Do

GET
Getsettingsinventorynotifications — BigCommerce Get Inventory Notifications Settings
/v1/settings/inventory/notifications
PUT
Updatesettingsinventorynotifications — BigCommerce Update Inventory Notifications Settings
/v1/settings/inventory/notifications

MCP Tools

bigcommerce-get-inventory-notifications-settings

BigCommerce Get Inventory Notifications Settings

read-only idempotent
bigcommerce-update-inventory-notifications-settings

BigCommerce Update Inventory Notifications Settings

idempotent

Capability Spec

settings-inventory-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Settings V3 — Inventory Notifications
  description: 'BigCommerce Settings V3 — Inventory Notifications. 2 operations. Lead operation: BigCommerce Get Inventory
    Notifications Settings. Self-contained Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Inventory Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: settings-inventory-notifications
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Settings V3 — Inventory Notifications business capability. Self-contained, no shared references.
    resources:
    - name: settings-inventory-notifications
      path: /settings/inventory/notifications
      operations:
      - name: getsettingsinventorynotifications
        method: GET
        description: BigCommerce Get Inventory Notifications Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatesettingsinventorynotifications
        method: PUT
        description: BigCommerce Update Inventory Notifications 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: settings-inventory-notifications-rest
    port: 8080
    description: REST adapter for BigCommerce Settings V3 — Inventory Notifications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/settings/inventory/notifications
      name: settings-inventory-notifications
      description: REST surface for settings-inventory-notifications.
      operations:
      - method: GET
        name: getsettingsinventorynotifications
        description: BigCommerce Get Inventory Notifications Settings
        call: settings-inventory-notifications.getsettingsinventorynotifications
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatesettingsinventorynotifications
        description: BigCommerce Update Inventory Notifications Settings
        call: settings-inventory-notifications.updatesettingsinventorynotifications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: settings-inventory-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Settings V3 — Inventory Notifications. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: bigcommerce-get-inventory-notifications-settings
      description: BigCommerce Get Inventory Notifications Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: settings-inventory-notifications.getsettingsinventorynotifications
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-update-inventory-notifications-settings
      description: BigCommerce Update Inventory Notifications Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: settings-inventory-notifications.updatesettingsinventorynotifications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.