Create single merchant feature (Internal)
Create a single feature configuration for a specific merchant within an organization. Requires admin API key authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
organizationId
Organization identifier
merchantId
Merchant identifier
Headers
x-admin-api-key
Request
This endpoint expects an object.
code
Feature code to configure
isActive
Whether the feature should be active. Defaults to true if not provided.