Legacy CMS Portal API
CMS (Content Management System) is a feature dedicated to manage content in a constant and practical manner. With the Legacy CMS Portal API, you will be able to update your website internet communication protocol.
Index
Change URI Schema
PUTUpdate all account's websites internet communication protocolPUTUpdate specific website comunication protocol
Server
https://{accountName}.vtexcommercestable.com.br/
Common parameters
| Parameter name | Description | Type |
|---|---|---|
| {{accountName}} | Name of the VTEX account. Used as part of the URL. | Server variable. |
| {{protocol}} | Internet communication protocol, it can be HTTP or HTTPS. |
Path variable. |
Endpoints
Change URI Schema
| Summary | Method | Path |
|---|---|---|
| Update all account's websites internet communication protocol | PUT | /api/catalog_system/pvt/virtualfolder/changeurischema/{protocol} |
| Update specific website comunication protocol | PUT | /api/catalog_system/pvt/virtualfolder/site/{websiteId}/changeurischema/{protocol} |