Update Instant Site profile
PUT
https://vuega.ecwid.com/api/v1/{storeId}/profile
Required access scopes
Your app must have the following access scopes to make this request: manage_instant_site
Path params
All path params are required.
storeId
number
Ecwid store ID.
Headers
The Authorization header is required.
Authorization
string
Request JSON
A JSON object with the following fields:
locale
string
Site locale that matches the default website language.
enabledLanguages
array of strings
List of enabled languages.
storeName
string
Name of the website used in SEO and visible in browser tabs.
countryCode
string
Two-digit country code of the store location.
postalCode
string
ZIP code of the store location.
string
Email specified as the "store email" in the Instant Site editor.
dateFormat
string
Date format used on the website, for example, "dd.MM.yyyy"
.
timeFormat
string
Time format used on the website, for example, "HH:mm:ss"
.
timezoneOffsetInMinutes
number
Offset of the store time from the UTC +0 in minutes.
Last updated
Was this helpful?