Use settings to make storefront apps responsive to admin preferences such as store name, locale, currency, etc. In addition to store properties described below, app-specific settings are included in the result set.

Methods to retrieve settings may return a promise if all settings haven't been loaded yet.

Returns the entire store settings object.

Get all settings
await swell.settings.get()

Returns a value from the store settings object using path notation, with an optional default if the value is undefined.

Get settings by path