Update Instant Site tile

PUT https://vuega.ecwid.com/api/v1/{storeId}/tile/{tileId}

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.

tileId

string

Internal tile 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

id

string

Internal tile ID.

tileName

string

Name of the website used in SEO and visible in browser tabs.

content

object content

Tile content, such as texts and images, manageable through the Instant Site editor.

design

object design

Design settings available in the Instant Site editor for tile content from the content object.

visibility

boolean

Visibility of the tile on the storefront. If true, the tile is visible.

order

number

Order in the tiles list defining their order on the storefront from top to bottom. Starts with 0 (displayed at the top) and increments by 1.

hasChanges

boolean

Defines if the draft has changes from the published version.

Last updated

Was this helpful?