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

Get Merchant Catalog Settings

Returns the catalog-related toggles for a merchant, such as offer visibility and auto-publish settings.

Get Merchant Catalog Settings

get

Returns the catalog-related toggles (truify offer visibility, auto-publish).

Path parameters
merchant_idinteger · int32Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
200

The merchant's catalog settings.

application/json

Catalog-related toggles exposed as merchant configuration.

truify_offer_visibilityboolean · nullableOptional

When true, force all offer visibility to true during catalog sync. Channel/admin-only; cannot be set by merchant users.

Example: true
auto_publish_offersboolean · nullableOptional

When true, auto-publish offers after creation or update.

Example: false
get/merchants/{merchant_id}/catalog-settings
200

The merchant's catalog settings.

Last updated

Was this helpful?