The Menu entity at YouCan.
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| name | string | Menu name |
| slug | string | URL slug |
| is_default | bool | Whether this is the store's default menu |
| links | array | Menu links (default include) |
Link
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| name | string | Display name of the link |
| link | string | Link path or URL |
| link_to | int | Link target type — 1: Page, 2: Category, 3: Product, 4: External |
| link_to_text | string | Human-readable label for link_to |
| order | int | Display position (lower = first) |
| children | array | Nested sub-links (same structure, no further nesting) |