Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query store configuration, theming, and domain details from the Storefront API.
storeDetailsByUid
query StoreByUid($uid: UUID!) { storeDetailsByUid(uid: $uid) { uid name slug domain currency customDomain theme themeConfig displayMode createdAt updatedAt } }
storeDetailsByDomain
query StoreByDomain($domain: String!) { storeDetailsByDomain(domain: $domain) { uid name slug currency theme themeConfig } }
currentStore
query CurrentStore { currentStore { uid name slug currency } }
uid
UUID
name
String
slug
domain
{slug}.colossal.store
currency
customDomain
String?
theme
JSON?
themeConfig
displayMode
createdAt
DateTime
updatedAt