Dashboard

Manage your stores

Store API

Retrieve public store configuration and metadata.

Get Store Info

Useful for fetching store name, logo, Currency, and global theme settings.

Fetch Metadata
const store = await swat.store.info();

console.log(store.name);       // "My Awesome Store"
console.log(store.currency);   // "USD"
console.log(store.logo_url);   // "https://..."