naftiko: 1.0.0-alpha2 info: label: BigCommerce Checkouts — Checkout Token description: 'BigCommerce Checkouts — Checkout Token. 1 operations. Lead operation: BigCommerce Create Checkout Token. Self-contained Naftiko capability covering one Bigcommerce business surface.' tags: - Bigcommerce - Checkout Token created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY capability: consumes: - type: http namespace: checkouts-checkout-token baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3 description: BigCommerce Checkouts — Checkout Token business capability. Self-contained, no shared references. resources: - name: checkouts-checkoutId-token path: /checkouts/{checkoutId}/token operations: - name: createcheckouttoken method: POST description: BigCommerce Create Checkout Token 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: checkouts-checkout-token-rest port: 8080 description: REST adapter for BigCommerce Checkouts — Checkout Token. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/checkouts/{checkoutid}/token name: checkouts-checkoutid-token description: REST surface for checkouts-checkoutId-token. operations: - method: POST name: createcheckouttoken description: BigCommerce Create Checkout Token call: checkouts-checkout-token.createcheckouttoken with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: checkouts-checkout-token-mcp port: 9090 transport: http description: MCP adapter for BigCommerce Checkouts — Checkout Token. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: bigcommerce-create-checkout-token description: BigCommerce Create Checkout Token hints: readOnly: false destructive: false idempotent: false call: checkouts-checkout-token.createcheckouttoken with: body: tools.body outputParameters: - type: object mapping: $.