Methods to retrieve your store's navigation menus.

Returns an array containing store navigation menus, and saves it to an internal cache for accessing synchronously.

Retrieve all nav menus
await swell.settings.menus()

Returns a single navigation menu object.

Get nav menu by ID
await swell.settings.menus('header')