For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

Represents merchant-level configuration settings in the Violet platform. This resource lets you retrieve configuration, toggle global feature flags, and modify order configuration for a merchant.

Available endpoints:

GET /v1/merchants/{merchant_id}/configuration
PUT /v1/merchants/{merchant_id}/configuration/global_feature_flags/{feature_flag}
PUT /v1/merchants/{merchant_id}/configuration/orders_config

Last updated

Was this helpful?