BigCommerce · Capability

BigCommerce Catalog - Product Modifiers — Product Modifiers

BigCommerce Catalog - Product Modifiers — Product Modifiers. 5 operations. Lead operation: BigCommerce Get All Product Modifiers. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceProduct Modifiers

What You Can Do

GET
Getproductmodifiers — BigCommerce Get All Product Modifiers
/v1/catalog/products/{product-id}/modifiers
POST
Createproductmodifier — BigCommerce Create a Product Modifier
/v1/catalog/products/{product-id}/modifiers
GET
Getproductmodifier — BigCommerce Get a Product Modifier
/v1/catalog/products/{product-id}/modifiers/{modifier-id}
PUT
Updateproductmodifier — BigCommerce Update a Product Modifier
/v1/catalog/products/{product-id}/modifiers/{modifier-id}
DELETE
Deleteproductmodifier — BigCommerce Delete a Product Modifier
/v1/catalog/products/{product-id}/modifiers/{modifier-id}

MCP Tools

bigcommerce-get-all-product-modifiers

BigCommerce Get All Product Modifiers

read-only idempotent
bigcommerce-create-product-modifier

BigCommerce Create a Product Modifier

bigcommerce-get-product-modifier

BigCommerce Get a Product Modifier

read-only idempotent
bigcommerce-update-product-modifier

BigCommerce Update a Product Modifier

idempotent
bigcommerce-delete-product-modifier

BigCommerce Delete a Product Modifier

idempotent

Capability Spec

catalog-product-modifiers-product-modifiers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Catalog - Product Modifiers — Product Modifiers
  description: 'BigCommerce Catalog - Product Modifiers — Product Modifiers. 5 operations. Lead operation: BigCommerce Get
    All Product Modifiers. Self-contained Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Product Modifiers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: catalog-product-modifiers-product-modifiers
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Catalog - Product Modifiers — Product Modifiers business capability. Self-contained, no shared
      references.
    resources:
    - name: catalog-products-product_id-modifiers
      path: /catalog/products/{product_id}/modifiers
      operations:
      - name: getproductmodifiers
        method: GET
        description: BigCommerce Get All Product Modifiers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: page
          in: query
          type: integer
          description: Specifies the page number in a limited (paginated) list of products.
        - name: limit
          in: query
          type: integer
          description: Controls the number of items per page in a limited (paginated) list of products.
        - name: include_fields
          in: query
          type: string
          description: Fields to include, in a comma-separated list. The ID and the specified fields will be returned.
        - name: exclude_fields
          in: query
          type: string
          description: Fields to exclude, in a comma-separated list. The specified fields will be excluded from a response.
            The ID cannot be excluded.
      - name: createproductmodifier
        method: POST
        description: BigCommerce Create a Product Modifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: catalog-products-product_id-modifiers-modifier_id
      path: /catalog/products/{product_id}/modifiers/{modifier_id}
      operations:
      - name: getproductmodifier
        method: GET
        description: BigCommerce Get a Product Modifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: include_fields
          in: query
          type: string
          description: Fields to include, in a comma-separated list. The ID and the specified fields will be returned.
        - name: exclude_fields
          in: query
          type: string
          description: Fields to exclude, in a comma-separated list. The specified fields will be excluded from a response.
            The ID cannot be excluded.
      - name: updateproductmodifier
        method: PUT
        description: BigCommerce Update a Product Modifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteproductmodifier
        method: DELETE
        description: BigCommerce Delete a Product Modifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.BIGCOMMERCE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: catalog-product-modifiers-product-modifiers-rest
    port: 8080
    description: REST adapter for BigCommerce Catalog - Product Modifiers — Product Modifiers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/catalog/products/{product-id}/modifiers
      name: catalog-products-product-id-modifiers
      description: REST surface for catalog-products-product_id-modifiers.
      operations:
      - method: GET
        name: getproductmodifiers
        description: BigCommerce Get All Product Modifiers
        call: catalog-product-modifiers-product-modifiers.getproductmodifiers
        with:
          page: rest.page
          limit: rest.limit
          include_fields: rest.include_fields
          exclude_fields: rest.exclude_fields
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createproductmodifier
        description: BigCommerce Create a Product Modifier
        call: catalog-product-modifiers-product-modifiers.createproductmodifier
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/catalog/products/{product-id}/modifiers/{modifier-id}
      name: catalog-products-product-id-modifiers-modifier-id
      description: REST surface for catalog-products-product_id-modifiers-modifier_id.
      operations:
      - method: GET
        name: getproductmodifier
        description: BigCommerce Get a Product Modifier
        call: catalog-product-modifiers-product-modifiers.getproductmodifier
        with:
          include_fields: rest.include_fields
          exclude_fields: rest.exclude_fields
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateproductmodifier
        description: BigCommerce Update a Product Modifier
        call: catalog-product-modifiers-product-modifiers.updateproductmodifier
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteproductmodifier
        description: BigCommerce Delete a Product Modifier
        call: catalog-product-modifiers-product-modifiers.deleteproductmodifier
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: catalog-product-modifiers-product-modifiers-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Catalog - Product Modifiers — Product Modifiers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: bigcommerce-get-all-product-modifiers
      description: BigCommerce Get All Product Modifiers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: catalog-product-modifiers-product-modifiers.getproductmodifiers
      with:
        page: tools.page
        limit: tools.limit
        include_fields: tools.include_fields
        exclude_fields: tools.exclude_fields
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-create-product-modifier
      description: BigCommerce Create a Product Modifier
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: catalog-product-modifiers-product-modifiers.createproductmodifier
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-get-product-modifier
      description: BigCommerce Get a Product Modifier
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: catalog-product-modifiers-product-modifiers.getproductmodifier
      with:
        include_fields: tools.include_fields
        exclude_fields: tools.exclude_fields
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-update-product-modifier
      description: BigCommerce Update a Product Modifier
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: catalog-product-modifiers-product-modifiers.updateproductmodifier
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-delete-product-modifier
      description: BigCommerce Delete a Product Modifier
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: catalog-product-modifiers-product-modifiers.deleteproductmodifier
      outputParameters:
      - type: object
        mapping: $.