Skip to main content
The Store API provides access to your shop’s public information including name, branding, and settings.
For simple use cases like displaying the store logo, use getStoreLogoUrl() or getStoreBannerUrl() — they are lightweight wrappers that avoid fetching the full store metadata.

getStore

Fetches the store’s public metadata.

Response

Shop

Example: Display Store Header

getStoreLogoUrl

Returns the store’s logo URL directly.

Response

string | null
Logo URL or null if no logo is set

getStoreBannerUrl

Returns the store’s banner URL directly.

Response

string | null
Banner URL or null if no banner is set

Error Handling


Next Steps

Products API

Fetch products, variants, and categories

SDK Types

Full TypeScript type reference