Clone Instant Site

POST https://vuega.ecwid.com/api/v1/{storeId}/clone

Required access scopes

Your app must have the following access scopes to make this request: manage_instant_site, clone_stores

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

source

number

ID of the source Ecwid store whose settings should be cloned to a new one.

draft

boolean

Define if the copied site settings are published right away (false) or saved as a draft in the target store (true).

Last updated

Was this helpful?