Create Instant Site profile

POST 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.

Param
Type
Description

storeId

number

Ecwid store ID.

Headers

The Authorization header is required.

Header
Type
Description

Authorization

string

Token for Instant Site API calls. Get token Requires a token with grant_type=authorization_code type.

Request JSON

A JSON object with the following fields:

Field
Type
Description

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.

email

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?