Update Merchant Catalog Settings
Partially updates the catalog toggles (JSON Merge Patch). truify_offer_visibility is channel/admin-only; merchant tokens attempting to set it receive a 403.
Path parameters
merchant_idinteger · int32Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Body
Catalog-related toggles exposed as merchant configuration.
truify_offer_visibilityboolean · nullableOptionalExample:
When true, force all offer visibility to true during catalog sync. Channel/admin-only; cannot be set by merchant users.
trueauto_publish_offersboolean · nullableOptionalExample:
When true, auto-publish offers after creation or update.
falseResponses
200
The updated catalog settings.
application/json
Catalog-related toggles exposed as merchant configuration.
truify_offer_visibilityboolean · nullableOptionalExample:
When true, force all offer visibility to true during catalog sync. Channel/admin-only; cannot be set by merchant users.
trueauto_publish_offersboolean · nullableOptionalExample:
When true, auto-publish offers after creation or update.
falsepatch/merchants/{merchant_id}/catalog-settings
200
The updated catalog settings.
Last updated
Was this helpful?