sys-website-list
Retrieve a complete list of all websites configured in your Magento 2 instance to manage multi-store setups and verify website configurations.
Instructions
List all Magento 2 websites
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format | table |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "table",
"description": "Output format",
"enum": [
"table",
"json",
"csv"
],
"type": "string"
}
},
"type": "object"
}