Store setupUpdated 2026-06-01
Store details & branding
Set your store name, description, logo, favicon, currency, and layout.
Store details live under Settings → General. This is where your shop's identity, branding, and core configuration come together.
Where to find it
Admin → Settings → General. The form is organized into cards: Store details, Branding, Store address, Social links, SEO, and Analytics integrations.
Store details
| Field | Type | Description |
|---|---|---|
| namereq | string | Your store's display name, shown in the storefront header, invoices, and browser tab. |
| description | string | A short tagline used in meta tags and the PWA manifest when enabled. |
| currencyreq | enum | The default currency for prices, orders, and payouts. Drives formatting across the admin and storefront. |
| layout | enum | The default storefront layout template applied when publishing a theme. |
Branding
Upload a logo and favicon via the image library. These appear in the navbar, browser tabs, and PWA icons. Branding overrides apply on top of your chosen theme preset.
Favicon tip
Use a 512×512 PNG for the best results across browsers, iOS home screens, and Android install prompts.
Saving changes
Settings forms use a sticky save bar at the bottom of the screen. Changes are sent as a single atomic update to PATCH /shop/update, which upserts every sub-setting in one transaction.
Related