Appearance
GET
/web-pages/page/productsRequired scope:
viskan:webpage:readLists all products with connections to unique layouts in a web store.
Parameters
Query parameters
webStoreId stringRequired
The web store to list products for.
Response
The products and their variable values.
JSON
[
{
"productId": "23e4ff9e-2e3d-4a82-a347-424cd8772683",
"layoutId": "23e4ff9e-2e3d-4a82-a347-424cd8772683",
"variables": [
{
"layoutSectionId": "be0111c5-a24b-47bd-86f7-77c12d632bdc",
"contentLocaleId": "774ab227-18fe-4541-ba3b-06ad3e95ae75",
"variableId": "e7f65f98-e2a6-4ffd-a985-6e6a4180f5e0",
"variableValue": "Welcome to start page!"
}
]
}
]