square.updateMerchantSettings updates the merchant-level settings for a Square-hosted checkout page.
Example
automations/square-update-merchant-settings.automation.ts
Inputs
Every input accepts a compatible signal. It requiresMERCHANT_PROFILE_READ and MERCHANT_PROFILE_WRITE and PAYMENT_METHODS_READ.
Use the official UpdateMerchantSettings reference for provider field semantics and limits.
Output
Returns the officialSquare.UpdateMerchantSettingsResponse response as a codec-safe object. Square integer money amounts remain bigint values.