Homepage settings
Field | Type | Description |
---|---|---|
type | String | Homepage type: page (default), redirect, webshop |
redirect_url | String | The redirect URL when homepage-type is "redirect" |
shop_id | String? | Nullable. The shop ID for which has to be shown on the homepage when homepage-type is "webshop" |
{
"type": "...",
"redirect_url": "...",
"shop_id": "..."
}