POST https://vuega.ecwid.com/api/v1/{storeId}/clone
POST
https://vuega.ecwid.com/api/v1/{storeId}/clone
Your app must have the following access scopes to make this request: manage_instant_site, clone_stores
manage_instant_site
clone_stores
All path params are required.
storeId
number
Ecwid store ID.
The Authorization header is required.
Authorization
string
Token for Instant Site API calls. Get token Requires a token with grant_type=authorization_code type.
grant_type=authorization_code
A JSON object with the following fields:
source
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).
false
true
Last updated 10 months ago
Was this helpful?