apiVersion: naftiko.dev/v1 kind: Capability metadata: name: catalog-management description: Manage the Swell product catalog — products, variants, options, categories, attributes, stock. spec: inputs: - name: store_id description: Swell store ID. required: true - name: secret_key description: Swell secret API key. required: true steps: - id: list-products operation: listProducts api: swell-backend-api - id: create-product operation: createProduct api: swell-backend-api - id: update-product operation: updateProduct api: swell-backend-api - id: list-categories operation: listCategories api: swell-backend-api - id: adjust-stock operation: adjustStock api: swell-backend-api