sys-store-list
Retrieve a complete list of Magento 2 stores, websites, and store views in table, JSON, or CSV format for development and system management purposes.
Instructions
List all Magento 2 stores, websites, and store views
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"
}