Update Store Settings
Settings
Update Store Settings
Patch a whitelisted subset of the merchant store general settings.
PUT
Update Store Settings
Patch a whitelisted subset of fields on the merchant’s general store
settings. The endpoint silently ignores unknown fields if any allowed
field is also present, but returns 400 when the request contains only
non-whitelisted fields. This prevents accidental privilege escalation
(e.g., trying to set
id, password, role flags, etc.).
Required scope: write_settings
Allowed fields
Only the following fields are writable:name, business, businessEmail, phone, profileImage, storeURL,
category, country, storeAdd, gstNumber, availableCountries,
availableLanguages, defaultLanguage, useManualExchangeRates,
manualExchangeRates, currencyConversionFee.
Any other field (e.g. id, email, password, internal flags) is rejected.
Request Body
Store display name.
Legal business name.
Business contact email.
Phone number.
Logo / profile image URL.
Custom store URL slug.
Store category.
ISO country code.
Store address.
Tax / GST registration number.
Countries the store ships to.
Languages the storefront supports.
Default language code.
Toggle manual exchange rates.
Currency → rate map.
Surcharge on converted prices.