naftiko: 1.0.0-alpha2 info: label: BigCommerce Tax Properties — Product Tax Properties description: 'BigCommerce Tax Properties — Product Tax Properties. 3 operations. Lead operation: BigCommerce Get Product Tax Properties. Self-contained Naftiko capability covering one Bigcommerce business surface.' tags: - Bigcommerce - Product Tax Properties created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY capability: consumes: - type: http namespace: tax-properties-product-tax-properties baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3 description: BigCommerce Tax Properties — Product Tax Properties business capability. Self-contained, no shared references. resources: - name: tax-products-properties path: /tax/products/properties operations: - name: getproductstaxproperties method: GET description: BigCommerce Get Product Tax Properties outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateproducttaxproperties method: PUT description: BigCommerce Update Product Tax Properties outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deleteproducttaxproperties method: DELETE description: BigCommerce Delete Product Tax Properties 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: tax-properties-product-tax-properties-rest port: 8080 description: REST adapter for BigCommerce Tax Properties — Product Tax Properties. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/tax/products/properties name: tax-products-properties description: REST surface for tax-products-properties. operations: - method: GET name: getproductstaxproperties description: BigCommerce Get Product Tax Properties call: tax-properties-product-tax-properties.getproductstaxproperties outputParameters: - type: object mapping: $. - method: PUT name: updateproducttaxproperties description: BigCommerce Update Product Tax Properties call: tax-properties-product-tax-properties.updateproducttaxproperties with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteproducttaxproperties description: BigCommerce Delete Product Tax Properties call: tax-properties-product-tax-properties.deleteproducttaxproperties outputParameters: - type: object mapping: $. - type: mcp namespace: tax-properties-product-tax-properties-mcp port: 9090 transport: http description: MCP adapter for BigCommerce Tax Properties — Product Tax Properties. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: bigcommerce-get-product-tax-properties description: BigCommerce Get Product Tax Properties hints: readOnly: true destructive: false idempotent: true call: tax-properties-product-tax-properties.getproductstaxproperties outputParameters: - type: object mapping: $. - name: bigcommerce-update-product-tax-properties description: BigCommerce Update Product Tax Properties hints: readOnly: false destructive: false idempotent: true call: tax-properties-product-tax-properties.updateproducttaxproperties with: body: tools.body outputParameters: - type: object mapping: $. - name: bigcommerce-delete-product-tax-properties description: BigCommerce Delete Product Tax Properties hints: readOnly: false destructive: true idempotent: true call: tax-properties-product-tax-properties.deleteproducttaxproperties outputParameters: - type: object mapping: $.